-
Global information
- Generated on Sun Jan 9 12:59:10 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-01-09_140000.log
- Parsed 58,190 log entries in 8s
- Log start from 2022-01-09 14:00:00 to 2022-01-09 14:59:01
-
Overview
Global Stats
- 426 Number of unique normalized queries
- 5,557 Number of queries
- 2h24s Total query duration
- 2022-01-09 14:00:00 First query
- 2022-01-09 14:58:59 Last query
- 22 queries/s at 2022-01-09 14:29:28 Query peak
- 2h24s Total query duration
- 0ms Prepare/parse total duration
- 2s531ms Bind total duration
- 2h22s Execute total duration
- 18,854 Number of events
- 4 Number of unique normalized events
- 18,776 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
- 201 Number temporary file
- 9.11 MiB Max size of temporary file
- 5.80 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
- 5,557 Average queries per session
- 2h24s 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
- 22 queries/s Query Peak
- 2022-01-09 14:29:28 Date
SELECT Traffic
Key values
- 22 queries/s Query Peak
- 2022-01-09 14:29:28 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 8 queries/s Query Peak
- 2022-01-09 14:26:13 Date
Queries duration
Key values
- 2h24s 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) Jan 09 14 5,557 0ms 13m56s 1s299ms 4m19s 5m10s 14m25s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jan 09 14 776 21 2s98ms 14s642ms 40s74ms 4m Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jan 09 14 3,684 32 0 67 726ms 1m1s 1m5s 1m10s Day Hour Prepare Bind Bind/Prepare Percentage of prepare Jan 09 14 0 1,612 1,612.00 0.00% Day Hour Count Average / Second Jan 09 14 0 0.00/s Day Hour Count Average Duration Average idle time Jan 09 14 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 Jan 09 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Jan 09 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Jan 09 14 0 0s Day Hour Mean distance Mean estimate Jan 09 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 16.32 MiB Temp Files size Peak
- 2022-01-09 14:00:43 Date
Number of temporary files
Key values
- 2 per second Temp Files Peak
- 2022-01-09 14:46:45 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Jan 09 14 201 1.14 GiB 5.80 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 68 469.80 MiB 5.38 MiB 8.30 MiB 6.91 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), 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 kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.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 s.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 dss.enabled = ? 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), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($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)) AND ($226 = 0 OR p.patternname in ($227)) AND ($228 = 0 OR kr.patternclassid in ($229, $230)) AND ($231 = 0 OR kr.patternlengthbars <= $232) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $233 OR relevant = 1) AND ($234 = 0 OR age <= $235) ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:30:45 Duration: 0ms Database: acaweb_fx User: postgres
2 36 107.44 MiB 2.70 MiB 3.46 MiB 2.98 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), 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 fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from 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 ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? 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), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), 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 fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 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 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($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)) AND ($341 = 0 OR fr.pattern in ($342)) AND ($343 = 0 OR fr.patternlengthbars <= $344) AND ($345 = 0 OR ($346 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($347 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:30:52 Duration: 0ms Database: acaweb_fx User: postgres
3 24 175.22 MiB 6.29 MiB 8.31 MiB 7.30 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:31:24 Duration: 0ms Database: acaweb_fx User: postgres
4 23 160.34 MiB 5.30 MiB 8.79 MiB 6.97 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:31:33 Duration: 0ms Database: acaweb_fx User: postgres
5 15 81.74 MiB 3.98 MiB 5.95 MiB 5.45 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 > 532906303 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:30:45 Duration: 0ms Database: acaweb_fx User: postgres
6 2 11.39 MiB 5.45 MiB 5.95 MiB 5.70 MiB when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-09 14:22:44 Duration: 0ms Database: acaweb_fx User: postgres
7 1 2.88 MiB 2.88 MiB 2.88 MiB 2.88 MiB select fixcandlegaps (?, false);-
select fixcandlegaps ('XM', false);
Date: 2022-01-09 14:06:26 Duration: 10s974ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2022-01-09 14:06:08 Duration: 4s931ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2022-01-09 14:06:29 Duration: 3s519ms Database: acaweb_fx User: postgres
8 1 5.45 MiB 5.45 MiB 5.45 MiB 5.45 MiB select tl.timezone langtimezone, t.timezone as timezone, (cast(substring(t.gmoffset, ?, ?) as double precision) * ? + cast(substring(t.gmoffset, ?, ?) as double precision)) / ? as gmoffset from timezones_vi_vn tl inner join timezones t on tl.timezoneid = t.timezoneid order by t.timezone;-
SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset, 0, 4) as double precision) * 60 + cast(substring(t.gmoffset, 5, 2) as double precision)) / 60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone;
Date: 2022-01-09 14:37:33 Duration: 0ms Database: acaweb_fx User: postgres
9 1 3.98 MiB 3.98 MiB 3.98 MiB 3.98 MiB )) 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 ?;-
)) 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 > 64423863 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:11:13 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 8.79 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: 2022-01-09 14:03:27 - Database: acaweb_fx - User: postgres ]
2 8.79 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: 2022-01-09 14:08:06 - Database: acaweb_fx - User: postgres ]
3 8.79 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: 2022-01-09 14:13:14 - Database: acaweb_fx - User: postgres ]
4 8.79 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: 2022-01-09 14:18:19 - Database: acaweb_fx - User: postgres ]
5 8.79 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: 2022-01-09 14:26:34 - Database: acaweb_fx - User: postgres ]
6 8.79 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: 2022-01-09 14:31:33 - Database: acaweb_fx - User: postgres ]
7 8.79 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: 2022-01-09 14:36:35 - Database: acaweb_fx - User: postgres ]
8 8.79 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: 2022-01-09 14:41:29 - Database: acaweb_fx - User: postgres ]
9 8.79 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: 2022-01-09 14:46:31 - Database: acaweb_fx - User: postgres ]
10 8.79 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: 2022-01-09 14:51:33 - Database: acaweb_fx - User: postgres ]
11 8.79 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: 2022-01-09 14:56:31 - Database: acaweb_fx - User: postgres ]
12 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:03:01 - Database: acaweb_fx - User: postgres ]
13 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:07:56 - Database: acaweb_fx - User: postgres ]
14 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:13:05 - Database: acaweb_fx - User: postgres ]
15 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:18:10 - Database: acaweb_fx - User: postgres ]
16 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:21:30 - Database: acaweb_fx - User: postgres ]
17 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:26:23 - Database: acaweb_fx - User: postgres ]
18 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:31:24 - Database: acaweb_fx - User: postgres ]
19 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:36:26 - Database: acaweb_fx - User: postgres ]
20 8.31 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:41:21 - 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 Jan 09 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 8 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 8 50s884ms 2s25ms 10s283ms 6s360ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 2';
Date: 2022-01-09 14:17:12 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';
Date: 2022-01-09 14:17:12 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'LEGACYFXMT5 - 1';
Date: 2022-01-09 14:02:11 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 10s283ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 2';[ Date: 2022-01-09 14:17:12 - Database: acaweb_fx - User: postgres ]
2 10s34ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';[ Date: 2022-01-09 14:17:12 - Database: acaweb_fx - User: postgres ]
3 9s931ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'LEGACYFXMT5 - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
4 5s962ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GLOBALGTMT5 - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
5 5s368ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
6 4s319ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ALBForex - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
7 2s959ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ATFX - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
8 2s25ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IQFEED_FX - 1';[ Date: 2022-01-09 14:02:11 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 776 Total read queries
- 4,773 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 5,557 Requests
- 2h22s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 4,965 Requests
User Request type Count Duration pgperfstats Total 592 38m56s insert 554 37m5s select 38 1m50s postgres Total 4,965 1h21m26s copy from 67 7s680ms copy to 21 2s995ms cte 965 45m46s ddl 4 780ms insert 3,130 8m14s others 8 54s175ms select 738 25m59s update 32 19s827ms Duration by user
Key values
- 1h21m26s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 592 38m56s insert 554 37m5s select 38 1m50s postgres Total 4,965 1h21m26s copy from 67 7s680ms copy to 21 2s995ms cte 965 45m46s ddl 4 780ms insert 3,130 8m14s others 8 54s175ms select 738 25m59s update 32 19s827ms Queries by host
Key values
- unknown Main host
- 5,557 Requests
- 2h22s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 5,557 Requests
- 2h22s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-01-09 14:47:23 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 3,812 100-500ms duration
Slowest individual queries
Rank Duration Query 1 13m56s select powerstats_tdata_add ();[ Date: 2022-01-09 14:14:14 - Database: acaweb_fx - User: postgres ]
2 1m49s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:12:19 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 1m43s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:07:13 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 1m32s select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;[ Date: 2022-01-09 14:17:47 - Database: acaweb_fx - User: pgperfstats ]
5 1m29s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:16:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 1m15s WITH rar_max as ( ;[ Date: 2022-01-09 14:18:16 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 1m11s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) 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: 2022-01-09 14:02:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 1m4s (( 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: 2022-01-09 14:03:20 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 57s668ms 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: 2022-01-09 14:03:01 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 46s49ms select updateageforrelevantresults ();[ Date: 2022-01-09 14:17:48 - Database: acaweb_fx - User: postgres ]
11 41s963ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 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: 2022-01-09 14:11:22 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 40s769ms WITH rar_max as ( ;[ Date: 2022-01-09 14:01:25 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 38s818ms select updateageforrelevantresults ();[ Date: 2022-01-09 14:02:41 - Database: acaweb_fx - User: postgres ]
14 36s607ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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: 2022-01-09 14:11:20 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 34s839ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:06:49 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 34s761ms WITH rar_max as ( ;[ Date: 2022-01-09 14:11:57 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 33s891ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 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: 2022-01-09 14:06:14 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 32s557ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-01-09 14:03:18 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 31s750ms WITH rar_max as ( ;[ Date: 2022-01-09 14:12:52 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 31s265ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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: 2022-01-09 14:06:09 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 18m2s 153 280ms 1m49s 7s74ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), 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 ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.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 sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? 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 dss.enabled = ? 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 Jan 09 14 153 18m2s 7s74ms [ User: postgres - Total duration: 18m2s - Times executed: 153 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:12:19 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:07:13 Duration: 1m43s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:16:59 Duration: 1m29s Database: acaweb_fx User: postgres Bind query: yes
2 13m56s 1 13m56s 13m56s 13m56s select powerstats_tdata_add ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jan 09 14 1 13m56s 13m56s [ User: postgres - Total duration: 13m56s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-01-09 14:14:14 Duration: 13m56s Database: acaweb_fx User: postgres
3 9m58s 151 64ms 1m15s 3s964ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Jan 09 14 151 9m58s 3s964ms [ User: postgres - Total duration: 9m58s - Times executed: 151 ]
-
WITH rar_max as ( ;
Date: 2022-01-09 14:18:16 Duration: 1m15s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:01:25 Duration: 40s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:11:57 Duration: 34s761ms Database: acaweb_fx User: postgres Bind query: yes
4 9m6s 172 52ms 57s668ms 3s179ms 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 #4
Day Hour Count Duration Avg duration Jan 09 14 172 9m6s 3s179ms [ User: postgres - Total duration: 9m6s - Times executed: 172 ]
-
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: 2022-01-09 14:03:01 Duration: 57s668ms 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 = '431' 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: 2022-01-09 14:01:58 Duration: 18s784ms 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 = '665' 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: 2022-01-09 14:16:29 Duration: 13s496ms Database: acaweb_fx User: postgres Bind query: yes
5 8m14s 3,128 142ms 283ms 158ms insert into mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select ?, current_timestamp, ?, ?, ?, ? where exists ( select ? from ( select * from mt4datafeederrors where datafeedname ilike ? order by eventtimestamp desc limit ?) a where status <> ?);Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Jan 09 14 3,128 8m14s 158ms [ User: postgres - Total duration: 8m14s - Times executed: 3128 ]
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'HOTFOREX', current_timestamp, '', 'OK', '199.59.207.151:442', '1234' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'HOTFOREX' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:50:45 Duration: 283ms Database: acaweb_fx User: postgres
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'HOTFOREX', current_timestamp, '', 'OK', '199.59.207.151:442', '1234' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'HOTFOREX' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:45:46 Duration: 282ms Database: acaweb_fx User: postgres
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'Forex4You', current_timestamp, '', 'OK', '88.150.180.170:443', '2000' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'Forex4You' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:55:44 Duration: 282ms Database: acaweb_fx User: postgres
6 7m43s 147 2s523ms 4s113ms 3s154ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #6
Day Hour Count Duration Avg duration Jan 09 14 147 7m43s 3s154ms [ User: pgperfstats - Total duration: 7m43s - Times executed: 147 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970070, 5, 900, '2022-01-09 00:00:00', 0.0259246986482002, 0.0374399999999999, 0.0468297626159543, 0.0498799999999997, 0.0552456634798913, 0.0788000000000004, 0.205641678654887, 0.2782, 4.35943359776627, 1.39372 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 915, '2022-01-09 00:00:00', 0.0321492871875361, 0.0329199999999997, 0.0432909536354504, 0.05524, 0.0442094635419466, 0.0776800000000002, 0.212601371898991, 0.28752, 4.35926947740865, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 930, '2022-01-09 00:00:00', 0.0354753435501336, 0.0450000000000001, 0.0378412473367356, 0.0592800000000002, 0.0473805515656652, 0.0848, 0.211515460427837, 0.28796, 4.35918790219769, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 945, '2022-01-09 00:00:00', 0.027493938725957, 0.0408, 0.0292122691119107, 0.05624, 0.0549416356994703, 0.0908, 0.205200917801716, 0.286, 4.35913968844006, 1.39464 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 960, '2022-01-09 00:00:00', 0.0163649014662479, 0.0383200000000001, 0.0425737790977812, 0.06388, 0.053973851693821, 0.0955199999999995, 0.199853071029694, 0.291, 4.35890046341965, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 975, '2022-01-09 00:00:00', 0.0351295222474394, 0.0463999999999999, 0.0464850155067916, 0.0702399999999999, 0.0492404643899023, 0.0919599999999993, 0.202176515286354, 0.28852, 4.35932674962545, 1.39328 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 990, '2022-01-09 00:00:00', 0.0344116259424052, 0.0529200000000001, 0.0431675804279092, 0.0727599999999996, 0.0588815760658623, 0.0969599999999996, 0.203987360719563, 0.28548, 4.35955765607781, 1.39204 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1005, '2022-01-09 00:00:00', 0.036975577525353, 0.04988, 0.0429592830480209, 0.0711999999999998, 0.0557200741803765, 0.0943199999999999, 0.199858074642983, 0.2782, 4.35459455517962, 1.38836 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1020, '2022-01-09 00:00:00', 0.0326630780341758, 0.0507199999999997, 0.0448198988545637, 0.0676399999999995, 0.0595779041815559, 0.0921199999999996, 0.188167009152331, 0.27464, 4.33818135974051, 1.38852 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1035, '2022-01-09 00:00:00', 0.0228089894559142, 0.0415999999999998, 0.0398606740200577, 0.0629599999999999, 0.0688470527086426, 0.0923999999999998, 0.178281771362077, 0.26716, 4.33782607727265, 1.39092 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1050, '2022-01-09 00:00:00', 0.0401664038718925, 0.0484400000000002, 0.0442902171289929, 0.0629600000000003, 0.0635864765496563, 0.0923600000000002, 0.175365589555078, 0.26556, 4.33726634836583, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1065, '2022-01-09 00:00:00', 0.0371973565369015, 0.0453200000000005, 0.0577972606040578, 0.0682400000000003, 0.165087370807097, 0.20044, 0.171409480484599, 0.27328, 4.33414405352045, 1.40048 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1080, '2022-01-09 00:00:00', 0.0372002688162332, 0.04488, 0.0393438686455715, 0.06224, 0.16965127959042, 0.21984, 0.167564982419757, 0.27276, 4.32292149593305, 1.39752 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1095, '2022-01-09 00:00:00', 0.0352123084541002, 0.04936, 0.155987948252421, 0.18536, 0.17367530048916, 0.22788, 0.167785080782927, 0.2712, 4.32292803934247, 1.399 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 600, '2022-01-09 00:00:00', 0.0772986316925366, 0.0909615384615383, 0.106371113776973, 0.134423076923077, 0.113219901756918, 0.155115384615385, 0.127428193957949, 0.217769230769231, 4.18981814329049, 1.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 615, '2022-01-09 00:00:00', 0.0637316127329166, 0.0720384615384616, 0.0723343518775035, 0.0935384615384618, 0.0754693620973745, 0.110769230769231, 0.0948674865272611, 0.182, 4.19149414152776, 1.33846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 630, '2022-01-09 00:00:00', 0.036019417840083, 0.0479615384615387, 0.0435110772810086, 0.0694230769230773, 0.0522695381210187, 0.100230769230769, 0.0843654778102629, 0.168423076923077, 4.19399620483303, 1.32661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 645, '2022-01-09 00:00:00', 0.0376736798553869, 0.0441153846153843, 0.0459790755084894, 0.0633461538461535, 0.0554806133846632, 0.0925384615384614, 0.0886892674106974, 0.167115384615384, 4.19418163668891, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 660, '2022-01-09 00:00:00', 0.0294879636462065, 0.0364999999999994, 0.0302466781392853, 0.0613076923076919, 0.0582570035406769, 0.0860384615384614, 0.0858081312266818, 0.162346153846154, 4.19455503975552, 1.32469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 675, '2022-01-09 00:00:00', 0.0291077573588474, 0.0433076923076924, 0.0472577873110716, 0.0625384615384618, 0.057713563263893, 0.0808461538461537, 0.0901641579820686, 0.161153846153846, 4.19420073122951, 1.32757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 690, '2022-01-09 00:00:00', 0.0277824515726141, 0.0387692307692309, 0.038505384238891, 0.0552307692307692, 0.041977081659108, 0.0706538461538461, 0.0923698335705236, 0.154884615384615, 4.19458867296719, 1.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 705, '2022-01-09 00:00:00', 0.0343852383354343, 0.0392307692307694, 0.0345341080004192, 0.049269230769231, 0.0379466224300155, 0.0681153846153846, 0.090065651268736, 0.149692307692308, 4.18604234018794, 1.40407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 720, '2022-01-09 00:00:00', 0.0252075690708473, 0.0313076923076925, 0.0327077737172446, 0.0440384615384618, 0.0326839645462653, 0.0641923076923074, 0.0868382492825687, 0.143807692307692, 4.18256177222304, 1.41753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 735, '2022-01-09 00:00:00', 0.0219566355836646, 0.0314230769230773, 0.0269209669502873, 0.0454615384615387, 0.0590524799192664, 0.0756538461538462, 0.0847812116341458, 0.143576923076923, 4.18257195091912, 1.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 750, '2022-01-09 00:00:00', 0.0250766517210422, 0.0350384615384615, 0.0271407726209393, 0.048307692307692, 0.0674586140932689, 0.0812307692307696, 0.0869348827925469, 0.143923076923077, 4.18238578068326, 1.42446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 765, '2022-01-09 00:00:00', 0.0219198891069626, 0.031807692307692, 0.0602981311102143, 0.0567692307692308, 0.0654939222077423, 0.0804230769230766, 0.0949892382568435, 0.152346153846154, 4.18252499390205, 1.43273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 780, '2022-01-09 00:00:00', 0.0593348256798783, 0.0473076923076921, 0.0618669540223208, 0.0610000000000003, 0.0676041532634017, 0.082807692307692, 0.0975538036951129, 0.164230769230769, 4.18279916875695, 1.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 795, '2022-01-09 00:00:00', 0.0334439830163814, 0.0365000000000006, 0.043165887528856, 0.0524230769230768, 0.0533411228285963, 0.0716538461538461, 0.100169947896256, 0.163538461538462, 4.1734137032484, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 810, '2022-01-09 00:00:00', 0.0272400158138436, 0.0315384615384613, 0.0311598360813303, 0.0441538461538461, 0.0539927630478241, 0.0734615384615384, 0.105856477582404, 0.166076923076924, 4.17225823026332, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 825, '2022-01-09 00:00:00', 0.0203579128445095, 0.030269230769231, 0.0345253752834284, 0.0481923076923081, 0.0495342150592747, 0.0719615384615388, 0.107476115414615, 0.173653846153847, 4.17073094294772, 1.42103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 840, '2022-01-09 00:00:00', 0.0256818702889502, 0.0340384615384621, 0.0360216387958471, 0.0500384615384622, 0.0480107840449979, 0.0696538461538469, 0.11240296327876, 0.176115384615385, 4.17094354737446, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 855, '2022-01-09 00:00:00', 0.0276583830663714, 0.0328846153846153, 0.0360292402618502, 0.0471153846153843, 0.0476478912278551, 0.0671923076923079, 0.114380041292849, 0.172923076923077, 4.17122523228626, 1.41946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 870, '2022-01-09 00:00:00', 0.0199359358561749, 0.0278076923076921, 0.0257332170848978, 0.040038461538462, 0.0449001798865679, 0.0641153846153847, 0.125619847770351, 0.171115384615385, 4.17151004000304, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 885, '2022-01-09 00:00:00', 0.0235126479875119, 0.0317307692307697, 0.0344032198850857, 0.0463076923076927, 0.047441769976062, 0.0621923076923079, 4.22199443136316, 1.04053846153846, 4.17150795774603, 1.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 900, '2022-01-09 00:00:00', 0.0277279364817951, 0.0320384615384618, 0.0381297582150538, 0.0479615384615384, 0.0431895998877221, 0.0626923076923076, 4.22045581369887, 1.04834615384615, 4.17136312511132, 1.41680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 915, '2022-01-09 00:00:00', 0.0248671547350189, 0.0331538461538457, 0.0295119271846801, 0.042076923076923, 0.0448517043668948, 0.0653461538461538, 4.21884554989231, 1.05657692307692, 4.17094305587892, 1.41784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 930, '2022-01-09 00:00:00', 0.0232362117924062, 0.0288076923076923, 0.0373648950836927, 0.0461538461538458, 0.0455789425063811, 0.0650000000000001, 4.21847020394105, 1.05869230769231, 4.17075416976539, 1.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 945, '2022-01-09 00:00:00', 0.0277233864065362, 0.0321153846153842, 0.0377333355984405, 0.046730769230769, 0.060773032987185, 0.075807692307692, 4.21809823662823, 1.06042307692308, 4.17096569319938, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 960, '2022-01-09 00:00:00', 0.019267230051207, 0.0268846153846152, 0.0398941869681059, 0.0451153846153846, 0.0631747880578463, 0.0884230769230766, 4.21832327991184, 1.05857692307692, 4.17154636242319, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 975, '2022-01-09 00:00:00', 0.0374857511390872, 0.0343076923076925, 0.0576070642035664, 0.0584230769230768, 0.0726719075974077, 0.0983846153846157, 4.2182055552277, 1.05911538461538, 4.17201688635125, 1.4135 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 990, '2022-01-09 00:00:00', 0.0435711442973967, 0.046730769230769, 0.0515990459065038, 0.0716923076923075, 0.0739080197584493, 0.100346153846154, 4.19796974665685, 1.05792307692308, 4.15283220891293, 1.40834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1005, '2022-01-09 00:00:00', 0.0336359697576637, 0.0464615384615385, 0.0384499874962472, 0.0668076923076927, 0.0615293300917417, 0.0955384615384619, 4.1983647703142, 1.05576923076923, 4.15259623868472, 1.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1020, '2022-01-09 00:00:00', 0.0298825392804254, 0.0443846153846157, 0.0469054859838868, 0.0647307692307696, 0.0591134112077406, 0.0873461538461542, 4.19834286062782, 1.05615384615385, 4.15273788537338, 1.40223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1035, '2022-01-09 00:00:00', 0.0410709891997519, 0.0431153846153848, 0.0501738516023574, 0.0648461538461537, 0.0639718808419882, 0.0848076923076924, 4.19786106267686, 1.05830769230769, 4.15278813347593, 1.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1050, '2022-01-09 00:00:00', 0.0429804427796935, 0.0460384615384618, 0.0533973349954418, 0.0606538461538464, 0.0805916964609982, 0.0886923076923082, 4.19561654330583, 1.05946153846154, 4.15139521773658, 1.39957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1065, '2022-01-09 00:00:00', 0.0342323508709796, 0.0375769230769231, 0.0416269328495576, 0.0521923076923077, 4.19470045231068, 0.979269230769231, 4.18014668642142, 1.055, 4.13631558831696, 1.39438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1080, '2022-01-09 00:00:00', 0.0308247652683061, 0.0376153846153847, 0.0504327122167597, 0.0615384615384618, 4.18435091722259, 0.991038461538462, 4.17252289886328, 1.05169230769231, 4.12864015087106, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1095, '2022-01-09 00:00:00', 0.0377165134207203, 0.0441538461538463, 4.18712615690597, 0.965423076923077, 4.1813005801471, 0.995692307692308, 4.17126912987476, 1.04807692307692, 4.1271218880064, 1.38796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 600, '2022-01-09 00:00:00', 0.0447095440966837, 0.10188, 0.0579547812235247, 0.12344, 0.0676253897092896, 0.14888, 0.100809440695469, 0.20028, 0.470705410350608, 0.561200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 615, '2022-01-09 00:00:00', 0.036744614117809, 0.0693999999999999, 0.0445426013310104, 0.0937199999999999, 0.0538512766793875, 0.11528, 0.0917631371158005, 0.17184, 0.474069608109752, 0.54908 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 630, '2022-01-09 00:00:00', 0.16456903157595, 0.0893846153846154, 0.231001005658817, 0.122769230769231, 0.272528931421122, 0.152461538461538, 0.276766505310051, 0.215538461538461, 0.50225163169318, 0.581692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 645, '2022-01-09 00:00:00', 0.0791814760777176, 0.0671153846153845, 0.12113791250535, 0.0960769230769229, 0.125918459574196, 0.107538461538461, 0.13803475593543, 0.174923076923077, 0.50263597012305, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 660, '2022-01-09 00:00:00', 0.0800222372940076, 0.0639615384615384, 0.0909408683621479, 0.0788076923076923, 0.094096129242714, 0.0961923076923076, 0.112046041360752, 0.164653846153846, 0.503046639526061, 0.576807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 675, '2022-01-09 00:00:00', 0.0246559401486819, 0.0416538461538464, 0.0955861995188717, 0.0691923076923077, 0.0945918926433242, 0.0938846153846154, 0.112451350164621, 0.162884615384615, 0.503256559436025, 0.57573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 690, '2022-01-09 00:00:00', 0.090078196798457, 0.0578076923076922, 0.0882869099104643, 0.0744615384615383, 0.0886642760425745, 0.0979230769230769, 0.11057884760867, 0.162807692307692, 0.50163464639271, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 705, '2022-01-09 00:00:00', 0.0406502720210407, 0.0442692307692305, 0.0533629228815431, 0.0621923076923077, 0.0578246819805682, 0.0865769230769233, 0.108034930248722, 0.160115384615385, 0.489746031514923, 0.598153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 720, '2022-01-09 00:00:00', 0.0439950521693587, 0.0462692307692307, 0.0498159072524492, 0.067230769230769, 0.07452154051011, 0.0904999999999998, 0.119517929134567, 0.159846153846154, 0.48856486381426, 0.600884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 735, '2022-01-09 00:00:00', 0.0284272079854172, 0.0468846153846155, 0.0357024455098618, 0.0592307692307697, 0.061562688500297, 0.0832692307692307, 0.130821457896455, 0.162576923076923, 0.473854180751194, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 750, '2022-01-09 00:00:00', 0.0226627787012439, 0.041192307692308, 0.0423565997037242, 0.0628076923076924, 0.05340903121556, 0.0777307692307695, 0.123010224715734, 0.158653846153846, 0.470745046135952, 0.599538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 765, '2022-01-09 00:00:00', 0.0284713080945602, 0.0438461538461537, 0.0375297215550554, 0.0550000000000001, 0.0471626971238926, 0.0750000000000002, 0.144026156812413, 0.164576923076923, 0.462922827926411, 0.598769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 780, '2022-01-09 00:00:00', 0.0354459284848604, 0.0404230769230774, 0.0416017011486496, 0.0553076923076928, 0.055120469463224, 0.0821153846153847, 0.142239516309639, 0.165, 0.461937426664962, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 795, '2022-01-09 00:00:00', 0.0211847550411574, 0.0369230769230774, 0.0325904186014139, 0.0551538461538461, 0.0492797508734957, 0.0764230769230766, 0.138309441248461, 0.166307692307692, 0.45635830895673, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 810, '2022-01-09 00:00:00', 0.0211190398965919, 0.036576923076923, 0.0377971101866474, 0.0563076923076921, 0.0443720112753004, 0.0713461538461535, 0.135742182095324, 0.1625, 0.455064330194518, 0.599769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 825, '2022-01-09 00:00:00', 0.0262683196147878, 0.0357692307692311, 0.0321682356466029, 0.0476538461538465, 0.0374019538773868, 0.0671153846153845, 0.160849729202804, 0.163653846153846, 0.456231346510147, 0.601807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 840, '2022-01-09 00:00:00', 0.0222246225199406, 0.0334230769230768, 0.0273149437825922, 0.0461153846153845, 0.0380655507492817, 0.0701153846153841, 0.164539118565956, 0.166192307692307, 0.456972554301258, 0.603653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 855, '2022-01-09 00:00:00', 0.0234776817096908, 0.0331923076923077, 0.0274419387070226, 0.0474999999999995, 0.0412230704637771, 0.0696923076923076, 0.217090721907827, 0.179307692307692, 0.458004731248657, 0.606423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 870, '2022-01-09 00:00:00', 0.0219780659889667, 0.0343461538461533, 0.0335862838304338, 0.0500384615384614, 0.0424470711139634, 0.0709230769230772, 0.217005526338705, 0.181961538461538, 0.457635750351741, 0.607 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 885, '2022-01-09 00:00:00', 0.0206698963564077, 0.0347307692307696, 0.0241282789720664, 0.0475769230769234, 0.0422445808996214, 0.0727307692307698, 0.209026255251859, 0.235153846153847, 0.453930852070598, 0.603538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 900, '2022-01-09 00:00:00', 0.0153709516246119, 0.0301153846153847, 0.030255323752765, 0.0532307692307694, 0.0467608152853846, 0.0764230769230773, 0.20764319989236, 0.244538461538462, 0.452494399455355, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 915, '2022-01-09 00:00:00', 0.0265229073705095, 0.0407692307692308, 0.0401247286115917, 0.0569230769230771, 0.0784768461688885, 0.0888461538461539, 0.215170919539292, 0.256730769230769, 0.452775060471108, 0.602846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 930, '2022-01-09 00:00:00', 0.0250061223272659, 0.035115384615385, 0.0395385887456801, 0.0535000000000002, 0.069312802680202, 0.0812307692307694, 0.20422138816641, 0.260846153846154, 0.450767040293969, 0.60173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 945, '2022-01-09 00:00:00', 0.0307789138609786, 0.0383076923076918, 0.0613222133174742, 0.061576923076923, 0.0923721902872369, 0.097307692307692, 0.20385746151511, 0.274230769230769, 0.451554804579092, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 960, '2022-01-09 00:00:00', 0.0391520310898622, 0.0408076923076924, 0.0444038806342939, 0.0582307692307693, 0.0811795825031431, 0.0972692307692309, 0.202745862141215, 0.283269230769231, 0.454065459530299, 0.606192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 975, '2022-01-09 00:00:00', 0.0269251098133605, 0.0411923076923071, 0.0671352824813163, 0.074115384615384, 0.0767260962525386, 0.103576923076923, 0.199437320016551, 0.284730769230769, 0.455098158473701, 0.607576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 990, '2022-01-09 00:00:00', 0.0664427688952045, 0.0621923076923079, 0.0700993690304095, 0.0758076923076927, 0.0771424755790315, 0.0981923076923075, 0.199608277922997, 0.286230769230769, 0.455035209119538, 0.607192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1005, '2022-01-09 00:00:00', 0.0318423279009847, 0.040576923076923, 0.0494515924920515, 0.0654999999999996, 0.0733499514970211, 0.0871538461538459, 0.205874902269838, 0.281346153846154, 0.450907012416257, 0.602423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1020, '2022-01-09 00:00:00', 0.0374856690565262, 0.0488461538461539, 0.0434795973373183, 0.060653846153846, 0.0752490531501896, 0.0884999999999999, 0.208054179334282, 0.285307692307693, 0.446398954024141, 0.600115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1035, '2022-01-09 00:00:00', 0.0334008060704201, 0.0404230769230768, 0.0528809548383479, 0.0616538461538461, 0.105075211158484, 0.0910000000000001, 0.201014691388083, 0.282115384615385, 0.43907730001062, 0.595653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1050, '2022-01-09 00:00:00', 0.0415316746592286, 0.0449999999999997, 0.051774124811531, 0.0629999999999995, 0.0979926213862747, 0.0899230769230769, 0.202054893531436, 0.2815, 0.439438958743463, 0.594961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1065, '2022-01-09 00:00:00', 0.0264163119769122, 0.0373076923076923, 0.0679579621191265, 0.0607307692307691, 0.160166989780618, 0.174769230769231, 0.202840247864782, 0.280615384615385, 0.440226670635097, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1080, '2022-01-09 00:00:00', 0.0667023699267586, 0.0456153846153847, 0.0709996858064555, 0.0666538461538462, 0.16492454685051, 0.191115384615385, 0.202520502285951, 0.283076923076924, 0.44200026453177, 0.596076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1095, '2022-01-09 00:00:00', 0.0383521336283409, 0.0466153846153846, 0.1336396590146, 0.162961538461539, 0.143431913625085, 0.198923076923077, 0.184895933308027, 0.276884615384616, 0.436661017970903, 0.59073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 600, '2022-01-09 00:00:00', 0.0675690416138589, 0.107153846153846, 0.0743765161448568, 0.130115384615384, 0.088936597987209, 0.160961538461538, 0.142735085439371, 0.242230769230769, 0.430597447203838, 0.568192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 615, '2022-01-09 00:00:00', 0.0514820954686788, 0.0753846153846155, 0.0589128691700389, 0.0993846153846154, 0.0756832772912116, 0.130038461538462, 0.122920562215541, 0.211769230769231, 0.422034289529254, 0.551307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 630, '2022-01-09 00:00:00', 0.0482252407578631, 0.066923076923077, 0.0580299789896438, 0.0930384615384615, 0.0848576817609703, 0.137884615384616, 0.115411617866061, 0.204807692307693, 0.417745283083438, 0.547192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 645, '2022-01-09 00:00:00', 0.0379659766714275, 0.0638461538461539, 0.0528976515401347, 0.0918076923076927, 0.079536281029477, 0.1295, 0.105979744073319, 0.187884615384616, 0.412529885164513, 0.543884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 660, '2022-01-09 00:00:00', 0.0348094814669797, 0.0595000000000001, 0.0540934376796296, 0.0845, 0.0708866592634925, 0.111038461538462, 0.0979713301862413, 0.176307692307692, 0.410659462141266, 0.536923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 675, '2022-01-09 00:00:00', 0.0321453669349815, 0.0517307692307692, 0.0525702021476631, 0.0738846153846156, 0.0709434552735762, 0.101576923076923, 0.097484744368621, 0.170653846153846, 0.411171109805227, 0.537807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 690, '2022-01-09 00:00:00', 0.0474548044094432, 0.0530384615384618, 0.0525935357244603, 0.0720000000000004, 0.0705543434851145, 0.106653846153847, 0.0944043431204307, 0.1695, 0.411249503156119, 0.534076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 705, '2022-01-09 00:00:00', 0.0236348178623113, 0.0467307692307692, 0.03715125010838, 0.0668461538461541, 0.0539415780836443, 0.0985769230769234, 0.0898927994035972, 0.167653846153846, 0.41540127772849, 0.547692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 720, '2022-01-09 00:00:00', 0.0319333922166373, 0.0483076923076925, 0.0408313793357704, 0.0728076923076926, 0.0467988823009209, 0.0901538461538463, 0.0855188058490419, 0.166884615384615, 0.415979304218926, 0.552307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 735, '2022-01-09 00:00:00', 0.0301107698596113, 0.0474615384615386, 0.0332123239406469, 0.0634615384615381, 0.0373137219552516, 0.0820769230769225, 0.0895364816064464, 0.165692307692307, 0.413160278081782, 0.547846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 750, '2022-01-09 00:00:00', 0.0239299297629876, 0.0411923076923073, 0.0245609132879553, 0.0530384615384614, 0.0436805888943115, 0.079923076923077, 0.0850438800764733, 0.164692307692308, 0.412045217832293, 0.546692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 765, '2022-01-09 00:00:00', 0.0166947250996791, 0.037923076923077, 0.0290915795377286, 0.0549999999999999, 0.0408483122709449, 0.0777692307692311, 0.0810224755142766, 0.163807692307692, 0.411474878193816, 0.543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 780, '2022-01-09 00:00:00', 0.0260703191093151, 0.0406923076923077, 0.0402570968420954, 0.0569230769230773, 0.0554602560397984, 0.0810000000000001, 0.0875647979850004, 0.163923076923077, 0.410868769990914, 0.544115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 795, '2022-01-09 00:00:00', 0.0282811162874017, 0.0396923076923077, 0.0331331347050745, 0.055269230769231, 0.0473554805535906, 0.0726923076923074, 0.0805954379315895, 0.161230769230769, 0.41050362501913, 0.542884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 810, '2022-01-09 00:00:00', 0.0201772148722269, 0.0370000000000004, 0.0361684945774637, 0.0550000000000001, 0.0453169521685445, 0.0688846153846154, 0.0733588859910392, 0.157384615384616, 0.405975855667078, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 825, '2022-01-09 00:00:00', 0.0247777816105169, 0.0374615384615384, 0.0261556583082604, 0.0449615384615385, 0.0367404199967614, 0.0645384615384613, 0.0693056663240133, 0.157653846153846, 0.403458771127857, 0.5385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 840, '2022-01-09 00:00:00', 0.0171276205181977, 0.0316538461538462, 0.0243244732728171, 0.0459999999999999, 0.0339319001258967, 0.0675769230769229, 0.0710293980307832, 0.156846153846154, 0.404467954421418, 0.537384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 855, '2022-01-09 00:00:00', 0.018233527866585, 0.0326923076923075, 0.0228988746784297, 0.0450384615384613, 0.034388929345626, 0.0709615384615384, 0.0738728741721994, 0.157807692307693, 0.405006575445198, 0.536615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 870, '2022-01-09 00:00:00', 0.0221383065157338, 0.0322307692307691, 0.0281795343085391, 0.0473846153846152, 0.0377457078558403, 0.0755384615384614, 0.0776835890005095, 0.1635, 0.405554458071341, 0.536538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 885, '2022-01-09 00:00:00', 0.0262525017122909, 0.0360769230769229, 0.0312860008015383, 0.0545769230769231, 0.0391162370378337, 0.0779999999999997, 0.323437776681412, 0.274346153846154, 0.397655738238299, 0.547615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 900, '2022-01-09 00:00:00', 0.0216111438489862, 0.0398076923076926, 0.0285954541841886, 0.0575000000000002, 0.0458181690531674, 0.0822307692307693, 0.332319477889297, 0.290346153846154, 0.399024587636479, 0.552307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 915, '2022-01-09 00:00:00', 0.0186009511750177, 0.039653846153846, 0.0300163032623683, 0.0554615384615383, 0.0598813827495659, 0.0834999999999998, 0.333201793789612, 0.289653846153846, 0.399336842585497, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 930, '2022-01-09 00:00:00', 0.0222316475738114, 0.0373846153846153, 0.0342893793828575, 0.0558076923076924, 0.0503116441637679, 0.0796923076923079, 0.350453648861015, 0.295, 0.401196826814662, 0.553423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 945, '2022-01-09 00:00:00', 0.0247098859070304, 0.0414615384615386, 0.0404062447572723, 0.0567692307692309, 0.0497103146702508, 0.0863461538461538, 0.37641638973554, 0.305461538461538, 0.401781923244631, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 960, '2022-01-09 00:00:00', 0.0290790963778762, 0.0390769230769226, 0.041382586452981, 0.0599615384615383, 0.0495921830068472, 0.0867692307692307, 0.393556323796226, 0.3095, 0.402845381676968, 0.554807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 975, '2022-01-09 00:00:00', 0.0351728041794532, 0.0433846153846152, 0.0420954410102346, 0.0658846153846153, 0.0438680539099488, 0.0843846153846158, 0.396032051927425, 0.307884615384616, 0.404639298064909, 0.557192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 990, '2022-01-09 00:00:00', 0.0301377606232551, 0.050269230769231, 0.0306493819739427, 0.0627692307692313, 0.0330929692742225, 0.0792307692307697, 0.394977841637497, 0.310153846153846, 0.405742108317018, 0.557538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1005, '2022-01-09 00:00:00', 0.020824541734731, 0.0416923076923082, 0.0257855355995154, 0.0565769230769236, 0.0399421312169732, 0.0784230769230772, 0.395838648169447, 0.309346153846154, 0.406110127163329, 0.557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1020, '2022-01-09 00:00:00', 0.0203551921178322, 0.0415769230769231, 0.0255533529336927, 0.0555769230769231, 0.0455332845290134, 0.0800000000000004, 0.396116424222048, 0.310307692307692, 0.407628337506682, 0.559692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1035, '2022-01-09 00:00:00', 0.0233477061960138, 0.0403461538461535, 0.035239662968789, 0.0580769230769227, 0.0470014893381052, 0.0795000000000003, 0.396522532098163, 0.309961538461538, 0.407993071208135, 0.559115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1050, '2022-01-09 00:00:00', 0.0232743173080077, 0.0395769230769229, 0.0339031198927409, 0.057692307692308, 0.0678618052764932, 0.0942307692307698, 0.392103628374714, 0.309846153846154, 0.405255702754921, 0.557769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1065, '2022-01-09 00:00:00', 0.0344795368521463, 0.0419615384615385, 0.0424311931701928, 0.0573846153846156, 0.328137260210512, 0.222692307692308, 0.391715133935168, 0.311115384615385, 0.405831933762658, 0.556961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1080, '2022-01-09 00:00:00', 0.0218764362165889, 0.0365384615384618, 0.0590267214586229, 0.0630769230769232, 0.317376757425376, 0.241615384615384, 0.382066311199831, 0.308884615384615, 0.398983039932585, 0.553115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1095, '2022-01-09 00:00:00', 0.0579041117179614, 0.0493846153846156, 0.306387738256357, 0.210615384615384, 0.310169306124153, 0.242038461538461, 0.376631411329433, 0.3135, 0.393723708279726, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 600, '2022-01-09 00:00:00', 0.181789396322736, 0.135230769230769, 0.195525359362529, 0.171384615384615, 0.198866081727223, 0.193038461538461, 0.234087215830734, 0.258230769230769, 0.305754320681466, 0.500769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 615, '2022-01-09 00:00:00', 0.0883035324670181, 0.0980769230769227, 0.0972728201424296, 0.119807692307692, 0.130616408440311, 0.152384615384615, 0.177295980257266, 0.222769230769231, 0.294598744057065, 0.4835 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 630, '2022-01-09 00:00:00', 0.0438234921193926, 0.064461538461539, 0.0762673939807534, 0.0946538461538466, 0.122832575233371, 0.130192307692308, 0.15613680392035, 0.196307692307692, 0.294633456766461, 0.475076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 645, '2022-01-09 00:00:00', 0.0639357008732518, 0.070423076923077, 0.100591450928993, 0.0999999999999996, 0.121237973233828, 0.124615384615385, 0.154568282147904, 0.196076923076923, 0.293212718792242, 0.474461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 660, '2022-01-09 00:00:00', 0.051432824000004, 0.0591538461538457, 0.0739368545553469, 0.0835384615384615, 0.106646309756201, 0.118653846153846, 0.132615006692305, 0.1785, 0.296244215782545, 0.474653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 675, '2022-01-09 00:00:00', 0.0367117671347188, 0.054076923076923, 0.0484891264575414, 0.0686538461538464, 0.0869128652953414, 0.104384615384615, 0.122435119396105, 0.170038461538462, 0.292308743520377, 0.472807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 690, '2022-01-09 00:00:00', 0.0433764203935027, 0.0489230769230771, 0.0838752553590063, 0.0784615384615385, 0.0946346903380819, 0.103730769230769, 0.123847331575862, 0.165192307692308, 0.297510439377279, 0.474307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 705, '2022-01-09 00:00:00', 0.0541566389140016, 0.0566923076923074, 0.0598459689536396, 0.0734999999999995, 0.0675406202563719, 0.092846153846154, 0.10191435318254, 0.157153846153846, 4.28485476138385, 1.30461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 720, '2022-01-09 00:00:00', 0.0424512208758028, 0.0491153846153845, 0.0515524527507222, 0.0688461538461543, 0.0551931015756366, 0.086961538461539, 0.0918090074347498, 0.148576923076923, 4.28378619465753, 1.30919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 735, '2022-01-09 00:00:00', 0.033712015662075, 0.0505000000000002, 0.0437992623752434, 0.0661538461538467, 0.0731390351422445, 0.0990384615384619, 0.0915069732525679, 0.145384615384616, 4.28319212665579, 1.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 750, '2022-01-09 00:00:00', 0.0310091053625322, 0.0407307692307693, 0.0440274739400123, 0.0595384615384613, 0.0624162207714039, 0.0882307692307692, 0.0833900196942976, 0.139846153846154, 4.28319990966495, 1.31211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 765, '2022-01-09 00:00:00', 0.0242690369369316, 0.0391153846153843, 0.0441319002013801, 0.0622307692307688, 0.0687434472401663, 0.0876923076923073, 0.0876203084994481, 0.145038461538462, 4.28312122154645, 1.31096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 780, '2022-01-09 00:00:00', 0.0372955761451674, 0.0479999999999998, 0.044601362517994, 0.0641923076923076, 0.0672840705802358, 0.0868846153846153, 0.0885017253199926, 0.142346153846154, 4.28304853400185, 1.31123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 795, '2022-01-09 00:00:00', 0.0356978129043482, 0.043423076923077, 0.0645631116398166, 0.068653846153846, 0.0654267059093904, 0.081576923076923, 0.0935106164273091, 0.142653846153846, 4.28282945241362, 1.31196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 810, '2022-01-09 00:00:00', 0.0511954925900556, 0.0475384615384612, 0.0507822652265377, 0.057961538461538, 0.0497387637098529, 0.072230769230769, 0.0969124347026735, 0.1435, 4.28236572864184, 1.31407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 825, '2022-01-09 00:00:00', 0.0253097731199747, 0.0367692307692305, 0.0320487369245894, 0.051807692307692, 0.043774474472969, 0.0717307692307689, 0.10988873393644, 0.149576923076923, 4.2818411108379, 1.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 840, '2022-01-09 00:00:00', 0.0279909875605595, 0.0411538461538464, 0.0331902905171883, 0.0546538461538457, 0.0547220669875012, 0.0757692307692305, 0.117960182330244, 0.151269230769231, 4.28180178896688, 1.317 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 855, '2022-01-09 00:00:00', 0.0198033796649416, 0.0345769230769227, 0.0345507430622529, 0.0540769230769227, 0.0488671196676799, 0.0773461538461534, 0.1374394915814, 0.155576923076923, 4.28191458417305, 1.31588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 870, '2022-01-09 00:00:00', 0.0312630772637627, 0.0394999999999999, 0.0476136373483316, 0.0564615384615381, 0.0562472700192227, 0.0736538461538458, 0.135838116322901, 0.157076923076923, 4.28172955420874, 1.31684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 885, '2022-01-09 00:00:00', 0.0287785443583343, 0.0387307692307692, 0.0343391232359737, 0.0528461538461537, 0.0452212339504351, 0.0709999999999998, 0.165287441935371, 0.229538461538462, 4.28139254430863, 1.31796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 900, '2022-01-09 00:00:00', 0.0250297054286738, 0.036615384615385, 0.0404794534776117, 0.0541153846153844, 0.0526359339088945, 0.0723076923076921, 0.17125420152061, 0.240192307692308, 4.2813001290945, 1.31834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 915, '2022-01-09 00:00:00', 0.0324384624505205, 0.0384230769230769, 0.0425225370109329, 0.0543846153846152, 0.0503954210374161, 0.0725384615384615, 0.168889663572223, 0.246038461538461, 4.27997228909074, 1.32334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 930, '2022-01-09 00:00:00', 0.0344475744373304, 0.041346153846154, 0.0418459629520535, 0.0552692307692311, 0.0479667192316311, 0.0786153846153845, 0.167086011935816, 0.247153846153846, 4.27937929072034, 1.32607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 945, '2022-01-09 00:00:00', 0.0304464473107477, 0.0391153846153847, 0.0342730439042333, 0.0541923076923077, 0.0651612910104909, 0.0900769230769231, 0.166285278500997, 0.249076923076923, 4.27874943717833, 1.32888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 960, '2022-01-09 00:00:00', 0.0239534163293283, 0.0376153846153843, 0.0325577356990023, 0.055615384615384, 0.0596336636989026, 0.0865769230769229, 0.159466499978474, 0.246269230769231, 4.27877817588871, 1.32803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 975, '2022-01-09 00:00:00', 0.0239983332754587, 0.0389999999999998, 0.0474492927725524, 0.066653846153846, 0.0629458375235287, 0.0924615384615382, 0.151801206035546, 0.249384615384615, 4.27814582913961, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 990, '2022-01-09 00:00:00', 0.0446192266250257, 0.055653846153846, 0.0482147120860271, 0.0694615384615385, 0.0678390856251875, 0.0956923076923074, 0.148800087882522, 0.246115384615385, 4.27795736232213, 1.33192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1005, '2022-01-09 00:00:00', 0.0283840692046683, 0.0491538461538462, 0.0510865329235976, 0.0710769230769229, 0.0736831470137242, 0.0966153846153842, 0.143239084696236, 0.243653846153846, 4.27796032940933, 1.3305 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1020, '2022-01-09 00:00:00', 0.035922330745009, 0.0474230769230771, 0.0514280528056873, 0.0657307692307694, 0.0720786749643423, 0.0851538461538463, 0.141904567064793, 0.240884615384615, 4.27770923958858, 1.33153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1035, '2022-01-09 00:00:00', 0.0322651753204835, 0.0468076923076927, 0.0415095355124763, 0.0611923076923079, 0.0680635449697279, 0.0813846153846158, 0.145479810917582, 0.239153846153846, 4.27712338916635, 1.33438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1050, '2022-01-09 00:00:00', 0.0285100791893779, 0.0407692307692309, 0.0422006926665719, 0.0524615384615387, 0.0609694501053919, 0.0770769230769234, 0.145975324574448, 0.239346153846154, 4.27671137854597, 1.33684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1065, '2022-01-09 00:00:00', 0.0279628324745548, 0.0370000000000002, 0.0565409041858536, 0.0549230769230771, 0.134344035967363, 0.175, 0.143432407023711, 0.242153846153846, 4.27656533285227, 1.33761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1080, '2022-01-09 00:00:00', 0.0458534790224427, 0.0403076923076924, 0.0491324896424109, 0.0598076923076925, 0.139417005915568, 0.186692307692308, 0.143776584163925, 0.241115384615385, 4.27632243801215, 1.33807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1095, '2022-01-09 00:00:00', 0.0358430767910079, 0.0436153846153846, 0.130863998692712, 0.165884615384616, 0.132790459573895, 0.192115384615384, 0.142211527175326, 0.238038461538462, 4.27594686607989, 1.34019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 600, '2022-01-09 00:00:00', 0.089511331470035, 0.123961538461539, 0.0977956110388479, 0.146692307692308, 0.095370532459133, 0.163461538461538, 0.116150326997123, 0.212461538461539, 4.27743048965686, 1.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 615, '2022-01-09 00:00:00', 0.0371677486332109, 0.0658076923076925, 0.0446764091939085, 0.0863076923076921, 0.074799969148492, 0.122346153846153, 0.0919364663566849, 0.179923076923077, 4.27894554228564, 1.32292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 630, '2022-01-09 00:00:00', 0.0303565478933295, 0.061, 0.0581387862062708, 0.0880384615384615, 0.0696897741091518, 0.107230769230769, 0.0931626204341301, 0.170923076923077, 4.2799198829669, 1.31826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 645, '2022-01-09 00:00:00', 0.0541313644330585, 0.0602692307692308, 0.0591068914373322, 0.0797692307692304, 0.065138149049067, 0.0994615384615381, 0.0961191248079497, 0.157384615384616, 4.28143512172478, 1.31169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 660, '2022-01-09 00:00:00', 0.0307961286278245, 0.0538076923076921, 0.0372486860893726, 0.0647692307692306, 0.049670978990213, 0.0856153846153849, 0.0888865828760712, 0.15223076923077, 4.28165387186558, 1.30996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 675, '2022-01-09 00:00:00', 0.0264413429194626, 0.0447692307692303, 0.0359694100804901, 0.0610384615384612, 0.0472112763583517, 0.0822307692307696, 0.0920228483333603, 0.149269230769231, 4.28215767054234, 1.30734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 690, '2022-01-09 00:00:00', 0.0217411697371245, 0.043961538461538, 0.0276510119442035, 0.0574615384615386, 0.0497355622653068, 0.0828846153846162, 0.101976596108353, 0.150115384615385, 4.28268348746976, 1.30457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 705, '2022-01-09 00:00:00', 0.0241655826458911, 0.0411538461538466, 0.0358733884655467, 0.0575000000000004, 0.0535912162722452, 0.0844615384615391, 0.102095317454592, 0.153423076923078, 4.28090706797232, 1.31673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 720, '2022-01-09 00:00:00', 0.0281510486209934, 0.0398076923076923, 0.0451361700430364, 0.0639230769230774, 0.0523309145284566, 0.0852692307692311, 0.0985694600854576, 0.156538461538462, 4.28096634022668, 1.31661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 735, '2022-01-09 00:00:00', 0.034031659468117, 0.0470769230769232, 0.0373831718619697, 0.0623076923076922, 0.05440951557049, 0.0926538461538461, 0.097348264573051, 0.154269230769231, 4.28004385329798, 1.32388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 750, '2022-01-09 00:00:00', 0.024820586988658, 0.0423076923076924, 0.0344584476635934, 0.0602307692307694, 0.053940537061301, 0.0883076923076925, 0.102466121981103, 0.156884615384616, 4.2795734862969, 1.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 765, '2022-01-09 00:00:00', 0.0254060259357137, 0.0441153846153849, 0.0442077090388265, 0.0688076923076924, 0.0483311652917822, 0.0833076923076929, 0.117409454474501, 0.1625, 4.27791624688757, 1.33515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 780, '2022-01-09 00:00:00', 0.034463112944802, 0.0498846153846153, 0.0444206639371294, 0.0613461538461537, 0.0520626988868674, 0.079269230769231, 0.117295347143603, 0.164038461538461, 4.27767281519358, 1.33707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 795, '2022-01-09 00:00:00', 0.0327950512214172, 0.0373461538461538, 0.036369133150982, 0.0499230769230772, 0.0422555776928192, 0.0675769230769233, 0.110926094592474, 0.152961538461538, 4.27797614137268, 1.33688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 810, '2022-01-09 00:00:00', 0.0182048176210417, 0.0318461538461536, 0.0224836350742901, 0.0439230769230768, 0.0308341469054131, 0.0607692307692308, 0.111867779096574, 0.15, 4.27802056545566, 1.33803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 825, '2022-01-09 00:00:00', 0.0153725529634929, 0.0306538461538461, 0.0220546175175664, 0.0436153846153846, 0.0353892856449739, 0.0601923076923079, 0.110080949235621, 0.151846153846154, 4.27798677165574, 1.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 840, '2022-01-09 00:00:00', 0.0188922857679649, 0.0329615384615384, 0.0247047799797152, 0.0436153846153846, 0.0366251069833039, 0.0640384615384617, 0.112416102049484, 0.1575, 4.2772758922545, 1.34753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 855, '2022-01-09 00:00:00', 0.0170393210410055, 0.0305384615384615, 0.0283373360671856, 0.0432692307692307, 0.052449198864601, 0.0680384615384617, 0.127964231781324, 0.167269230769231, 4.27713487997964, 1.34830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 870, '2022-01-09 00:00:00', 0.0259907971878809, 0.0321923076923077, 0.033434781521413, 0.0467307692307693, 0.0728387154028575, 0.0700384615384615, 0.128717657625577, 0.170346153846154, 4.2771888460314, 1.34823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 885, '2022-01-09 00:00:00', 0.0206938117840535, 0.0310769230769229, 0.035970607659374, 0.0502692307692307, 0.0620834797795558, 0.0759615384615385, 0.189862788511963, 0.245961538461538, 4.27801334212326, 1.34534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:49 Duration: 4s113ms 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 970100, 5, 900, '2022-01-09 00:00:00', 6.10373108243363, 12.87972, 8.51449982617884, 17.81896, 9.53864983684797, 23.40028, 29.1671135174532, 81.50576, 58.1686055829087, 162.07028 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 915, '2022-01-09 00:00:00', 6.28019229588816, 13.32624, 9.16195418110498, 18.0552, 19.3360283178838, 25.90912, 30.3359483966355, 84.80904, 58.0243930866723, 162.39608 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 930, '2022-01-09 00:00:00', 8.91426339114269, 13.25716, 9.80579800543197, 17.57424, 19.2032883598965, 26.5998, 29.790156857705, 85.67876, 57.0690906905831, 163.156 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 945, '2022-01-09 00:00:00', 7.75575673354959, 12.44748, 17.6976467332053, 19.31368, 16.5326013866542, 31.65388, 28.3442310493099, 86.45912, 56.9455029165312, 164.3582 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 960, '2022-01-09 00:00:00', 15.747757372824, 13.59376, 15.591955262036, 19.79468, 15.8457252119722, 34.56808, 30.6914611940085, 86.21084, 56.8208265640044, 163.9446 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 975, '2022-01-09 00:00:00', 7.45442112485381, 14.2691600000001, 10.5785522145834, 26.1230400000001, 13.4726218874922, 36.84424, 29.9588226084292, 86.251, 56.9923619820235, 164.43004 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 990, '2022-01-09 00:00:00', 9.04257025002671, 21.59732, 11.07941709989, 29.34476, 10.3236722653973, 37.23472, 30.272234220872, 85.79384, 56.9469680864574, 165.10236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1005, '2022-01-09 00:00:00', 7.03781300949852, 17.78204, 6.73973868880189, 23.79148, 10.2912923746243, 33.77536, 29.7444386150868, 83.57212, 57.8106892894961, 164.18972 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1020, '2022-01-09 00:00:00', 5.31344748946799, 15.57816, 6.40612910994885, 21.36456, 10.492361394208, 32.6917200000001, 28.0509220347567, 82.0426, 58.0696313898811, 164.11756 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1035, '2022-01-09 00:00:00', 4.89967774042339, 14.80428, 9.22520530539382, 23.41348, 8.27337265126303, 31.2488800000001, 28.017360901353, 80.24272, 58.1422580177848, 163.95564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1050, '2022-01-09 00:00:00', 6.24997985410079, 15.79648, 6.71487061503546, 22.4207200000001, 7.11993806784859, 27.6814400000001, 27.0207450096526, 80.73372, 57.9860362677371, 163.71928 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1065, '2022-01-09 00:00:00', 5.12715668540247, 14.32252, 6.03374169511204, 18.91652, 23.4841125247829, 56.2420800000001, 27.9935060497371, 79.53396, 59.485900920218, 163.48704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1080, '2022-01-09 00:00:00', 5.96462716074242, 12.5052, 6.57762782670669, 16.6910800000001, 25.2432407003671, 60.32284, 29.1244721936725, 78.07568, 60.2262619176773, 162.93008 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1095, '2022-01-09 00:00:00', 5.33497986937784, 11.87696, 24.5576861788728, 51.02228, 25.7349033035551, 63.72172, 28.6081272098798, 77.32504, 60.4213589283624, 162.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 600, '2022-01-09 00:00:00', 15.585176181256, 25.6806521739131, 15.2955681472973, 38.5893043478261, 16.5809240186502, 47.1966956521739, 21.5079828350408, 67.3792173913043, 53.8216639427398, 166.856260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 615, '2022-01-09 00:00:00', 10.9982709879017, 17.8882173913044, 12.1789830926051, 27.0134782608695, 9.81212677566188, 35.0730434782608, 19.0025306302023, 58.7664782608695, 51.5759634252343, 163.502173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 630, '2022-01-09 00:00:00', 8.93406841559573, 15.54, 9.43130689140384, 21.8460434782609, 12.2898736472278, 33.2070869565218, 20.9783871275727, 56.4052608695652, 51.8529736035803, 163.36652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 645, '2022-01-09 00:00:00', 10.341089341399, 13.318695652174, 9.82121827268301, 22.2892173913044, 13.179493846855, 31.5108260869566, 21.4272671171727, 54.1542608695652, 50.9791749584734, 162.763913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 660, '2022-01-09 00:00:00', 9.2772908173179, 12.65, 10.3892374451497, 20.8416521739131, 15.2440449920409, 29.3820869565218, 20.9845923626945, 52.9229130434782, 51.50116463724, 162.457913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 675, '2022-01-09 00:00:00', 6.82842106703851, 13.2717826086957, 10.1850465645346, 19.8443913043479, 13.2045929929957, 31.0747391304348, 20.1291024038574, 51.425304347826, 52.2727065429758, 162.888652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 690, '2022-01-09 00:00:00', 8.64799030710483, 13.9464782608696, 8.4604041157838, 20.8185652173913, 11.726839707344, 29.9023913043478, 19.8472755545128, 50.9928695652173, 51.5705599911653, 163.971565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 705, '2022-01-09 00:00:00', 5.45068163304574, 10.9919130434783, 6.89876506277063, 19.5708695652174, 8.84989764617794, 25.6134347826087, 19.4927994286408, 49.1947391304348, 59.7574762381724, 174.917086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 720, '2022-01-09 00:00:00', 7.26622612004804, 13.1488695652174, 7.08284538243369, 17.7445652173913, 9.69411115446376, 27.3675652173913, 18.7645616593827, 48.5192173913043, 63.3696163576225, 175.992695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 735, '2022-01-09 00:00:00', 6.465455028327, 11.8252173913043, 8.86126278664118, 17.4199130434783, 11.9451216478451, 26.72, 17.5340054202984, 48.2065217391304, 63.8242289922142, 174.605782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 750, '2022-01-09 00:00:00', 7.947224343804, 12.6559565217391, 8.85048873150868, 19.5411739130434, 11.9857419621565, 24.6722608695652, 24.2771932310526, 49.7957826086956, 63.4228841939739, 175.493130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 765, '2022-01-09 00:00:00', 6.28826411853906, 10.8535217391304, 7.56864714051002, 16.5480869565217, 11.8596637075811, 23.1225652173913, 24.9528605962674, 48.7361304347826, 64.6113788854124, 176.321260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 780, '2022-01-09 00:00:00', 6.43664928973543, 11.0414782608696, 6.54987941324596, 14.1996521739131, 16.0857661372202, 24.0723043478261, 23.3634347168979, 50.7719565217391, 66.1698851169572, 176.586130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 795, '2022-01-09 00:00:00', 5.626712517531, 9.9698695652174, 9.81099847533377, 16.4390869565217, 13.7602138680927, 25.1751739130434, 22.6675560588221, 52.5699565217391, 66.1000301147134, 176.364565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 810, '2022-01-09 00:00:00', 6.20849337346663, 10.9598260869565, 13.035012623199, 16.8487826086957, 12.008577618641, 24.8458260869565, 23.6517240403115, 51.6744782608696, 66.3160356013048, 175.232347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 825, '2022-01-09 00:00:00', 12.4019938045487, 12.2436521739131, 11.7919500658598, 17.1449130434783, 12.243879898479, 24.6981739130435, 24.3485372116648, 52.4904347826087, 66.1001094466693, 175.474043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 840, '2022-01-09 00:00:00', 5.96930016786487, 10.1923043478261, 6.2750800999565, 15.9855217391304, 8.02750633192464, 22.071, 24.4053965504068, 52.8786521739131, 65.7680720026718, 175.952304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 855, '2022-01-09 00:00:00', 6.24673982954501, 9.84995652173915, 7.78973796740233, 15.367652173913, 8.27239954912685, 20.1321304347826, 25.6961823587517, 53.3887826086957, 66.6587663864702, 176.687434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 870, '2022-01-09 00:00:00', 5.28316550778113, 10.389347826087, 6.49410848537063, 14.7762608695652, 11.3700199408157, 20.1150000000001, 25.7201584517398, 55.284347826087, 66.0787581519893, 177.77 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 885, '2022-01-09 00:00:00', 6.27858636187775, 9.11139130434786, 9.02254771934324, 13.9134347826087, 12.6552036056476, 20.1618695652174, 36.6791906642255, 80.6516521739131, 65.6273602551203, 178.146652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 900, '2022-01-09 00:00:00', 7.03151362746884, 9.35356521739133, 10.7402418244023, 13.5980869565218, 10.8402491845621, 19.7747391304348, 34.9323791413397, 82.7147391304349, 64.4697712412048, 179.291565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 915, '2022-01-09 00:00:00', 6.49472559887973, 9.51517391304357, 8.40535199889316, 14.0369565217392, 12.6779861270296, 23.9716521739131, 34.5015815390491, 84.8548260869566, 63.9276685625704, 180.151869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 930, '2022-01-09 00:00:00', 6.55744777035005, 10.1964782608696, 7.64693558039758, 15.1880434782609, 22.7263899911021, 26.9051304347827, 34.5555191925115, 85.1631304347827, 64.1765539273042, 180.118565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 945, '2022-01-09 00:00:00', 5.4810015403551, 9.98060869565222, 10.7733304450142, 17.4928260869566, 21.8525031161807, 30.6004782608697, 35.1582062913974, 85.6810869565218, 63.9323373856215, 180.250956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 960, '2022-01-09 00:00:00', 9.68235296550463, 12.3823043478262, 20.1167970919119, 20.196347826087, 22.5143946477743, 35.8339130434783, 34.4471673334745, 86.3351304347827, 63.2999237910487, 180.651043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 975, '2022-01-09 00:00:00', 13.2505498349636, 14.1097391304348, 14.5925875006603, 24.233347826087, 16.5892024069279, 36.032043478261, 33.5305740982717, 85.1337826086957, 63.3411116755342, 179.002739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 990, '2022-01-09 00:00:00', 10.2543558647816, 19.1592608695653, 13.9866118286967, 28.2390869565218, 15.3303676828864, 35.3262608695653, 33.129147032288, 84.5662173913043, 63.7081032486567, 178.559217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1005, '2022-01-09 00:00:00', 10.4024254335797, 16.9709130434783, 9.90458202145664, 24.7097391304348, 13.6717910742471, 33.2097826086956, 31.546889530654, 84.0558260869565, 60.7400340696855, 177.345826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1020, '2022-01-09 00:00:00', 7.5635291452096, 14.274695652174, 9.06192241512292, 21.471695652174, 11.6519278582657, 29.9512173913044, 31.3035570891046, 82.9666086956522, 56.570766926044, 177.474347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1035, '2022-01-09 00:00:00', 8.45625060627962, 14.6249565217392, 9.75819946559178, 21.5760869565218, 11.7524934323517, 27.4068260869565, 31.03029295507, 79.7048260869565, 56.7400665070574, 176.293043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1050, '2022-01-09 00:00:00', 8.41247325116579, 13.6182608695652, 8.86493169898488, 18.2798695652174, 11.576103373597, 25.0280434782609, 33.7502999795774, 78.0355652173913, 56.6667437244109, 176.854652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1065, '2022-01-09 00:00:00', 6.83785465627882, 10.6791304347826, 8.59082896629084, 15.751652173913, 29.6346484839419, 56.605695652174, 34.1355499347502, 76.7315652173913, 56.4122061265751, 177.116608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1080, '2022-01-09 00:00:00', 7.01848047020657, 10.6167391304348, 8.86471591072523, 16.4972173913044, 28.3634024632534, 58.2142608695653, 33.7696931863644, 76.6260869565217, 56.264723885443, 177.797217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1095, '2022-01-09 00:00:00', 7.66106351299851, 11.8081739130435, 29.8749903186846, 53.7452173913044, 29.032112446917, 59.991695652174, 33.2679352731714, 77.5143913043478, 55.7494663991905, 178.864391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 600, '2022-01-09 00:00:00', 25.3469620336112, 36.6578, 26.4622648281157, 41.9758, 25.0089890872595, 49.5436, 27.9759730061351, 68.40184, 54.796121402036, 174.46996 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 615, '2022-01-09 00:00:00', 17.5840421926624, 24.7946, 18.0846254575536, 31.71424, 18.7627787181607, 40.87068, 22.4621877706365, 62.26312, 55.0755065342117, 170.7268 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 630, '2022-01-09 00:00:00', 10.8145135832978, 20.10128, 10.3116395280608, 27.5885600000001, 18.0751958211615, 39.6951600000001, 20.3137855881993, 59.19244, 55.2875303895613, 171.05208 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 645, '2022-01-09 00:00:00', 7.38913073890746, 20.2050800000001, 9.81701629450958, 28.7114800000001, 17.2404029325497, 36.41112, 19.9437733446641, 55.74416, 55.1300876609134, 169.9476 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 660, '2022-01-09 00:00:00', 8.30524027286395, 17.58464, 15.742308823147, 24.2536, 15.7497774886928, 29.70288, 18.8449674791441, 50.94796, 55.5627391601002, 167.48116 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 675, '2022-01-09 00:00:00', 11.5095917752687, 16.6424, 11.3336879445013, 21.26556, 15.3285776180745, 28.12628, 16.3494482020036, 47.40752, 56.275305121548, 166.00524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 690, '2022-01-09 00:00:00', 5.74792826242639, 14.67068, 6.46043502069845, 19.16764, 9.19580290621757, 27.03656, 13.8893122909907, 47.0062, 57.2604167422254, 166.06592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 705, '2022-01-09 00:00:00', 6.01948670929126, 14.33592, 9.03290668648068, 20.17296, 8.67472538124403, 26.65476, 13.3160565650396, 47.18512, 60.3230421097665, 180.59372 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 720, '2022-01-09 00:00:00', 8.18983448591404, 14.80536, 9.31784832244007, 21.8601200000001, 10.2229733525362, 27.7748, 14.0539885412173, 46.8448, 62.853708945906, 183.93456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 735, '2022-01-09 00:00:00', 5.66290088293975, 15.6160800000001, 5.69811781789971, 18.7718, 10.1332451037825, 26.2078, 15.4826031987518, 46.04132, 62.2431003688227, 183.85124 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 750, '2022-01-09 00:00:00', 3.81288239918312, 11.33476, 9.59463175131456, 18.80012, 10.4032882497154, 23.09036, 16.3575092758647, 47.77572, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 765, '2022-01-09 00:00:00', 6.51851206871625, 13.90956, 6.83881777063841, 17.9956, 8.73662870944313, 24.64696, 19.0186828252291, 51.56364, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 780, '2022-01-09 00:00:00', 4.26028402809013, 11.803, 5.3686780657191, 15.62744, 9.5753883449532, 23.71496, 16.2739128861705, 51.23528, 62.0792248615965, 182.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 795, '2022-01-09 00:00:00', 4.89995045655226, 11.52132, 8.07341178044739, 17.8808800000001, 9.99347093406489, 23.6443200000001, 14.9480373819887, 52.6663600000001, 61.9114272032231, 182.81456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 810, '2022-01-09 00:00:00', 6.17469487721193, 13.46408, 7.64876949798676, 18.024, 10.4944979857701, 23.47284, 18.0167123619525, 54.953, 61.8786358129632, 184.21264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 825, '2022-01-09 00:00:00', 5.80953241750143, 12.27592, 7.86313519596354, 16.26212, 9.03684196922061, 21.52012, 17.3250269862223, 54.80536, 62.2647255447791, 184.882 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 840, '2022-01-09 00:00:00', 5.57318622004812, 11.34432, 7.06042770847963, 16.04552, 8.92008296355288, 20.61108, 17.4661125767393, 54.84572, 62.2638778072005, 184.48544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 855, '2022-01-09 00:00:00', 6.04587322697619, 11.79508, 6.78975222989278, 15.12652, 8.15544806494404, 21.22916, 17.3827955245984, 54.5276, 62.6466257072957, 184.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 870, '2022-01-09 00:00:00', 4.92966265850582, 11.13152, 6.28643963013507, 14.74216, 8.51213792533932, 23.41968, 17.789944020429, 55.2712, 62.5906463353484, 184.16952 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 885, '2022-01-09 00:00:00', 3.63087843732981, 9.70831999999997, 7.97413833735868, 15.50584, 9.33262928296915, 24.2536, 29.7647871716451, 74.17304, 61.610559080215, 185.49148 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 900, '2022-01-09 00:00:00', 5.65445755812761, 11.38912, 6.73551541779344, 18.02788, 8.75691075665388, 25.0956000000001, 32.8953703754799, 77.76584, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 915, '2022-01-09 00:00:00', 6.09250884912504, 12.79608, 8.82318439075904, 18.2292800000001, 9.90878782949761, 25.0596, 37.2489809382753, 82.80176, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 930, '2022-01-09 00:00:00', 4.63095288682579, 12.40916, 6.02937364270398, 17.0967600000001, 9.16030247408164, 26.5102, 39.8097041564825, 84.26712, 61.6400032216633, 185.2896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 945, '2022-01-09 00:00:00', 5.24030212010719, 12.4233200000001, 7.17956873751246, 17.54656, 11.5705488996849, 31.01544, 40.5517402091862, 85.39508, 61.7420339179611, 185.13492 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 960, '2022-01-09 00:00:00', 4.41002985137292, 11.12504, 6.78912888692899, 18.62628, 12.8735589694536, 32.61396, 43.6557061244766, 86.51732, 61.8467401479388, 184.89848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 975, '2022-01-09 00:00:00', 5.68913938219129, 13.9839199999999, 9.6005795611515, 25.64492, 13.9564103219034, 35.82064, 44.0517841342436, 87.40792, 61.8359467213583, 184.85848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 990, '2022-01-09 00:00:00', 6.62933736457375, 21.15732, 12.739655107184, 28.2742, 14.7171362448678, 39.1828000000001, 43.8615474461781, 88.6520400000001, 61.7824344333133, 184.49856 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1005, '2022-01-09 00:00:00', 9.69157997817344, 19.73084, 9.71584578527949, 26.61864, 13.1882952432577, 35.82044, 43.2915084828807, 88.8858400000001, 60.712165234133, 183.1786 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1020, '2022-01-09 00:00:00', 5.78724382643993, 18.4117600000001, 13.3041668919929, 25.8592400000001, 15.4180540171796, 32.58152, 40.4538759462345, 87.65764, 57.4829332640567, 181.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1035, '2022-01-09 00:00:00', 13.4148772516437, 17.47852, 12.870755028358, 23.3144, 15.4394538075888, 30.42972, 40.2469242388782, 88.19224, 58.1604134936298, 181.4106 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1050, '2022-01-09 00:00:00', 10.5330296975752, 16.23212, 14.9848077168177, 24.0626799999999, 14.9571646430732, 29.77608, 43.5563877776842, 89.64336, 58.0984915415767, 180.89236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1065, '2022-01-09 00:00:00', 6.62550866424602, 16.50632, 6.91886966033223, 20.29528, 29.2647360994992, 56.39316, 42.8572280343701, 88.83204, 57.1630753367649, 179.80904 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1080, '2022-01-09 00:00:00', 5.18581754306869, 12.60156, 8.23687313183827, 18.01236, 33.0868695267977, 59.1454, 40.810533303303, 86.5818, 56.076196483832, 177.90948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1095, '2022-01-09 00:00:00', 5.97045701433312, 13.10828, 28.3881502134253, 49.41304, 35.3862002757666, 63.13596, 40.0135168969187, 85.91072, 57.18530314023, 176.84564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 600, '2022-01-09 00:00:00', 28.23058334668, 35.8025769230769, 30.3371932334907, 46.0366153846154, 31.2909450250633, 56.3628076923077, 36.687389144018, 79.4152692307693, 53.0661232118368, 170.998423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 615, '2022-01-09 00:00:00', 10.6970263186336, 24.8963076923077, 14.068143224102, 33.143576923077, 15.8065654889158, 40.7723461538462, 30.6337212740369, 64.2868461538462, 55.5014648347785, 164.626615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 630, '2022-01-09 00:00:00', 7.82270768350305, 19.0623076923077, 9.12480813134418, 26.5839230769231, 11.9638599714048, 32.9618461538462, 29.8731580212069, 57.924, 54.7245219894504, 161.830576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 645, '2022-01-09 00:00:00', 6.49073310355144, 17.7753076923077, 7.59806670116714, 24.0746538461539, 9.89277944361446, 30.605, 30.107028540423, 55.541576923077, 54.4050378243242, 161.639884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 660, '2022-01-09 00:00:00', 7.18098364389216, 18.4694230769231, 8.62123032670827, 22.8111153846154, 9.86538427962216, 30.5407692307693, 30.8892997549935, 54.8989230769232, 53.9540151269008, 161.419076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 675, '2022-01-09 00:00:00', 6.33601084801423, 13.9171153846154, 8.25294577077695, 20.3351538461539, 9.73787799029365, 28.3649230769231, 31.8353042846121, 53.229576923077, 53.7885846032837, 160.609769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 690, '2022-01-09 00:00:00', 5.79370408859077, 15.9348846153846, 7.21051326339105, 21.3188076923077, 10.3379339712461, 28.9539230769231, 31.3799075080511, 52.8704230769231, 53.9277304346645, 160.496076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 705, '2022-01-09 00:00:00', 5.74061554405231, 14.6112307692308, 7.99180259256075, 20.2280384615385, 17.5756133641519, 30.6933846153847, 30.4368248458242, 51.6228461538462, 55.6540204500433, 164.109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 720, '2022-01-09 00:00:00', 6.43617964275742, 15.6089230769231, 9.41761560979447, 21.206576923077, 28.233531186244, 31.8812692307693, 30.4956220575751, 51.2079615384616, 55.8742018953291, 165.3 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 735, '2022-01-09 00:00:00', 6.93911259999315, 14.1123461538462, 16.7761156774927, 23.0757692307692, 26.8579739085778, 30.0619230769231, 30.4486989583867, 49.9414615384616, 55.9008425557667, 165.957269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 750, '2022-01-09 00:00:00', 15.1823923989398, 16.3106538461539, 26.2006561116026, 21.6739615384616, 25.4271157722193, 27.9474230769231, 30.4634478321403, 48.4423076923077, 55.9211182072225, 165.806884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 765, '2022-01-09 00:00:00', 11.097626118437, 13.5022307692308, 13.5229921129221, 19.5216153846154, 13.7847792567912, 25.4280384615385, 30.0600559245347, 49.5018846153846, 56.0156478823139, 165.572653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 780, '2022-01-09 00:00:00', 11.5782844323062, 15.6546538461539, 11.2759420286664, 18.810076923077, 29.2246129523623, 29.7728461538463, 27.1979804804581, 49.8491538461539, 55.9248887464249, 165.3465 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 795, '2022-01-09 00:00:00', 5.8942889779332, 11.7776538461539, 6.47269854186386, 17.400576923077, 21.0920579490152, 26.8097307692308, 19.5931554741799, 49.3706538461538, 55.7111901524695, 165.039269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 810, '2022-01-09 00:00:00', 5.94778672733365, 12.9859230769231, 21.9380790851117, 21.4072307692309, 21.0756524816233, 26.6066153846154, 20.3035384005236, 50.4736923076924, 55.4689010215218, 165.542153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 825, '2022-01-09 00:00:00', 17.6802069448818, 13.867576923077, 16.9381419313381, 18.9896153846155, 16.2807261342503, 24.2875384615385, 17.2963515985752, 52.4056923076923, 53.2280920112534, 166.698961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 840, '2022-01-09 00:00:00', 7.07517218154167, 12.5969615384616, 8.2972582082183, 16.3445769230769, 10.9456553593019, 22.4987307692308, 17.5333318076873, 53.0879615384616, 53.4421326221751, 166.466615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 855, '2022-01-09 00:00:00', 5.71792232532599, 10.5549615384616, 7.07202072580062, 15.4211153846154, 8.74804106502618, 20.9163461538462, 19.3375355787649, 54.1625, 53.55424455312, 166.233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 870, '2022-01-09 00:00:00', 5.71091537658027, 11.1360384615385, 6.47425672787701, 14.9764615384616, 8.01460880258424, 21.1154615384616, 22.0816912514557, 56.8222692307693, 53.8304048383439, 166.3545 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 885, '2022-01-09 00:00:00', 4.20609197163423, 10.183076923077, 5.46558275814705, 14.4396153846154, 6.5319662215905, 20.623, 37.3423187388497, 80.5559230769231, 51.5643121239278, 167.546576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 900, '2022-01-09 00:00:00', 5.86767535531614, 11.4766538461539, 7.28272304440708, 16.6356923076923, 8.32183937249077, 22.0663076923077, 39.9698153766641, 83.4622692307692, 51.4682405527316, 167.303076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 915, '2022-01-09 00:00:00', 5.69002286827905, 12.0191923076923, 6.06711210886514, 15.3066923076923, 9.09714837661523, 23.4258846153847, 39.0552337460679, 83.425, 51.2416324583679, 166.802961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 930, '2022-01-09 00:00:00', 3.85179688656919, 11.3568461538462, 5.38603545890802, 15.5797307692309, 9.41918243977922, 24.9069230769231, 39.5863378189418, 86.3656538461539, 51.2920577875517, 166.995192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 945, '2022-01-09 00:00:00', 4.43802836195745, 11.1203076923077, 7.02606506801639, 17.0485000000001, 10.1412606987494, 29.863, 39.2240643832329, 88.7595, 50.8990484082123, 166.458692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 960, '2022-01-09 00:00:00', 5.33641311700889, 12.3296538461539, 7.83439218603557, 18.8252692307692, 9.67435514312881, 33.4746538461539, 39.0263702109424, 89.0878076923077, 50.7902712580031, 166.911692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 975, '2022-01-09 00:00:00', 6.95315371943941, 14.6656153846154, 10.4148739179192, 25.7203846153846, 14.1933445586844, 36.5848076923077, 38.0308369203405, 88.1316923076923, 50.0624225562294, 166.146038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 990, '2022-01-09 00:00:00', 9.20388294354407, 20.4789615384615, 9.3031253435854, 26.6069615384615, 13.000579227806, 36.5295384615385, 36.5911404288608, 86.3967307692308, 49.98992618032, 165.485923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1005, '2022-01-09 00:00:00', 5.02209544313925, 16.802, 10.3247200524537, 24.6341923076923, 12.0241082895989, 33.4289999999999, 35.4612282509308, 82.7112307692308, 51.3383744030346, 163.649884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1020, '2022-01-09 00:00:00', 10.5396406191833, 18.2226923076923, 10.0069742280841, 23.3968076923077, 12.3366023825288, 31.8432307692308, 33.2421360218299, 83.1155769230769, 50.984673134339, 162.796846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1035, '2022-01-09 00:00:00', 5.09005531736607, 15.5444230769231, 9.04898329758656, 22.325, 11.4239435737133, 29.5531538461538, 33.5146827277928, 83.3292307692308, 49.6496074771377, 163.267076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1050, '2022-01-09 00:00:00', 6.40337217842165, 16.2001538461538, 7.72557886793049, 21.3802692307692, 10.0845727839797, 31.0596538461538, 32.2078394602212, 82.5581538461538, 49.6264816424116, 162.226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1065, '2022-01-09 00:00:00', 4.56411466602397, 13.2187307692308, 5.81854803154398, 17.4223461538462, 25.7296564462997, 60.1237307692308, 30.4417765078746, 81.8376538461538, 49.9199765572708, 161.105961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1080, '2022-01-09 00:00:00', 5.38000940476727, 11.8796538461538, 9.84513878700473, 20.5251538461539, 27.730192741237, 62.7868846153846, 28.750051603753, 82.6084615384615, 50.8735591619519, 161.148269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1095, '2022-01-09 00:00:00', 10.3379241172417, 15.418576923077, 23.3413078494889, 55.5232692307693, 25.3476320638559, 61.6547307692308, 27.4817581143173, 81.6184230769231, 51.2125612862254, 160.266153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 600, '2022-01-09 00:00:00', 15.3519840806928, 36.031576923077, 20.0828612245903, 44.9743846153847, 20.9415578919415, 51.3476923076924, 25.7902065250477, 74.8182692307692, 51.7216824334006, 158.027692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 615, '2022-01-09 00:00:00', 10.643210466844, 24.6638076923077, 9.67295118255027, 28.4895, 13.3009034881094, 37.08, 20.7760378999091, 61.2084615384616, 51.7096011839641, 151.372269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 630, '2022-01-09 00:00:00', 7.24940845459397, 18.5486923076923, 8.48933204330813, 25.3506923076923, 11.4913683309892, 33.1469615384615, 20.5542168252274, 59.3015384615385, 51.6130196507253, 150.935884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 645, '2022-01-09 00:00:00', 5.65624183372121, 17.9228076923077, 9.10261177034031, 24.0058076923077, 9.58729326107453, 29.7149230769231, 20.1551241716687, 57.2131538461539, 51.4205734458645, 151.007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 660, '2022-01-09 00:00:00', 6.22151796960793, 15.5446153846154, 6.667818219224, 20.6992692307693, 7.87432021359009, 27.1398846153846, 17.3706358415132, 54.6814615384615, 50.4772176911678, 149.260807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 675, '2022-01-09 00:00:00', 5.00553974773485, 13.8983846153847, 6.59257413120121, 18.7183461538462, 6.67394255398154, 25.1714230769231, 17.1212668875246, 54.1070769230769, 50.3862229316553, 149.394038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 690, '2022-01-09 00:00:00', 5.02051878655514, 13.8983846153846, 6.10091381856345, 18.3166923076924, 8.19855833302415, 27.4945, 18.3570182996963, 54.1868461538462, 50.5342574679334, 149.471653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 705, '2022-01-09 00:00:00', 5.72547960073751, 12.4875384615385, 7.49658005595779, 18.5228461538462, 10.2935612370811, 29.6006923076923, 19.031736576733, 54.1873846153846, 53.9400683138097, 160.338538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 720, '2022-01-09 00:00:00', 6.48289868547655, 13.9546153846154, 9.33133909072828, 20.8768846153846, 11.6863137350426, 30.967076923077, 19.7539917119009, 54.2540769230769, 52.8888235666536, 161.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 735, '2022-01-09 00:00:00', 8.66087210069606, 14.9687692307692, 10.8966367313674, 22.8941538461538, 13.2346089686793, 32.5029230769231, 19.40918189791, 53.5488846153846, 52.4126966070099, 161.188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 750, '2022-01-09 00:00:00', 8.70374529189323, 15.1931153846154, 10.4923545519876, 20.8962692307693, 14.6017450464504, 29.7301923076923, 18.8264666324995, 52.1947692307692, 52.38302005292, 160.373230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 765, '2022-01-09 00:00:00', 6.76305255794589, 12.8713076923077, 8.24437312567698, 19.3303461538462, 11.8821705300258, 28.3002307692308, 18.1846621452087, 52.7608461538461, 53.6726982233412, 159.448423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 780, '2022-01-09 00:00:00', 6.56340090607345, 13.8285769230769, 10.0169863943511, 20.5447692307692, 10.5658727243022, 27.1738846153846, 16.6638098598776, 52.8276153846153, 55.2671018185461, 159.853692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 795, '2022-01-09 00:00:00', 7.08261972958065, 14.5250769230769, 9.17476247137507, 19.3833846153846, 9.66347736042171, 26.2668461538462, 16.2940312256219, 52.2873076923077, 54.8888532260913, 159.347653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 810, '2022-01-09 00:00:00', 5.18356413825315, 12.7001538461538, 6.21286538674751, 17.8840769230769, 9.83756709018268, 25.2285769230769, 17.0869134461256, 53.9813461538461, 54.5376830677088, 159.514076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 825, '2022-01-09 00:00:00', 5.53870247454563, 12.3476923076924, 6.86131790704514, 18.5606923076923, 10.5521281954801, 24.2654230769231, 17.6453435646742, 54.0583461538461, 55.3200144444611, 160.863153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 840, '2022-01-09 00:00:00', 4.76346987233202, 12.9822307692308, 8.30076581564333, 18.0376153846154, 10.5938377850232, 23.1168461538461, 16.6168054737922, 53.209923076923, 55.6086831014587, 161.969038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 855, '2022-01-09 00:00:00', 4.26748447034258, 11.4487692307693, 5.90344287670015, 15.3179615384616, 7.4116611645745, 20.7644615384615, 16.0461780527327, 50.9485, 56.4859041783401, 160.974730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 870, '2022-01-09 00:00:00', 5.46736989743556, 11.1996538461539, 4.99954721288304, 15.4215769230769, 7.81537267303757, 21.9284615384615, 17.8126680821436, 52.3162692307692, 57.1455905754362, 160.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 885, '2022-01-09 00:00:00', 4.03099361142943, 10.5648461538461, 5.74707658084994, 14.2008846153846, 8.40000229679463, 23.1238846153846, 47.6063708600177, 82.1286923076924, 57.3887233831231, 160.025230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 900, '2022-01-09 00:00:00', 3.65899962200682, 10.584923076923, 6.9730906001903, 17.0220384615384, 9.54129057622715, 25.1464999999999, 53.5835849110097, 85.9686538461539, 56.9725413564761, 159.971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 915, '2022-01-09 00:00:00', 8.38959116011304, 12.732076923077, 9.11857813620934, 17.9601153846155, 9.42372083210974, 25.4891923076923, 53.7792505496455, 87.6071923076924, 57.2178055493083, 160.790961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 930, '2022-01-09 00:00:00', 7.52966131519465, 12.2888076923077, 7.85128153390361, 19.0957307692307, 7.67251001392937, 25.578923076923, 53.8581995759092, 87.7589615384615, 57.2281321785011, 160.866 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 945, '2022-01-09 00:00:00', 4.36302185699491, 13.1637307692307, 5.74678763082871, 17.9049230769231, 8.21220492953117, 29.1542692307692, 53.3117428137121, 88.2703461538462, 57.2871435062138, 161.058307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 960, '2022-01-09 00:00:00', 5.54119593992264, 12.7602692307692, 6.24387026278268, 19.1215384615384, 9.22062009703508, 32.698423076923, 53.169565461224, 88.1898461538462, 57.4167478787666, 161.133576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 975, '2022-01-09 00:00:00', 4.32707737162164, 12.6155, 5.99262763388996, 23.7479615384615, 8.97401244697496, 34.4099615384615, 53.2076067998379, 88.2093846153846, 57.4710646861531, 161.132 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 990, '2022-01-09 00:00:00', 6.28440631894043, 21.1313076923076, 8.0100435857837, 27.7973846153846, 10.9191168031823, 35.4288076923077, 53.2549393650522, 89.3498461538462, 58.0816183898274, 161.229307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1005, '2022-01-09 00:00:00', 6.99952253195782, 18.3743461538461, 9.34383355728012, 23.9651153846154, 10.3578487216959, 29.8823076923077, 53.5194303416418, 88.497576923077, 58.6283601490058, 160.030192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1020, '2022-01-09 00:00:00', 4.46968204289913, 15.8772692307692, 8.25021910580836, 21.562423076923, 8.3598540947886, 27.4856153846154, 53.5677039683858, 87.1447307692308, 58.7433294037845, 160.031807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1035, '2022-01-09 00:00:00', 7.28990845241661, 15.6087307692307, 7.5721498985529, 20.2973846153846, 8.17841198738391, 27.2253461538461, 54.0391080451499, 87.0283461538462, 58.4868676489399, 160.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1050, '2022-01-09 00:00:00', 5.05767379731041, 13.7709999999999, 6.3616516017099, 18.4483076923076, 10.8099952694076, 27.7427307692307, 54.2677557470506, 86.2973076923077, 59.0757547011788, 159.861923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1065, '2022-01-09 00:00:00', 4.48841700105778, 13.5631538461538, 5.36690427714154, 18.24, 49.0563814671837, 64.4934230769231, 54.7722465387774, 87.5607692307693, 58.7485529439203, 159.588730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1080, '2022-01-09 00:00:00', 4.62373249509029, 12.6191153846154, 10.7730597008678, 20.1950384615385, 54.4635244648973, 68.8205384615385, 54.2935731322424, 87.0628846153847, 59.511144052819, 160.088346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1095, '2022-01-09 00:00:00', 11.5893027480584, 14.8371153846154, 49.5873327009413, 59.8959230769231, 54.4546962109012, 69.9886923076923, 54.2631533064423, 85.9680384615385, 60.9103638873865, 161.437423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 600, '2022-01-09 00:00:00', 26.1569413480364, 35.7282692307693, 27.1552933894325, 45.7358846153846, 34.2269075283445, 53.6619230769231, 36.9306968295399, 73.6296538461539, 48.6830573414012, 156.052884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 615, '2022-01-09 00:00:00', 13.0548148204172, 24.0486538461538, 21.8279438959824, 30.8146153846154, 27.1227012448981, 36.5685, 34.05719836944, 60.3771538461539, 52.3123709100806, 153.019923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 630, '2022-01-09 00:00:00', 12.8855154363937, 18.1906923076923, 18.3967498298351, 25.2036923076923, 18.6484370662902, 31.3511538461538, 28.5919731256869, 56.9775, 51.3957994861298, 151.928461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 645, '2022-01-09 00:00:00', 9.37697991892906, 15.882, 15.9438203130193, 22.999423076923, 16.2972003174212, 31.5218846153846, 28.2670259832902, 61.6235, 51.1451898889366, 151.009153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 660, '2022-01-09 00:00:00', 12.8143316452262, 15.8990769230769, 12.6304234292259, 21.4171923076923, 17.6548681964886, 31.6106538461539, 29.090525571501, 61.0681153846154, 51.5163438942812, 150.911923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 675, '2022-01-09 00:00:00', 6.45791934246984, 13.5230769230769, 10.7650326077609, 21.1916153846154, 19.4965641075945, 32.3141923076923, 30.68975821939, 61.6497307692308, 51.6329249487632, 150.890730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 690, '2022-01-09 00:00:00', 7.84999093590859, 14.9404230769231, 14.073488073461, 22.6200769230769, 16.7992580514279, 31.1769615384615, 29.0141846127824, 61.1697692307693, 51.6616425764207, 150.227576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 705, '2022-01-09 00:00:00', 9.23844559319697, 14.4495384615384, 11.5267085659617, 22.5612692307692, 15.4238115269366, 30.6984615384616, 31.7653877360975, 59.3302307692308, 54.5024173616744, 154.273115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 720, '2022-01-09 00:00:00', 7.69585290889739, 16.3986538461539, 12.1234516395037, 21.8341538461538, 19.7924915855638, 32.2497307692308, 31.9708776019677, 58.11, 54.1270493014494, 154.786807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 735, '2022-01-09 00:00:00', 7.65719898948799, 14.0762692307693, 10.479610092644, 20.5364230769232, 23.9726717481835, 32.4428846153847, 33.1291069282912, 57.0861153846154, 52.5809155864925, 156.954923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 750, '2022-01-09 00:00:00', 6.76477377141778, 13.3664615384616, 13.8529334353636, 20.3492692307693, 23.9566169647103, 30.569076923077, 32.9906027798594, 56.1244615384616, 52.3114776384098, 156.991923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 765, '2022-01-09 00:00:00', 8.72888488957121, 13.8058461538461, 20.1705140721264, 22.9974230769231, 20.948828854506, 29.0091538461539, 30.1803850429636, 56.7476923076924, 51.4525021966413, 157.311846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 780, '2022-01-09 00:00:00', 14.1656920065564, 17.1957692307693, 15.7675157727721, 21.7222692307692, 14.4532296149178, 27.5533076923077, 26.1175861670609, 57.561076923077, 52.0521889225094, 157.936230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 795, '2022-01-09 00:00:00', 6.67399680240125, 13.1489615384615, 9.54262426581186, 18.6349615384616, 12.2101214771252, 25.6896153846154, 27.4906970591872, 57.4390000000001, 52.9942117488461, 158.179807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 810, '2022-01-09 00:00:00', 9.27622107317743, 12.4210384615385, 10.5329076334052, 17.868576923077, 13.5384622230944, 25.5423846153847, 25.8118477840044, 58.9247692307693, 52.7382781042822, 158.174730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 825, '2022-01-09 00:00:00', 7.51210911621008, 12.6794230769231, 9.49438706191921, 18.0801923076924, 20.0409933883988, 28.5179230769231, 24.9582101714353, 61.5958076923078, 52.1199308512588, 158.6375 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 840, '2022-01-09 00:00:00', 5.69514685972599, 12.0949230769231, 6.86561662915006, 16.4644615384616, 19.8887679205742, 27.8919615384616, 23.9242011503961, 61.7947307692309, 52.0987253950095, 159.492769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 855, '2022-01-09 00:00:00', 4.12124679118421, 11.6739230769231, 20.0604179197589, 21.0106538461539, 20.9137674909284, 28.0612307692308, 23.6850804667281, 62.5436538461539, 52.501659722395, 160.141384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 870, '2022-01-09 00:00:00', 4.09974764666126, 11.290625, 6.28816848983242, 16.1965, 10.9834256831518, 24.4662083333334, 20.5380852320314, 59.5537083333334, 54.3400449799918, 159.832083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 885, '2022-01-09 00:00:00', 6.12436925220206, 11.2739583333334, 8.03717557631811, 17.3128750000001, 10.9807118232348, 24.1308333333334, 28.8943509478177, 77.9730000000001, 58.1307427666415, 159.133083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:56:12 Duration: 4s38ms 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 970060, 5, 900, '2022-01-09 00:00:00', 0.119505899435971, 0.20408, 0.170021096730181, 0.27956, 0.237035770858887, 0.43204, 0.754125265898622, 1.4566, 1.17859353751269, 2.87832 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 915, '2022-01-09 00:00:00', 0.101807612681959, 0.185959999999998, 0.178572132950993, 0.338559999999999, 0.23901884862914, 0.44748, 0.804764203561102, 1.50356, 1.1826484938476, 2.87728 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 930, '2022-01-09 00:00:00', 0.148707341222057, 0.28104, 0.176302278298758, 0.336920000000001, 0.287686385959896, 0.506039999999999, 0.823714802991101, 1.51408, 1.18236006924005, 2.8786 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 945, '2022-01-09 00:00:00', 0.148658254620007, 0.229119999999999, 0.206936181788815, 0.339000000000001, 0.284983771467779, 0.556199999999998, 0.863486359668369, 1.52912, 1.2074719900133, 2.86676 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 960, '2022-01-09 00:00:00', 0.147900946582502, 0.238760000000001, 0.232370910399731, 0.35636, 0.29035612042226, 0.603520000000001, 0.888100636189391, 1.58736, 1.21791677055536, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 975, '2022-01-09 00:00:00', 0.185118727667769, 0.263879999999998, 0.225116621628286, 0.442079999999999, 0.286191369541431, 0.638599999999999, 0.890225252394022, 1.6072, 1.21726633349759, 2.86408 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 990, '2022-01-09 00:00:00', 0.125583013713372, 0.343480000000001, 0.19812358937458, 0.479960000000001, 0.297712294002111, 0.63812, 0.891658095908965, 1.58592, 1.22800427930851, 2.85952 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1005, '2022-01-09 00:00:00', 0.156319939013977, 0.30844, 0.17562186652009, 0.42396, 0.293720235371461, 0.55192, 0.855630989387364, 1.55416, 1.22502949896455, 2.84176 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1020, '2022-01-09 00:00:00', 0.115298135284142, 0.304920000000001, 0.217943708328549, 0.441279999999999, 0.247150514194622, 0.52372, 0.797598399363155, 1.54196, 1.20678717676316, 2.85504 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1035, '2022-01-09 00:00:00', 0.148162354642915, 0.279799999999999, 0.188745357558801, 0.36232, 0.239928162859915, 0.496759999999999, 0.785076679906704, 1.52132, 1.2112284301485, 2.85032 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1050, '2022-01-09 00:00:00', 0.13011671683531, 0.250120000000001, 0.181349184356222, 0.363119999999999, 0.18503367261123, 0.48472, 0.762072004472018, 1.49464, 1.212239662773, 2.847 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1065, '2022-01-09 00:00:00', 0.107797990086395, 0.248639999999999, 0.145781022999108, 0.341239999999999, 0.610741830345142, 1.0796, 0.76291694174399, 1.49248, 1.2282885613731, 2.83496 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1080, '2022-01-09 00:00:00', 0.112419482297332, 0.23216, 0.138887460437098, 0.317319999999999, 0.637286296207077, 1.16764, 0.769897936958747, 1.472, 1.24728588276038, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1095, '2022-01-09 00:00:00', 0.0912702397644863, 0.238439999999998, 0.617578718329359, 1.02316, 0.709965381785151, 1.21448, 0.763333965793043, 1.45192, 1.25042216204502, 2.8418 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 600, '2022-01-09 00:00:00', 0.268259727761103, 0.462192307692306, 0.294847373815936, 0.631576923076922, 0.389357776937278, 0.803038461538461, 0.485266194989926, 1.142, 1.06060568762165, 2.80323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 615, '2022-01-09 00:00:00', 0.241784395373552, 0.361423076923077, 0.339730155360896, 0.553538461538461, 0.375898415082502, 0.684538461538461, 0.454002732963647, 1.03980769230769, 1.09241887500241, 2.75203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 630, '2022-01-09 00:00:00', 0.212048851410743, 0.290653846153848, 0.219803818123204, 0.40796153846154, 0.296795656198776, 0.611307692307693, 0.355289636991915, 0.922384615384615, 1.10718364260927, 2.74353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 645, '2022-01-09 00:00:00', 0.145005357991192, 0.223076923076924, 0.153495617577131, 0.369230769230768, 0.242472710597739, 0.557153846153847, 0.332446689769144, 0.884807692307691, 1.12193712767763, 2.73703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 660, '2022-01-09 00:00:00', 0.138904305742646, 0.219384615384613, 0.188263632666046, 0.371653846153845, 0.255208515049648, 0.531115384615384, 0.334809468205426, 0.867499999999998, 1.11912737502862, 2.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 675, '2022-01-09 00:00:00', 0.142004100699189, 0.235269230769229, 0.183864837479977, 0.391961538461537, 0.239757095026163, 0.51323076923077, 0.359667395498419, 0.866346153846152, 1.12941783233664, 2.751 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 690, '2022-01-09 00:00:00', 0.130893244816, 0.247807692307692, 0.159943475592521, 0.345653846153845, 0.217017007486654, 0.455692307692307, 0.336164492702377, 0.848615384615383, 1.11909447253641, 2.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 705, '2022-01-09 00:00:00', 0.114647130864163, 0.198730769230768, 0.143608013489713, 0.304692307692308, 0.175019880189476, 0.394961538461537, 0.296553391223493, 0.799923076923074, 1.17672198141212, 3.00130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 720, '2022-01-09 00:00:00', 0.103260477211014, 0.208615384615385, 0.122676786093187, 0.267076923076922, 0.19280456825102, 0.413192307692305, 0.281838349740797, 0.780846153846151, 1.13458789807645, 3.03553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 735, '2022-01-09 00:00:00', 0.0982175372089151, 0.18926923076923, 0.12580796721744, 0.278730769230769, 0.197404200719079, 0.441461538461537, 0.263793558561352, 0.790192307692306, 1.11998881038366, 3.08315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 750, '2022-01-09 00:00:00', 0.113240119283692, 0.178730769230768, 0.137303974955068, 0.295692307692306, 0.154735451658629, 0.416499999999996, 0.405761530951372, 0.855499999999997, 1.12323726995474, 3.10026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 765, '2022-01-09 00:00:00', 0.104232056194155, 0.199192307692307, 0.12914733982787, 0.289346153846153, 0.137569188187112, 0.38580769230769, 0.466663535520631, 0.868153846153845, 1.12925347975486, 3.10569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 780, '2022-01-09 00:00:00', 0.114622403502174, 0.192153846153845, 0.125742673742848, 0.255499999999997, 0.224529566324451, 0.410384615384613, 0.474053416334555, 0.886807692307691, 1.12102409498568, 3.11369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 795, '2022-01-09 00:00:00', 0.110401289011426, 0.172730769230765, 0.130668747367002, 0.27580769230769, 0.262453500643447, 0.423999999999996, 0.481985981283529, 0.914384615384614, 1.13168495004301, 3.13111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 810, '2022-01-09 00:00:00', 0.104828746791357, 0.176115384615385, 0.202543214762071, 0.281923076923077, 0.216126487181786, 0.400461538461538, 0.493171789385965, 0.929423076923077, 1.12933306663031, 3.13184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 825, '2022-01-09 00:00:00', 0.179018658245446, 0.189, 0.183311005167134, 0.272269230769229, 0.219522586887651, 0.410384615384613, 0.50515070866182, 0.944961538461539, 1.12156461935308, 3.13765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 840, '2022-01-09 00:00:00', 0.109735493171255, 0.179961538461537, 0.149559501922761, 0.28573076923077, 0.198089661128879, 0.407923076923076, 0.503196039179716, 0.926576923076924, 1.11023093993997, 3.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 855, '2022-01-09 00:00:00', 0.112697716856269, 0.176153846153847, 0.155049019543944, 0.262961538461537, 0.18338876737685, 0.389, 0.502838369810664, 0.886115384615384, 1.11017354222038, 3.12657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 870, '2022-01-09 00:00:00', 0.0777273043798246, 0.134576923076922, 0.104572624745456, 0.234923076923077, 0.177312431773799, 0.349461538461538, 0.496301801791549, 0.878961538461538, 1.10726625246422, 3.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 885, '2022-01-09 00:00:00', 0.0927004107533832, 0.164615384615384, 0.120212120213203, 0.257076923076923, 0.142561581835306, 0.345269230769231, 0.626957219740404, 1.26034615384615, 1.10855200079272, 3.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 900, '2022-01-09 00:00:00', 0.125434040282288, 0.189538461538462, 0.147545580962422, 0.252461538461539, 0.146773043008063, 0.347384615384615, 0.602004002031166, 1.27946153846154, 1.11200200608563, 3.11769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 915, '2022-01-09 00:00:00', 0.0855791131958308, 0.15776923076923, 0.085436733227668, 0.235653846153845, 0.175657853620217, 0.401192307692307, 0.604136270924165, 1.34492307692308, 1.11329921612089, 3.11676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 930, '2022-01-09 00:00:00', 0.0824014282923272, 0.163653846153847, 0.128124104499684, 0.248884615384616, 0.422525447572279, 0.472076923076923, 0.617641704699915, 1.36134615384615, 1.11722353455065, 3.11288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 945, '2022-01-09 00:00:00', 0.0929599831192864, 0.167038461538461, 0.157049120194433, 0.280884615384615, 0.454919463709278, 0.487038461538461, 0.626273645031898, 1.37696153846154, 1.09723635838129, 3.09711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 960, '2022-01-09 00:00:00', 0.133396920734845, 0.171461538461539, 0.380673946897019, 0.322423076923077, 0.435525126008381, 0.483846153846155, 0.605482622503608, 1.39261538461538, 1.06914657842311, 3.07438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 975, '2022-01-09 00:00:00', 0.281817824407624, 0.235384615384613, 0.34037309167803, 0.353192307692307, 0.335866915035384, 0.51723076923077, 0.524968595397713, 1.38388461538462, 1.01983622516257, 3.04938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 990, '2022-01-09 00:00:00', 0.156619008572247, 0.238076923076922, 0.169331395607731, 0.345192307692309, 0.209434656598701, 0.499346153846156, 0.416991156519398, 1.35976923076923, 0.957322445477689, 3.00976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1005, '2022-01-09 00:00:00', 0.121090786030723, 0.22046153846154, 0.177067288383216, 0.351230769230771, 0.236566816061634, 0.508538461538462, 0.407028050441435, 1.35107692307692, 0.948664453931866, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1020, '2022-01-09 00:00:00', 0.146086486501873, 0.244307692307692, 0.176439909143202, 0.346807692307693, 0.199929972355707, 0.469923076923076, 0.398081476005179, 1.33969230769231, 0.939320517919529, 3.00734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1035, '2022-01-09 00:00:00', 0.111887910943875, 0.207769230769231, 0.156663603352485, 0.311269230769229, 0.170703724442269, 0.387192307692305, 0.416755809336098, 1.31873076923077, 0.933775505881693, 2.98484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1050, '2022-01-09 00:00:00', 0.138692376807868, 0.204846153846153, 0.117909352405207, 0.261846153846152, 0.156316646094245, 0.360576923076921, 0.38760306420953, 1.28115384615384, 0.960401794122566, 2.95561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1065, '2022-01-09 00:00:00', 0.0933985092946425, 0.16580769230769, 0.11580216551715, 0.249692307692306, 0.364245192143973, 0.885999999999999, 0.406754970656594, 1.26961538461538, 0.972039473715721, 2.95046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1080, '2022-01-09 00:00:00', 0.118885568769041, 0.190538461538462, 0.128433382911741, 0.252576923076923, 0.336441111546228, 0.928692307692307, 0.413048711971772, 1.25303846153846, 0.978738721322183, 2.95673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1095, '2022-01-09 00:00:00', 0.0899413911731054, 0.156423076923077, 0.348260629635114, 0.842115384615384, 0.308713559045375, 0.995307692307692, 0.404134084755962, 1.23803846153846, 0.971098081871951, 2.95926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 600, '2022-01-09 00:00:00', 0.212898159113334, 0.569115384615384, 0.214337806708511, 0.653153846153846, 0.234858926559362, 0.805653846153845, 0.374249380041624, 1.10096153846154, 0.94906907343662, 2.90411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 615, '2022-01-09 00:00:00', 0.135688149247287, 0.399923076923076, 0.209849029982548, 0.550846153846153, 0.23221620231023, 0.69626923076923, 0.355507723598887, 0.985307692307692, 0.935944327732895, 2.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 630, '2022-01-09 00:00:00', 0.164703598578221, 0.373653846153845, 0.148973910983925, 0.457115384615383, 0.206749707468867, 0.634807692307691, 0.291908889895462, 0.891999999999999, 0.935060136280835, 2.83546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 645, '2022-01-09 00:00:00', 0.116080323649021, 0.312807692307692, 0.146740382989823, 0.456499999999999, 0.186486295640024, 0.599538461538459, 0.254356491199624, 0.858769230769231, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 660, '2022-01-09 00:00:00', 0.116366741217317, 0.333461538461536, 0.147344744888147, 0.447923076923074, 0.215524023290641, 0.579269230769229, 0.280286326129879, 0.829230769230769, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 675, '2022-01-09 00:00:00', 0.0979447568000211, 0.283846153846151, 0.133116542345999, 0.374576923076922, 0.184292359706401, 0.49607692307692, 0.230920475821974, 0.781115384615385, 0.95397957807524, 2.81865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 690, '2022-01-09 00:00:00', 0.111158964481573, 0.248346153846152, 0.157430932353011, 0.354461538461537, 0.161335927612116, 0.43280769230769, 0.219204481284907, 0.74626923076923, 0.946730965765069, 2.80780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 705, '2022-01-09 00:00:00', 0.106077511573088, 0.236961538461539, 0.135693092619393, 0.307846153846152, 0.13049354832269, 0.413384615384614, 0.207902728734821, 0.73176923076923, 1.31092550571665, 3.19519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 720, '2022-01-09 00:00:00', 0.102309462679882, 0.213115384615383, 0.106104484063877, 0.289807692307691, 0.135044590926336, 0.412807692307692, 0.23728358885195, 0.745692307692307, 1.4255192824425, 3.24223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 735, '2022-01-09 00:00:00', 0.0725816675307084, 0.211538461538461, 0.0921705192313919, 0.31426923076923, 0.153564919872296, 0.432769230769231, 0.248368166546855, 0.752115384615385, 1.41359134775986, 3.27446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 750, '2022-01-09 00:00:00', 0.0903416506720667, 0.227576923076923, 0.134282297361252, 0.319153846153846, 0.151884171454638, 0.404192307692308, 0.303920941136899, 0.773461538461538, 1.4330531586039, 3.27865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 765, '2022-01-09 00:00:00', 0.0989262040419731, 0.220923076923077, 0.117455248433671, 0.305846153846155, 0.129351375955333, 0.409538461538461, 0.301343588718158, 0.775038461538462, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 780, '2022-01-09 00:00:00', 0.093004846854674, 0.209692307692309, 0.0943975635278785, 0.255500000000001, 0.156269569851389, 0.385538461538462, 0.3063153026138, 0.777230769230769, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 795, '2022-01-09 00:00:00', 0.0680918384355899, 0.174461538461537, 0.133464025691742, 0.295384615384613, 0.185515216046056, 0.402846153846153, 0.305444102905914, 0.8315, 1.49855175470801, 3.31419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 810, '2022-01-09 00:00:00', 0.105723390905775, 0.238346153846152, 0.128206780091922, 0.304461538461538, 0.15351704991754, 0.406269230769232, 0.315034037233096, 0.840269230769231, 1.52796709992772, 3.32746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 825, '2022-01-09 00:00:00', 0.0702431381811655, 0.174538461538464, 0.101277015389247, 0.250923076923078, 0.121445270991314, 0.353923076923079, 0.303068410657498, 0.828307692307693, 1.52880028629792, 3.32165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 840, '2022-01-09 00:00:00', 0.0661101761048581, 0.179653846153847, 0.105623110816058, 0.274807692307694, 0.131198950511749, 0.37673076923077, 0.300148322308514, 0.823153846153846, 1.52899607083059, 3.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 855, '2022-01-09 00:00:00', 0.0985508303052099, 0.198115384615386, 0.108651765534878, 0.248384615384616, 0.151699196286094, 0.369384615384616, 0.302600696526728, 0.825307692307693, 1.52889574026988, 3.31576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 870, '2022-01-09 00:00:00', 0.0718617154947339, 0.149884615384616, 0.102826725050521, 0.245846153846153, 0.152566252947571, 0.372307692307692, 0.303333766412765, 0.823576923076925, 1.52471280372605, 3.32842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 885, '2022-01-09 00:00:00', 0.0551578992180972, 0.173076923076922, 0.0847482516270781, 0.237115384615384, 0.139630148827315, 0.397538461538461, 0.675334001695569, 1.37642307692308, 1.51910887035788, 3.333 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 900, '2022-01-09 00:00:00', 0.0751123568652063, 0.175884615384617, 0.128008677590474, 0.268692307692309, 0.165078107386961, 0.405307692307694, 0.734796097305493, 1.46223076923077, 1.51734830695374, 3.33226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 915, '2022-01-09 00:00:00', 0.113871567329842, 0.188576923076922, 0.125475832794146, 0.292230769230769, 0.149542651492423, 0.374269230769232, 0.775622858392877, 1.50746153846154, 1.50543678915916, 3.34338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 930, '2022-01-09 00:00:00', 0.0749362087686264, 0.222653846153846, 0.10697185826907, 0.287461538461539, 0.180678707612754, 0.395653846153847, 0.807504665383045, 1.56476923076923, 1.50390153728432, 3.34007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 945, '2022-01-09 00:00:00', 0.0561420862290839, 0.185423076923077, 0.0610426458747051, 0.23773076923077, 0.147019119635719, 0.442307692307692, 0.864650094635885, 1.59288461538462, 1.50095434922636, 3.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 960, '2022-01-09 00:00:00', 0.0447267945849699, 0.163384615384616, 0.114848314679036, 0.266846153846154, 0.198232051277905, 0.505884615384615, 0.870749099250843, 1.60892307692308, 1.49602814864509, 3.33530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 975, '2022-01-09 00:00:00', 0.094808511464708, 0.202423076923076, 0.141571232410239, 0.385423076923077, 0.261947924948099, 0.565653846153846, 0.87371525373853, 1.63123076923077, 1.4937782082306, 3.34015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 990, '2022-01-09 00:00:00', 0.140182326330336, 0.340269230769232, 0.197569683909247, 0.4435, 0.295494120727662, 0.581846153846154, 0.869226135930469, 1.62034615384615, 1.520373428319, 3.34519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1005, '2022-01-09 00:00:00', 0.0956387192270187, 0.268269230769232, 0.14069975124356, 0.3805, 0.219835938827116, 0.486, 0.86001804721672, 1.56980769230769, 1.49482676125156, 3.33338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1020, '2022-01-09 00:00:00', 0.10660391824232, 0.255346153846153, 0.17146683016302, 0.344923076923076, 0.166269160839146, 0.417923076923076, 0.863124267726532, 1.55369230769231, 1.47639015689777, 3.32915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1035, '2022-01-09 00:00:00', 0.154312973680614, 0.255576923076922, 0.149820898203361, 0.305692307692307, 0.141886693689555, 0.381923076923077, 0.872737750723814, 1.54369230769231, 1.4695185794622, 3.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1050, '2022-01-09 00:00:00', 0.0863890306426958, 0.193230769230768, 0.118164975938141, 0.286807692307691, 0.127245450273808, 0.37173076923077, 0.86865523655821, 1.539, 1.46154507759636, 3.31957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1065, '2022-01-09 00:00:00', 0.112545108905104, 0.225192307692307, 0.119415834538227, 0.289692307692308, 0.606746223721251, 1.0265, 0.863746876204971, 1.52311538461539, 1.45406927567483, 3.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1080, '2022-01-09 00:00:00', 0.129539022929534, 0.204038461538462, 0.14809157250213, 0.274923076923077, 0.655879990195203, 1.10519230769231, 0.84605779853479, 1.50696153846154, 1.45360768223278, 3.29357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1095, '2022-01-09 00:00:00', 0.11850037325485, 0.200461538461539, 0.566084893062731, 0.965115384615385, 0.683952397128968, 1.14880769230769, 0.821006325282482, 1.49611538461539, 1.46416096057146, 3.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 600, '2022-01-09 00:00:00', 0.188062595962089, 0.563500000000003, 0.291238416738959, 0.716846153846155, 0.400660577623427, 0.89246153846154, 0.596045100255393, 1.26719230769231, 1.49549304450199, 3.19761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 615, '2022-01-09 00:00:00', 0.20045293328245, 0.438461538461539, 0.313585713960313, 0.597, 0.377952622183502, 0.770769230769231, 0.567799173597904, 1.18769230769231, 1.50294417573795, 3.17634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 630, '2022-01-09 00:00:00', 0.176685922995056, 0.364346153846153, 0.241748146122874, 0.521615384615385, 0.297661118620593, 0.671692307692308, 0.542938081184217, 1.106, 1.49429666553044, 3.16326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 645, '2022-01-09 00:00:00', 0.139766464559224, 0.357230769230767, 0.187780923910325, 0.484653846153844, 0.28992920090681, 0.626692307692305, 0.501090725702057, 1.04134615384615, 1.51301818434341, 3.12811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 660, '2022-01-09 00:00:00', 0.106480796390712, 0.323, 0.119794882387163, 0.405423076923077, 0.231421510202953, 0.571346153846153, 0.508339335483689, 0.991999999999998, 1.53566840972112, 3.10576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 675, '2022-01-09 00:00:00', 0.0990322092126513, 0.262538461538462, 0.17451471174484, 0.383230769230769, 0.242829829621171, 0.538384615384615, 0.519546738846615, 0.962576923076923, 1.53397555341066, 3.09896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 690, '2022-01-09 00:00:00', 0.107179820144248, 0.281923076923076, 0.148274693105006, 0.38676923076923, 0.214414752649733, 0.554384615384613, 0.522024697323205, 0.93576923076923, 1.5394600691851, 3.09323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 705, '2022-01-09 00:00:00', 0.122733106310463, 0.268153846153846, 0.176851523992477, 0.36830769230769, 0.22499572987401, 0.53903846153846, 0.488159811474133, 0.898807692307693, 1.55845159841921, 3.14223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 720, '2022-01-09 00:00:00', 0.109266118332194, 0.237730769230766, 0.171624168999054, 0.353153846153845, 0.227222005976534, 0.533999999999999, 0.487172501434395, 0.878615384615384, 1.53811032964279, 3.19488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 735, '2022-01-09 00:00:00', 0.117869138650258, 0.245423076923079, 0.18217837835062, 0.372807692307692, 0.211263262669697, 0.482384615384616, 0.475155747745288, 0.838769230769232, 1.51848440431696, 3.24938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 750, '2022-01-09 00:00:00', 0.108650073453903, 0.239038461538459, 0.129693698322684, 0.347846153846153, 0.149680007400402, 0.446230769230769, 0.468864666385317, 0.803653846153845, 1.52140761745876, 3.24953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 765, '2022-01-09 00:00:00', 0.0711333849998615, 0.234961538461539, 0.0981400255521917, 0.30376923076923, 0.206120058367781, 0.425038461538462, 0.498654844402571, 0.858423076923074, 1.53663797247808, 3.26346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 780, '2022-01-09 00:00:00', 0.0758381272082934, 0.194692307692306, 0.114492001736097, 0.290461538461539, 0.402956903593731, 0.455115384615384, 0.481945967287429, 0.848653846153845, 1.53180644539506, 3.28211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 795, '2022-01-09 00:00:00', 0.0792081192419453, 0.184615384615386, 0.169673750292912, 0.274307692307692, 0.410043832553771, 0.43776923076923, 0.435329874922454, 0.846499999999999, 1.51931588501586, 3.29103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 810, '2022-01-09 00:00:00', 0.155776486820552, 0.190076923076922, 0.355287552012993, 0.31826923076923, 0.397269302188752, 0.424461538461537, 0.427602203707352, 0.85326923076923, 1.52513802048813, 3.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 825, '2022-01-09 00:00:00', 0.212817209396669, 0.22326923076923, 0.255190911943318, 0.304192307692305, 0.250131193268961, 0.392576923076921, 0.355646263322679, 0.82576923076923, 1.52540706899957, 3.28161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 840, '2022-01-09 00:00:00', 0.138518318699675, 0.217269230769229, 0.215552188933088, 0.292884615384614, 0.263942149838818, 0.405461538461538, 0.360092708148246, 0.82803846153846, 1.52764304781531, 3.27780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 855, '2022-01-09 00:00:00', 0.108348781541549, 0.189461538461537, 0.145551555761578, 0.272153846153845, 0.174091315561247, 0.379884615384617, 0.32257517668814, 0.804769230769231, 1.52033085923376, 3.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 870, '2022-01-09 00:00:00', 0.0718157471482529, 0.189692307692307, 0.0947473401290943, 0.26853846153846, 0.204877719628076, 0.387000000000002, 0.318014273990239, 0.793961538461538, 1.52558324786091, 3.23138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 885, '2022-01-09 00:00:00', 0.0728710241031774, 0.188884615384615, 0.12025291936325, 0.268269230769233, 0.206301780446472, 0.405230769230769, 0.53347614754551, 1.341, 1.45575077748694, 3.26661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 900, '2022-01-09 00:00:00', 0.109388088227895, 0.194076923076923, 0.152852608744504, 0.291000000000001, 0.178817844575035, 0.405692307692308, 0.530015146372832, 1.41484615384615, 1.43078131264543, 3.26973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 915, '2022-01-09 00:00:00', 0.117597619023518, 0.215000000000002, 0.146311511719136, 0.297538461538462, 0.154778730401227, 0.375846153846154, 0.569364370288347, 1.47511538461538, 1.43265692495286, 3.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 930, '2022-01-09 00:00:00', 0.0738209580414259, 0.209423076923077, 0.112583842261941, 0.291192307692309, 0.124018441556704, 0.375576923076921, 0.567605097011862, 1.50711538461538, 1.43841275182591, 3.24926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 945, '2022-01-09 00:00:00', 0.069894778059596, 0.178000000000002, 0.0877390536674616, 0.242692307692308, 0.16934260675193, 0.433038461538459, 0.568637947541856, 1.50034615384615, 1.43560820506904, 3.25196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 960, '2022-01-09 00:00:00', 0.0737438915332094, 0.186192307692305, 0.0868115997212011, 0.270423076923074, 0.148564578033105, 0.460076923076921, 0.568996943347204, 1.5021923076923, 1.44268411596633, 3.24653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 975, '2022-01-09 00:00:00', 0.0809633630344388, 0.212884615384613, 0.130211006269999, 0.362884615384614, 0.150203677103406, 0.50276923076923, 0.560170567430478, 1.50776923076923, 1.45946164205003, 3.25226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 990, '2022-01-09 00:00:00', 0.0901296928789915, 0.282192307692306, 0.128243908237388, 0.386499999999998, 0.166967785930285, 0.53080769230769, 0.559842126097926, 1.51238461538461, 1.45899407337859, 3.26411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1005, '2022-01-09 00:00:00', 0.113722712703379, 0.271153846153846, 0.141097265960536, 0.401038461538461, 0.18147734336232, 0.489115384615387, 0.569552477490339, 1.51776923076923, 1.4604064181432, 3.27511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1020, '2022-01-09 00:00:00', 0.131431268964194, 0.306538461538463, 0.163717561672533, 0.380000000000001, 0.183668518302359, 0.44873076923077, 0.561339946364602, 1.51515384615384, 1.47597615625936, 3.28342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1035, '2022-01-09 00:00:00', 0.0932241054993505, 0.267423076923077, 0.105986704536284, 0.317307692307695, 0.150809145815292, 0.428038461538463, 0.5556733918963, 1.52303846153846, 1.47366832089178, 3.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1050, '2022-01-09 00:00:00', 0.0940626632377827, 0.226230769230771, 0.118249644657133, 0.308538461538461, 0.175137133083237, 0.433846153846156, 0.550275790993795, 1.51061538461538, 1.45643325812912, 3.29865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1065, '2022-01-09 00:00:00', 0.0952162881993483, 0.226307692307691, 0.132042866000167, 0.300038461538462, 0.46067747436207, 1.10615384615385, 0.542024150753451, 1.5175, 1.45610324655066, 3.31023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1080, '2022-01-09 00:00:00', 0.0979384186422962, 0.200423076923077, 0.125238510911719, 0.304730769230771, 0.457285208090598, 1.18380769230769, 0.525723087390486, 1.51526923076923, 1.45775945256358, 3.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1095, '2022-01-09 00:00:00', 0.0744258433196844, 0.209615384615386, 0.413105538759585, 1.02711538461539, 0.501139077886185, 1.21884615384615, 0.49655863856997, 1.48119230769231, 1.4486728759587, 3.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 600, '2022-01-09 00:00:00', 0.186120725915692, 0.65226923076923, 0.213390335733874, 0.818346153846154, 0.305177449010594, 0.954346153846151, 0.414043736077018, 1.24115384615384, 1.42342297784114, 3.20342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 615, '2022-01-09 00:00:00', 0.148581912140692, 0.421769230769233, 0.225430886560348, 0.577730769230769, 0.253712957129477, 0.701230769230766, 0.414290904855699, 1.11592307692308, 1.45260497250761, 3.16838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 630, '2022-01-09 00:00:00', 0.162352380286264, 0.388846153846152, 0.1885360810194, 0.489576923076919, 0.226317873797011, 0.629499999999997, 0.400538869716594, 1.02788461538461, 1.45276779445835, 3.15576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 645, '2022-01-09 00:00:00', 0.157307616324975, 0.341384615384614, 0.183336143568202, 0.44630769230769, 0.256799544691662, 0.603615384615383, 0.409162283020018, 0.994576923076923, 1.47272921945827, 3.14892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 660, '2022-01-09 00:00:00', 0.0976080702842499, 0.276846153846152, 0.154116339671841, 0.387384615384615, 0.22351026477891, 0.532038461538461, 0.372229947540701, 0.908423076923076, 1.50199944535481, 3.09457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 675, '2022-01-09 00:00:00', 0.117382877797403, 0.282499999999998, 0.203340960344554, 0.378884615384614, 0.221680074396899, 0.562846153846153, 0.368325107229175, 0.892230769230769, 1.51818491830009, 3.07261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 690, '2022-01-09 00:00:00', 0.123254283745185, 0.239538461538462, 0.146569489951405, 0.352846153846155, 0.215127640108055, 0.539307692307692, 0.364516887864555, 0.860807692307693, 1.51627047921993, 3.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 705, '2022-01-09 00:00:00', 0.0900796655957725, 0.235884615384617, 0.181764225980124, 0.390923076923078, 0.232646939506063, 0.500038461538463, 0.359311598219962, 0.815769230769232, 1.51395659931696, 3.11023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 720, '2022-01-09 00:00:00', 0.150787578553918, 0.301423076923077, 0.156743087198815, 0.369653846153846, 0.23493901008887, 0.500461538461539, 0.333041926212577, 0.81473076923077, 1.5220661139992, 3.10784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 735, '2022-01-09 00:00:00', 0.0818198866178261, 0.236423076923078, 0.1642050734717, 0.361884615384616, 0.212322399992232, 0.508807692307695, 0.322608769969971, 0.77446153846154, 1.52641606436072, 3.10180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 750, '2022-01-09 00:00:00', 0.103439621928038, 0.234653846153845, 0.153203138148217, 0.324192307692307, 0.190018853315622, 0.486730769230771, 0.318342324211868, 0.761346153846155, 1.53075762237578, 3.08246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 765, '2022-01-09 00:00:00', 0.0734629262857221, 0.218192307692308, 0.108775025414136, 0.340615384615386, 0.172661273552049, 0.452346153846154, 0.306132060492753, 0.766038461538461, 1.5575372888486, 3.06738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 780, '2022-01-09 00:00:00', 0.10592900380044, 0.257076923076924, 0.133035726838262, 0.334769230769233, 0.167204918035878, 0.428269230769232, 0.273936241880084, 0.751230769230767, 1.57767809576166, 3.07857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 795, '2022-01-09 00:00:00', 0.0829273268498485, 0.196692307692308, 0.121699933632494, 0.281076923076923, 0.138087380362525, 0.38226923076923, 0.261269398249275, 0.740461538461536, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 810, '2022-01-09 00:00:00', 0.100173119379172, 0.198576923076921, 0.109201352485286, 0.275153846153845, 0.117061804846184, 0.368884615384614, 0.261871351268871, 0.746730769230767, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 825, '2022-01-09 00:00:00', 0.0621121690046441, 0.182807692307692, 0.0896762810592386, 0.263346153846153, 0.136567571328122, 0.350307692307691, 0.253004825128814, 0.758192307692307, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 840, '2022-01-09 00:00:00', 0.0639047849418287, 0.195692307692306, 0.0857942798882205, 0.26853846153846, 0.129079105143378, 0.349153846153845, 0.259255229158744, 0.767076923076922, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 855, '2022-01-09 00:00:00', 0.0536697164287128, 0.176961538461537, 0.0912325852718449, 0.247769230769229, 0.125542349581572, 0.360192307692307, 0.244381508176173, 0.769192307692307, 1.59051831754983, 3.06996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 870, '2022-01-09 00:00:00', 0.0759873774943017, 0.179192307692306, 0.107114266808143, 0.261884615384615, 0.119981229301149, 0.358846153846152, 0.240072658873228, 0.782192307692306, 1.60527914658527, 3.08053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 885, '2022-01-09 00:00:00', 0.075862628886287, 0.18546153846154, 0.0922172685313574, 0.258769230769231, 0.117187194102164, 0.354038461538461, 1.30750799085659, 1.43411538461538, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 900, '2022-01-09 00:00:00', 0.0708974991421796, 0.171846153846152, 0.0965832044644171, 0.256346153846151, 0.103902676355549, 0.389384615384615, 1.46215532006692, 1.5205, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 915, '2022-01-09 00:00:00', 0.0818266084238716, 0.183076923076922, 0.0983971544303992, 0.274, 0.113457413223573, 0.402769230769231, 1.4487201502865, 1.56692307692308, 1.62982676804811, 3.08857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 930, '2022-01-09 00:00:00', 0.0869964101823496, 0.209153846153846, 0.112183860075942, 0.313461538461539, 0.179408138053992, 0.435000000000001, 1.44183167053364, 1.59061538461538, 1.63183103433394, 3.08473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 945, '2022-01-09 00:00:00', 0.0961108734743364, 0.2015, 0.129392759279049, 0.281615384615384, 0.222373960844203, 0.48253846153846, 1.43726970864365, 1.59015384615384, 1.63497845716224, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 960, '2022-01-09 00:00:00', 0.0875541854203173, 0.185153846153845, 0.15857286604635, 0.299923076923075, 0.195947277053333, 0.492153846153844, 1.42754039576415, 1.58169230769231, 1.63507150443502, 3.07676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 975, '2022-01-09 00:00:00', 0.104275906207447, 0.23276923076923, 0.165975906499894, 0.379192307692306, 0.176038164568413, 0.499653846153845, 1.44305786226546, 1.60992307692308, 1.63823426332697, 3.07169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 990, '2022-01-09 00:00:00', 0.14899941145986, 0.296769230769229, 0.165058963823421, 0.390692307692306, 0.186410353789697, 0.4955, 1.4521161454925, 1.6235, 1.64579743028675, 3.05169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1005, '2022-01-09 00:00:00', 0.107772788059665, 0.287576923076922, 0.128204362100274, 0.372961538461539, 0.161136010395423, 0.498423076923079, 1.4512120244816, 1.6245, 1.64684057095818, 3.05488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1020, '2022-01-09 00:00:00', 0.0953302922233275, 0.261769230769231, 0.136230263214108, 0.36473076923077, 0.162886600478324, 0.498269230769232, 1.44499109872158, 1.63165384615384, 1.6450382590828, 3.06007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1035, '2022-01-09 00:00:00', 0.117381436089618, 0.263192307692309, 0.166726883993414, 0.360423076923078, 0.171654756370498, 0.435653846153847, 1.44806663733194, 1.63588461538461, 1.65138975877429, 3.05815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1050, '2022-01-09 00:00:00', 0.0983126566701278, 0.229538461538462, 0.120699958574972, 0.304, 0.134559131982932, 0.376, 1.45682329058812, 1.6225, 1.64584418600771, 3.05473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1065, '2022-01-09 00:00:00', 0.0937455147645031, 0.206307692307693, 0.123144767839133, 0.262923076923078, 1.34884502616697, 1.19523076923077, 1.44964166394532, 1.65307692307692, 1.64786115920001, 3.048 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1080, '2022-01-09 00:00:00', 0.0822717167963289, 0.180346153846156, 0.104447889104864, 0.273807692307692, 1.4945749985042, 1.30688461538461, 1.45273235027601, 1.65519230769231, 1.6481406049989, 3.04342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1095, '2022-01-09 00:00:00', 0.0769745312524765, 0.215961538461538, 1.35895942374473, 1.15234615384615, 1.48162560255749, 1.35011538461538, 1.4622738988933, 1.67034615384615, 1.65665055644027, 3.02988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 600, '2022-01-09 00:00:00', 0.392039890042602, 0.691346153846155, 0.511847893571757, 0.851884615384615, 0.541026802976026, 0.979807692307691, 0.676868736280413, 1.36061538461538, 1.16631057547359, 2.82796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 615, '2022-01-09 00:00:00', 0.402660949186781, 0.512999999999998, 0.456666646640462, 0.640115384615383, 0.546132597311451, 0.74657692307692, 0.672617468150758, 1.22653846153846, 1.15217522171693, 2.78530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 630, '2022-01-09 00:00:00', 0.186970787516701, 0.391653846153845, 0.263694511479885, 0.513653846153845, 0.322961383735912, 0.617846153846152, 0.581010382536649, 1.14623076923077, 1.14052045946644, 2.78796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 645, '2022-01-09 00:00:00', 0.168336809814317, 0.345192307692308, 0.267016968633944, 0.461307692307691, 0.372111306755633, 0.595230769230769, 0.603076906691521, 1.12665384615385, 1.12527067581367, 2.76057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 660, '2022-01-09 00:00:00', 0.206102170331573, 0.31376923076923, 0.248345367459234, 0.419692307692307, 0.394787789149484, 0.599961538461538, 0.690822881675291, 1.15157692307692, 1.140336503642, 2.74330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 675, '2022-01-09 00:00:00', 0.155129345535118, 0.283076923076924, 0.29707358580765, 0.425653846153848, 0.442519597132324, 0.609076923076923, 0.726989243386724, 1.178, 1.13799536838317, 2.73146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 690, '2022-01-09 00:00:00', 0.196955086641208, 0.278115384615386, 0.301219092254225, 0.400692307692308, 0.324712087856302, 0.535499999999999, 0.737948507688714, 1.145, 1.10721683235316, 2.68692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 705, '2022-01-09 00:00:00', 0.138986424350891, 0.255115384615383, 0.174332538116537, 0.348076923076922, 0.22183181432372, 0.484923076923075, 0.727156061971251, 1.12646153846154, 1.08031300022796, 2.94346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 720, '2022-01-09 00:00:00', 0.0944393659770843, 0.235076923076922, 0.150342404069969, 0.337961538461537, 0.353238842711274, 0.585999999999999, 0.734529412931529, 1.09246153846154, 1.08071069280287, 2.97419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 735, '2022-01-09 00:00:00', 0.164701127921035, 0.249307692307693, 0.210950701495723, 0.380038461538463, 0.403652196060688, 0.648846153846155, 0.721614203339665, 1.08046153846154, 1.07444776584926, 2.97719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 750, '2022-01-09 00:00:00', 0.145858102804905, 0.262115384615383, 0.290177356907011, 0.444461538461539, 0.368743006191825, 0.60973076923077, 0.7024876949374, 1.08880769230769, 1.05381369540132, 2.96876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 765, '2022-01-09 00:00:00', 0.176892861968435, 0.321269230769231, 0.306819097289491, 0.486961538461538, 0.395207585181022, 0.580346153846154, 0.660574068519193, 1.0745, 1.05670139294228, 2.96107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 780, '2022-01-09 00:00:00', 0.24524128150425, 0.350384615384616, 0.23666030507882, 0.422500000000001, 0.315020675756127, 0.525115384615385, 0.574571697340392, 1.05565384615385, 1.05912616594276, 2.92065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 795, '2022-01-09 00:00:00', 0.12409264529127, 0.25376923076923, 0.213527980512013, 0.345961538461538, 0.287980512161181, 0.452153846153846, 0.515913601890265, 1.01973076923077, 1.09286083567573, 2.90138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 810, '2022-01-09 00:00:00', 0.153956377438044, 0.220615384615386, 0.207171634530033, 0.301615384615384, 0.216942817705141, 0.400115384615386, 0.473002806952154, 1.00115384615384, 1.1114900442476, 2.89596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 825, '2022-01-09 00:00:00', 0.120915590392636, 0.196499999999998, 0.129791270300256, 0.269576923076925, 0.165879659809337, 0.387692307692308, 0.456053021546332, 0.966961538461536, 1.11080443200135, 2.88561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 840, '2022-01-09 00:00:00', 0.0891610125214286, 0.188384615384616, 0.0978562289200927, 0.251807692307693, 0.232961961239633, 0.405653846153845, 0.481504764733994, 0.975038461538459, 1.12730279667205, 2.89565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 855, '2022-01-09 00:00:00', 0.0645690209120331, 0.172038461538463, 0.129269003959246, 0.271346153846155, 0.266262510720878, 0.44326923076923, 0.484234528365687, 0.979961538461537, 1.14146393992708, 2.89138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 870, '2022-01-09 00:00:00', 0.103921804923038, 0.199692307692307, 0.191599309457566, 0.297846153846153, 0.294489963261126, 0.449461538461538, 0.446429989342803, 0.982153846153844, 1.14036173208329, 2.893 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 885, '2022-01-09 00:00:00', 0.138925569446931, 0.204923076923076, 0.176459212981794, 0.307423076923076, 0.302030227728184, 0.482461538461537, 0.731149852050758, 1.36811538461538, 1.15645769485961, 2.88 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:41 Duration: 4s17ms Database: acaweb_fx User: pgperfstats
7 4m51s 109 74ms 1m4s 2s671ms (( 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 #7
Day Hour Count Duration Avg duration Jan 09 14 109 4m51s 2s671ms [ User: postgres - Total duration: 4m51s - Times executed: 109 ]
-
(( 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: 2022-01-09 14:03:20 Duration: 1m4s 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:06:57 Duration: 18s380ms 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:17:27 Duration: 16s706ms Database: acaweb_fx User: postgres Bind query: yes
8 3m49s 148 67ms 16s7ms 1s547ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jan 09 14 148 3m49s 1s547ms [ User: postgres - Total duration: 3m49s - Times executed: 148 ]
-
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 = '643' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:28 Duration: 16s7ms 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 = '660' 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 ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:14 Duration: 14s429ms 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:17:55 Duration: 13s531ms Database: acaweb_fx User: postgres Bind query: yes
9 3m34s 85 82ms 34s839ms 2s522ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), 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 kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.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 s.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 dss.enabled = ? 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 #9
Day Hour Count Duration Avg duration Jan 09 14 85 3m34s 2s522ms [ User: postgres - Total duration: 3m34s - Times executed: 85 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:49 Duration: 34s839ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:03:18 Duration: 32s557ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:28 Duration: 23s407ms Database: acaweb_fx User: postgres Bind query: yes
10 2m31s 66 1s230ms 3s574ms 2s300ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #10
Day Hour Count Duration Avg duration Jan 09 14 66 2m31s 2s300ms [ User: pgperfstats - Total duration: 2m31s - Times executed: 66 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2022-01-09 00:00:00', 0.912096621062615, 2.09238461538462, 1.01705592010242, 2.43476923076923, 1.08339680918574, 2.70261538461539, 1.48831859337463, 3.49234615384615, 3.57474239911074, 9.6105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1005, '2022-01-09 00:00:00', 0.372088519244878, 1.20588461538461, 0.434246006137252, 1.60692307692307, 0.638015061312464, 1.94453846153846, 1.28656392229607, 2.89661538461539, 3.61914988424289, 9.41673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1020, '2022-01-09 00:00:00', 0.347115367653954, 1.09703846153846, 0.360511090195363, 1.36638461538461, 0.746407486152584, 1.78515384615385, 1.32608320019754, 2.70057692307693, 3.94989631587385, 9.46088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1035, '2022-01-09 00:00:00', 0.228833621117713, 0.862884615384614, 0.407970119569485, 1.20153846153846, 0.554807836448455, 1.51884615384615, 1.20997817144964, 2.45215384615385, 3.99536963920063, 9.39892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1050, '2022-01-09 00:00:00', 0.372173078016134, 0.856999999999997, 0.469887235244964, 1.14142307692307, 0.585026063850677, 1.46215384615384, 1.19929736673027, 2.37442307692307, 3.98990039281877, 9.41376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1065, '2022-01-09 00:00:00', 0.265739713600764, 0.692653846153843, 0.37218493335355, 0.960230769230767, 0.488469195942403, 1.25465384615385, 1.1844042611567, 2.24457692307692, 4.07052769741032, 9.41084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1080, '2022-01-09 00:00:00', 0.272599441277153, 0.688846153846154, 0.311755584738086, 0.925769230769229, 0.579920896462485, 1.23938461538462, 1.21884083708819, 2.24511538461538, 4.0720964188751, 9.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1095, '2022-01-09 00:00:00', 0.281161352525281, 0.617115384615385, 0.459780616582102, 0.909846153846155, 0.536109467868706, 1.24380769230769, 1.42063123781162, 2.35007692307692, 4.12080484147678, 9.45830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1110, '2022-01-09 00:00:00', 0.350040166925939, 0.665038461538462, 0.467373816784151, 0.892730769230773, 0.510339044165742, 1.2675, 1.43775093167713, 2.29330769230769, 4.20796089646207, 9.44188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1125, '2022-01-09 00:00:00', 0.215518408994186, 0.580769230769233, 0.286163861073713, 0.808653846153846, 0.504539090503553, 1.26342307692308, 1.39677726708525, 2.30257692307692, 4.17073851715275, 10.0075384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1140, '2022-01-09 00:00:00', 0.211565116362643, 0.556038461538462, 0.298961710952063, 0.845769230769231, 0.528807815897085, 1.22811538461539, 1.38386337698266, 2.38461538461538, 4.04747882571551, 10.2022692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1155, '2022-01-09 00:00:00', 0.245589779917651, 0.601500000000004, 0.405272276946669, 0.874461538461538, 0.691251226734204, 1.26746153846154, 1.84687981367328, 3.61938461538461, 4.23375155787939, 10.1225769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1170, '2022-01-09 00:00:00', 0.244458664116322, 0.56603846153846, 0.376590340576316, 0.791269230769232, 0.764493308317045, 1.16653846153846, 1.90596315768735, 3.83996153846154, 4.28176739442955, 10.1805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1185, '2022-01-09 00:00:00', 0.245914731938972, 0.487846153846156, 0.729080863933386, 0.848115384615385, 0.799998811537582, 1.09346153846154, 1.99013668220204, 4.11757692307692, 4.30355824942034, 10.2403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1200, '2022-01-09 00:00:00', 0.460125645883816, 0.56088, 0.460501056821079, 0.755160000000001, 0.542073180791426, 1.0072, 2.12598826039405, 4.1508, 4.4399042362045, 10.28228 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1215, '2022-01-09 00:00:00', 0.206120862602502, 0.474320000000001, 0.266102755841926, 0.629480000000002, 0.330551599602848, 0.885120000000001, 2.26798791149042, 4.21, 4.54830876920202, 10.31408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1230, '2022-01-09 00:00:00', 0.145803555054966, 0.402479999999999, 0.204107063408723, 0.569879999999999, 0.263593038603072, 0.842040000000001, 2.26168215420882, 4.2518, 4.53326521100777, 10.38016 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1245, '2022-01-09 00:00:00', 0.154651619239287, 0.443039999999997, 0.190575251978494, 0.595519999999999, 0.315362421139024, 0.896960000000001, 2.28636904064064, 4.37384, 4.53650624636772, 10.42644 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1260, '2022-01-09 00:00:00', 0.130706822061182, 0.411759999999999, 0.212440281804874, 0.609039999999999, 0.384866751833237, 0.871799999999998, 2.20161928891744, 4.46008, 4.57540050815226, 10.44068 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1275, '2022-01-09 00:00:00', 0.175092042461484, 0.431160000000001, 0.2625237259119, 0.593960000000003, 0.860105348198695, 0.954280000000005, 2.19664150997229, 4.49144, 4.61979943900887, 10.43276 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1290, '2022-01-09 00:00:00', 0.170111483053515, 0.382200000000003, 0.275509515867114, 0.572920000000001, 0.851972172863254, 0.9136, 2.22774328413307, 4.52384, 4.66180198814435, 10.41312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1305, '2022-01-09 00:00:00', 0.220503968218262, 0.419799999999999, 0.86623284398596, 0.734440000000001, 0.963842426609936, 1.00784, 2.22578273273321, 4.55924, 4.64727590207425, 10.40832 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1320, '2022-01-09 00:00:00', 0.128792806307343, 0.406749999999998, 0.262705309634474, 0.56441666666666, 0.454050841499787, 1.09491666666666, 2.19232848055821, 4.57608333333333, 4.664075296301, 10.44325 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1335, '2022-01-09 00:00:00', 0.233779655950282, 0.412833333333328, 0.316462646901748, 0.674541666666664, 1.65145656340005, 2.99845833333333, 2.29473021842707, 4.54741666666666, 4.74335810977926, 10.384375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1350, '2022-01-09 00:00:00', 0.195654975825349, 0.497, 0.386908985946044, 0.894958333333332, 1.69184582705878, 3.35095833333333, 2.20477191794184, 4.56858333333333, 4.65795264473349, 10.4078333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1365, '2022-01-09 00:00:00', 0.344694800417382, 0.732625, 1.61188885902241, 2.93129166666667, 1.90095339733529, 3.63158333333333, 2.30687893647158, 4.56958333333333, 4.83029052746418, 10.4156666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 990, '2022-01-09 00:00:00', 0.858857073868133, 1.63184, 0.853931433625288, 2.25532, 1.33967888814198, 2.85324, 1.65126339207287, 3.99596, 4.31369514569586, 10.48132 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1005, '2022-01-09 00:00:00', 0.517167886989645, 1.01204, 0.857548589488275, 1.6124, 1.22029084374723, 2.13108, 1.38127471320275, 3.4474, 4.27931753008974, 10.17976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1020, '2022-01-09 00:00:00', 0.625891809074591, 1.01116, 0.717500806039033, 1.36136, 1.21418727550572, 1.83536, 1.29143825894491, 3.11012, 4.3055738614808, 10.02388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1035, '2022-01-09 00:00:00', 0.448123837051023, 0.767159999999998, 0.705536379879401, 1.1772, 1.08073027316409, 1.78956, 1.15162078828059, 2.88724, 4.30852574631586, 10.00576 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1050, '2022-01-09 00:00:00', 0.520924396305901, 0.815319999999999, 0.774292795609863, 1.172, 0.9143684377755, 1.75784, 1.07631389163819, 2.83548, 4.41726087826683, 10.008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1065, '2022-01-09 00:00:00', 0.4541378938898, 0.70032, 0.607897469425011, 1.1556, 0.668604123030463, 1.55784, 1.08920571212849, 2.6502, 4.40354167044361, 9.90408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1080, '2022-01-09 00:00:00', 0.476343615471016, 0.776360000000002, 0.501209144635915, 1.04876, 0.512029937275809, 1.36364, 1.17775890005836, 2.48288, 4.46417670573197, 9.88908 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1095, '2022-01-09 00:00:00', 0.286020937462042, 0.570320000000003, 0.376798810153818, 0.921480000000003, 0.406479445974826, 1.17104, 1.30489669067452, 2.38004, 4.49229165052018, 9.88624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1110, '2022-01-09 00:00:00', 0.320794440932714, 0.560360000000003, 0.399380236533226, 0.767359999999998, 0.606863046054601, 1.11444, 1.40024432391875, 2.3288, 4.57627750724684, 9.93036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1125, '2022-01-09 00:00:00', 0.348456510916356, 0.552759999999998, 0.442525611311556, 0.803000000000003, 0.691755934801668, 1.15776, 1.39658574745699, 2.3124, 4.65021369580653, 10.4306 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1140, '2022-01-09 00:00:00', 0.330158381184953, 0.499839999999999, 0.469186860429832, 0.787679999999998, 0.570131470218348, 1.02968, 1.36310361797382, 2.32316, 4.67608806696367, 10.50012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1155, '2022-01-09 00:00:00', 0.344938970447429, 0.508319999999997, 0.434570945492982, 0.746359999999997, 0.607261319367534, 1.03668, 1.32036443832754, 3.5634, 4.64072868667555, 10.58392 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1170, '2022-01-09 00:00:00', 0.305810496876743, 0.432679999999999, 0.321254276236132, 0.566680000000002, 0.715795636570473, 1.08132, 1.56441500994248, 3.95864, 4.62882327487235, 10.54992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1185, '2022-01-09 00:00:00', 0.232564686341958, 0.3798, 0.55430863244225, 0.692680000000003, 0.739598183700672, 1.07016, 1.64787358131624, 4.08144, 4.58859791330642, 10.57332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1200, '2022-01-09 00:00:00', 0.513945237030818, 0.467960000000003, 0.611437650132863, 0.791800000000002, 0.677135235138936, 1.01428, 1.67793811665786, 4.14636, 4.5781581041579, 10.56672 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1215, '2022-01-09 00:00:00', 0.402644230887102, 0.560720000000001, 0.446745013029432, 0.710760000000004, 0.55506921490327, 0.925200000000001, 1.62115011334546, 4.15624, 4.57896396324176, 10.55032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1230, '2022-01-09 00:00:00', 0.283388584808917, 0.418440000000005, 0.362955516098964, 0.579960000000002, 0.499640794304602, 0.913440000000003, 1.58218679681003, 4.13868, 4.58683586763977, 10.53988 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1245, '2022-01-09 00:00:00', 0.228253170843251, 0.370519999999999, 0.302250850564004, 0.558920000000001, 0.456292121343331, 0.888600000000002, 1.59582828336886, 4.18892, 4.58594036630802, 10.52028 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1260, '2022-01-09 00:00:00', 0.293160223541099, 0.417399999999998, 0.431418107331316, 0.644000000000001, 0.475234917347901, 0.87232, 1.60913322941265, 4.2784, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1275, '2022-01-09 00:00:00', 0.309072391735875, 0.393920000000001, 0.289257054077051, 0.588319999999999, 0.545835558265182, 0.876039999999995, 1.6127951151133, 4.3262, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1290, '2022-01-09 00:00:00', 0.225814451855204, 0.368200000000002, 0.298320649637265, 0.559279999999999, 0.718093731115002, 0.902760000000001, 1.57803997625747, 4.3132, 4.58817892087918, 10.54332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1305, '2022-01-09 00:00:00', 0.230383216981333, 0.360479999999995, 0.473563821816378, 0.614119999999994, 0.74681278332212, 0.963400000000003, 1.57453696579873, 4.32336, 4.58817210044843, 10.54316 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1320, '2022-01-09 00:00:00', 0.25235331512024, 0.397749999999996, 0.275346408960675, 0.579583333333334, 0.602820314456755, 1.087375, 1.59943117379591, 4.27708333333333, 4.68717963600899, 10.541625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1335, '2022-01-09 00:00:00', 0.236033466062443, 0.376333333333334, 0.38227259982859, 0.636583333333336, 1.09712369667103, 2.77233333333333, 1.58013031933665, 4.3305, 4.68826354534941, 10.539125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1350, '2022-01-09 00:00:00', 0.269613541864132, 0.424375000000001, 0.517145073624331, 0.794375000000001, 1.33473517361897, 3.238375, 1.56142348654932, 4.3155, 4.66204649016387, 10.4865416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1365, '2022-01-09 00:00:00', 0.476529566277091, 0.664083333333333, 1.04486724418512, 2.61108333333333, 1.47273017627176, 3.40420833333333, 1.56648206841067, 4.322375, 4.64763408702579, 10.4495416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 990, '2022-01-09 00:00:00', 0.789466819101059, 1.97746153846154, 1.14807485215636, 2.56411538461538, 1.25129233441025, 2.93888461538462, 1.49428501091531, 3.84057692307692, 4.58802676958859, 9.99903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1005, '2022-01-09 00:00:00', 0.704036301511616, 1.52507692307692, 0.771341868733664, 1.85303846153846, 0.811911303416442, 2.25226923076923, 1.16064639085958, 3.22773076923077, 4.6179707519812, 9.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1020, '2022-01-09 00:00:00', 0.371270169097303, 1.11946153846154, 0.587470505969972, 1.49565384615385, 0.808760152712398, 1.92076923076923, 1.01164287100811, 2.93746153846154, 4.39413241791299, 9.54188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1035, '2022-01-09 00:00:00', 0.324879016534791, 0.967153846153843, 0.413641360824344, 1.29415384615384, 0.746260133032609, 1.72788461538462, 0.896209952221877, 2.73296153846154, 4.42729969446563, 9.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1050, '2022-01-09 00:00:00', 0.379736453143696, 0.907423076923078, 0.542141986795113, 1.23857692307692, 0.764723519671299, 1.66330769230769, 0.893600314200064, 2.66380769230769, 4.4005077072468, 9.41280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1065, '2022-01-09 00:00:00', 0.389611327034835, 0.784884615384611, 0.519273948745893, 1.11892307692308, 0.625519382962297, 1.52546153846154, 0.868337414036374, 2.54176923076923, 4.48648066031546, 9.53534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1080, '2022-01-09 00:00:00', 0.295631457158298, 0.830961538461541, 0.437722421702997, 1.10496153846154, 0.582854012596635, 1.458, 0.764442686889251, 2.48569230769231, 4.46600237503813, 9.49042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1095, '2022-01-09 00:00:00', 0.326756630207586, 0.712153846153846, 0.461178445356608, 1.05596153846154, 0.513100775826588, 1.33661538461539, 0.635609315175962, 2.3738076923077, 4.48485555157148, 9.46196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1110, '2022-01-09 00:00:00', 0.328926320952556, 0.716730769230766, 0.3799385537365, 0.909769230769228, 0.373560723104226, 1.27242307692307, 0.519817334780651, 2.28930769230769, 4.48407688673531, 9.45338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1125, '2022-01-09 00:00:00', 0.237459726139952, 0.599192307692304, 0.336420874226591, 0.869730769230768, 0.371337426898209, 1.28173076923077, 0.414313409798017, 2.18219230769231, 4.59645839248505, 9.25992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1140, '2022-01-09 00:00:00', 0.239661084418424, 0.582653846153851, 0.221613527079494, 0.837653846153846, 0.289026847302352, 1.27596153846154, 0.479591411034914, 2.20480769230769, 4.55921759363971, 9.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1155, '2022-01-09 00:00:00', 0.238414583962795, 0.583076923076924, 0.304861999044711, 0.920038461538466, 0.298267499970177, 1.2003076923077, 2.94374510523846, 3.82626923076923, 4.34576169211053, 9.56926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1170, '2022-01-09 00:00:00', 0.232598181089518, 0.588923076923081, 0.251127209566417, 0.799346153846155, 0.397382961966841, 1.14146153846154, 2.99493368129991, 4.00465384615385, 4.39104227700686, 9.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1185, '2022-01-09 00:00:00', 0.193818364613724, 0.540961538461541, 0.215740502955246, 0.738730769230771, 0.389932435962162, 1.11323076923077, 3.02520561360966, 4.11326923076923, 4.48126381710133, 9.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1200, '2022-01-09 00:00:00', 0.140910757355357, 0.484192307692312, 0.35922702485283, 0.767153846153849, 0.425850295111033, 1.04392307692308, 3.01070252675607, 4.14123076923077, 4.63222037422494, 9.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1215, '2022-01-09 00:00:00', 0.283107503364954, 0.600538461538462, 0.325718273736914, 0.808076923076924, 0.367406687263791, 1.08007692307692, 2.9749402052168, 4.18923076923077, 4.67626926990047, 9.78926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1230, '2022-01-09 00:00:00', 0.213814214825724, 0.527038461538461, 0.207531958613982, 0.675923076923079, 0.401921354725792, 1.04115384615385, 2.97154974640921, 4.19115384615385, 4.69422482582425, 9.81234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1245, '2022-01-09 00:00:00', 0.13598034360213, 0.476423076923079, 0.21946476149592, 0.739692307692311, 0.395679615928765, 1.05896153846154, 2.95573053653668, 4.26026923076923, 4.68605900895248, 9.82965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1260, '2022-01-09 00:00:00', 0.233001119178563, 0.55180769230769, 0.376691361114725, 0.810692307692306, 0.432029993616894, 1.04165384615385, 2.95708385172857, 4.29611538461539, 4.67177023555806, 9.86142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1275, '2022-01-09 00:00:00', 0.271371947419323, 0.527576923076919, 0.280907696309932, 0.704576923076922, 0.444590217546967, 0.976307692307692, 2.95371685951004, 4.27961538461538, 4.66665011132595, 9.87930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1290, '2022-01-09 00:00:00', 0.144046680467987, 0.469615384615388, 0.234571691517832, 0.656961538461543, 0.369893290225501, 0.908384615384617, 2.95992127675981, 4.25373076923077, 4.6602378975261, 9.88769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1305, '2022-01-09 00:00:00', 0.164060031226846, 0.467423076923074, 0.260778293693204, 0.680961538461539, 0.409535340824958, 0.931346153846151, 2.96870612816166, 4.28534615384615, 4.66185473027141, 9.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1320, '2022-01-09 00:00:00', 0.131882371831876, 0.418279999999999, 0.159201654095259, 0.540199999999999, 0.399007819472248, 1.09536, 3.05995430140168, 4.38492, 4.64663189059201, 9.73548 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1335, '2022-01-09 00:00:00', 0.137494545346353, 0.409600000000002, 0.305248325138735, 0.691039999999998, 3.12772714975801, 3.37396, 3.05534705502774, 4.39628, 4.68748449668548, 9.78864 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1350, '2022-01-09 00:00:00', 0.267608389255647, 0.574599999999999, 0.359146850188057, 0.95928, 3.08456420476756, 3.6724, 3.04445776069675, 4.38116, 4.68550892006408, 9.82244 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1365, '2022-01-09 00:00:00', 0.33263885822315, 0.808120000000001, 3.12317302594653, 3.2924, 3.07282094445261, 3.81684, 3.05253297443287, 4.36632, 4.71725469173191, 9.85708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 990, '2022-01-09 00:00:00', 1.01614172012797, 2.02765384615385, 0.991831226337657, 2.4043076923077, 1.10815364388768, 2.71146153846154, 1.36385342377341, 3.2378076923077, 3.26549551735202, 9.37242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1005, '2022-01-09 00:00:00', 0.545542458334963, 1.37957692307693, 0.664589091093133, 1.68950000000001, 0.807940768011732, 2.05373076923077, 1.19832143626632, 2.83723076923077, 3.37926002573618, 9.22480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1020, '2022-01-09 00:00:00', 0.356586923268578, 1.05907692307693, 0.633598732516211, 1.41407692307693, 0.674561784819195, 1.76580769230769, 1.19966327583393, 2.61915384615385, 3.40828759643314, 9.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1035, '2022-01-09 00:00:00', 0.428131971026909, 0.901769230769235, 0.521251316914038, 1.25484615384616, 0.581713052444777, 1.54765384615385, 1.1715035152119, 2.54661538461539, 3.30365209031553, 9.11757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1050, '2022-01-09 00:00:00', 0.36786557954691, 0.868269230769234, 0.388405996943325, 1.07053846153846, 0.685277188162121, 1.46576923076923, 1.39899360310848, 2.52030769230769, 3.28229843226687, 9.06103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1065, '2022-01-09 00:00:00', 0.273299936671446, 0.762846153846152, 0.425824261331436, 0.995307692307692, 0.646212429944969, 1.31676923076923, 1.38064561932229, 2.41438461538461, 3.1399284489643, 9.03723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1080, '2022-01-09 00:00:00', 0.305059086332217, 0.654615384615385, 0.403878229934944, 0.933769230769234, 0.590238967251008, 1.19796153846154, 1.26706836498212, 2.30319230769231, 3.14836546896224, 8.99661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1095, '2022-01-09 00:00:00', 0.285019729411574, 0.669615384615387, 0.394013916193131, 0.842384615384616, 0.547946292988642, 1.2045, 1.22350685389926, 2.3506923076923, 3.157099345675, 8.98503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1110, '2022-01-09 00:00:00', 0.207602134270933, 0.567615384615384, 0.345836404187787, 0.78646153846154, 0.593540325893311, 1.18203846153846, 1.31117469410508, 2.43996153846154, 3.17430660532586, 9.02776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1125, '2022-01-09 00:00:00', 0.290223248286822, 0.597423076923076, 0.41249968951037, 0.893076923076921, 0.54339613684536, 1.14519230769231, 1.31892695837884, 2.42880769230769, 3.41399994141769, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1140, '2022-01-09 00:00:00', 0.279664020952613, 0.645730769230764, 0.439193778854635, 0.846846153846149, 0.462195191866614, 1.02665384615384, 1.35520715248771, 2.55688461538461, 3.498055079832, 9.62830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1155, '2022-01-09 00:00:00', 0.309158888698898, 0.575461538461535, 0.327097240305364, 0.775730769230765, 0.423335509786449, 0.998076923076922, 2.50896547727421, 4.56461538461539, 3.37888758321433, 9.7805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1170, '2022-01-09 00:00:00', 0.193077409745019, 0.501384615384617, 0.253642938005376, 0.6415, 0.444049721748153, 1.00534615384615, 2.39006442558805, 4.80503846153846, 3.38348652337292, 9.78957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1185, '2022-01-09 00:00:00', 0.198241282667982, 0.435384615384615, 0.38300279171507, 0.676538461538461, 0.607534524501724, 1.09603846153846, 2.37713234251821, 4.84242307692308, 3.43438506084479, 9.79488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1200, '2022-01-09 00:00:00', 0.258539079027939, 0.522153846153846, 0.344501497149812, 0.756807692307689, 0.568243236109867, 1.11984615384615, 2.34955523548934, 4.91026923076923, 3.43635587594676, 9.78111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1215, '2022-01-09 00:00:00', 0.199423229879029, 0.507230769230768, 0.494786101415395, 0.808384615384612, 0.639721724357855, 1.24326923076923, 2.35278898462098, 4.91561538461538, 3.45936863803876, 9.74342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1230, '2022-01-09 00:00:00', 0.354680868474095, 0.545961538461536, 0.347433564208269, 0.727192307692308, 0.817492455857921, 1.27165384615385, 2.3802626774888, 5.02657692307692, 3.47791951691724, 9.74438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1245, '2022-01-09 00:00:00', 0.178246743416145, 0.45769230769231, 0.552989927575539, 0.9055, 0.900411325664341, 1.34134615384615, 2.42151656739198, 5.02538461538461, 3.47320549083098, 9.73330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1260, '2022-01-09 00:00:00', 0.586896940238693, 0.785461538461536, 0.820234383950949, 1.08673076923077, 0.955352993159316, 1.38969230769231, 2.46319036179941, 5.07096153846154, 3.46662590646649, 9.73315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1275, '2022-01-09 00:00:00', 0.76071414220708, 0.746615384615385, 0.798366066027744, 1.02884615384615, 0.986239131557547, 1.41023076923077, 2.40357369476241, 5.01088461538461, 3.51516406532524, 9.68661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1290, '2022-01-09 00:00:00', 0.544401945681258, 0.663961538461535, 0.717415168933152, 0.879269230769229, 1.12157479465259, 1.3895, 2.42944441005314, 5.02369230769231, 3.56939219820621, 9.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1305, '2022-01-09 00:00:00', 0.308426919407799, 0.550730769230769, 0.714087950842514, 0.943192307692305, 0.984639139677384, 1.32934615384615, 2.40360831571715, 5.01915384615384, 3.57676138620486, 9.70442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1320, '2022-01-09 00:00:00', 0.383007171386293, 0.635079999999997, 0.601619627893459, 0.88152, 0.694185357091319, 1.35068, 2.41562211310737, 4.99987999999999, 3.53073227437784, 9.56732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1335, '2022-01-09 00:00:00', 0.366231247529024, 0.519080000000004, 0.414997891560911, 0.769, 2.25850441147823, 3.72252, 2.40522089907213, 4.92163999999999, 3.5071125763701, 9.56104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1350, '2022-01-09 00:00:00', 0.34134622208739, 0.600080000000002, 0.509362510071822, 1.0804, 2.16907272814905, 3.9694, 2.40193912981435, 4.8902, 3.49116090386374, 9.55704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1365, '2022-01-09 00:00:00', 0.482948409943203, 0.8752, 2.19123347074959, 3.60604, 2.10332158580977, 4.06388, 2.37999729901808, 4.82832, 3.47448197433805, 9.54036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 990, '2022-01-09 00:00:00', 1.41262598494199, 2.48744, 1.43537082897301, 2.8668, 1.47928645862343, 3.24652, 1.96527673030204, 4.01772, 3.31241749582788, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1005, '2022-01-09 00:00:00', 0.596293822987738, 1.35564, 0.918078442545437, 1.79012, 1.06866920669276, 2.34804, 1.57488999615846, 3.1056, 3.28555840002883, 8.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1020, '2022-01-09 00:00:00', 0.654974243768407, 1.11748, 0.688448732053934, 1.50164, 0.926173045386228, 2.08048, 1.21431060688771, 2.7032, 3.26115568625602, 8.79808 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1035, '2022-01-09 00:00:00', 0.291425307754833, 0.977719999999998, 0.392495995733287, 1.33224, 0.618422609008864, 1.74076, 0.883959714391253, 2.40412, 3.24766423141309, 8.69428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1050, '2022-01-09 00:00:00', 0.275263207373111, 0.831000000000001, 0.531730392210183, 1.23028, 0.616054129115289, 1.49724, 0.756363944583997, 2.197, 3.27263172996901, 8.66176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1065, '2022-01-09 00:00:00', 0.497181331776113, 0.874880000000002, 0.490907095759136, 1.06388, 0.547631871485459, 1.4342, 0.802538057249208, 2.1092, 3.27712184291846, 8.67036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1080, '2022-01-09 00:00:00', 0.260487734836018, 0.757119999999995, 0.367181503709905, 1.00344, 0.453021478519507, 1.35372, 0.730410679001883, 2.03552, 3.29224511946888, 8.62348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1095, '2022-01-09 00:00:00', 0.279781837628299, 0.670720000000001, 0.474143097246672, 1.02052, 0.603247342859188, 1.35976, 1.11372586842544, 2.13832, 3.21001363548506, 8.59604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1110, '2022-01-09 00:00:00', 0.296088004935466, 0.701239999999998, 0.340654795944517, 0.871760000000003, 0.531244215654786, 1.1586, 1.21515618749196, 2.02268, 3.20189926554017, 8.53764 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1125, '2022-01-09 00:00:00', 0.19797868572147, 0.584680000000002, 0.429442130366051, 0.903720000000003, 0.414216939940091, 1.03344, 1.2572284504682, 2.01272, 3.70782890741558, 9.27596 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1140, '2022-01-09 00:00:00', 0.420974773591005, 0.659520000000003, 0.399064121831731, 0.771560000000004, 0.418767724003014, 0.964360000000001, 1.36504477582239, 2.09036, 3.78727843444339, 9.30524 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1155, '2022-01-09 00:00:00', 0.203861472573903, 0.497000000000003, 0.229915404732549, 0.649520000000001, 0.359929159696736, 0.867799999999999, 1.67717264267378, 3.48936, 3.5441362807695, 9.45668 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1170, '2022-01-09 00:00:00', 0.224324266780627, 0.460720000000001, 0.282370902655826, 0.618920000000001, 0.362637344096457, 0.836479999999998, 1.75741134247696, 3.73628, 3.54089898989884, 9.48536 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1185, '2022-01-09 00:00:00', 0.191203539018854, 0.442719999999999, 0.215187530617676, 0.615439999999999, 0.392449903384707, 0.906519999999998, 1.87933314236726, 3.88368, 3.51575189065819, 9.54976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1200, '2022-01-09 00:00:00', 0.154418263168575, 0.455999999999998, 0.23511894153102, 0.603199999999997, 0.388527206254597, 0.90716, 1.86081610501056, 3.92308, 3.52155134990248, 9.57592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1215, '2022-01-09 00:00:00', 0.207123151772082, 0.432399999999998, 0.326111831534315, 0.687479999999997, 0.380731313833434, 0.949799999999998, 1.87267717630847, 3.96416, 3.52741412227144, 9.63516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1230, '2022-01-09 00:00:00', 0.236870393534803, 0.5108, 0.295655108755682, 0.652880000000002, 0.352311003707427, 0.917720000000001, 1.83925082755634, 3.99724, 3.54327418875066, 9.65932 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1245, '2022-01-09 00:00:00', 0.190393452268368, 0.4342, 0.212628000664696, 0.642400000000001, 0.360723522936889, 0.862279999999999, 1.79299581892058, 4.04144, 3.54706581463233, 9.65468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1260, '2022-01-09 00:00:00', 0.178729777410853, 0.4936, 0.249601001600553, 0.637079999999999, 0.438371703010129, 0.9364, 1.81499592102388, 4.06388, 3.54786438015886, 9.65592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1275, '2022-01-09 00:00:00', 0.183851770003261, 0.438159999999998, 0.32127406784032, 0.615879999999999, 1.13312646690473, 1.16044, 1.8090811461439, 4.08152, 3.56981214118241, 9.68084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1290, '2022-01-09 00:00:00', 0.210781703823332, 0.426519999999999, 0.40062721658253, 0.716600000000002, 1.2020465908885, 1.21556, 1.81062452209176, 4.12292, 3.62480584675464, 9.72948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1305, '2022-01-09 00:00:00', 0.360432148029745, 0.5614, 1.13058828049826, 0.960120000000001, 1.25156765431731, 1.25548, 1.80348826629582, 4.13748, 3.63291206105148, 9.73528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1320, '2022-01-09 00:00:00', 0.143871822985863, 0.467333333333334, 0.307768590721637, 0.671874999999999, 0.455599549248421, 1.13991666666667, 1.44807615251349, 3.88725, 3.64019101042669, 9.559375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1335, '2022-01-09 00:00:00', 0.263718885107455, 0.493791666666668, 0.289527047496237, 0.753541666666667, 1.36760437961073, 2.9605, 1.47356044650118, 3.88695833333333, 3.64295674202636, 9.55679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1350, '2022-01-09 00:00:00', 0.202989607608623, 0.574791666666665, 0.358254157919577, 0.943958333333333, 1.46835188036289, 3.230875, 1.48826032997679, 3.893875, 3.65017955087461, 9.55466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1365, '2022-01-09 00:00:00', 0.227980484799191, 0.729833333333333, 1.39530295655808, 2.82441666666667, 1.53335823487184, 3.28245833333333, 1.53400972104983, 3.84045833333333, 3.76667460592981, 9.62175 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 930, '2022-01-09 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 945, '2022-01-09 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 960, '2022-01-09 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 975, '2022-01-09 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 930, '2022-01-09 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 945, '2022-01-09 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 960, '2022-01-09 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 975, '2022-01-09 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 930, '2022-01-09 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 945, '2022-01-09 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 960, '2022-01-09 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 975, '2022-01-09 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 930, '2022-01-09 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 945, '2022-01-09 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 960, '2022-01-09 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 975, '2022-01-09 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 930, '2022-01-09 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 945, '2022-01-09 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 960, '2022-01-09 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 975, '2022-01-09 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:44 Duration: 3s574ms 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 970050, 5, 990, '2022-01-09 00:00:00', 0.150994044711908, 0.275192307692308, 0.171122398839589, 0.333653846153847, 0.205145985543503, 0.388653846153847, 0.235400084961751, 0.489000000000001, 0.674190294980693, 1.23492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1005, '2022-01-09 00:00:00', 0.0846286094560323, 0.180807692307693, 0.123630821399844, 0.2355, 0.153184137559997, 0.2925, 0.207100365857865, 0.407192307692308, 0.673220079457391, 1.22334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1020, '2022-01-09 00:00:00', 0.0661949684353264, 0.147576923076924, 0.0964415566348552, 0.202576923076924, 0.121800265251702, 0.251769230769232, 0.190599475340307, 0.379000000000001, 0.684077041320303, 1.20296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1035, '2022-01-09 00:00:00', 0.0706253386649467, 0.140538461538461, 0.0875938266177385, 0.180961538461538, 0.114467381984831, 0.228307692307692, 0.175397324775669, 0.351307692307692, 0.688252892921915, 1.18873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1050, '2022-01-09 00:00:00', 0.0572775294912004, 0.118346153846154, 0.0727633466477774, 0.160769230769231, 0.0920360798817501, 0.208, 0.159703648626496, 0.326846153846154, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1065, '2022-01-09 00:00:00', 0.0431007585155456, 0.105346153846154, 0.0695896654573172, 0.148807692307692, 0.0932055544729786, 0.197653846153846, 0.164612813782944, 0.312538461538462, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1080, '2022-01-09 00:00:00', 0.0673310078298591, 0.098769230769231, 0.078447954329361, 0.131807692307693, 0.0907396020743729, 0.185346153846154, 0.150288937102451, 0.298730769230769, 0.673814140089547, 1.18284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1095, '2022-01-09 00:00:00', 0.0427054491208724, 0.0986538461538458, 0.0638253506423232, 0.137653846153846, 0.065743943856802, 0.164884615384615, 0.140436226972081, 0.287576923076923, 0.675212185453295, 1.17784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1110, '2022-01-09 00:00:00', 0.0477300260278099, 0.0963461538461545, 0.0521201127574203, 0.124115384615384, 0.0593152205139244, 0.157153846153846, 0.126062676718918, 0.275961538461538, 0.666837160378408, 1.17796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1125, '2022-01-09 00:00:00', 0.033318440262691, 0.0809615384615383, 0.0414786135811629, 0.0996538461538459, 0.0531338512988309, 0.146615384615385, 0.120687925595792, 0.279153846153847, 0.671195646130557, 1.19434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1140, '2022-01-09 00:00:00', 0.0340457836540064, 0.0693461538461535, 0.0465514768831252, 0.104, 0.0575975560378958, 0.137038461538461, 0.135291662145728, 0.298076923076923, 0.67011600373483, 1.20353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1155, '2022-01-09 00:00:00', 0.0346640137051942, 0.0799230769230773, 0.0439126580664569, 0.107192307692308, 0.0741229747420819, 0.134846153846154, 0.175648411935277, 0.431269230769231, 0.680776670711193, 1.21365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1170, '2022-01-09 00:00:00', 0.0288201051618215, 0.0639615384615389, 0.0534243534210895, 0.0898076923076929, 0.0949715746947479, 0.129, 0.180193797383219, 0.472730769230769, 0.684808371848539, 1.22411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1185, '2022-01-09 00:00:00', 0.0424443345861563, 0.0641923076923084, 0.0591866409043326, 0.0925384615384615, 0.0943714184241429, 0.133730769230769, 0.178664485731044, 0.487961538461538, 0.681836817833891, 1.22561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1200, '2022-01-09 00:00:00', 0.0216208232960716, 0.06172, 0.0292254455341005, 0.0832799999999995, 0.0566726859548172, 0.12572, 0.200845653840622, 0.49732, 0.672121263860424, 1.18808 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1215, '2022-01-09 00:00:00', 0.0234035609826078, 0.0596799999999996, 0.0426868441872504, 0.0880000000000001, 0.0582499785407676, 0.13532, 0.199509080829253, 0.50904, 0.664473852006233, 1.1912 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1230, '2022-01-09 00:00:00', 0.0342577485152391, 0.0624800000000005, 0.0428368999812085, 0.0906, 0.0522015325445529, 0.1306, 0.205297694417968, 0.520680000000001, 0.667337790527906, 1.20268 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1245, '2022-01-09 00:00:00', 0.0263447021872205, 0.0567200000000003, 0.0329228897071117, 0.0900000000000006, 0.0450045553249885, 0.12792, 0.23046700414593, 0.535040000000001, 0.676053567897299, 1.20548 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1260, '2022-01-09 00:00:00', 0.0298216923284597, 0.0689999999999998, 0.0319224059243665, 0.0970399999999995, 0.0400208279108097, 0.1334, 0.245396108363601, 0.551000000000001, 0.691191242228469, 1.216 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1275, '2022-01-09 00:00:00', 0.0272165390893118, 0.06464, 0.0410989861999853, 0.0917200000000003, 0.0465743133783699, 0.1246, 0.256099427306401, 0.554200000000001, 0.69503908762985, 1.2196 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1290, '2022-01-09 00:00:00', 0.0356674454743619, 0.0620000000000002, 0.0394042298913877, 0.0868799999999999, 0.0538485530601028, 0.1196, 0.264883074833657, 0.555720000000001, 0.69521886721617, 1.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1305, '2022-01-09 00:00:00', 0.0324037034920399, 0.0613999999999999, 0.0428295847905784, 0.0830400000000003, 0.0710868014003543, 0.1434, 0.289687256652181, 0.566960000000001, 0.707856623900633, 1.2404 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1320, '2022-01-09 00:00:00', 0.0209553960398846, 0.0512083333333342, 0.0349542143589199, 0.0783333333333331, 0.0898509938006058, 0.182625, 0.295342971838661, 0.569916666666668, 0.722564483607529, 1.25929166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1335, '2022-01-09 00:00:00', 0.0301990677944243, 0.0623750000000003, 0.0520172769515024, 0.110333333333334, 0.161069247642845, 0.371208333333334, 0.299650085788479, 0.567500000000001, 0.735702945675334, 1.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1350, '2022-01-09 00:00:00', 0.0423658154511468, 0.0854166666666674, 0.0787435297549002, 0.154250000000001, 0.169770641314022, 0.418625000000001, 0.303200652818501, 0.570125000000001, 0.733072860526552, 1.27758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1365, '2022-01-09 00:00:00', 0.0606808591457531, 0.117083333333334, 0.147938582781378, 0.349541666666667, 0.163192465503471, 0.431041666666667, 0.30243062445575, 0.563250000000001, 0.736966323734566, 1.28516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 990, '2022-01-09 00:00:00', 0.138390004456006, 0.24828, 0.14512944796514, 0.32216, 0.163572634223047, 0.37844, 0.300157597493938, 0.528, 0.694212390650969, 1.33048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1005, '2022-01-09 00:00:00', 0.0904878076501638, 0.16028, 0.109218817060065, 0.216599999999999, 0.123008780174425, 0.27208, 0.253124323867409, 0.47256, 0.677637316957482, 1.3082 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1020, '2022-01-09 00:00:00', 0.0829000804181349, 0.127559999999999, 0.0948408842922362, 0.17028, 0.117146233400823, 0.250640000000001, 0.24520377240165, 0.44584, 0.683045630491356, 1.297 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1035, '2022-01-09 00:00:00', 0.094456339120252, 0.126800000000001, 0.103000922325968, 0.178240000000001, 0.139775117003468, 0.258000000000001, 0.250545285327822, 0.434760000000001, 0.691666521285126, 1.29608 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1050, '2022-01-09 00:00:00', 0.0750730089091058, 0.10896, 0.0920459667774744, 0.15628, 0.14618341219167, 0.237560000000001, 0.230104555945046, 0.39024, 0.669668243734662, 1.27816 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1065, '2022-01-09 00:00:00', 0.0551905185093718, 0.0950800000000001, 0.0792791061167223, 0.14648, 0.141225139405135, 0.21696, 0.21762928724477, 0.37956, 0.671822875962606, 1.26832 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1080, '2022-01-09 00:00:00', 0.0612602916523687, 0.0966399999999996, 0.0841576496820098, 0.15548, 0.131134498384928, 0.209559999999999, 0.205973080765425, 0.36508, 0.670546386662897, 1.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1095, '2022-01-09 00:00:00', 0.0659534431752167, 0.097760000000001, 0.112382709227591, 0.141960000000001, 0.135972092724941, 0.20392, 0.184586366416014, 0.34628, 0.656223983611288, 1.2558 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1110, '2022-01-09 00:00:00', 0.0694532936584005, 0.0874799999999988, 0.0727432241976294, 0.129079999999999, 0.102782667150967, 0.179119999999999, 0.168655447584714, 0.335079999999999, 0.644360729715895, 1.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1125, '2022-01-09 00:00:00', 0.0425078424136854, 0.0726000000000002, 0.068449665204927, 0.116240000000001, 0.065262878677953, 0.15292, 0.157220206504551, 0.32412, 0.644221113697258, 1.27048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1140, '2022-01-09 00:00:00', 0.0545282801244757, 0.0746000000000007, 0.0510885505764258, 0.0999600000000004, 0.0684053604137373, 0.14972, 0.144822304911917, 0.3316, 0.631133438083159, 1.2734 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1155, '2022-01-09 00:00:00', 0.0423193021366542, 0.0655600000000004, 0.0433973885543046, 0.1022, 0.0700002857137028, 0.14704, 0.253200592416368, 0.49404, 0.625207104352898, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1170, '2022-01-09 00:00:00', 0.0395115173082486, 0.0650799999999995, 0.0553413648789642, 0.100199999999999, 0.0771681065380425, 0.1452, 0.278668602465366, 0.518239999999999, 0.621280873143005, 1.27744 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1185, '2022-01-09 00:00:00', 0.0412017394454812, 0.0661999999999998, 0.0555383651181773, 0.0955200000000011, 0.0762805785679854, 0.14768, 0.278055150404856, 0.5368, 0.612799714425522, 1.27464 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1200, '2022-01-09 00:00:00', 0.0415040961833885, 0.0624400000000006, 0.0514688578980857, 0.0957200000000003, 0.0850491622533702, 0.14288, 0.275406015426921, 0.54916, 0.603873874800581, 1.27264 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1215, '2022-01-09 00:00:00', 0.038534702974505, 0.0615600000000006, 0.0572334401086166, 0.0947999999999996, 0.0691080554880063, 0.13756, 0.277913547708636, 0.55876, 0.60304178130541, 1.26784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1230, '2022-01-09 00:00:00', 0.03504639781775, 0.0553999999999994, 0.0470661945207678, 0.0823199999999997, 0.0577710134929281, 0.12236, 0.304037415460663, 0.5854, 0.59954136081953, 1.26648 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1245, '2022-01-09 00:00:00', 0.0390227711300297, 0.04988, 0.0471528366060842, 0.0828399999999999, 0.0542995395928912, 0.121239999999999, 0.302041840368737, 0.59624, 0.59870062635678, 1.26576 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1260, '2022-01-09 00:00:00', 0.0360355380145776, 0.0573200000000008, 0.0428453809256817, 0.0816800000000006, 0.0553659642740923, 0.129160000000001, 0.300885315915107, 0.60384, 0.600693912626612, 1.27052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1275, '2022-01-09 00:00:00', 0.031596307801176, 0.0520799999999991, 0.0371224550193901, 0.0819199999999986, 0.058004654985613, 0.127959999999998, 0.290789798078727, 0.61104, 0.599388279832031, 1.26932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1290, '2022-01-09 00:00:00', 0.0375121313710642, 0.0619199999999995, 0.0413550883608463, 0.0950800000000004, 0.101671808613139, 0.14164, 0.296138717495704, 0.61984, 0.598684956105185, 1.27852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1305, '2022-01-09 00:00:00', 0.0364752427453659, 0.0581200000000013, 0.0578226599180631, 0.0902799999999999, 0.114148412165918, 0.14588, 0.298585554461922, 0.6254, 0.596877843448725, 1.28008 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1320, '2022-01-09 00:00:00', 0.0375684881828881, 0.0579999999999995, 0.0408246293592342, 0.074708333333333, 0.081245200527143, 0.148, 0.292865376279253, 0.621291666666667, 0.596320596343266, 1.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1335, '2022-01-09 00:00:00', 0.0287333757859736, 0.0492916666666664, 0.0486807851269844, 0.0914166666666662, 0.207042314340658, 0.412541666666667, 0.286697054548798, 0.619625, 0.595893556295739, 1.2635 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1350, '2022-01-09 00:00:00', 0.0422592927778845, 0.06925, 0.0677141129082895, 0.120374999999999, 0.217362246065163, 0.439208333333333, 0.292536876778574, 0.622791666666667, 0.593676820051674, 1.26241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1365, '2022-01-09 00:00:00', 0.0600396004582679, 0.0981666666666658, 0.188232583350445, 0.386124999999999, 0.212970076825803, 0.456583333333333, 0.291351311918313, 0.615249999999999, 0.597788945354802, 1.26616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 990, '2022-01-09 00:00:00', 0.132160880980486, 0.294538461538461, 0.151958238190123, 0.345115384615384, 0.164714727752139, 0.405692307692308, 0.256428979521546, 0.557692307692308, 0.565458349142875, 1.25876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1005, '2022-01-09 00:00:00', 0.0890614653786056, 0.189230769230768, 0.0933089574395815, 0.253807692307691, 0.119552556836538, 0.319423076923075, 0.236027315889822, 0.477576923076923, 0.571419636990594, 1.22080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1020, '2022-01-09 00:00:00', 0.0701544340393723, 0.170730769230769, 0.0815991327254054, 0.218461538461538, 0.134407148390484, 0.292807692307691, 0.221257900337002, 0.424538461538462, 0.556030796048066, 1.20738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1035, '2022-01-09 00:00:00', 0.0456110141893873, 0.132269230769232, 0.0689457869522226, 0.177192307692308, 0.12129978755768, 0.244961538461538, 0.187898073842831, 0.379384615384616, 0.556983800344457, 1.20007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1050, '2022-01-09 00:00:00', 0.0470812717951212, 0.124615384615385, 0.0918760117683691, 0.179807692307693, 0.115297721640042, 0.23473076923077, 0.187888002646421, 0.374307692307694, 0.557847153039115, 1.19661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1065, '2022-01-09 00:00:00', 0.0566053136945775, 0.116192307692308, 0.0695444185671736, 0.158115384615385, 0.105707026183767, 0.223846153846154, 0.17350174461548, 0.364153846153847, 0.553289602844102, 1.19123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1080, '2022-01-09 00:00:00', 0.046885457807792, 0.108384615384616, 0.0782880283607621, 0.156846153846154, 0.111188965971657, 0.209884615384616, 0.170044410488736, 0.356307692307693, 0.556595419976181, 1.18930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1095, '2022-01-09 00:00:00', 0.0578793439971331, 0.101538461538462, 0.0788626556840337, 0.14496153846154, 0.106310749148971, 0.197153846153847, 0.165686228015023, 0.358615384615386, 0.560620015285275, 1.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1110, '2022-01-09 00:00:00', 0.0542820554001182, 0.110692307692309, 0.0837153877960693, 0.154884615384615, 0.0895237656456916, 0.190230769230769, 0.150607554208331, 0.352346153846154, 0.56763590849715, 1.20373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1125, '2022-01-09 00:00:00', 0.0551207346160715, 0.102153846153845, 0.0588774607521024, 0.126346153846153, 0.0691834239818045, 0.162115384615384, 0.134900310771153, 0.332576923076924, 0.584319497693355, 1.19265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1140, '2022-01-09 00:00:00', 0.0380956892372561, 0.0868076923076922, 0.0446551917904985, 0.108384615384616, 0.0597135340927521, 0.162115384615384, 0.125221698783214, 0.347923076923078, 0.591542808126474, 1.19857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1155, '2022-01-09 00:00:00', 0.0313624223946669, 0.0728076923076918, 0.0380560719910063, 0.101230769230768, 0.0699601754846725, 0.156884615384615, 0.308424682240875, 0.506230769230769, 0.589488467950097, 1.20957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1170, '2022-01-09 00:00:00', 0.0298480510895799, 0.0761153846153846, 0.060831773074477, 0.11523076923077, 0.0780093978559391, 0.157884615384615, 0.336267906014513, 0.53323076923077, 0.596774593447656, 1.21765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1185, '2022-01-09 00:00:00', 0.051796287363241, 0.0818461538461536, 0.0532608241075497, 0.110653846153846, 0.0690136218438068, 0.148, 0.34727548142649, 0.548500000000001, 0.59751665570606, 1.21792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1200, '2022-01-09 00:00:00', 0.0378977571895759, 0.0759999999999997, 0.0574128905386243, 0.106, 0.0588314410969038, 0.136538461538461, 0.354543120953411, 0.57223076923077, 0.590493472900812, 1.23069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1215, '2022-01-09 00:00:00', 0.0349247983310072, 0.0693076923076912, 0.0396001748247893, 0.0955769230769222, 0.0399614622047101, 0.139038461538461, 0.357895713216101, 0.589307692307693, 0.592504452433774, 1.24338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1230, '2022-01-09 00:00:00', 0.0275632977819309, 0.0671538461538454, 0.0302588067282139, 0.0903461538461532, 0.0518052566385371, 0.138769230769231, 0.349894647880451, 0.59623076923077, 0.607280105185281, 1.24761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1245, '2022-01-09 00:00:00', 0.0302258167797004, 0.0699999999999995, 0.0417477406113645, 0.109076923076923, 0.0627634018786792, 0.155269230769231, 0.341068709522561, 0.607769230769232, 0.608145291344606, 1.24684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1260, '2022-01-09 00:00:00', 0.0360192469916588, 0.0788846153846152, 0.0536710350189005, 0.105500000000001, 0.0652039758108231, 0.149038461538462, 0.341655183797033, 0.61323076923077, 0.606097901459695, 1.24188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1275, '2022-01-09 00:00:00', 0.0299069325639496, 0.0702307692307695, 0.0384873205894334, 0.102076923076923, 0.0799611444101737, 0.153769230769231, 0.332448318713428, 0.613269230769231, 0.618725921676024, 1.24961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1290, '2022-01-09 00:00:00', 0.0261406844710577, 0.0701538461538458, 0.0358611853594474, 0.0927692307692307, 0.0854251989484638, 0.160769230769231, 0.326737231520283, 0.616461538461539, 0.621896964011044, 1.24992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1305, '2022-01-09 00:00:00', 0.0280122226070089, 0.0617307692307688, 0.0762313886491949, 0.11023076923077, 0.0821469696056069, 0.16973076923077, 0.316414314564842, 0.619538461538462, 0.62165059689136, 1.24876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1320, '2022-01-09 00:00:00', 0.0417063144699535, 0.0738000000000011, 0.0522300360584461, 0.111320000000001, 0.0692436037960667, 0.198480000000001, 0.32326378805345, 0.63132, 0.6325665235109, 1.23736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1335, '2022-01-09 00:00:00', 0.0318254091358889, 0.0792400000000004, 0.050280148501504, 0.123520000000001, 0.284470367525337, 0.439160000000001, 0.315220224604957, 0.63404, 0.642180966187362, 1.23968 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1350, '2022-01-09 00:00:00', 0.0369097999633336, 0.0887999999999999, 0.0569422221788602, 0.1552, 0.299687604014581, 0.45192, 0.307268140229344, 0.61972, 0.647755128630154, 1.23096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1365, '2022-01-09 00:00:00', 0.0595722810262176, 0.12724, 0.274113948325631, 0.40404, 0.302014558148003, 0.466720000000001, 0.30678362624712, 0.611120000000001, 0.64847133835403, 1.22292 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 990, '2022-01-09 00:00:00', 0.13538367132538, 0.275538461538462, 0.177824580804965, 0.321307692307693, 0.204622252342814, 0.392115384615385, 0.23543371433623, 0.531076923076924, 0.652168793629852, 1.21984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1005, '2022-01-09 00:00:00', 0.0888603744863041, 0.183384615384616, 0.113856596714396, 0.257269230769232, 0.15399051419337, 0.314961538461539, 0.194716618547214, 0.449192307692308, 0.663461584303232, 1.18707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1020, '2022-01-09 00:00:00', 0.0746115375693439, 0.166192307692308, 0.103380856731126, 0.223192307692308, 0.139543988101905, 0.282269230769231, 0.172048848161927, 0.403384615384616, 0.671400269242173, 1.16780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1035, '2022-01-09 00:00:00', 0.0562010265441427, 0.136653846153846, 0.0833036706181757, 0.181692307692308, 0.114211120299207, 0.259500000000001, 0.138986352401399, 0.378384615384615, 0.682613272651507, 1.147 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1050, '2022-01-09 00:00:00', 0.0547887270830835, 0.116269230769231, 0.0744999019101055, 0.171653846153846, 0.088866165578444, 0.231346153846153, 0.113472544968104, 0.348461538461538, 0.691443605798767, 1.1355 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1065, '2022-01-09 00:00:00', 0.0535981199440662, 0.117961538461538, 0.0648620429479718, 0.15673076923077, 0.0626595686105613, 0.203307692307692, 0.106670737101822, 0.322384615384615, 0.696009579951753, 1.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1080, '2022-01-09 00:00:00', 0.0458726665723893, 0.0983076923076927, 0.053664097724787, 0.148346153846153, 0.0612160486750381, 0.183730769230768, 0.117721601180987, 0.312846153846154, 0.69746076592164, 1.13 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1095, '2022-01-09 00:00:00', 0.0429322901609211, 0.101307692307692, 0.0471957136254494, 0.138653846153846, 0.0602448848770266, 0.169384615384615, 0.126995826703085, 0.3135, 0.699525695354745, 1.12996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1110, '2022-01-09 00:00:00', 0.0301370459478282, 0.0858076923076929, 0.0458285769093742, 0.123538461538462, 0.0776528071710107, 0.167038461538461, 0.144800467487558, 0.313153846153846, 0.694986804523322, 1.12846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1125, '2022-01-09 00:00:00', 0.0400661184313358, 0.0835769230769226, 0.0511894370113445, 0.110961538461538, 0.0995214781611705, 0.171730769230769, 0.158340898064902, 0.314, 0.710138778419672, 1.15726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1140, '2022-01-09 00:00:00', 0.0420042671824958, 0.0809615384615378, 0.0764799420662789, 0.126307692307692, 0.100606629235621, 0.170576923076923, 0.201886338928996, 0.342423076923077, 0.713320952684317, 1.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1155, '2022-01-09 00:00:00', 0.0474740576930826, 0.0891153846153849, 0.0687540544259035, 0.118999999999999, 0.0716278952965635, 0.157346153846154, 0.199479619163308, 0.438961538461538, 0.714421401178282, 1.18046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1170, '2022-01-09 00:00:00', 0.0324304700029994, 0.0728461538461527, 0.0425966593128545, 0.103653846153846, 0.0537512933654768, 0.151192307692308, 0.19130060517014, 0.460192307692308, 0.71483777610997, 1.19161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1185, '2022-01-09 00:00:00', 0.028873623843331, 0.0693846153846166, 0.0316649041344857, 0.100115384615385, 0.0606846070965412, 0.146307692307692, 0.212382329411263, 0.483423076923077, 0.728814021861228, 1.20003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1200, '2022-01-09 00:00:00', 0.0242688784565435, 0.0754615384615383, 0.049860250855613, 0.110269230769231, 0.0616997194857105, 0.144153846153846, 0.255867312368075, 0.512807692307693, 0.737731888967802, 1.2165 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1215, '2022-01-09 00:00:00', 0.0367934776828718, 0.0760000000000005, 0.0456561732282293, 0.101615384615385, 0.0598250397794716, 0.153346153846154, 0.268300878750818, 0.525192307692308, 0.739741931091773, 1.21726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1230, '2022-01-09 00:00:00', 0.0313786796800235, 0.0696923076923082, 0.039106953936018, 0.089923076923077, 0.051712652818614, 0.146961538461539, 0.275105946025275, 0.533192307692308, 0.739957567390497, 1.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1245, '2022-01-09 00:00:00', 0.0241554262099553, 0.0652692307692309, 0.0396217694630689, 0.115269230769231, 0.0523959481698283, 0.152846153846153, 0.282552108196264, 0.540576923076923, 0.734933320889621, 1.22711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1260, '2022-01-09 00:00:00', 0.0400956548576222, 0.095692307692308, 0.0461987179309296, 0.116192307692307, 0.0641898626072566, 0.159461538461538, 0.301335917846869, 0.562846153846154, 0.733772361472916, 1.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1275, '2022-01-09 00:00:00', 0.0368489014552877, 0.0788076923076915, 0.0397924036043992, 0.111653846153845, 0.0804825542491145, 0.155807692307692, 0.321354156416489, 0.579423076923077, 0.733361974848606, 1.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1290, '2022-01-09 00:00:00', 0.0372596915631974, 0.0797307692307684, 0.0622330730770655, 0.114653846153846, 0.100177818825404, 0.164346153846154, 0.345010414558526, 0.592115384615385, 0.734518137179848, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1305, '2022-01-09 00:00:00', 0.0354140563140595, 0.0713461538461529, 0.070631143708272, 0.112038461538461, 0.0858404692079805, 0.163115384615385, 0.379454720112143, 0.614730769230769, 0.740748458291706, 1.23596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1320, '2022-01-09 00:00:00', 0.0324380435086126, 0.07268, 0.0466368237912207, 0.10992, 0.0983768265395877, 0.186, 0.357180355936138, 0.58516, 0.760873395075248, 1.22564 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1335, '2022-01-09 00:00:00', 0.030521140214612, 0.0779600000000002, 0.0452319208819037, 0.11752, 0.154564517273532, 0.369759999999999, 0.379237928834481, 0.592359999999999, 0.760601268734151, 1.22604 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1350, '2022-01-09 00:00:00', 0.036886402191956, 0.0832399999999996, 0.077434660628602, 0.14528, 0.17330495280478, 0.404759999999999, 0.389706077277051, 0.597919999999999, 0.760334305859381, 1.22644 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1365, '2022-01-09 00:00:00', 0.0529953457075873, 0.11444, 0.16124465882627, 0.358559999999999, 0.213232072321841, 0.439799999999999, 0.402228865199901, 0.606319999999999, 0.760913939505207, 1.22924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 990, '2022-01-09 00:00:00', 0.119930188026202, 0.279999999999999, 0.152582032581385, 0.33112, 0.234455575038571, 0.4018, 0.421618955139986, 0.58672, 0.683713190355917, 1.18032 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1005, '2022-01-09 00:00:00', 0.062732580583511, 0.164280000000001, 0.108755428983262, 0.24008, 0.161460284074237, 0.30844, 0.343097085385463, 0.48012, 0.628784162756453, 1.11724 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1020, '2022-01-09 00:00:00', 0.069330729117759, 0.157799999999999, 0.109190155233886, 0.20764, 0.139925575455906, 0.2538, 0.315158822394889, 0.4238, 0.60754701327003, 1.10096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1035, '2022-01-09 00:00:00', 0.0600450664084905, 0.12408, 0.0791296404642402, 0.1706, 0.0973838282262511, 0.21188, 0.264184928916596, 0.38152, 0.589476533318617, 1.0874 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1050, '2022-01-09 00:00:00', 0.0572134016934254, 0.127959999999999, 0.0714732584024726, 0.157519999999999, 0.11347095076127, 0.214359999999999, 0.260794478469157, 0.36848, 0.583427624760204, 1.08072 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1065, '2022-01-09 00:00:00', 0.0440015908803299, 0.10684, 0.077076801525059, 0.1476, 0.114756989620094, 0.2036, 0.249889422211771, 0.35516, 0.580591293424214, 1.0722 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1080, '2022-01-09 00:00:00', 0.035439996237773, 0.0939199999999994, 0.0622994649522223, 0.14216, 0.0967729300992791, 0.1904, 0.232690409485794, 0.33992, 0.577000938762958, 1.0686 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1095, '2022-01-09 00:00:00', 0.0627043858115193, 0.108439999999999, 0.0765555353975132, 0.1426, 0.123696577694507, 0.19852, 0.247537202591179, 0.336000000000001, 0.575173588290237, 1.06436 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1110, '2022-01-09 00:00:00', 0.0476488195026896, 0.0920800000000003, 0.0654501591543776, 0.12284, 0.103517711850034, 0.174, 0.255484128665559, 0.32716, 0.58877465128859, 1.06556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1125, '2022-01-09 00:00:00', 0.04995024190799, 0.082879999999999, 0.0756387687190474, 0.128839999999999, 0.139742465509476, 0.176039999999999, 0.250015052880155, 0.32712, 0.597477126479891, 1.1182 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1140, '2022-01-09 00:00:00', 0.0578389430516624, 0.0905200000000002, 0.0708015301152936, 0.11376, 0.134486033971315, 0.16808, 0.252619654817277, 0.33876, 0.610906806859006, 1.13328 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1155, '2022-01-09 00:00:00', 0.0429285452816655, 0.0748800000000006, 0.0824172918749463, 0.118120000000001, 0.100885380506792, 0.15488, 0.30217435364372, 0.44244, 0.601453993807229, 1.16164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1170, '2022-01-09 00:00:00', 0.0624599071405017, 0.0823600000000002, 0.0738363505779281, 0.10884, 0.0837327693717739, 0.152479999999999, 0.312228799653929, 0.47536, 0.623203209234356, 1.17736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1185, '2022-01-09 00:00:00', 0.0445283430337725, 0.0737600000000006, 0.0616152578506328, 0.10324, 0.0880298244914753, 0.145, 0.312786018442854, 0.483520000000001, 0.631737353124962, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1200, '2022-01-09 00:00:00', 0.0418689622512915, 0.0725200000000001, 0.0532431529244213, 0.1094, 0.0712805490064904, 0.143, 0.299883544063358, 0.48616, 0.631516362944514, 1.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1215, '2022-01-09 00:00:00', 0.0423078794867651, 0.0819599999999997, 0.0624369815627453, 0.10772, 0.0666182407453094, 0.14136, 0.29045108595654, 0.492, 0.633348574378017, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1230, '2022-01-09 00:00:00', 0.0452833670715129, 0.0699999999999994, 0.0455745908740101, 0.0967199999999991, 0.0637752041679735, 0.134879999999999, 0.264002102264358, 0.489120000000001, 0.640896148633563, 1.19296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1245, '2022-01-09 00:00:00', 0.0354543368292215, 0.0665199999999999, 0.0474423158512871, 0.09976, 0.0893160493229889, 0.14824, 0.275188680726515, 0.49632, 0.634050274031958, 1.1982 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1260, '2022-01-09 00:00:00', 0.0372715262186395, 0.0754000000000005, 0.0559014609230683, 0.0978400000000005, 0.0967165101383073, 0.157400000000001, 0.273610714946132, 0.502640000000001, 0.634287198357338, 1.1994 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1275, '2022-01-09 00:00:00', 0.0331200845409546, 0.0642400000000001, 0.0637444638119002, 0.10624, 0.138595490547131, 0.179720000000001, 0.269037500483978, 0.505520000000001, 0.63287222249045, 1.2002 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1290, '2022-01-09 00:00:00', 0.0464479995981171, 0.0714000000000004, 0.0765668988532253, 0.11264, 0.158034616461078, 0.175240000000001, 0.262699847735015, 0.50872, 0.645262414319425, 1.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1305, '2022-01-09 00:00:00', 0.0596644226766114, 0.0794799999999995, 0.114507612556254, 0.130080000000001, 0.134745290579423, 0.17772, 0.25436589787155, 0.503480000000001, 0.642150229048209, 1.2034 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1320, '2022-01-09 00:00:00', 0.0387391639828086, 0.081125000000001, 0.0479694196065709, 0.105750000000001, 0.070134330219675, 0.186958333333333, 0.232062757004233, 0.491083333333334, 0.654815073739985, 1.20920833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1335, '2022-01-09 00:00:00', 0.0378370840252814, 0.0745833333333339, 0.0389455212211669, 0.113333333333334, 0.147899636700812, 0.322041666666667, 0.229487567153998, 0.495250000000001, 0.65521232314861, 1.20916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1350, '2022-01-09 00:00:00', 0.0398954930075912, 0.0937916666666663, 0.0599446604698075, 0.159833333333333, 0.17836266181697, 0.36175, 0.232569562602837, 0.489416666666667, 0.64652759785071, 1.20925 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1365, '2022-01-09 00:00:00', 0.0422494318630861, 0.107333333333333, 0.141993971856126, 0.283125, 0.195210361264272, 0.368708333333334, 0.235049543806148, 0.480125000000001, 0.645248632002773, 1.20883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 930, '2022-01-09 00:00:00', 0, 0.231000000000002, 0, 0.290999999999997, 0, 0.301000000000002, 0, 0.344000000000001, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 945, '2022-01-09 00:00:00', 0, 0.152999999999999, 0, 0.163000000000004, 0, 0.304000000000002, 0, 0.384, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 960, '2022-01-09 00:00:00', 0, 0.154000000000003, 0, 0.283999999999999, 0, 0.344000000000001, 0, 0.423999999999999, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 975, '2022-01-09 00:00:00', 0, 0.163999999999994, 0, 0.183999999999997, 0, 0.223999999999997, 0, 0.303999999999995, 0, 2.044 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 930, '2022-01-09 00:00:00', 0, 0.253999999999998, 0, 0.554000000000002, 0, 0.584000000000003, 0, 0.584000000000003, 0, 1.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 945, '2022-01-09 00:00:00', 0, 0.334000000000003, 0, 0.364000000000004, 0, 0.364000000000004, 0, 0.364000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 960, '2022-01-09 00:00:00', 0, 0.274000000000001, 0, 0.284000000000006, 0, 0.294000000000004, 0, 0.294000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 975, '2022-01-09 00:00:00', 0, 0.104000000000006, 0, 0.134, 0, 0.134, 0, 0.194000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 930, '2022-01-09 00:00:00', 0, 0.374000000000002, 0, 0.423000000000002, 0, 0.444000000000003, 0, 0.533999999999999, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 945, '2022-01-09 00:00:00', 0, 0.161999999999999, 0, 0.161999999999999, 0, 0.212999999999994, 0, 0.272999999999996, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 960, '2022-01-09 00:00:00', 0, 0.0839999999999961, 0, 0.124000000000002, 0, 0.194000000000003, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.143999999999998, 0, 0.204000000000001, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 930, '2022-01-09 00:00:00', 0, 0.280999999999999, 0, 0.314, 0, 0.333999999999996, 0, 1.354, 0, 1.684 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 945, '2022-01-09 00:00:00', 0, 0.193000000000005, 0, 0.193000000000005, 0, 0.313000000000002, 0, 1.51300000000001, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 960, '2022-01-09 00:00:00', 0, 0.0840000000000032, 0, 0.173999999999999, 0, 0.323999999999998, 0, 1.524, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 975, '2022-01-09 00:00:00', 0, 0.134, 0, 0.234000000000002, 0, 0.324000000000005, 0, 1.484, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 930, '2022-01-09 00:00:00', 0, 0.293999999999997, 0, 0.433999999999997, 0, 0.473999999999997, 0, 0.783999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 945, '2022-01-09 00:00:00', 0, 0.213999999999999, 0, 0.223999999999997, 0, 0.443999999999996, 0, 0.564, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 960, '2022-01-09 00:00:00', 0, 0.153999999999996, 0, 0.183999999999997, 0, 0.494, 0, 0.494, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 975, '2022-01-09 00:00:00', 0, 0.150999999999996, 0, 0.340999999999994, 0, 0.460999999999999, 0, 0.460999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:37 Duration: 3s395ms 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 970095, 5, 990, '2022-01-09 00:00:00', 0.288768176917056, 0.6075, 0.361230307954102, 0.750153846153846, 0.415528499439152, 0.881423076923077, 0.512792057120772, 1.05357692307692, 1.26197452613568, 2.87523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1005, '2022-01-09 00:00:00', 0.145524219501562, 0.393461538461539, 0.167573102302801, 0.50723076923077, 0.182693202265017, 0.625615384615386, 0.350593433173834, 0.849653846153846, 1.23490214124907, 2.75646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1020, '2022-01-09 00:00:00', 0.119761660745897, 0.311153846153847, 0.153795168474675, 0.412076923076924, 0.192133895620096, 0.542923076923077, 0.324355730641529, 0.781999999999999, 1.22653029126256, 2.73065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1035, '2022-01-09 00:00:00', 0.0943745402434036, 0.266923076923077, 0.133870459773619, 0.3815, 0.170844724823449, 0.476999999999999, 0.256607596266241, 0.71753846153846, 1.23726511554874, 2.69661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1050, '2022-01-09 00:00:00', 0.104723849315162, 0.27226923076923, 0.153033269384345, 0.350307692307692, 0.168788028193763, 0.444038461538461, 0.252281478938476, 0.686230769230768, 1.23189826503028, 2.68815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1065, '2022-01-09 00:00:00', 0.122958711018717, 0.19826923076923, 0.136520773285465, 0.285807692307692, 0.17365162295195, 0.405615384615384, 0.226335071554068, 0.637730769230769, 1.22671112579688, 2.67488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1080, '2022-01-09 00:00:00', 0.0822856936813156, 0.205153846153847, 0.105535586415199, 0.285, 0.182417036991108, 0.396846153846154, 0.235398820335585, 0.622730769230769, 1.22868681181921, 2.67219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1095, '2022-01-09 00:00:00', 0.0797828687992994, 0.202115384615384, 0.14853701429403, 0.298730769230769, 0.175488702244287, 0.378269230769231, 0.25090364684476, 0.602, 1.23160471493339, 2.64957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1110, '2022-01-09 00:00:00', 0.112414343459296, 0.189769230769231, 0.130106323384434, 0.255153846153847, 0.138627625174559, 0.321538461538462, 0.245406366289435, 0.566269230769231, 1.23739638136508, 2.64026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1125, '2022-01-09 00:00:00', 0.0655769307466717, 0.162423076923077, 0.0869234942127487, 0.228576923076923, 0.145062172347424, 0.296923076923077, 0.239311232820037, 0.544884615384615, 1.29296849387518, 2.79861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1140, '2022-01-09 00:00:00', 0.0669274233778646, 0.167, 0.0770798686678057, 0.208115384615385, 0.126103772895428, 0.268807692307692, 0.228079500309734, 0.554538461538462, 1.28096611917003, 2.81996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1155, '2022-01-09 00:00:00', 0.0521992189744103, 0.134961538461538, 0.101024323042294, 0.192076923076923, 0.181720021334596, 0.276384615384615, 0.503489584339599, 1.10019230769231, 1.30879083890437, 2.8065 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1170, '2022-01-09 00:00:00', 0.0769813264070222, 0.14773076923077, 0.0854571147508419, 0.188038461538461, 0.166563441366946, 0.274500000000001, 0.516460009621714, 1.22030769230769, 1.30532766060421, 2.81969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1185, '2022-01-09 00:00:00', 0.0681453198347814, 0.141769230769231, 0.170691539153121, 0.218807692307692, 0.170907104771974, 0.276961538461539, 0.555396811713516, 1.26046153846154, 1.29582477269825, 2.82519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1200, '2022-01-09 00:00:00', 0.0456190018888328, 0.14148, 0.0603674305123781, 0.17432, 0.0854791787513196, 0.263760000000001, 0.571321354405731, 1.29344, 1.30665220187572, 2.86632 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1215, '2022-01-09 00:00:00', 0.042960252947735, 0.112, 0.0759559740902581, 0.175679999999999, 0.0684602561101447, 0.24984, 0.572338614807703, 1.29536, 1.30008788549082, 2.88252 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1230, '2022-01-09 00:00:00', 0.0497219602724322, 0.130759999999999, 0.0605017355122975, 0.18428, 0.0901660874904384, 0.25656, 0.570069951848016, 1.3226, 1.28964453371204, 2.90176 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1245, '2022-01-09 00:00:00', 0.0441862346589217, 0.118440000000001, 0.0333442648741871, 0.16156, 0.0807243251236369, 0.2444, 0.594518788601336, 1.32244, 1.29919053388382, 2.90572 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1260, '2022-01-09 00:00:00', 0.0262073780959999, 0.11608, 0.0480633262824516, 0.1708, 0.0638435065870697, 0.23792, 0.602906018104535, 1.3176, 1.30264418011981, 2.89888 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1275, '2022-01-09 00:00:00', 0.0411094879559457, 0.12764, 0.0532016603750922, 0.172199999999999, 0.148923783638925, 0.25872, 0.600837532116628, 1.32364, 1.29564042980039, 2.90696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1290, '2022-01-09 00:00:00', 0.0474251339832924, 0.12768, 0.063418267610103, 0.172280000000001, 0.164753937737463, 0.269120000000001, 0.598380904329898, 1.31804, 1.29003922808572, 2.92172 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1305, '2022-01-09 00:00:00', 0.0565973497612738, 0.12552, 0.156390717968383, 0.195840000000001, 0.171080877559903, 0.2864, 0.605609491889506, 1.32976, 1.28528394657886, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1320, '2022-01-09 00:00:00', 0.0535088879248733, 0.126375, 0.0785244238751709, 0.186458333333333, 0.123437333745989, 0.305916666666666, 0.609564240589781, 1.35129166666667, 1.29166242659426, 2.96745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1335, '2022-01-09 00:00:00', 0.069264406234476, 0.139583333333333, 0.0896912174783775, 0.205416666666666, 0.516280761093577, 1.04245833333333, 0.616418524301021, 1.34716666666667, 1.30406382379151, 2.96125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1350, '2022-01-09 00:00:00', 0.0962989006212925, 0.163, 0.124748899969011, 0.252874999999999, 0.523494153380139, 1.17704166666667, 0.642857410599208, 1.39445833333333, 1.29433702953075, 2.96454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1365, '2022-01-09 00:00:00', 0.107698418165553, 0.205416666666666, 0.526789316231501, 1.017875, 0.5828013246879, 1.20508333333333, 0.700466174999792, 1.41908333333333, 1.30875745641052, 2.95708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 990, '2022-01-09 00:00:00', 0.321753906995186, 0.55292, 0.291918122082203, 0.73324, 0.340479137882681, 0.85228, 0.511452669690298, 1.0738, 1.14251163378468, 2.8614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1005, '2022-01-09 00:00:00', 0.159710675911161, 0.3332, 0.203518164627468, 0.483320000000001, 0.24811954779904, 0.597319999999999, 0.486701886853406, 0.84632, 1.0498946026467, 2.75552 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1020, '2022-01-09 00:00:00', 0.177872613593736, 0.2904, 0.200736120317197, 0.38964, 0.212152759428986, 0.51472, 0.410095362893396, 0.75096, 1.01788401762349, 2.70904 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1035, '2022-01-09 00:00:00', 0.15156481561805, 0.25432, 0.18839431166218, 0.352199999999999, 0.17609080990595, 0.43616, 0.362636700661511, 0.66972, 1.00801694264862, 2.66236 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1050, '2022-01-09 00:00:00', 0.131372092419458, 0.22028, 0.144986493623831, 0.303, 0.158031115079699, 0.3622, 0.361842221601257, 0.614720000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1065, '2022-01-09 00:00:00', 0.121491673240048, 0.185320000000001, 0.116795005600981, 0.249640000000001, 0.145234500033566, 0.318680000000001, 0.362021440433206, 0.597240000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1080, '2022-01-09 00:00:00', 0.087181362687216, 0.163560000000001, 0.108153255460327, 0.23272, 0.145093096550685, 0.31344, 0.358547081985057, 0.581520000000001, 1.01143504157871, 2.63848 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1095, '2022-01-09 00:00:00', 0.0889545764234008, 0.1642, 0.0982819413727663, 0.235560000000001, 0.140373311803442, 0.331, 0.356758802741198, 0.580480000000001, 0.998947279222816, 2.6314 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1110, '2022-01-09 00:00:00', 0.0792672063340197, 0.14396, 0.109349470353846, 0.20384, 0.129867150067546, 0.30868, 0.365409368608231, 0.566440000000001, 0.997502394316257, 2.62788 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1125, '2022-01-09 00:00:00', 0.101470652571733, 0.141719999999999, 0.111623280128594, 0.22044, 0.122047231294554, 0.29788, 0.361676291730602, 0.568360000000001, 0.9981843934531, 2.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1140, '2022-01-09 00:00:00', 0.0779057764225475, 0.13232, 0.085974182171161, 0.188320000000001, 0.249727598261252, 0.315040000000001, 0.369161924724999, 0.590880000000001, 1.02909916107892, 2.8244 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1155, '2022-01-09 00:00:00', 0.0657831032003411, 0.1158, 0.0917179190053214, 0.17448, 0.372731257074048, 0.31544, 0.445470444212258, 1.0284, 1.01533823920898, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1170, '2022-01-09 00:00:00', 0.0718487531786969, 0.11408, 0.248076144224578, 0.20976, 0.371731744676185, 0.29336, 0.468817917746324, 1.08864, 1.01649235609521, 2.83928 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1185, '2022-01-09 00:00:00', 0.25576030445191, 0.1614, 0.382259458134568, 0.23172, 0.370384498415723, 0.291480000000001, 0.478630274846879, 1.15724, 1.01752110215628, 2.84012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1200, '2022-01-09 00:00:00', 0.291056340479525, 0.16128, 0.282671405227578, 0.20896, 0.276403521444041, 0.26864, 0.505412785090892, 1.2448, 1.01892663785639, 2.82492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1215, '2022-01-09 00:00:00', 0.0790563512101755, 0.12136, 0.0973334817350462, 0.17484, 0.122955276421957, 0.2404, 0.529913436327103, 1.269, 1.02270635733495, 2.82972 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1230, '2022-01-09 00:00:00', 0.0771384469638845, 0.11844, 0.0802964922438498, 0.167119999999999, 0.120638578683051, 0.2396, 0.560486092601769, 1.29492, 1.02828510637858, 2.83852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1245, '2022-01-09 00:00:00', 0.055935319789914, 0.103479999999999, 0.0841600657477551, 0.1674, 0.106435034958732, 0.217799999999999, 0.564209042229325, 1.29052, 1.0444934210739, 2.84444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1260, '2022-01-09 00:00:00', 0.0792100162016557, 0.12132, 0.0837061925228152, 0.16632, 0.0977508397235888, 0.21432, 0.557798500057741, 1.2932, 1.04569346687577, 2.84492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1275, '2022-01-09 00:00:00', 0.0604709847778249, 0.10664, 0.0761058035456783, 0.14452, 0.0996397343767372, 0.22508, 0.554961710390905, 1.3052, 1.04826192337602, 2.84532 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1290, '2022-01-09 00:00:00', 0.0596363144401126, 0.0983600000000001, 0.0685517322902927, 0.146559999999999, 0.0833988808877755, 0.224959999999999, 0.570895705594871, 1.31964, 1.04726405138978, 2.84292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1305, '2022-01-09 00:00:00', 0.0560454577404211, 0.101519999999998, 0.0836261123493539, 0.167079999999999, 0.124957219345929, 0.245159999999999, 0.574918907325197, 1.324, 1.04774595362298, 2.8364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1320, '2022-01-09 00:00:00', 0.0579818656058117, 0.106375, 0.0711861715116983, 0.156916666666666, 0.177412802627747, 0.302458333333334, 0.562948486265311, 1.37229166666667, 1.06666536373335, 2.84329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1335, '2022-01-09 00:00:00', 0.0677283041896512, 0.104583333333333, 0.127962262326477, 0.175083333333333, 0.388742992387561, 0.929375000000001, 0.556751655405802, 1.38666666666667, 1.06665476584167, 2.83870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1350, '2022-01-09 00:00:00', 0.0857828295207123, 0.129791666666666, 0.148003812867063, 0.244791666666668, 0.392425786854541, 0.998541666666668, 0.554381127729479, 1.3935, 1.05951430542763, 2.82229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1365, '2022-01-09 00:00:00', 0.112643435131662, 0.18425, 0.365818080134954, 0.883458333333334, 0.39407675997656, 1.05183333333333, 0.562405236784224, 1.41254166666667, 1.05405258562411, 2.799625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 990, '2022-01-09 00:00:00', 0.201615876206368, 0.582192307692308, 0.228137141615774, 0.681346153846155, 0.301179557994639, 0.879615384615385, 0.516354679832202, 1.15034615384615, 1.02768105872471, 2.61403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1005, '2022-01-09 00:00:00', 0.128864442789253, 0.34973076923077, 0.158141246504996, 0.512576923076923, 0.286765991439282, 0.702423076923077, 0.532339088002548, 1.00423076923077, 1.00721487204148, 2.54496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1020, '2022-01-09 00:00:00', 0.105995471601385, 0.360999999999999, 0.194381167970403, 0.513038461538461, 0.229477148183564, 0.625807692307692, 0.517367977957067, 0.909230769230768, 1.0188915908212, 2.52007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1035, '2022-01-09 00:00:00', 0.154563882735113, 0.307076923076923, 0.161377135926997, 0.389500000000001, 0.182762089992596, 0.509692307692307, 0.516414323819696, 0.800076923076923, 1.01952395527747, 2.46615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1050, '2022-01-09 00:00:00', 0.136077607947139, 0.260653846153846, 0.146070209672767, 0.346884615384615, 0.161521882299392, 0.441961538461537, 0.548248102174974, 0.763692307692307, 1.02775122176826, 2.44942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1065, '2022-01-09 00:00:00', 0.0916306969054834, 0.225230769230769, 0.128336097206336, 0.319923076923076, 0.155821480695551, 0.395576923076922, 0.557835598886101, 0.720346153846154, 1.03234204900985, 2.42588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1080, '2022-01-09 00:00:00', 0.0792412868299187, 0.208692307692307, 0.104177666291034, 0.272115384615385, 0.164250338952935, 0.354576923076923, 0.584127811356385, 0.7095, 1.05723931065771, 2.427 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1095, '2022-01-09 00:00:00', 0.0722682609342553, 0.180692307692307, 0.11184558723801, 0.254653846153845, 0.141690502368855, 0.337961538461538, 0.672772870577147, 0.720153846153846, 1.05311927880208, 2.41515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1110, '2022-01-09 00:00:00', 0.0757613256321359, 0.182461538461537, 0.103096676063706, 0.237269230769229, 0.114182310363734, 0.319999999999998, 0.668851249416605, 0.719923076923077, 1.0478272119743, 2.41288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1125, '2022-01-09 00:00:00', 0.0672174542350875, 0.157884615384615, 0.0702206193693522, 0.224846153846153, 0.117688800852732, 0.312423076923077, 0.67056329936967, 0.713461538461539, 1.10634298548798, 2.51080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1140, '2022-01-09 00:00:00', 0.0660026223255269, 0.163884615384615, 0.0826913445382197, 0.220461538461538, 0.182498948363672, 0.346884615384616, 0.673272066392639, 0.728653846153846, 1.13156193208938, 2.56638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1155, '2022-01-09 00:00:00', 0.0547342249841495, 0.137346153846153, 0.0812895773430731, 0.193346153846153, 0.334053298372948, 0.360384615384615, 0.714200346810763, 1.04584615384615, 1.12540264521022, 2.58507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1170, '2022-01-09 00:00:00', 0.0505547836890457, 0.125884615384616, 0.166479807045318, 0.240384615384615, 0.463903393457667, 0.379038461538462, 0.790283937289922, 1.14730769230769, 1.13796159797312, 2.59503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1185, '2022-01-09 00:00:00', 0.157388749475743, 0.179461538461539, 0.332491464320746, 0.269576923076923, 0.510927821185672, 0.394038461538461, 0.891132631067814, 1.19261538461539, 1.14108454820572, 2.59388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1200, '2022-01-09 00:00:00', 0.2810135857652, 0.201653846153846, 0.41043879146404, 0.284192307692307, 0.454396682003054, 0.382230769230768, 0.840255162710434, 1.20146153846154, 1.11424463893017, 2.59865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1215, '2022-01-09 00:00:00', 0.156482631132513, 0.166576923076923, 0.209353896180974, 0.238423076923076, 0.216562220584791, 0.307346153846154, 0.610675318492065, 1.17276923076923, 1.01420055140073, 2.55803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1230, '2022-01-09 00:00:00', 0.106172059195657, 0.166884615384615, 0.117593726938917, 0.22426923076923, 0.18283931575188, 0.300846153846153, 0.530803717162801, 1.16588461538462, 0.994848732993344, 2.54380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1245, '2022-01-09 00:00:00', 0.0770004295692313, 0.156884615384615, 0.115840002390566, 0.215884615384616, 0.177101765616878, 0.306346153846154, 0.542327617419014, 1.17926923076923, 0.991926179790536, 2.54688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1260, '2022-01-09 00:00:00', 0.0637145074652428, 0.140538461538461, 0.116033682112632, 0.206846153846153, 0.202937368132672, 0.308153846153846, 0.499050564726507, 1.17611538461539, 0.98443461712021, 2.53265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1275, '2022-01-09 00:00:00', 0.103274488621344, 0.156499999999999, 0.133715426875942, 0.206153846153846, 0.239950690447337, 0.332576923076923, 0.474730550296286, 1.17584615384615, 0.979707749201849, 2.52807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1290, '2022-01-09 00:00:00', 0.0676390533527893, 0.128192307692308, 0.127488593758271, 0.205692307692308, 0.206376060776289, 0.320961538461539, 0.459445431597033, 1.17223076923077, 0.983766205027315, 2.51688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1305, '2022-01-09 00:00:00', 0.0866007017203758, 0.145192307692308, 0.161200004771903, 0.225192307692308, 0.193096436647997, 0.311923076923078, 0.452269302007622, 1.15719230769231, 0.991567775719922, 2.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1320, '2022-01-09 00:00:00', 0.107434755394456, 0.15668, 0.121312983641488, 0.217440000000001, 0.145730378896554, 0.32648, 0.456421599693382, 1.14148, 1.02061380714418, 2.49728 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1335, '2022-01-09 00:00:00', 0.0840591458438644, 0.15224, 0.0913953499911234, 0.21388, 0.30039433527726, 0.77144, 0.456046938373671, 1.13268, 1.02113894418602, 2.49808 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1350, '2022-01-09 00:00:00', 0.0635060889469136, 0.15224, 0.103429654032746, 0.264879999999999, 0.34270443047423, 0.891080000000001, 0.477263379417835, 1.1354, 1.02120099719236, 2.49932 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1365, '2022-01-09 00:00:00', 0.102356843119224, 0.219559999999999, 0.3066830448525, 0.73664, 0.409188049678873, 0.941880000000001, 0.474835227561449, 1.12508, 1.02265824040423, 2.49772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 990, '2022-01-09 00:00:00', 0.243531302679174, 0.544153846153846, 0.303273747881095, 0.699615384615385, 0.383343182259206, 0.837653846153847, 0.442429857109054, 1.02446153846154, 1.00275072444981, 2.48215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1005, '2022-01-09 00:00:00', 0.125046329875708, 0.389769230769232, 0.223241810944649, 0.503884615384616, 0.239122051230361, 0.611346153846155, 0.374725318887561, 0.859769230769231, 1.03679719550903, 2.41676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1020, '2022-01-09 00:00:00', 0.148894950061599, 0.309115384615384, 0.140299487361309, 0.389884615384616, 0.175761871248047, 0.496653846153847, 0.401820084117258, 0.7685, 1.04094422816683, 2.40638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1035, '2022-01-09 00:00:00', 0.08941341320819, 0.261038461538462, 0.134952441765467, 0.380192307692308, 0.162875676986609, 0.470615384615385, 0.416959492590753, 0.762538461538462, 1.04736687863496, 2.39946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1050, '2022-01-09 00:00:00', 0.0922448581014352, 0.243923076923076, 0.10019861046173, 0.321807692307692, 0.1243416199892, 0.412038461538462, 0.431992458979766, 0.722269230769231, 1.05425097289315, 2.38707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1065, '2022-01-09 00:00:00', 0.0677462800568288, 0.218961538461539, 0.111574169880916, 0.294653846153846, 0.108295407957195, 0.385846153846155, 0.446655346393099, 0.693961538461539, 1.05730033357822, 2.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1080, '2022-01-09 00:00:00', 0.0734483073062536, 0.204423076923077, 0.0764493698721318, 0.266115384615385, 0.216353770122348, 0.409923076923078, 0.44781855528946, 0.669461538461539, 1.06365676722406, 2.37603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1095, '2022-01-09 00:00:00', 0.0452220504417228, 0.168923076923077, 0.0750500140931676, 0.253769230769231, 0.288010579399706, 0.385423076923077, 0.49435932898434, 0.684115384615384, 1.04705700160755, 2.37373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1110, '2022-01-09 00:00:00', 0.06184985541927, 0.181269230769231, 0.231086996605175, 0.284, 0.287980405316323, 0.359923076923077, 0.556302574006407, 0.707923076923076, 1.0360261839578, 2.38557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1125, '2022-01-09 00:00:00', 0.227014946983334, 0.200115384615386, 0.290033815004654, 0.271423076923078, 0.285337263332628, 0.337076923076924, 0.559651303526098, 0.698307692307692, 1.12698808129661, 2.54215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1140, '2022-01-09 00:00:00', 0.148848963201475, 0.174576923076923, 0.153184217905712, 0.235269230769231, 0.169741051650403, 0.296230769230769, 0.541725046636988, 0.715884615384615, 1.11908869793513, 2.58607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1155, '2022-01-09 00:00:00', 0.0541648907006684, 0.140346153846154, 0.0678795879594037, 0.186038461538461, 0.154857115283239, 0.291615384615385, 0.761993664419453, 1.14623076923077, 1.10846341322641, 2.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1170, '2022-01-09 00:00:00', 0.0632923497625226, 0.136807692307692, 0.109199809805413, 0.204961538461539, 0.200088076760056, 0.288961538461539, 0.745269202782045, 1.16476923076923, 1.1431801338641, 2.68846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1185, '2022-01-09 00:00:00', 0.077512569700265, 0.142961538461539, 0.113713080229958, 0.207769230769231, 0.190263541921766, 0.302153846153846, 0.744844074544878, 1.18584615384615, 1.15842075257654, 2.706 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1200, '2022-01-09 00:00:00', 0.0842341060104803, 0.150769230769231, 0.120634635924412, 0.194653846153847, 0.170710411561172, 0.282269230769232, 0.745367144432863, 1.2035, 1.18327204037722, 2.72219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1215, '2022-01-09 00:00:00', 0.0754565692710296, 0.133423076923077, 0.116740586838445, 0.209730769230769, 0.162013128622818, 0.312423076923077, 0.747497803444162, 1.22161538461538, 1.1903856834592, 2.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1230, '2022-01-09 00:00:00', 0.0653034102066303, 0.132153846153846, 0.0946617378637477, 0.19273076923077, 0.16060145128188, 0.308115384615385, 0.730587177970833, 1.22923076923077, 1.19379902251336, 2.72911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1245, '2022-01-09 00:00:00', 0.071226270002448, 0.137307692307693, 0.126154410880537, 0.230153846153846, 0.167236414878873, 0.298538461538462, 0.728779005228292, 1.24403846153846, 1.20387292263185, 2.73257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1260, '2022-01-09 00:00:00', 0.126466365245711, 0.185692307692307, 0.158119759870607, 0.245538461538462, 0.179009845023631, 0.290730769230769, 0.729493608344436, 1.26926923076923, 1.21340238807438, 2.73565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1275, '2022-01-09 00:00:00', 0.104642696095589, 0.165576923076924, 0.121950992678963, 0.214269230769231, 0.276543113901168, 0.332423076923076, 0.722583148263123, 1.28338461538462, 1.22234885615926, 2.74038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1290, '2022-01-09 00:00:00', 0.0762717812522064, 0.143230769230769, 0.10611871436491, 0.198307692307693, 0.322817319142671, 0.372307692307692, 0.717594442993663, 1.29276923076923, 1.22560991974797, 2.74534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1305, '2022-01-09 00:00:00', 0.0803946132906538, 0.137576923076923, 0.257716075138156, 0.245153846153846, 0.318920199808908, 0.367576923076923, 0.711143966815765, 1.30630769230769, 1.23637701307552, 2.74403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1320, '2022-01-09 00:00:00', 0.0805615706566514, 0.163, 0.132799372488478, 0.24456, 0.187635435530357, 0.380159999999999, 0.696306725995568, 1.28984, 1.27034018672165, 2.74724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1335, '2022-01-09 00:00:00', 0.092245830980773, 0.15572, 0.114225186948121, 0.21232, 0.713420500125978, 0.935679999999999, 0.690383045852084, 1.2756, 1.26036778098035, 2.78312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1350, '2022-01-09 00:00:00', 0.0591352404803318, 0.15732, 0.125118170809306, 0.298159999999999, 0.695422202694162, 0.970959999999999, 0.68558755093715, 1.27604, 1.26947162630758, 2.81072 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1365, '2022-01-09 00:00:00', 0.109614293471853, 0.24872, 0.695393588792228, 0.90908, 0.680186339664851, 0.99904, 0.675109109700055, 1.26732, 1.27797115642986, 2.81312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 990, '2022-01-09 00:00:00', 0.320332832118928, 0.564959999999999, 0.30773542749143, 0.63748, 0.323069265019129, 0.7552, 0.349295362122087, 1.02, 1.28751320122682, 2.67992 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1005, '2022-01-09 00:00:00', 0.0997249049468914, 0.35916, 0.172762524871569, 0.47284, 0.207581309370569, 0.6176, 0.293919206585755, 0.9076, 1.30283584665657, 2.63408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1020, '2022-01-09 00:00:00', 0.113917192147044, 0.284719999999999, 0.125694736034038, 0.3938, 0.209778120880133, 0.525119999999999, 0.273950877591829, 0.805199999999999, 1.31721848099192, 2.61012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1035, '2022-01-09 00:00:00', 0.0664033633686323, 0.24764, 0.116888579425024, 0.33924, 0.175334984149389, 0.44276, 0.273916653990467, 0.743, 1.33691327691814, 2.60012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1050, '2022-01-09 00:00:00', 0.0841367933784039, 0.233800000000001, 0.125655640541919, 0.30656, 0.1490708668162, 0.411040000000001, 0.275027374395107, 0.69116, 1.34487208437581, 2.59644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1065, '2022-01-09 00:00:00', 0.0893600954938314, 0.19068, 0.119856817355822, 0.259640000000001, 0.140018153584932, 0.364400000000001, 0.282535437305365, 0.65076, 1.3760655301741, 2.61648 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1080, '2022-01-09 00:00:00', 0.0953768315682595, 0.18964, 0.110935762192962, 0.28292, 0.235179031094753, 0.37052, 0.262499955555552, 0.63868, 1.37826313767244, 2.62088 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1095, '2022-01-09 00:00:00', 0.0674129067760757, 0.183199999999999, 0.0891816124545863, 0.24388, 0.225444501670219, 0.373159999999999, 0.293616433463796, 0.641119999999999, 1.38523476109046, 2.61652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1110, '2022-01-09 00:00:00', 0.0882893538315928, 0.18752, 0.204142368622162, 0.27376, 0.224203352636248, 0.39232, 0.293199164391715, 0.6356, 1.38582227456001, 2.61772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1125, '2022-01-09 00:00:00', 0.170472597993539, 0.17336, 0.181069968060233, 0.2496, 0.192456072910158, 0.350440000000001, 0.274919939861286, 0.601839999999999, 1.39765270483527, 2.7182 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1140, '2022-01-09 00:00:00', 0.0820602827194748, 0.168160000000001, 0.107172726630115, 0.232920000000001, 0.118028216965266, 0.319080000000001, 0.252965458775172, 0.56924, 1.42140642440272, 2.79316 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1155, '2022-01-09 00:00:00', 0.0873514548629081, 0.159120000000001, 0.0940910374761237, 0.216040000000002, 0.121381670774463, 0.30352, 0.515284183727776, 0.97696, 1.43391122691283, 2.86836 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1170, '2022-01-09 00:00:00', 0.0622811635515372, 0.149880000000001, 0.0917872177012316, 0.205320000000001, 0.126748214977568, 0.28512, 0.609667250774278, 1.05164, 1.41927917502747, 2.88228 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1185, '2022-01-09 00:00:00', 0.049725077509577, 0.1362, 0.0775666380174699, 0.204199999999999, 0.125623737141248, 0.27536, 0.639142506279572, 1.11768, 1.41066350464359, 2.88776 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1200, '2022-01-09 00:00:00', 0.066798203568659, 0.143799999999999, 0.10189712132015, 0.20276, 0.116376902061076, 0.2596, 0.672804263264336, 1.14492, 1.40586855478502, 2.89732 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1215, '2022-01-09 00:00:00', 0.0779963033312048, 0.14544, 0.0967221105366641, 0.1886, 0.117753159900984, 0.26184, 0.685795219678099, 1.1594, 1.40179757573386, 2.90012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1230, '2022-01-09 00:00:00', 0.0438262478430447, 0.11936, 0.0595186805409298, 0.16516, 0.0953512454035076, 0.24112, 0.7033608296363, 1.16896, 1.39485626141191, 2.91964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1245, '2022-01-09 00:00:00', 0.0526096315643188, 0.11676, 0.0779064610072015, 0.1758, 0.113861933937553, 0.25696, 0.712496778940086, 1.17192, 1.39703508903678, 2.92404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1260, '2022-01-09 00:00:00', 0.0464843342786935, 0.13228, 0.0726468168607548, 0.18632, 0.13785822427407, 0.273160000000001, 0.727572108682934, 1.17944, 1.39433030520031, 2.9344 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1275, '2022-01-09 00:00:00', 0.0692914617154713, 0.14916, 0.108619703553268, 0.19864, 0.261367321344245, 0.31572, 0.778945488037084, 1.19336, 1.39502064142435, 2.93644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1290, '2022-01-09 00:00:00', 0.0650225089231922, 0.129480000000001, 0.098132563402777, 0.186800000000001, 0.224597974167177, 0.319400000000001, 0.775114028170478, 1.18244, 1.38149912534657, 2.936 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1305, '2022-01-09 00:00:00', 0.0762972913455445, 0.13688, 0.224370029192849, 0.229919999999999, 0.218163333307868, 0.324639999999999, 0.773628705086187, 1.18296, 1.37378337326766, 2.94044 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1320, '2022-01-09 00:00:00', 0.0501395154991822, 0.130833333333333, 0.102334056198173, 0.212208333333334, 0.0943308143515784, 0.318041666666666, 0.789418566992848, 1.17875, 1.41737036572068, 2.97533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1335, '2022-01-09 00:00:00', 0.0635445182301464, 0.147916666666667, 0.064261679139259, 0.206208333333333, 0.507437009726901, 0.838833333333333, 0.790126653532955, 1.17195833333333, 1.41766894553363, 2.97575 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1350, '2022-01-09 00:00:00', 0.051393181045455, 0.143708333333334, 0.0911520071408031, 0.253083333333333, 0.604320745470315, 0.917541666666667, 0.781795851628279, 1.16233333333333, 1.41512830114292, 2.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1365, '2022-01-09 00:00:00', 0.0822880677070285, 0.208749999999999, 0.487016067868729, 0.794708333333334, 0.626988961313271, 0.986125, 0.761939497008422, 1.15683333333333, 1.41761123838251, 2.96166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 930, '2022-01-09 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 945, '2022-01-09 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 960, '2022-01-09 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 975, '2022-01-09 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 930, '2022-01-09 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 945, '2022-01-09 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 960, '2022-01-09 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 930, '2022-01-09 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 945, '2022-01-09 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 960, '2022-01-09 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 975, '2022-01-09 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 930, '2022-01-09 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 945, '2022-01-09 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 960, '2022-01-09 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 975, '2022-01-09 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 930, '2022-01-09 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 945, '2022-01-09 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 960, '2022-01-09 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 975, '2022-01-09 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:56:08 Duration: 3s350ms Database: acaweb_fx User: pgperfstats
11 1m32s 1 1m32s 1m32s 1m32s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jan 09 14 1 1m32s 1m32s [ User: pgperfstats - Total duration: 1m32s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-01-09 14:17:47 Duration: 1m32s Database: acaweb_fx User: pgperfstats
12 1m30s 4 681ms 46s49ms 22s535ms select updateageforrelevantresults ();Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Jan 09 14 4 1m30s 22s535ms [ User: postgres - Total duration: 1m30s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:17:48 Duration: 46s49ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:02:41 Duration: 38s818ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:32:07 Duration: 4s593ms Database: acaweb_fx User: postgres
13 51s965ms 12 154ms 10s284ms 4s330ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Jan 09 14 12 51s965ms 4s330ms [ User: postgres - Total duration: 51s965ms - Times executed: 12 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 2';
Date: 2022-01-09 14:17:12 Duration: 10s284ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';
Date: 2022-01-09 14:17:12 Duration: 10s34ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'LEGACYFXMT5 - 1';
Date: 2022-01-09 14:02:11 Duration: 9s932ms Database: acaweb_fx User: postgres
14 41s303ms 4 1s554ms 19s324ms 10s325ms select updateresultsmaterializedview ();Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Jan 09 14 4 41s303ms 10s325ms [ User: postgres - Total duration: 41s303ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:03:00 Duration: 19s324ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:18:07 Duration: 18s823ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:32:08 Duration: 1s600ms Database: acaweb_fx User: postgres
15 31s475ms 4 4s782ms 16s3ms 7s868ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Jan 09 14 4 31s475ms 7s868ms [ User: postgres - Total duration: 31s475ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:16:17 Duration: 16s3ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:01:07 Duration: 5s789ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:31:06 Duration: 4s899ms Database: acaweb_fx User: postgres
16 30s780ms 46 54ms 6s572ms 669ms 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 #16
Day Hour Count Duration Avg duration Jan 09 14 46 30s780ms 669ms [ User: postgres - Total duration: 30s780ms - Times executed: 46 ]
-
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 = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64370311 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:14 Duration: 6s572ms 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 = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64436005 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:40 Duration: 5s888ms 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 = 5129 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64311827 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:13 Duration: 3s728ms Database: acaweb_fx User: postgres Bind query: yes
17 28s294ms 8 158ms 10s974ms 3s536ms select fixcandlegaps (?, false);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Jan 09 14 8 28s294ms 3s536ms [ User: postgres - Total duration: 28s294ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2022-01-09 14:06:26 Duration: 10s974ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2022-01-09 14:06:08 Duration: 4s931ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2022-01-09 14:06:29 Duration: 3s519ms Database: acaweb_fx User: postgres
18 26s172ms 4 883ms 10s892ms 6s543ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?[...];Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jan 09 14 4 26s172ms 6s543ms [ User: pgperfstats - Total duration: 26s172ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 5, 900, '2022-01-09 00:00:00', 0.0293872004426685, 0.0681296296296291, 0.0372831144994708, 0.0961296296296297, 0.0948102693777799, 0.18588888888889, 0.227146707615644, 0.446870370370371, 0.349652343615786, 0.830370370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 915, '2022-01-09 00:00:00', 0.0251951500103814, 0.0682592592592594, 0.0988058219734071, 0.152925925925926, 0.0914947455405966, 0.190833333333334, 0.216834793415005, 0.443092592592593, 0.348199751509916, 0.831481481481483 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 930, '2022-01-09 00:00:00', 0.100554874389723, 0.137425925925926, 0.0943719606216119, 0.153981481481482, 0.0981166234379881, 0.208555555555555, 0.209212275818788, 0.438759259259261, 0.345333896395937, 0.826833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 945, '2022-01-09 00:00:00', 0.048439163536365, 0.0929444444444466, 0.0572637534954499, 0.134314814814817, 0.104367079002372, 0.215111111111112, 0.203620089936238, 0.427944444444446, 0.344376815458941, 0.823444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 960, '2022-01-09 00:00:00', 0.0474230821219875, 0.0974444444444439, 0.0835080135022283, 0.149629629629629, 0.112534211322374, 0.253111111111112, 0.20057232214405, 0.422277777777778, 0.362297910069911, 0.836111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 975, '2022-01-09 00:00:00', 0.0502239216677899, 0.093833333333334, 0.079728309127645, 0.164759259259261, 0.11523501935874, 0.255574074074076, 0.196765886531595, 0.402722222222223, 0.378926249505234, 0.835777777777779 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 990, '2022-01-09 00:00:00', 0.0558611552061775, 0.134240740740741, 0.0797223324100609, 0.195351851851852, 0.101507687104526, 0.258814814814816, 0.189747027573385, 0.389629629629631, 0.384463157553059, 0.830648148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1005, '2022-01-09 00:00:00', 0.0465537323960168, 0.119666666666666, 0.07435258077435, 0.171037037037036, 0.0924280539484362, 0.236814814814815, 0.161596978107059, 0.356888888888889, 0.363905845497794, 0.805814814814816 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1020, '2022-01-09 00:00:00', 0.070784437623581, 0.127074074074074, 0.067448640374133, 0.168629629629631, 0.112095029256636, 0.25525925925926, 0.164232675783087, 0.340555555555556, 0.362563840532311, 0.807666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1035, '2022-01-09 00:00:00', 0.0400385053271453, 0.109796296296296, 0.0694018912359207, 0.156240740740741, 0.093095075164817, 0.225407407407408, 0.150218297943482, 0.314462962962962, 0.36304971679661, 0.795407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1050, '2022-01-09 00:00:00', 0.0507999960742083, 0.111203703703706, 0.0843287134304323, 0.173296296296299, 0.0873191089087989, 0.206370370370373, 0.138922940270256, 0.293111111111112, 0.362196592743324, 0.782611111111113 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1065, '2022-01-09 00:00:00', 0.0641594068487192, 0.122277777777778, 0.0634833917307598, 0.151222222222224, 0.0804444031260221, 0.185925925925926, 0.120715144084724, 0.273629629629629, 0.374986179232495, 0.779666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1080, '2022-01-09 00:00:00', 0.0425322987710125, 0.107351851851853, 0.0501313729954067, 0.132407407407409, 0.100517138621705, 0.172814814814815, 0.130818799889611, 0.252407407407407, 0.373431205692047, 0.770666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1095, '2022-01-09 00:00:00', 0.0396719004663202, 0.0879259259259268, 0.0759146835189952, 0.118592592592593, 0.0946533862720369, 0.157574074074075, 0.117671832893051, 0.241111111111112, 0.373447545296953, 0.768870370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1110, '2022-01-09 00:00:00', 0.0516817251284314, 0.0834074074074078, 0.0742635399225169, 0.114351851851853, 0.073492838382032, 0.138296296296298, 0.107283297117752, 0.227074074074075, 0.380742174281171, 0.76375925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1125, '2022-01-09 00:00:00', 0.0435886544610034, 0.0770185185185199, 0.041130265230712, 0.100611111111112, 0.0455264864519661, 0.124240740740742, 0.0904946914122, 0.207407407407409, 0.379134307814294, 0.757851851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1140, '2022-01-09 00:00:00', 0.0255046501541813, 0.0645555555555564, 0.033049992349501, 0.0805740740740762, 0.0439813561251787, 0.113074074074075, 0.0786481127620099, 0.201444444444446, 0.379691179431249, 0.75675925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1155, '2022-01-09 00:00:00', 0.0243689295896378, 0.0489629629629646, 0.0294347387648309, 0.0713333333333339, 0.0485169148405073, 0.112055555555556, 0.116333520069403, 0.22025925925926, 0.383010453019899, 0.752240740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1170, '2022-01-09 00:00:00', 0.0255771554945203, 0.0550370370370367, 0.0455822024422604, 0.0807777777777782, 0.0547045548294516, 0.11262962962963, 0.115345662228243, 0.225277777777779, 0.38316855432778, 0.752222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1185, '2022-01-09 00:00:00', 0.036641259651272, 0.0582037037037053, 0.0438237128307024, 0.0840370370370383, 0.051478904760374, 0.108907407407408, 0.116864018063513, 0.219222222222224, 0.380495488740099, 0.748981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1200, '2022-01-09 00:00:00', 0.0289932894534815, 0.054439999999999, 0.0368719292506752, 0.0711800000000011, 0.047772132741452, 0.104520000000001, 0.117541279982821, 0.206840000000002, 0.389847253207372, 0.73788 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1215, '2022-01-09 00:00:00', 0.0306578293426019, 0.0470600000000013, 0.0377383204890392, 0.068420000000001, 0.045757904599462, 0.0901600000000008, 0.137640134650714, 0.225340000000002, 0.389223819500639, 0.737160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1230, '2022-01-09 00:00:00', 0.0255175919710313, 0.0497200000000004, 0.0342647413531768, 0.0700200000000012, 0.0410180549677004, 0.0877199999999999, 0.161343727282262, 0.238440000000001, 0.387416374847527, 0.735980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1245, '2022-01-09 00:00:00', 0.0200964756445822, 0.0474200000000008, 0.0209364116632548, 0.0573999999999995, 0.0352121901240657, 0.0857400000000007, 0.17136479850502, 0.243960000000001, 0.384112096268785, 0.73496 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1260, '2022-01-09 00:00:00', 0.00952505468050712, 0.0376800000000003, 0.0201763681898733, 0.0562600000000009, 0.0380536572924774, 0.0893200000000007, 0.17149435607817, 0.246220000000001, 0.381544986425803, 0.733080000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1275, '2022-01-09 00:00:00', 0.0209665010592293, 0.0426400000000001, 0.0249982832743906, 0.0608199999999999, 0.0390916870958533, 0.0949200000000002, 0.170372941415784, 0.250720000000001, 0.379976394003628, 0.734680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1290, '2022-01-09 00:00:00', 0.0156258866415101, 0.038719999999999, 0.0380880886892467, 0.0678399999999999, 0.0404077859659088, 0.090680000000001, 0.169800004907733, 0.252900000000001, 0.376833436901062, 0.734780000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1305, '2022-01-09 00:00:00', 0.0362889675613215, 0.0554199999999997, 0.0346890953086615, 0.0755999999999995, 0.0400006041621058, 0.0900600000000009, 0.168458780813981, 0.261560000000001, 0.377230701958365, 0.73426 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1320, '2022-01-09 00:00:00', 0.0221890175537359, 0.0515399999999988, 0.0348389509026902, 0.0637599999999986, 0.0482892586399933, 0.0860399999999999, 0.15975619967104, 0.26172, 0.37775693463743, 0.73002 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1335, '2022-01-09 00:00:00', 0.0281124972209896, 0.0414999999999986, 0.0311234102673018, 0.0574000000000001, 0.110222056171469, 0.147120000000002, 0.155304587826631, 0.279839999999999, 0.376157742842017, 0.72622 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1350, '2022-01-09 00:00:00', 0.014672337918684, 0.0375600000000003, 0.0277265215993658, 0.0580200000000013, 0.108424897202319, 0.151900000000002, 0.14707728410601, 0.285459999999999, 0.373641511567796, 0.723000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1365, '2022-01-09 00:00:00', 0.0262476189396303, 0.0437000000000018, 0.105316459618934, 0.132660000000003, 0.108529654165731, 0.149460000000003, 0.148286513210069, 0.296159999999999, 0.373404898646675, 0.721980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 0, '2022-01-09 00:00:00', 0.0664758012798414, 0.0824791666666691, 0.0871492945875134, 0.108229166666667, 0.077022571037814, 0.133208333333334, 0.119276343063043, 0.312458333333333, 0.347593588169045, 0.737791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 15, '2022-01-09 00:00:00', 0.0502506579378668, 0.064958333333332, 0.0516319147385145, 0.0855625000000024, 0.0982129359967494, 0.157958333333333, 0.121737509775056, 0.324270833333333, 0.350020783544411, 0.733625 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 30, '2022-01-09 00:00:00', 0.0349355514286409, 0.055916666666669, 0.0384893877713646, 0.0852916666666659, 0.117343412466468, 0.176541666666665, 0.117151238109462, 0.332770833333332, 0.34806683255883, 0.730708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 45, '2022-01-09 00:00:00', 0.0360152380693009, 0.0684791666666662, 0.0886276177021903, 0.141562500000001, 0.116360709711195, 0.179354166666666, 0.114918715365707, 0.3355625, 0.347377221950016, 0.728270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 60, '2022-01-09 00:00:00', 0.0828403585216794, 0.11425, 0.105628478094761, 0.140846153846153, 0.111635597093676, 0.161057692307691, 0.11337144023756, 0.326211538461538, 0.330586606830018, 0.726269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 75, '2022-01-09 00:00:00', 0.0354681005108275, 0.0606153846153822, 0.0424112466941711, 0.0774230769230744, 0.0514939167430325, 0.121288461538461, 0.111778346946777, 0.308826923076921, 0.331049117898748, 0.713038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 90, '2022-01-09 00:00:00', 0.029904617600734, 0.0506153846153831, 0.0365550427963933, 0.0806346153846151, 0.0582716615385344, 0.121942307692307, 0.117561173928237, 0.311019230769229, 0.327899987097381, 0.710692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 105, '2022-01-09 00:00:00', 0.0318881699790904, 0.058846153846155, 0.0457980726836659, 0.0932884615384632, 0.0576984868485759, 0.120346153846154, 0.115905825499049, 0.308596153846153, 0.323882378935033, 0.704153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 120, '2022-01-09 00:00:00', 0.0447461042567248, 0.0720769230769229, 0.0515137210997054, 0.0912884615384613, 0.0528346331636587, 0.121538461538461, 0.113113387631787, 0.309461538461538, 0.321869560297576, 0.701923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 135, '2022-01-09 00:00:00', 0.0434224197674609, 0.0575576923076906, 0.0473732681842994, 0.0839423076923073, 0.0505225654077925, 0.141019230769229, 0.11657010601087, 0.31401923076923, 0.318869424083567, 0.697980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 150, '2022-01-09 00:00:00', 0.0349982636931988, 0.0585384615384601, 0.0422266093649693, 0.0860576923076917, 0.0480788974979174, 0.150096153846153, 0.124761292074107, 0.315499999999999, 0.316794933064571, 0.69601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 165, '2022-01-09 00:00:00', 0.0233842567027151, 0.0607884615384605, 0.0309254500620183, 0.11328846153846, 0.058403427849873, 0.164403846153844, 0.127943911990313, 0.311269230769229, 0.310616580987905, 0.691903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 180, '2022-01-09 00:00:00', 0.0293347326297937, 0.095057692307692, 0.0392179315345161, 0.123384615384615, 0.0639168720954166, 0.182442307692306, 0.121565847936893, 0.302846153846154, 0.301109780644868, 0.6905 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 195, '2022-01-09 00:00:00', 0.0310390324987989, 0.0821923076923072, 0.044443152972691, 0.117423076923077, 0.0828132212595595, 0.18298076923077, 0.110409282288153, 0.28048076923077, 0.291745036870318, 0.675057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 210, '2022-01-09 00:00:00', 0.0324198004549436, 0.080711538461538, 0.0562701621985049, 0.122365384615383, 0.0734440865295082, 0.170076923076921, 0.104332058647083, 0.262038461538461, 0.28171667231731, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 225, '2022-01-09 00:00:00', 0.0360551713990579, 0.0766538461538432, 0.0511000112900806, 0.115865384615383, 0.0561915029163681, 0.152749999999997, 0.0894583981524371, 0.245249999999999, 0.264211843908516, 0.663961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 240, '2022-01-09 00:00:00', 0.0318585093088918, 0.0792307692307704, 0.0346323326031993, 0.10753846153846, 0.0602237622410101, 0.147192307692308, 0.0868190093505767, 0.243403846153847, 0.259065714858961, 0.664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 255, '2022-01-09 00:00:00', 0.0303852697105794, 0.0722307692307687, 0.0385617038005333, 0.10275, 0.0578234847152567, 0.144653846153847, 0.0962338118254783, 0.245057692307693, 0.250882930866171, 0.66275 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 270, '2022-01-09 00:00:00', 0.0297088953267972, 0.0725384615384614, 0.0585511774827425, 0.107903846153847, 0.0661048147903125, 0.138942307692308, 0.102648948063102, 0.237942307692309, 0.239685572878623, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 285, '2022-01-09 00:00:00', 0.0405643126595115, 0.0727115384615402, 0.0410392495058092, 0.0955000000000018, 0.049483143983196, 0.133807692307694, 0.100845123065786, 0.232826923076924, 0.238051171777447, 0.659596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 300, '2022-01-09 00:00:00', 0.0220329560850575, 0.061865384615386, 0.0337056546271688, 0.0906346153846153, 0.0456025808986215, 0.128653846153847, 0.101624701721578, 0.233000000000001, 0.232621925846675, 0.665403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 315, '2022-01-09 00:00:00', 0.0262255673840483, 0.0589038461538465, 0.0369934505637887, 0.0883461538461532, 0.0560070222245515, 0.122557692307692, 0.108045054704757, 0.233576923076922, 0.22850432078056, 0.666230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 330, '2022-01-09 00:00:00', 0.0242174841480611, 0.0575576923076928, 0.0363739128835705, 0.0828076923076931, 0.0485750806642486, 0.117538461538461, 0.116529007613488, 0.23651923076923, 0.227356968562318, 0.665134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 345, '2022-01-09 00:00:00', 0.0269383626936647, 0.0538461538461552, 0.0386010163277907, 0.0815384615384612, 0.0389303717700433, 0.110423076923077, 0.120307792765057, 0.23425, 0.237697830157406, 0.672961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 360, '2022-01-09 00:00:00', 0.0244061546462235, 0.0610961538461543, 0.0330980420057645, 0.0790961538461538, 0.0406783064468587, 0.108269230769232, 0.117050508492964, 0.238307692307693, 0.240793126179683, 0.68401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 375, '2022-01-09 00:00:00', 0.0172976765892014, 0.0460192307692313, 0.0259734553845907, 0.0675961538461547, 0.0373965701841566, 0.0972884615384637, 0.110388128193905, 0.245673076923078, 0.24330203214555, 0.683673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 390, '2022-01-09 00:00:00', 0.0193304064981726, 0.0467692307692289, 0.0264673674259747, 0.0683076923076905, 0.0539122399403386, 0.100980769230768, 0.103543911160732, 0.264692307692307, 0.247609382200768, 0.689115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 405, '2022-01-09 00:00:00', 0.0149919465560182, 0.0475384615384606, 0.0185267062953426, 0.0653269230769235, 0.0477448547368842, 0.0971346153846146, 0.10165397756038, 0.274365384615383, 0.244614959602921, 0.705538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 420, '2022-01-09 00:00:00', 0.0209080404114352, 0.0463846153846155, 0.0441184812138335, 0.0745961538461531, 0.0533312147015111, 0.107461538461538, 0.102232632529178, 0.279134615384614, 0.242940847501229, 0.710346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 435, '2022-01-09 00:00:00', 0.03626212264142, 0.0553076923076913, 0.0399574629594229, 0.0713269230769226, 0.0653822723562076, 0.117192307692307, 0.115082253193097, 0.30475, 0.244981154691225, 0.713115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 450, '2022-01-09 00:00:00', 0.0245646165167566, 0.0465961538461539, 0.0338777950876392, 0.0777500000000001, 0.0525934369991601, 0.10948076923077, 0.111378460837192, 0.309307692307691, 0.25443323213642, 0.726480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 465, '2022-01-09 00:00:00', 0.0323862803335969, 0.0561346153846161, 0.0492003166031092, 0.0881346153846164, 0.0502763325570261, 0.11548076923077, 0.118698506244248, 0.313653846153846, 0.245391602263685, 0.742461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 480, '2022-01-09 00:00:00', 0.0317808844336414, 0.0632307692307689, 0.0368734478160922, 0.079865384615385, 0.055304597110353, 0.126461538461538, 0.121801578870657, 0.315730769230768, 0.25205478342248, 0.749423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 495, '2022-01-09 00:00:00', 0.0259273318808836, 0.0535576923076917, 0.0300463040092348, 0.0794038461538449, 0.0821157812997071, 0.140692307692306, 0.121812726693953, 0.320903846153845, 0.251280925383401, 0.764788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 510, '2022-01-09 00:00:00', 0.0278287344580835, 0.0555384615384605, 0.0592405818545153, 0.0945576923076923, 0.0874747084326929, 0.14876923076923, 0.125098836310152, 0.326173076923076, 0.258012510132002, 0.769153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 525, '2022-01-09 00:00:00', 0.0325569560096672, 0.0653461538461543, 0.053142117151884, 0.106230769230768, 0.062814366313645, 0.14526923076923, 0.111342370468473, 0.31878846153846, 0.252181241295897, 0.767961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 540, '2022-01-09 00:00:00', 0.0354048019342008, 0.0839999999999977, 0.0505907258147326, 0.112307692307691, 0.0545542249650608, 0.149211538461537, 0.115340772696191, 0.319423076923074, 0.252104600543872, 0.76951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 555, '2022-01-09 00:00:00', 0.0334779835804885, 0.0723461538461539, 0.0403227793990158, 0.102057692307693, 0.0528757651335806, 0.162057692307693, 0.118225965194428, 0.319673076923077, 0.256129997041767, 0.780846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 570, '2022-01-09 00:00:00', 0.0272353559804999, 0.0742307692307684, 0.0430836440498639, 0.108096153846153, 0.0639531439053972, 0.18726923076923, 0.117744679775286, 0.318019230769229, 0.256221379639981, 0.779653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 585, '2022-01-09 00:00:00', 0.0322227642895729, 0.0780576923076923, 0.0548054636523938, 0.130826923076923, 0.0717590868006365, 0.182442307692308, 0.114237451759988, 0.309653846153845, 0.245547880337952, 0.778692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 600, '2022-01-09 00:00:00', 0.0549512091278744, 0.112346153846154, 0.0645654736265061, 0.156403846153846, 0.0707861459717794, 0.182038461538461, 0.11940652765303, 0.310673076923076, 0.241195271193599, 0.779173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 615, '2022-01-09 00:00:00', 0.0427256768411953, 0.102788461538462, 0.0470261138583121, 0.129346153846154, 0.072959303724746, 0.191000000000002, 0.11354860023525, 0.296730769230769, 0.246538847773608, 0.781288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 630, '2022-01-09 00:00:00', 0.0304556423975284, 0.0868846153846154, 0.0357053755918328, 0.114576923076924, 0.069662971623272, 0.177980769230772, 0.112658880970559, 0.285211538461539, 0.241108004046703, 0.778519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 645, '2022-01-09 00:00:00', 0.0294442955164754, 0.0825576923076924, 0.0676557462452384, 0.143000000000003, 0.0709772254914339, 0.173057692307694, 0.126556969537288, 0.284942307692308, 0.236819591347831, 0.772826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 660, '2022-01-09 00:00:00', 0.0674802107743738, 0.101326923076925, 0.0603259384191744, 0.125826923076925, 0.0753154698584574, 0.157500000000001, 0.123746044225822, 0.27971153846154, 0.233822023046458, 0.770038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 675, '2022-01-09 00:00:00', 0.0288729911056073, 0.0744807692307701, 0.0621602674234435, 0.113173076923076, 0.0873666390299228, 0.163519230769229, 0.134194424107483, 0.286711538461538, 0.232504335774295, 0.766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 690, '2022-01-09 00:00:00', 0.0432052213724937, 0.0831346153846133, 0.0527745568067967, 0.112423076923075, 0.0822053549631375, 0.164096153846152, 0.124160801444679, 0.280769230769231, 0.231418841896279, 0.760403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 705, '2022-01-09 00:00:00', 0.03396765429731, 0.0743076923076924, 0.0557851372541255, 0.110807692307692, 0.0671791634362924, 0.154999999999999, 0.110663564985884, 0.275769230769232, 0.230635207299652, 0.756326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 720, '2022-01-09 00:00:00', 0.0392197605217654, 0.0770192307692301, 0.0512378916277959, 0.109307692307692, 0.0610000283732613, 0.150211538461536, 0.105672325538031, 0.282096153846155, 0.241880851151649, 0.755884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 735, '2022-01-09 00:00:00', 0.0331291644697186, 0.0713076923076928, 0.0398695420667882, 0.100096153846154, 0.0560747577929536, 0.134038461538463, 0.119017839645351, 0.285615384615386, 0.249744216842261, 0.754423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 750, '2022-01-09 00:00:00', 0.0246577807972682, 0.0668846153846145, 0.0352112744182005, 0.0945769230769221, 0.0552334242451624, 0.131865384615384, 0.120882084948675, 0.291538461538463, 0.247339859613946, 0.757384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 765, '2022-01-09 00:00:00', 0.0245611403518771, 0.0624807692307664, 0.0435478516647522, 0.0918461538461546, 0.0415727721545633, 0.123153846153844, 0.122331449192505, 0.314288461538463, 0.241111309277559, 0.754288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 780, '2022-01-09 00:00:00', 0.040382364772452, 0.0706538461538479, 0.039436263085564, 0.0996730769230773, 0.0442288802272224, 0.129923076923077, 0.142952278212535, 0.340423076923078, 0.241700358836181, 0.754711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 795, '2022-01-09 00:00:00', 0.0174629277658064, 0.0615769230769219, 0.0185860265956801, 0.0809038461538438, 0.03592728232673, 0.121480769230769, 0.154354123315886, 0.353846153846155, 0.239997153829278, 0.752423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 810, '2022-01-09 00:00:00', 0.0183227580221556, 0.059288461538461, 0.0324726216041476, 0.0898653846153852, 0.0355771750510823, 0.125346153846155, 0.160210630589379, 0.365884615384618, 0.241196775715151, 0.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 825, '2022-01-09 00:00:00', 0.0305604382268214, 0.0654038461538458, 0.0327309310309664, 0.090076923076923, 0.0485279182136815, 0.127826923076923, 0.161973316890824, 0.382346153846156, 0.241479625673441, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 840, '2022-01-09 00:00:00', 0.0229077497803706, 0.0627499999999996, 0.0267892917757484, 0.0878846153846147, 0.0545866847669478, 0.131115384615386, 0.163258809398311, 0.398673076923078, 0.241219185357665, 0.754846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 855, '2022-01-09 00:00:00', 0.0230336626567423, 0.0635192307692307, 0.0459478006504699, 0.0950961538461532, 0.0746786551730921, 0.150307692307694, 0.156701265273966, 0.393557692307693, 0.237406794666553, 0.752615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 870, '2022-01-09 00:00:00', 0.0358858071366116, 0.0666346153846138, 0.0408917943621202, 0.0936730769230771, 0.0668535368145582, 0.152153846153847, 0.149269994151022, 0.389634615384616, 0.235435883808343, 0.754346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 885, '2022-01-09 00:00:00', 0.0248434869966734, 0.0598269230769251, 0.0481518311817298, 0.106326923076925, 0.0560406994959926, 0.157500000000003, 0.149804304395383, 0.38848076923077, 0.236336794394389, 0.755403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 900, '2022-01-09 00:00:00', 0.0462796516175966, 0.0816153846153852, 0.0522314413120927, 0.110711538461537, 0.0679505589494192, 0.173038461538464, 0.147264978342286, 0.389576923076923, 0.236029013861889, 0.756346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 915, '2022-01-09 00:00:00', 0.020262773748923, 0.0704999999999999, 0.0457956833706484, 0.117730769230771, 0.0873364405397545, 0.183423076923078, 0.136380079754509, 0.383384615384614, 0.234971298574627, 0.755865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 930, '2022-01-09 00:00:00', 0.0372829565103665, 0.0858269230769251, 0.0619051663060885, 0.125980769230772, 0.0890160659656453, 0.176500000000003, 0.129782747460753, 0.377307692307691, 0.241413648361862, 0.75751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 945, '2022-01-09 00:00:00', 0.035588394824068, 0.0849230769230785, 0.0615325836135122, 0.127326923076924, 0.0730992818022174, 0.20025, 0.119659709818494, 0.358884615384614, 0.243940799880123, 0.753423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 960, '2022-01-09 00:00:00', 0.0600966273212125, 0.0932307692307695, 0.0632870536037679, 0.114365384615386, 0.0762035533191306, 0.216307692307694, 0.120063713854834, 0.349846153846153, 0.248328935084095, 0.759 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 975, '2022-01-09 00:00:00', 0.0202130289284292, 0.0644423076923093, 0.0621219767876065, 0.151999999999999, 0.0826178784897927, 0.222076923076923, 0.117685362791574, 0.342269230769229, 0.246224803474698, 0.758423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 990, '2022-01-09 00:00:00', 0.0529896651752446, 0.130730769230769, 0.0599707524869088, 0.173634615384615, 0.0935335234020398, 0.229500000000001, 0.116403993124739, 0.329480769230767, 0.248230913744564, 0.758057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1005, '2022-01-09 00:00:00', 0.0430141881780338, 0.105403846153848, 0.0717066567020437, 0.151269230769231, 0.100972105820597, 0.207884615384617, 0.111398826122801, 0.293961538461536, 0.238720209579203, 0.76053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1020, '2022-01-09 00:00:00', 0.046757035669678, 0.109403846153845, 0.0663242066263545, 0.143903846153846, 0.0964252999038023, 0.212461538461537, 0.101258974910868, 0.273999999999997, 0.230626775582075, 0.761480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1035, '2022-01-09 00:00:00', 0.0488948007303582, 0.089807692307691, 0.075701265104762, 0.137692307692308, 0.0856532926305909, 0.180442307692308, 0.0978642230534018, 0.252884615384613, 0.227503352468959, 0.770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1050, '2022-01-09 00:00:00', 0.0407579392926645, 0.100480769230771, 0.0483686524358645, 0.144057692307694, 0.0520784024332541, 0.160500000000002, 0.0834043187407902, 0.240596153846153, 0.226840381868295, 0.789173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1065, '2022-01-09 00:00:00', 0.0491865718072919, 0.100173076923077, 0.0482012487868874, 0.111096153846155, 0.0450533700609187, 0.136884615384615, 0.0915485327362153, 0.223423076923074, 0.219377918564852, 0.803634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1080, '2022-01-09 00:00:00', 0.0379780908500604, 0.0756538461538456, 0.0393409407028419, 0.0980192307692304, 0.055315625835185, 0.135461538461537, 0.0982067697024219, 0.213519230769227, 0.229914723321497, 0.815999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1095, '2022-01-09 00:00:00', 0.0244426172588265, 0.0706923076923091, 0.0368012959638024, 0.0938461538461543, 0.0631739265836783, 0.13025, 0.0992737803326657, 0.206211538461537, 0.233138100374337, 0.823076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1110, '2022-01-09 00:00:00', 0.0291684761343475, 0.0675000000000015, 0.0519423200808797, 0.0922307692307696, 0.0669720492788985, 0.124846153846153, 0.0955186429648478, 0.199634615384614, 0.233997320826215, 0.824384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1125, '2022-01-09 00:00:00', 0.0406487392178409, 0.0625000000000011, 0.0461086342656802, 0.0913846153846156, 0.0625540043605394, 0.11721153846154, 0.0909035499010654, 0.188153846153845, 0.234218057505263, 0.82653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1140, '2022-01-09 00:00:00', 0.0268598427740389, 0.0613653846153858, 0.0381891295447339, 0.0779807692307704, 0.0521422204537364, 0.100865384615384, 0.0898231103549985, 0.180365384615383, 0.251455863232194, 0.833134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1155, '2022-01-09 00:00:00', 0.0227346989965017, 0.051557692307692, 0.0423610488720282, 0.0739615384615391, 0.0435865231464952, 0.0982499999999974, 0.082437895039003, 0.167942307692307, 0.250576495306324, 0.835499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1170, '2022-01-09 00:00:00', 0.0295648179689716, 0.0514615384615399, 0.0310193302015661, 0.0631730769230769, 0.0459532747640304, 0.099288461538459, 0.0799491400829312, 0.16475, 0.247424957543464, 0.835519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1185, '2022-01-09 00:00:00', 0.0192274243244868, 0.0419230769230754, 0.0332458036681095, 0.0692884615384584, 0.0509660671427573, 0.0944999999999976, 0.0860099211629769, 0.163442307692308, 0.246716733397761, 0.835557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1200, '2022-01-09 00:00:00', 0.024089648271532, 0.052134615384614, 0.0420750062845638, 0.0723846153846139, 0.0558991158592524, 0.0921346153846153, 0.0839309537655802, 0.159750000000001, 0.243314655412415, 0.842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1215, '2022-01-09 00:00:00', 0.0250215906768516, 0.0469999999999976, 0.0317892821802951, 0.0629615384615358, 0.0437124872143121, 0.0851923076923062, 0.0759958298451045, 0.158615384615384, 0.238593169191023, 0.842096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1230, '2022-01-09 00:00:00', 0.0204100748123601, 0.0411346153846156, 0.0235417468798262, 0.0565769230769243, 0.0432125026423529, 0.0834038461538454, 0.0714138642001674, 0.156500000000001, 0.236989061740444, 0.842346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1245, '2022-01-09 00:00:00', 0.014480862702731, 0.0381538461538474, 0.0263808861459607, 0.056865384615385, 0.0381124500151038, 0.0763269230769235, 0.0697421211430969, 0.15271153846154, 0.237237472717821, 0.843038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1260, '2022-01-09 00:00:00', 0.0240539777615647, 0.0439230769230779, 0.0321714696825998, 0.0627884615384613, 0.0365058267214346, 0.0821538461538454, 0.070110045368252, 0.151538461538464, 0.237737829098811, 0.844346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1275, '2022-01-09 00:00:00', 0.0211188668839401, 0.0425576923076922, 0.0221564107757, 0.0540576923076935, 0.0322615274568052, 0.0796153846153844, 0.0712254087117361, 0.152326923076926, 0.237733740040926, 0.844365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1290, '2022-01-09 00:00:00', 0.0180486948175037, 0.037346153846154, 0.0263955415815736, 0.0612692307692282, 0.0395380245411362, 0.0826538461538462, 0.0734670412759777, 0.157884615384617, 0.238032319234175, 0.845749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1305, '2022-01-09 00:00:00', 0.0183937384830995, 0.0499807692307668, 0.0219330888069911, 0.0625961538461532, 0.0425720023561909, 0.0833461538461539, 0.0732023644006545, 0.159615384615386, 0.238410160470113, 0.847269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1320, '2022-01-09 00:00:00', 0.0171726526780227, 0.0440000000000008, 0.031276115241753, 0.0591538461538471, 0.0613192779324234, 0.0949230769230798, 0.0749219285964755, 0.157653846153847, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1335, '2022-01-09 00:00:00', 0.0293278811949427, 0.0432307692307696, 0.0438084861817727, 0.0607115384615392, 0.0622903993096367, 0.0929230769230773, 0.0737102670022193, 0.159211538461539, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1350, '2022-01-09 00:00:00', 0.0226826687481544, 0.0412884615384614, 0.0442831839936491, 0.0705961538461542, 0.0480269155306142, 0.0857307692307692, 0.0700989191181885, 0.160461538461539, 0.23995806684951, 0.850076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1365, '2022-01-09 00:00:00', 0.0331056815946473, 0.056884615384617, 0.0322786485752759, 0.0663653846153856, 0.0402369376797773, 0.0831346153846172, 0.0669796639631414, 0.160346153846155, 0.238893201113933, 0.84980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1380, '2022-01-09 00:00:00', 0.0183849436726414, 0.0401153846153832, 0.0282282455380043, 0.0554230769230759, 0.0278602073546876, 0.0741346153846163, 0.0769945552520522, 0.161307692307692, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1395, '2022-01-09 00:00:00', 0.0187287212590723, 0.0367500000000006, 0.0215077088147837, 0.0513076923076946, 0.0305393378095554, 0.083865384615385, 0.0711712371678338, 0.18275, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1410, '2022-01-09 00:00:00', 0.0112391657232148, 0.0323269230769244, 0.0169141838521607, 0.0515192307692319, 0.0326930479554211, 0.0831538461538458, 0.0737605481374599, 0.199038461538462, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1425, '2022-01-09 00:00:00', 0.0172133222109651, 0.0419615384615393, 0.0354395042507439, 0.0730384615384605, 0.0349663574575093, 0.0803846153846139, 0.0731410255286655, 0.21501923076923, 0.235962520654969, 0.848865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 0, '2022-01-09 00:00:00', 0.0376865411601474, 0.0608461538461531, 0.0369852205409364, 0.0694423076923064, 0.0332253436632126, 0.0802884615384607, 0.0764594638706339, 0.229019230769231, 0.236113359345758, 0.849038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 15, '2022-01-09 00:00:00', 0.0245206035814795, 0.0384999999999985, 0.023258083789052, 0.0505384615384607, 0.0294452817168491, 0.0762307692307709, 0.0776353012488527, 0.240499999999999, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 30, '2022-01-09 00:00:00', 0.015420615571869, 0.0323461538461531, 0.0223208767404321, 0.0508076923076922, 0.0462309295402322, 0.0841730769230771, 0.0804827549612575, 0.249576923076922, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 45, '2022-01-09 00:00:00', 0.0227480514803786, 0.0414230769230758, 0.028267676566382, 0.0628076923076932, 0.047224134149328, 0.0923269230769234, 0.0889764013657554, 0.259999999999998, 0.236543972981445, 0.849134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 60, '2022-01-09 00:00:00', 0.026253849534586, 0.0462307692307692, 0.041880526041809, 0.067538461538461, 0.045316922463231, 0.08678846153846, 0.0957168982749892, 0.274269230769229, 0.236167154786606, 0.848249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 75, '2022-01-09 00:00:00', 0.0237630935567037, 0.0392307692307707, 0.0280808448262131, 0.0550769230769243, 0.0296335114355355, 0.0762500000000012, 0.1035196673993, 0.280807692307691, 0.229836547271183, 0.844038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 90, '2022-01-09 00:00:00', 0.0126825288669701, 0.0359423076923082, 0.0190915204697301, 0.049384615384614, 0.0371071214396694, 0.0855384615384606, 0.107415891962752, 0.293423076923076, 0.229667924152711, 0.843346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 105, '2022-01-09 00:00:00', 0.0157805137870934, 0.0362307692307668, 0.0264703680483554, 0.0599038461538452, 0.0451616115063012, 0.0906346153846153, 0.118072938669932, 0.308826923076921, 0.229664840248032, 0.84332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 120, '2022-01-09 00:00:00', 0.0256275993053155, 0.0490769230769235, 0.0416142218663081, 0.0707884615384601, 0.0528899183355215, 0.110288461538462, 0.119402119553405, 0.321384615384613, 0.229547916901562, 0.842615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 135, '2022-01-09 00:00:00', 0.0280157098785661, 0.0454999999999992, 0.034435787511519, 0.0687884615384631, 0.0419919085612387, 0.139596153846154, 0.110787391673629, 0.325115384615384, 0.229490918204756, 0.84080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 150, '2022-01-09 00:00:00', 0.0265812904126202, 0.0492500000000007, 0.0370552238609407, 0.0835192307692306, 0.0388323467465733, 0.150634615384615, 0.113365243622276, 0.327961538461537, 0.229536710655315, 0.841192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 165, '2022-01-09 00:00:00', 0.0223663896195891, 0.0586538461538464, 0.032747571841871, 0.113288461538462, 0.0445680335597705, 0.161519230769231, 0.131944096553747, 0.34376923076923, 0.225302207302514, 0.838269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 180, '2022-01-09 00:00:00', 0.0300927093138203, 0.091134615384616, 0.0284764139920422, 0.121115384615386, 0.0530903040546522, 0.166596153846154, 0.126802438705013, 0.34303846153846, 0.218951122048173, 0.835076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 195, '2022-01-09 00:00:00', 0.0268760187642331, 0.0704038461538467, 0.0401235639570512, 0.110096153846155, 0.0525601926000454, 0.154076923076923, 0.1417687513035, 0.346173076923076, 0.213877122342569, 0.832788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 210, '2022-01-09 00:00:00', 0.034295486359222, 0.0775961538461532, 0.0432222343066799, 0.105692307692308, 0.0491077504457917, 0.147865384615384, 0.196249661440177, 0.359480769230768, 0.214383883758515, 0.830480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 225, '2022-01-09 00:00:00', 0.0216656143728679, 0.0691730769230754, 0.0389409809840501, 0.104999999999998, 0.0490392346847043, 0.15555769230769, 0.205237585589143, 0.381442307692307, 0.209843671666461, 0.82855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 240, '2022-01-09 00:00:00', 0.0410880714488361, 0.0829807692307697, 0.0457748713395658, 0.108173076923078, 0.0554475080941097, 0.168384615384615, 0.212365389944203, 0.392173076923076, 0.212494681381403, 0.830519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 255, '2022-01-09 00:00:00', 0.0277132847899016, 0.0701153846153833, 0.0449024069939049, 0.122615384615382, 0.0595221096607123, 0.172307692307691, 0.226552479911048, 0.408384615384614, 0.208684307950107, 0.833096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 270, '2022-01-09 00:00:00', 0.0479220721588712, 0.0957499999999992, 0.0492203874269775, 0.130942307692307, 0.0624718428881882, 0.175365384615385, 0.229868494177397, 0.405230769230769, 0.210340216170045, 0.831057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 285, '2022-01-09 00:00:00', 0.0316412158183199, 0.0844423076923075, 0.0415058290623612, 0.113423076923076, 0.0695992070025546, 0.157980769230768, 0.229831798027634, 0.393846153846153, 0.205571347337497, 0.821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 300, '2022-01-09 00:00:00', 0.0268527680853629, 0.0701346153846152, 0.0449882377790199, 0.103692307692307, 0.0648666205496958, 0.153461538461537, 0.225820817327502, 0.392807692307692, 0.202011374394156, 0.816653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 315, '2022-01-09 00:00:00', 0.0263113385912159, 0.0654423076923075, 0.0514042949417802, 0.0978076923076909, 0.0602261666872976, 0.150365384615385, 0.226323430922684, 0.398346153846154, 0.192379368796297, 0.809307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 330, '2022-01-09 00:00:00', 0.0518384621091922, 0.0713846153846152, 0.0614218703219482, 0.107884615384615, 0.0818613461897621, 0.156500000000001, 0.21647161565576, 0.408096153846153, 0.190692016088771, 0.801750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 345, '2022-01-09 00:00:00', 0.0313491013243775, 0.0666153846153835, 0.041315135055031, 0.0989038461538462, 0.108894580284718, 0.164019230769232, 0.211139858861371, 0.3975, 0.188128569989127, 0.793326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 360, '2022-01-09 00:00:00', 0.0314695029414922, 0.0649807692307701, 0.0462763937162851, 0.0952692307692304, 0.0991906575160266, 0.153442307692308, 0.204382560786986, 0.394365384615384, 0.188705207624524, 0.787346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 375, '2022-01-09 00:00:00', 0.0397608040469692, 0.059807692307692, 0.102625435443658, 0.114, 0.114458490964395, 0.156615384615386, 0.206987885189893, 0.409769230769232, 0.18501909360928, 0.779250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 390, '2022-01-09 00:00:00', 0.0963705608575585, 0.0857500000000001, 0.094425202388737, 0.105826923076925, 0.169368316217826, 0.166557692307694, 0.207927495684285, 0.416711538461539, 0.189174729976121, 0.77896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 405, '2022-01-09 00:00:00', 0.0320393267959602, 0.057461538461539, 0.0692320984915126, 0.090288461538462, 0.16478568949256, 0.175211538461539, 0.181940810324506, 0.399038461538462, 0.166796519286684, 0.764326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 420, '2022-01-09 00:00:00', 0.0682602485965416, 0.0661923076923084, 0.14550822472128, 0.106711538461539, 0.171907216700888, 0.186134615384615, 0.181647752955674, 0.398384615384616, 0.171572971692466, 0.765730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 435, '2022-01-09 00:00:00', 0.0829746856670064, 0.0690384615384616, 0.122575880737042, 0.132057692307693, 0.153712844165797, 0.186461538461537, 0.140084666706079, 0.380576923076923, 0.169011202405228, 0.757057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 450, '2022-01-09 00:00:00', 0.103534685752392, 0.0943653846153848, 0.107190063044038, 0.125980769230768, 0.133631859397952, 0.173076923076923, 0.136462150289149, 0.367961538461539, 0.172266538783988, 0.759403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 465, '2022-01-09 00:00:00', 0.0370190647348935, 0.0686346153846141, 0.0765848875431715, 0.11025, 0.0789756072370551, 0.152557692307693, 0.123066567352794, 0.346500000000002, 0.18155169638849, 0.745538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 480, '2022-01-09 00:00:00', 0.0498323072529636, 0.0791730769230784, 0.0698809014296142, 0.109903846153847, 0.0668756049577235, 0.152557692307695, 0.126284442369656, 0.345596153846156, 0.18760308755865, 0.739538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 495, '2022-01-09 00:00:00', 0.0450963583725073, 0.0718076923076914, 0.0416303328762175, 0.101769230769231, 0.0489813190449651, 0.152519230769232, 0.123041543953501, 0.334807692307694, 0.192846257018781, 0.735673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 510, '2022-01-09 00:00:00', 0.0405877255033896, 0.0697115384615374, 0.0392089079360599, 0.0994615384615395, 0.0718590714791536, 0.169115384615384, 0.125740644245941, 0.333019230769232, 0.19756890229448, 0.732634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 525, '2022-01-09 00:00:00', 0.0285421415831718, 0.0679230769230755, 0.0447340861261126, 0.117461538461537, 0.0681867937811557, 0.175326923076922, 0.12396564660607, 0.327192307692308, 0.204118841703703, 0.729307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 540, '2022-01-09 00:00:00', 0.0436527027976351, 0.0984615384615375, 0.0674119710893699, 0.137076923076921, 0.0825545810125265, 0.187326923076923, 0.125401989003977, 0.333173076923078, 0.202864021339039, 0.729634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 555, '2022-01-09 00:00:00', 0.0438632358762807, 0.0862115384615369, 0.0494173163359364, 0.121365384615384, 0.0855680925435297, 0.202538461538461, 0.119230036226033, 0.321692307692308, 0.205601553608317, 0.722826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 570, '2022-01-09 00:00:00', 0.0280554738934231, 0.0839807692307712, 0.0552909124540353, 0.124250000000001, 0.0743997234279374, 0.210173076923078, 0.110346091910858, 0.316500000000001, 0.2088595488692, 0.712134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 585, '2022-01-09 00:00:00', 0.0311998582343923, 0.0796346153846152, 0.067431917231666, 0.155788461538462, 0.0775005409410404, 0.207576923076923, 0.106779312314986, 0.313692307692308, 0.209302093965782, 0.704057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 600, '2022-01-09 00:00:00', 0.0598666980754863, 0.127692307692307, 0.0631013379109661, 0.162326923076922, 0.0797635471975661, 0.198788461538462, 0.107942415203662, 0.312750000000001, 0.212967860522155, 0.696519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 615, '2022-01-09 00:00:00', 0.037267742289875, 0.103230769230768, 0.0557616493520536, 0.136692307692307, 0.0845662530436682, 0.188865384615385, 0.0971721470064648, 0.309884615384615, 0.211356745447486, 0.690423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 630, '2022-01-09 00:00:00', 0.0553530382739178, 0.0956730769230768, 0.0607334656194894, 0.127576923076923, 0.0778624329284544, 0.188538461538462, 0.099614373769744, 0.311788461538462, 0.214262628206959, 0.695576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 645, '2022-01-09 00:00:00', 0.0377048915414673, 0.0876730769230774, 0.0618599907980783, 0.136461538461539, 0.0604428783105296, 0.177192307692309, 0.0945768389276059, 0.304038461538463, 0.217708023420217, 0.692788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 660, '2022-01-09 00:00:00', 0.0378959303680695, 0.102192307692308, 0.0485011221123178, 0.136173076923078, 0.0680830714303097, 0.17223076923077, 0.0923499031693295, 0.290730769230771, 0.227045194586044, 0.692903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 675, '2022-01-09 00:00:00', 0.0381872310515535, 0.0872307692307703, 0.0539505186401251, 0.117538461538464, 0.0627777428711799, 0.154250000000002, 0.114200080829824, 0.29146153846154, 0.226409452948889, 0.699096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 690, '2022-01-09 00:00:00', 0.0389663760380466, 0.0810384615384632, 0.0544519018527795, 0.108519230769231, 0.0524168975984482, 0.147134615384618, 0.102529824929139, 0.291250000000002, 0.225108238068165, 0.701826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 705, '2022-01-09 00:00:00', 0.0367640972438312, 0.0713269230769204, 0.0380313028964302, 0.0999999999999992, 0.0384013471318175, 0.137788461538461, 0.0920004703165244, 0.309557692307692, 0.230463502867257, 0.709615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 720, '2022-01-09 00:00:00', 0.0282595388932954, 0.0743076923076924, 0.0342296823509392, 0.103134615384616, 0.048693341828854, 0.143192307692309, 0.093043994970122, 0.31575, 0.229780996904578, 0.706557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 735, '2022-01-09 00:00:00', 0.0187966854688637, 0.067153846153846, 0.0284901062449082, 0.100615384615384, 0.0569055256205752, 0.140826923076922, 0.110209648118763, 0.318557692307691, 0.233095055717619, 0.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974[...];
Date: 2022-01-09 14:58:45 Duration: 10s892ms 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 974390, 5, 900, '2022-01-09 00:00:00', 0.0293872004426685, 0.0681296296296291, 0.0372831144994708, 0.0961296296296297, 0.0948102693777799, 0.18588888888889, 0.227146707615644, 0.446870370370371, 0.349652343615786, 0.830370370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 915, '2022-01-09 00:00:00', 0.0251951500103814, 0.0682592592592594, 0.0988058219734071, 0.152925925925926, 0.0914947455405966, 0.190833333333334, 0.216834793415005, 0.443092592592593, 0.348199751509916, 0.831481481481483 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 930, '2022-01-09 00:00:00', 0.100554874389723, 0.137425925925926, 0.0943719606216119, 0.153981481481482, 0.0981166234379881, 0.208555555555555, 0.209212275818788, 0.438759259259261, 0.345333896395937, 0.826833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 945, '2022-01-09 00:00:00', 0.048439163536365, 0.0929444444444466, 0.0572637534954499, 0.134314814814817, 0.104367079002372, 0.215111111111112, 0.203620089936238, 0.427944444444446, 0.344376815458941, 0.823444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 960, '2022-01-09 00:00:00', 0.0474230821219875, 0.0974444444444439, 0.0835080135022283, 0.149629629629629, 0.112534211322374, 0.253111111111112, 0.20057232214405, 0.422277777777778, 0.362297910069911, 0.836111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 975, '2022-01-09 00:00:00', 0.0502239216677899, 0.093833333333334, 0.079728309127645, 0.164759259259261, 0.11523501935874, 0.255574074074076, 0.196765886531595, 0.402722222222223, 0.378926249505234, 0.835777777777779 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 990, '2022-01-09 00:00:00', 0.0558611552061775, 0.134240740740741, 0.0797223324100609, 0.195351851851852, 0.101507687104526, 0.258814814814816, 0.189747027573385, 0.389629629629631, 0.384463157553059, 0.830648148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1005, '2022-01-09 00:00:00', 0.0465537323960168, 0.119666666666666, 0.07435258077435, 0.171037037037036, 0.0924280539484362, 0.236814814814815, 0.161596978107059, 0.356888888888889, 0.363905845497794, 0.805814814814816 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1020, '2022-01-09 00:00:00', 0.070784437623581, 0.127074074074074, 0.067448640374133, 0.168629629629631, 0.112095029256636, 0.25525925925926, 0.164232675783087, 0.340555555555556, 0.362563840532311, 0.807666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1035, '2022-01-09 00:00:00', 0.0400385053271453, 0.109796296296296, 0.0694018912359207, 0.156240740740741, 0.093095075164817, 0.225407407407408, 0.150218297943482, 0.314462962962962, 0.36304971679661, 0.795407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1050, '2022-01-09 00:00:00', 0.0507999960742083, 0.111203703703706, 0.0843287134304323, 0.173296296296299, 0.0873191089087989, 0.206370370370373, 0.138922940270256, 0.293111111111112, 0.362196592743324, 0.782611111111113 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1065, '2022-01-09 00:00:00', 0.0641594068487192, 0.122277777777778, 0.0634833917307598, 0.151222222222224, 0.0804444031260221, 0.185925925925926, 0.120715144084724, 0.273629629629629, 0.374986179232495, 0.779666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1080, '2022-01-09 00:00:00', 0.0425322987710125, 0.107351851851853, 0.0501313729954067, 0.132407407407409, 0.100517138621705, 0.172814814814815, 0.130818799889611, 0.252407407407407, 0.373431205692047, 0.770666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1095, '2022-01-09 00:00:00', 0.0396719004663202, 0.0879259259259268, 0.0759146835189952, 0.118592592592593, 0.0946533862720369, 0.157574074074075, 0.117671832893051, 0.241111111111112, 0.373447545296953, 0.768870370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1110, '2022-01-09 00:00:00', 0.0516817251284314, 0.0834074074074078, 0.0742635399225169, 0.114351851851853, 0.073492838382032, 0.138296296296298, 0.107283297117752, 0.227074074074075, 0.380742174281171, 0.76375925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1125, '2022-01-09 00:00:00', 0.0435886544610034, 0.0770185185185199, 0.041130265230712, 0.100611111111112, 0.0455264864519661, 0.124240740740742, 0.0904946914122, 0.207407407407409, 0.379134307814294, 0.757851851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1140, '2022-01-09 00:00:00', 0.0255046501541813, 0.0645555555555564, 0.033049992349501, 0.0805740740740762, 0.0439813561251787, 0.113074074074075, 0.0786481127620099, 0.201444444444446, 0.379691179431249, 0.75675925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1155, '2022-01-09 00:00:00', 0.0243689295896378, 0.0489629629629646, 0.0294347387648309, 0.0713333333333339, 0.0485169148405073, 0.112055555555556, 0.116333520069403, 0.22025925925926, 0.383010453019899, 0.752240740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1170, '2022-01-09 00:00:00', 0.0255771554945203, 0.0550370370370367, 0.0455822024422604, 0.0807777777777782, 0.0547045548294516, 0.11262962962963, 0.115345662228243, 0.225277777777779, 0.38316855432778, 0.752222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1185, '2022-01-09 00:00:00', 0.036641259651272, 0.0582037037037053, 0.0438237128307024, 0.0840370370370383, 0.051478904760374, 0.108907407407408, 0.116864018063513, 0.219222222222224, 0.380495488740099, 0.748981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1200, '2022-01-09 00:00:00', 0.0289932894534815, 0.054439999999999, 0.0368719292506752, 0.0711800000000011, 0.047772132741452, 0.104520000000001, 0.117541279982821, 0.206840000000002, 0.389847253207372, 0.73788 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1215, '2022-01-09 00:00:00', 0.0306578293426019, 0.0470600000000013, 0.0377383204890392, 0.068420000000001, 0.045757904599462, 0.0901600000000008, 0.137640134650714, 0.225340000000002, 0.389223819500639, 0.737160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1230, '2022-01-09 00:00:00', 0.0255175919710313, 0.0497200000000004, 0.0342647413531768, 0.0700200000000012, 0.0410180549677004, 0.0877199999999999, 0.161343727282262, 0.238440000000001, 0.387416374847527, 0.735980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1245, '2022-01-09 00:00:00', 0.0200964756445822, 0.0474200000000008, 0.0209364116632548, 0.0573999999999995, 0.0352121901240657, 0.0857400000000007, 0.17136479850502, 0.243960000000001, 0.384112096268785, 0.73496 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1260, '2022-01-09 00:00:00', 0.00952505468050712, 0.0376800000000003, 0.0201763681898733, 0.0562600000000009, 0.0380536572924774, 0.0893200000000007, 0.17149435607817, 0.246220000000001, 0.381544986425803, 0.733080000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1275, '2022-01-09 00:00:00', 0.0209665010592293, 0.0426400000000001, 0.0249982832743906, 0.0608199999999999, 0.0390916870958533, 0.0949200000000002, 0.170372941415784, 0.250720000000001, 0.379976394003628, 0.734680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1290, '2022-01-09 00:00:00', 0.0156258866415101, 0.038719999999999, 0.0380880886892467, 0.0678399999999999, 0.0404077859659088, 0.090680000000001, 0.169800004907733, 0.252900000000001, 0.376833436901062, 0.734780000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1305, '2022-01-09 00:00:00', 0.0362889675613215, 0.0554199999999997, 0.0346890953086615, 0.0755999999999995, 0.0400006041621058, 0.0900600000000009, 0.168458780813981, 0.261560000000001, 0.377230701958365, 0.73426 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1320, '2022-01-09 00:00:00', 0.0221890175537359, 0.0515399999999988, 0.0348389509026902, 0.0637599999999986, 0.0482892586399933, 0.0860399999999999, 0.15975619967104, 0.26172, 0.37775693463743, 0.73002 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1335, '2022-01-09 00:00:00', 0.0281124972209896, 0.0414999999999986, 0.0311234102673018, 0.0574000000000001, 0.110222056171469, 0.147120000000002, 0.155304587826631, 0.279839999999999, 0.376157742842017, 0.72622 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1350, '2022-01-09 00:00:00', 0.014672337918684, 0.0375600000000003, 0.0277265215993658, 0.0580200000000013, 0.108424897202319, 0.151900000000002, 0.14707728410601, 0.285459999999999, 0.373641511567796, 0.723000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1365, '2022-01-09 00:00:00', 0.0262476189396303, 0.0437000000000018, 0.105316459618934, 0.132660000000003, 0.108529654165731, 0.149460000000003, 0.148286513210069, 0.296159999999999, 0.373404898646675, 0.721980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 0, '2022-01-09 00:00:00', 0.0664758012798414, 0.0824791666666691, 0.0871492945875134, 0.108229166666667, 0.077022571037814, 0.133208333333334, 0.119276343063043, 0.312458333333333, 0.347593588169045, 0.737791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 15, '2022-01-09 00:00:00', 0.0502506579378668, 0.064958333333332, 0.0516319147385145, 0.0855625000000024, 0.0982129359967494, 0.157958333333333, 0.121737509775056, 0.324270833333333, 0.350020783544411, 0.733625 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 30, '2022-01-09 00:00:00', 0.0349355514286409, 0.055916666666669, 0.0384893877713646, 0.0852916666666659, 0.117343412466468, 0.176541666666665, 0.117151238109462, 0.332770833333332, 0.34806683255883, 0.730708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 45, '2022-01-09 00:00:00', 0.0360152380693009, 0.0684791666666662, 0.0886276177021903, 0.141562500000001, 0.116360709711195, 0.179354166666666, 0.114918715365707, 0.3355625, 0.347377221950016, 0.728270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 60, '2022-01-09 00:00:00', 0.0828403585216794, 0.11425, 0.105628478094761, 0.140846153846153, 0.111635597093676, 0.161057692307691, 0.11337144023756, 0.326211538461538, 0.330586606830018, 0.726269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 75, '2022-01-09 00:00:00', 0.0354681005108275, 0.0606153846153822, 0.0424112466941711, 0.0774230769230744, 0.0514939167430325, 0.121288461538461, 0.111778346946777, 0.308826923076921, 0.331049117898748, 0.713038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 90, '2022-01-09 00:00:00', 0.029904617600734, 0.0506153846153831, 0.0365550427963933, 0.0806346153846151, 0.0582716615385344, 0.121942307692307, 0.117561173928237, 0.311019230769229, 0.327899987097381, 0.710692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 105, '2022-01-09 00:00:00', 0.0318881699790904, 0.058846153846155, 0.0457980726836659, 0.0932884615384632, 0.0576984868485759, 0.120346153846154, 0.115905825499049, 0.308596153846153, 0.323882378935033, 0.704153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 120, '2022-01-09 00:00:00', 0.0447461042567248, 0.0720769230769229, 0.0515137210997054, 0.0912884615384613, 0.0528346331636587, 0.121538461538461, 0.113113387631787, 0.309461538461538, 0.321869560297576, 0.701923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 135, '2022-01-09 00:00:00', 0.0434224197674609, 0.0575576923076906, 0.0473732681842994, 0.0839423076923073, 0.0505225654077925, 0.141019230769229, 0.11657010601087, 0.31401923076923, 0.318869424083567, 0.697980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 150, '2022-01-09 00:00:00', 0.0349982636931988, 0.0585384615384601, 0.0422266093649693, 0.0860576923076917, 0.0480788974979174, 0.150096153846153, 0.124761292074107, 0.315499999999999, 0.316794933064571, 0.69601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 165, '2022-01-09 00:00:00', 0.0233842567027151, 0.0607884615384605, 0.0309254500620183, 0.11328846153846, 0.058403427849873, 0.164403846153844, 0.127943911990313, 0.311269230769229, 0.310616580987905, 0.691903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 180, '2022-01-09 00:00:00', 0.0293347326297937, 0.095057692307692, 0.0392179315345161, 0.123384615384615, 0.0639168720954166, 0.182442307692306, 0.121565847936893, 0.302846153846154, 0.301109780644868, 0.6905 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 195, '2022-01-09 00:00:00', 0.0310390324987989, 0.0821923076923072, 0.044443152972691, 0.117423076923077, 0.0828132212595595, 0.18298076923077, 0.110409282288153, 0.28048076923077, 0.291745036870318, 0.675057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 210, '2022-01-09 00:00:00', 0.0324198004549436, 0.080711538461538, 0.0562701621985049, 0.122365384615383, 0.0734440865295082, 0.170076923076921, 0.104332058647083, 0.262038461538461, 0.28171667231731, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 225, '2022-01-09 00:00:00', 0.0360551713990579, 0.0766538461538432, 0.0511000112900806, 0.115865384615383, 0.0561915029163681, 0.152749999999997, 0.0894583981524371, 0.245249999999999, 0.264211843908516, 0.663961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 240, '2022-01-09 00:00:00', 0.0318585093088918, 0.0792307692307704, 0.0346323326031993, 0.10753846153846, 0.0602237622410101, 0.147192307692308, 0.0868190093505767, 0.243403846153847, 0.259065714858961, 0.664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 255, '2022-01-09 00:00:00', 0.0303852697105794, 0.0722307692307687, 0.0385617038005333, 0.10275, 0.0578234847152567, 0.144653846153847, 0.0962338118254783, 0.245057692307693, 0.250882930866171, 0.66275 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 270, '2022-01-09 00:00:00', 0.0297088953267972, 0.0725384615384614, 0.0585511774827425, 0.107903846153847, 0.0661048147903125, 0.138942307692308, 0.102648948063102, 0.237942307692309, 0.239685572878623, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 285, '2022-01-09 00:00:00', 0.0405643126595115, 0.0727115384615402, 0.0410392495058092, 0.0955000000000018, 0.049483143983196, 0.133807692307694, 0.100845123065786, 0.232826923076924, 0.238051171777447, 0.659596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 300, '2022-01-09 00:00:00', 0.0220329560850575, 0.061865384615386, 0.0337056546271688, 0.0906346153846153, 0.0456025808986215, 0.128653846153847, 0.101624701721578, 0.233000000000001, 0.232621925846675, 0.665403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 315, '2022-01-09 00:00:00', 0.0262255673840483, 0.0589038461538465, 0.0369934505637887, 0.0883461538461532, 0.0560070222245515, 0.122557692307692, 0.108045054704757, 0.233576923076922, 0.22850432078056, 0.666230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 330, '2022-01-09 00:00:00', 0.0242174841480611, 0.0575576923076928, 0.0363739128835705, 0.0828076923076931, 0.0485750806642486, 0.117538461538461, 0.116529007613488, 0.23651923076923, 0.227356968562318, 0.665134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 345, '2022-01-09 00:00:00', 0.0269383626936647, 0.0538461538461552, 0.0386010163277907, 0.0815384615384612, 0.0389303717700433, 0.110423076923077, 0.120307792765057, 0.23425, 0.237697830157406, 0.672961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 360, '2022-01-09 00:00:00', 0.0244061546462235, 0.0610961538461543, 0.0330980420057645, 0.0790961538461538, 0.0406783064468587, 0.108269230769232, 0.117050508492964, 0.238307692307693, 0.240793126179683, 0.68401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 375, '2022-01-09 00:00:00', 0.0172976765892014, 0.0460192307692313, 0.0259734553845907, 0.0675961538461547, 0.0373965701841566, 0.0972884615384637, 0.110388128193905, 0.245673076923078, 0.24330203214555, 0.683673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 390, '2022-01-09 00:00:00', 0.0193304064981726, 0.0467692307692289, 0.0264673674259747, 0.0683076923076905, 0.0539122399403386, 0.100980769230768, 0.103543911160732, 0.264692307692307, 0.247609382200768, 0.689115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 405, '2022-01-09 00:00:00', 0.0149919465560182, 0.0475384615384606, 0.0185267062953426, 0.0653269230769235, 0.0477448547368842, 0.0971346153846146, 0.10165397756038, 0.274365384615383, 0.244614959602921, 0.705538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 420, '2022-01-09 00:00:00', 0.0209080404114352, 0.0463846153846155, 0.0441184812138335, 0.0745961538461531, 0.0533312147015111, 0.107461538461538, 0.102232632529178, 0.279134615384614, 0.242940847501229, 0.710346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 435, '2022-01-09 00:00:00', 0.03626212264142, 0.0553076923076913, 0.0399574629594229, 0.0713269230769226, 0.0653822723562076, 0.117192307692307, 0.115082253193097, 0.30475, 0.244981154691225, 0.713115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 450, '2022-01-09 00:00:00', 0.0245646165167566, 0.0465961538461539, 0.0338777950876392, 0.0777500000000001, 0.0525934369991601, 0.10948076923077, 0.111378460837192, 0.309307692307691, 0.25443323213642, 0.726480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 465, '2022-01-09 00:00:00', 0.0323862803335969, 0.0561346153846161, 0.0492003166031092, 0.0881346153846164, 0.0502763325570261, 0.11548076923077, 0.118698506244248, 0.313653846153846, 0.245391602263685, 0.742461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 480, '2022-01-09 00:00:00', 0.0317808844336414, 0.0632307692307689, 0.0368734478160922, 0.079865384615385, 0.055304597110353, 0.126461538461538, 0.121801578870657, 0.315730769230768, 0.25205478342248, 0.749423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 495, '2022-01-09 00:00:00', 0.0259273318808836, 0.0535576923076917, 0.0300463040092348, 0.0794038461538449, 0.0821157812997071, 0.140692307692306, 0.121812726693953, 0.320903846153845, 0.251280925383401, 0.764788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 510, '2022-01-09 00:00:00', 0.0278287344580835, 0.0555384615384605, 0.0592405818545153, 0.0945576923076923, 0.0874747084326929, 0.14876923076923, 0.125098836310152, 0.326173076923076, 0.258012510132002, 0.769153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 525, '2022-01-09 00:00:00', 0.0325569560096672, 0.0653461538461543, 0.053142117151884, 0.106230769230768, 0.062814366313645, 0.14526923076923, 0.111342370468473, 0.31878846153846, 0.252181241295897, 0.767961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 540, '2022-01-09 00:00:00', 0.0354048019342008, 0.0839999999999977, 0.0505907258147326, 0.112307692307691, 0.0545542249650608, 0.149211538461537, 0.115340772696191, 0.319423076923074, 0.252104600543872, 0.76951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 555, '2022-01-09 00:00:00', 0.0334779835804885, 0.0723461538461539, 0.0403227793990158, 0.102057692307693, 0.0528757651335806, 0.162057692307693, 0.118225965194428, 0.319673076923077, 0.256129997041767, 0.780846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 570, '2022-01-09 00:00:00', 0.0272353559804999, 0.0742307692307684, 0.0430836440498639, 0.108096153846153, 0.0639531439053972, 0.18726923076923, 0.117744679775286, 0.318019230769229, 0.256221379639981, 0.779653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 585, '2022-01-09 00:00:00', 0.0322227642895729, 0.0780576923076923, 0.0548054636523938, 0.130826923076923, 0.0717590868006365, 0.182442307692308, 0.114237451759988, 0.309653846153845, 0.245547880337952, 0.778692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 600, '2022-01-09 00:00:00', 0.0549512091278744, 0.112346153846154, 0.0645654736265061, 0.156403846153846, 0.0707861459717794, 0.182038461538461, 0.11940652765303, 0.310673076923076, 0.241195271193599, 0.779173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 615, '2022-01-09 00:00:00', 0.0427256768411953, 0.102788461538462, 0.0470261138583121, 0.129346153846154, 0.072959303724746, 0.191000000000002, 0.11354860023525, 0.296730769230769, 0.246538847773608, 0.781288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 630, '2022-01-09 00:00:00', 0.0304556423975284, 0.0868846153846154, 0.0357053755918328, 0.114576923076924, 0.069662971623272, 0.177980769230772, 0.112658880970559, 0.285211538461539, 0.241108004046703, 0.778519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 645, '2022-01-09 00:00:00', 0.0294442955164754, 0.0825576923076924, 0.0676557462452384, 0.143000000000003, 0.0709772254914339, 0.173057692307694, 0.126556969537288, 0.284942307692308, 0.236819591347831, 0.772826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 660, '2022-01-09 00:00:00', 0.0674802107743738, 0.101326923076925, 0.0603259384191744, 0.125826923076925, 0.0753154698584574, 0.157500000000001, 0.123746044225822, 0.27971153846154, 0.233822023046458, 0.770038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 675, '2022-01-09 00:00:00', 0.0288729911056073, 0.0744807692307701, 0.0621602674234435, 0.113173076923076, 0.0873666390299228, 0.163519230769229, 0.134194424107483, 0.286711538461538, 0.232504335774295, 0.766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 690, '2022-01-09 00:00:00', 0.0432052213724937, 0.0831346153846133, 0.0527745568067967, 0.112423076923075, 0.0822053549631375, 0.164096153846152, 0.124160801444679, 0.280769230769231, 0.231418841896279, 0.760403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 705, '2022-01-09 00:00:00', 0.03396765429731, 0.0743076923076924, 0.0557851372541255, 0.110807692307692, 0.0671791634362924, 0.154999999999999, 0.110663564985884, 0.275769230769232, 0.230635207299652, 0.756326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 720, '2022-01-09 00:00:00', 0.0392197605217654, 0.0770192307692301, 0.0512378916277959, 0.109307692307692, 0.0610000283732613, 0.150211538461536, 0.105672325538031, 0.282096153846155, 0.241880851151649, 0.755884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 735, '2022-01-09 00:00:00', 0.0331291644697186, 0.0713076923076928, 0.0398695420667882, 0.100096153846154, 0.0560747577929536, 0.134038461538463, 0.119017839645351, 0.285615384615386, 0.249744216842261, 0.754423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 750, '2022-01-09 00:00:00', 0.0246577807972682, 0.0668846153846145, 0.0352112744182005, 0.0945769230769221, 0.0552334242451624, 0.131865384615384, 0.120882084948675, 0.291538461538463, 0.247339859613946, 0.757384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 765, '2022-01-09 00:00:00', 0.0245611403518771, 0.0624807692307664, 0.0435478516647522, 0.0918461538461546, 0.0415727721545633, 0.123153846153844, 0.122331449192505, 0.314288461538463, 0.241111309277559, 0.754288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 780, '2022-01-09 00:00:00', 0.040382364772452, 0.0706538461538479, 0.039436263085564, 0.0996730769230773, 0.0442288802272224, 0.129923076923077, 0.142952278212535, 0.340423076923078, 0.241700358836181, 0.754711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 795, '2022-01-09 00:00:00', 0.0174629277658064, 0.0615769230769219, 0.0185860265956801, 0.0809038461538438, 0.03592728232673, 0.121480769230769, 0.154354123315886, 0.353846153846155, 0.239997153829278, 0.752423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 810, '2022-01-09 00:00:00', 0.0183227580221556, 0.059288461538461, 0.0324726216041476, 0.0898653846153852, 0.0355771750510823, 0.125346153846155, 0.160210630589379, 0.365884615384618, 0.241196775715151, 0.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 825, '2022-01-09 00:00:00', 0.0305604382268214, 0.0654038461538458, 0.0327309310309664, 0.090076923076923, 0.0485279182136815, 0.127826923076923, 0.161973316890824, 0.382346153846156, 0.241479625673441, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 840, '2022-01-09 00:00:00', 0.0229077497803706, 0.0627499999999996, 0.0267892917757484, 0.0878846153846147, 0.0545866847669478, 0.131115384615386, 0.163258809398311, 0.398673076923078, 0.241219185357665, 0.754846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 855, '2022-01-09 00:00:00', 0.0230336626567423, 0.0635192307692307, 0.0459478006504699, 0.0950961538461532, 0.0746786551730921, 0.150307692307694, 0.156701265273966, 0.393557692307693, 0.237406794666553, 0.752615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 870, '2022-01-09 00:00:00', 0.0358858071366116, 0.0666346153846138, 0.0408917943621202, 0.0936730769230771, 0.0668535368145582, 0.152153846153847, 0.149269994151022, 0.389634615384616, 0.235435883808343, 0.754346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 885, '2022-01-09 00:00:00', 0.0248434869966734, 0.0598269230769251, 0.0481518311817298, 0.106326923076925, 0.0560406994959926, 0.157500000000003, 0.149804304395383, 0.38848076923077, 0.236336794394389, 0.755403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 900, '2022-01-09 00:00:00', 0.0462796516175966, 0.0816153846153852, 0.0522314413120927, 0.110711538461537, 0.0679505589494192, 0.173038461538464, 0.147264978342286, 0.389576923076923, 0.236029013861889, 0.756346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 915, '2022-01-09 00:00:00', 0.020262773748923, 0.0704999999999999, 0.0457956833706484, 0.117730769230771, 0.0873364405397545, 0.183423076923078, 0.136380079754509, 0.383384615384614, 0.234971298574627, 0.755865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 930, '2022-01-09 00:00:00', 0.0372829565103665, 0.0858269230769251, 0.0619051663060885, 0.125980769230772, 0.0890160659656453, 0.176500000000003, 0.129782747460753, 0.377307692307691, 0.241413648361862, 0.75751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 945, '2022-01-09 00:00:00', 0.035588394824068, 0.0849230769230785, 0.0615325836135122, 0.127326923076924, 0.0730992818022174, 0.20025, 0.119659709818494, 0.358884615384614, 0.243940799880123, 0.753423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 960, '2022-01-09 00:00:00', 0.0600966273212125, 0.0932307692307695, 0.0632870536037679, 0.114365384615386, 0.0762035533191306, 0.216307692307694, 0.120063713854834, 0.349846153846153, 0.248328935084095, 0.759 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 975, '2022-01-09 00:00:00', 0.0202130289284292, 0.0644423076923093, 0.0621219767876065, 0.151999999999999, 0.0826178784897927, 0.222076923076923, 0.117685362791574, 0.342269230769229, 0.246224803474698, 0.758423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 990, '2022-01-09 00:00:00', 0.0529896651752446, 0.130730769230769, 0.0599707524869088, 0.173634615384615, 0.0935335234020398, 0.229500000000001, 0.116403993124739, 0.329480769230767, 0.248230913744564, 0.758057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1005, '2022-01-09 00:00:00', 0.0430141881780338, 0.105403846153848, 0.0717066567020437, 0.151269230769231, 0.100972105820597, 0.207884615384617, 0.111398826122801, 0.293961538461536, 0.238720209579203, 0.76053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1020, '2022-01-09 00:00:00', 0.046757035669678, 0.109403846153845, 0.0663242066263545, 0.143903846153846, 0.0964252999038023, 0.212461538461537, 0.101258974910868, 0.273999999999997, 0.230626775582075, 0.761480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1035, '2022-01-09 00:00:00', 0.0488948007303582, 0.089807692307691, 0.075701265104762, 0.137692307692308, 0.0856532926305909, 0.180442307692308, 0.0978642230534018, 0.252884615384613, 0.227503352468959, 0.770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1050, '2022-01-09 00:00:00', 0.0407579392926645, 0.100480769230771, 0.0483686524358645, 0.144057692307694, 0.0520784024332541, 0.160500000000002, 0.0834043187407902, 0.240596153846153, 0.226840381868295, 0.789173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1065, '2022-01-09 00:00:00', 0.0491865718072919, 0.100173076923077, 0.0482012487868874, 0.111096153846155, 0.0450533700609187, 0.136884615384615, 0.0915485327362153, 0.223423076923074, 0.219377918564852, 0.803634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1080, '2022-01-09 00:00:00', 0.0379780908500604, 0.0756538461538456, 0.0393409407028419, 0.0980192307692304, 0.055315625835185, 0.135461538461537, 0.0982067697024219, 0.213519230769227, 0.229847852686546, 0.816153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1095, '2022-01-09 00:00:00', 0.0244426172588265, 0.0706923076923091, 0.0368012959638024, 0.0938461538461543, 0.0631739265836783, 0.13025, 0.0992737803326657, 0.206211538461537, 0.233138100374337, 0.823076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1110, '2022-01-09 00:00:00', 0.0291684761343475, 0.0675000000000015, 0.0519423200808797, 0.0922307692307696, 0.0669720492788985, 0.124846153846153, 0.0955186429648478, 0.199634615384614, 0.233997320826215, 0.824384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1125, '2022-01-09 00:00:00', 0.0406487392178409, 0.0625000000000011, 0.0461086342656802, 0.0913846153846156, 0.0625540043605394, 0.11721153846154, 0.0909035499010654, 0.188153846153845, 0.234218057505263, 0.82653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1140, '2022-01-09 00:00:00', 0.0268598427740389, 0.0613653846153858, 0.0381891295447339, 0.0779807692307704, 0.0521422204537364, 0.100865384615384, 0.0898231103549985, 0.180365384615383, 0.251455863232194, 0.833134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1155, '2022-01-09 00:00:00', 0.0227346989965017, 0.051557692307692, 0.0423610488720282, 0.0739615384615391, 0.0435865231464952, 0.0982499999999974, 0.082437895039003, 0.167942307692307, 0.250576495306324, 0.835499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1170, '2022-01-09 00:00:00', 0.0295648179689716, 0.0514615384615399, 0.0310193302015661, 0.0631730769230769, 0.0459532747640304, 0.099288461538459, 0.0799491400829312, 0.16475, 0.247424957543464, 0.835519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1185, '2022-01-09 00:00:00', 0.0192274243244868, 0.0419230769230754, 0.0332458036681095, 0.0692884615384584, 0.0509660671427573, 0.0944999999999976, 0.0860099211629769, 0.163442307692308, 0.246716733397761, 0.835557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1200, '2022-01-09 00:00:00', 0.024089648271532, 0.052134615384614, 0.0420750062845638, 0.0723846153846139, 0.0558991158592524, 0.0921346153846153, 0.0839309537655802, 0.159750000000001, 0.243314655412415, 0.842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1215, '2022-01-09 00:00:00', 0.0250215906768516, 0.0469999999999976, 0.0317892821802951, 0.0629615384615358, 0.0437124872143121, 0.0851923076923062, 0.0759958298451045, 0.158615384615384, 0.238593169191023, 0.842096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1230, '2022-01-09 00:00:00', 0.0204100748123601, 0.0411346153846156, 0.0235417468798262, 0.0565769230769243, 0.0432125026423529, 0.0834038461538454, 0.0714138642001674, 0.156500000000001, 0.236989061740444, 0.842346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1245, '2022-01-09 00:00:00', 0.014480862702731, 0.0381538461538474, 0.0263808861459607, 0.056865384615385, 0.0381124500151038, 0.0763269230769235, 0.0697421211430969, 0.15271153846154, 0.237237472717821, 0.843038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1260, '2022-01-09 00:00:00', 0.0240539777615647, 0.0439230769230779, 0.0321714696825998, 0.0627884615384613, 0.0365058267214346, 0.0821538461538454, 0.070110045368252, 0.151538461538464, 0.237737829098811, 0.844346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1275, '2022-01-09 00:00:00', 0.0211188668839401, 0.0425576923076922, 0.0221564107757, 0.0540576923076935, 0.0322615274568052, 0.0796153846153844, 0.0712254087117361, 0.152326923076926, 0.237733740040926, 0.844365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1290, '2022-01-09 00:00:00', 0.0180486948175037, 0.037346153846154, 0.0263955415815736, 0.0612692307692282, 0.0395380245411362, 0.0826538461538462, 0.0734670412759777, 0.157884615384617, 0.238032319234175, 0.845749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1305, '2022-01-09 00:00:00', 0.0183937384830995, 0.0499807692307668, 0.0219330888069911, 0.0625961538461532, 0.0425720023561909, 0.0833461538461539, 0.0732023644006545, 0.159615384615386, 0.238410160470113, 0.847269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1320, '2022-01-09 00:00:00', 0.0171726526780227, 0.0440000000000008, 0.031276115241753, 0.0591538461538471, 0.0613192779324234, 0.0949230769230798, 0.0749219285964755, 0.157653846153847, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1335, '2022-01-09 00:00:00', 0.0293278811949427, 0.0432307692307696, 0.0438084861817727, 0.0607115384615392, 0.0622903993096367, 0.0929230769230773, 0.0737102670022193, 0.159211538461539, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1350, '2022-01-09 00:00:00', 0.0226826687481544, 0.0412884615384614, 0.0442831839936491, 0.0705961538461542, 0.0480269155306142, 0.0857307692307692, 0.0700989191181885, 0.160461538461539, 0.23995806684951, 0.850076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1365, '2022-01-09 00:00:00', 0.0331056815946473, 0.056884615384617, 0.0322786485752759, 0.0663653846153856, 0.0402369376797773, 0.0831346153846172, 0.0669796639631414, 0.160346153846155, 0.238893201113933, 0.84980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1380, '2022-01-09 00:00:00', 0.0183849436726414, 0.0401153846153832, 0.0282282455380043, 0.0554230769230759, 0.0278401757288889, 0.0741538461538471, 0.0769945552520522, 0.161307692307692, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1395, '2022-01-09 00:00:00', 0.0187287212590723, 0.0367500000000006, 0.0215077088147837, 0.0513076923076946, 0.0305393378095554, 0.083865384615385, 0.0711712371678338, 0.18275, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1410, '2022-01-09 00:00:00', 0.0112391657232148, 0.0323269230769244, 0.0168759729064292, 0.0515384615384628, 0.0326930479554211, 0.0831538461538458, 0.0737605481374599, 0.199038461538462, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1425, '2022-01-09 00:00:00', 0.0171816650934842, 0.0419807692307702, 0.0354395042507439, 0.0730384615384605, 0.0349663574575093, 0.0803846153846139, 0.0731410255286655, 0.21501923076923, 0.235962520654969, 0.848865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 0, '2022-01-09 00:00:00', 0.0376865411601474, 0.0608461538461531, 0.0369852205409364, 0.0694423076923064, 0.0332253436632126, 0.0802884615384607, 0.0764594638706339, 0.229019230769231, 0.236113359345758, 0.849038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 15, '2022-01-09 00:00:00', 0.0245206035814795, 0.0384999999999985, 0.023258083789052, 0.0505384615384607, 0.0294452817168491, 0.0762307692307709, 0.0776353012488527, 0.240499999999999, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 30, '2022-01-09 00:00:00', 0.015420615571869, 0.0323461538461531, 0.0223208767404321, 0.0508076923076922, 0.0462309295402322, 0.0841730769230771, 0.0804827549612575, 0.249576923076922, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 45, '2022-01-09 00:00:00', 0.0227480514803786, 0.0414230769230758, 0.028267676566382, 0.0628076923076932, 0.047224134149328, 0.0923269230769234, 0.0889764013657554, 0.259999999999998, 0.236543972981445, 0.849134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 60, '2022-01-09 00:00:00', 0.026253849534586, 0.0462307692307692, 0.041880526041809, 0.067538461538461, 0.045316922463231, 0.08678846153846, 0.0957168982749892, 0.274269230769229, 0.236167154786606, 0.848249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 75, '2022-01-09 00:00:00', 0.0237630935567037, 0.0392307692307707, 0.0280808448262131, 0.0550769230769243, 0.0296335114355355, 0.0762500000000012, 0.1035196673993, 0.280807692307691, 0.229836547271183, 0.844038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 90, '2022-01-09 00:00:00', 0.0126825288669701, 0.0359423076923082, 0.0190915204697301, 0.049384615384614, 0.0371071214396694, 0.0855384615384606, 0.107415891962752, 0.293423076923076, 0.229667924152711, 0.843346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 105, '2022-01-09 00:00:00', 0.0157805137870934, 0.0362307692307668, 0.0264703680483554, 0.0599038461538452, 0.0451616115063012, 0.0906346153846153, 0.118072938669932, 0.308826923076921, 0.229664840248032, 0.84332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 120, '2022-01-09 00:00:00', 0.0256275993053155, 0.0490769230769235, 0.0416142218663081, 0.0707884615384601, 0.0528899183355215, 0.110288461538462, 0.119402119553405, 0.321384615384613, 0.229547916901562, 0.842615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 135, '2022-01-09 00:00:00', 0.0280157098785661, 0.0454999999999992, 0.034435787511519, 0.0687884615384631, 0.0419919085612387, 0.139596153846154, 0.110787391673629, 0.325115384615384, 0.229490918204756, 0.84080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 150, '2022-01-09 00:00:00', 0.0265812904126202, 0.0492500000000007, 0.0370552238609407, 0.0835192307692306, 0.0388323467465733, 0.150634615384615, 0.113365243622276, 0.327961538461537, 0.229536710655315, 0.841192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 165, '2022-01-09 00:00:00', 0.0223663896195891, 0.0586538461538464, 0.032747571841871, 0.113288461538462, 0.0445680335597705, 0.161519230769231, 0.131944096553747, 0.34376923076923, 0.225302207302514, 0.838269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 180, '2022-01-09 00:00:00', 0.0300927093138203, 0.091134615384616, 0.0284764139920422, 0.121115384615386, 0.0530903040546522, 0.166596153846154, 0.126802438705013, 0.34303846153846, 0.218951122048173, 0.835076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 195, '2022-01-09 00:00:00', 0.0268760187642331, 0.0704038461538467, 0.0401235639570512, 0.110096153846155, 0.0525601926000454, 0.154076923076923, 0.1417687513035, 0.346173076923076, 0.213877122342569, 0.832788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 210, '2022-01-09 00:00:00', 0.034295486359222, 0.0775961538461532, 0.0432222343066799, 0.105692307692308, 0.0491077504457917, 0.147865384615384, 0.196249661440177, 0.359480769230768, 0.214383883758515, 0.830480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 225, '2022-01-09 00:00:00', 0.0216656143728679, 0.0691730769230754, 0.0389409809840501, 0.104999999999998, 0.0490392346847043, 0.15555769230769, 0.205237585589143, 0.381442307692307, 0.209843671666461, 0.82855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 240, '2022-01-09 00:00:00', 0.0410880714488361, 0.0829807692307697, 0.0457748713395658, 0.108173076923078, 0.0554475080941097, 0.168384615384615, 0.212365389944203, 0.392173076923076, 0.212494681381403, 0.830519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 255, '2022-01-09 00:00:00', 0.0277132847899016, 0.0701153846153833, 0.0449024069939049, 0.122615384615382, 0.0595221096607123, 0.172307692307691, 0.226552479911048, 0.408384615384614, 0.208684307950107, 0.833096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 270, '2022-01-09 00:00:00', 0.0479220721588712, 0.0957499999999992, 0.0492397314558718, 0.130865384615384, 0.0624718428881882, 0.175365384615385, 0.229868494177397, 0.405230769230769, 0.210340216170045, 0.831057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 285, '2022-01-09 00:00:00', 0.0317696577546264, 0.0843653846153846, 0.0415058290623612, 0.113423076923076, 0.0695992070025546, 0.157980769230768, 0.229831798027634, 0.393846153846153, 0.205571347337497, 0.821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 300, '2022-01-09 00:00:00', 0.0268527680853629, 0.0701346153846152, 0.0449882377790199, 0.103692307692307, 0.0648666205496958, 0.153461538461537, 0.225820817327502, 0.392807692307692, 0.202011374394156, 0.816653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 315, '2022-01-09 00:00:00', 0.0263113385912159, 0.0654423076923075, 0.0514042949417802, 0.0978076923076909, 0.0602261666872976, 0.150365384615385, 0.226323430922684, 0.398346153846154, 0.192379368796297, 0.809307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 330, '2022-01-09 00:00:00', 0.0518384621091922, 0.0713846153846152, 0.0614218703219482, 0.107884615384615, 0.0818613461897621, 0.156500000000001, 0.21647161565576, 0.408096153846153, 0.190692016088771, 0.801750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 345, '2022-01-09 00:00:00', 0.0313491013243775, 0.0666153846153835, 0.041315135055031, 0.0989038461538462, 0.108894580284718, 0.164019230769232, 0.211139858861371, 0.3975, 0.188128569989127, 0.793326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 360, '2022-01-09 00:00:00', 0.0314695029414922, 0.0649807692307701, 0.0462763937162851, 0.0952692307692304, 0.0991906575160266, 0.153442307692308, 0.204382560786986, 0.394365384615384, 0.188705207624524, 0.787346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 375, '2022-01-09 00:00:00', 0.0397608040469692, 0.059807692307692, 0.102625435443658, 0.114, 0.114458490964395, 0.156615384615386, 0.206987885189893, 0.409769230769232, 0.18501909360928, 0.779250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 390, '2022-01-09 00:00:00', 0.0963705608575585, 0.0857500000000001, 0.094425202388737, 0.105826923076925, 0.169368316217826, 0.166557692307694, 0.207927495684285, 0.416711538461539, 0.189174729976121, 0.77896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 405, '2022-01-09 00:00:00', 0.0320393267959602, 0.057461538461539, 0.0692320984915126, 0.090288461538462, 0.16478568949256, 0.175211538461539, 0.181940810324506, 0.399038461538462, 0.166796519286684, 0.764326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 420, '2022-01-09 00:00:00', 0.0682602485965416, 0.0661923076923084, 0.14550822472128, 0.106711538461539, 0.171907216700888, 0.186134615384615, 0.181647752955674, 0.398384615384616, 0.171572971692466, 0.765730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 435, '2022-01-09 00:00:00', 0.0829746856670064, 0.0690384615384616, 0.122575880737042, 0.132057692307693, 0.153712844165797, 0.186461538461537, 0.140084666706079, 0.380576923076923, 0.169011202405228, 0.757057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 450, '2022-01-09 00:00:00', 0.103534685752392, 0.0943653846153848, 0.107190063044038, 0.125980769230768, 0.133631859397952, 0.173076923076923, 0.136462150289149, 0.367961538461539, 0.172266538783988, 0.759403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 465, '2022-01-09 00:00:00', 0.0370190647348935, 0.0686346153846141, 0.0765848875431715, 0.11025, 0.0789756072370551, 0.152557692307693, 0.123066567352794, 0.346500000000002, 0.18155169638849, 0.745538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 480, '2022-01-09 00:00:00', 0.0498323072529636, 0.0791730769230784, 0.0698809014296142, 0.109903846153847, 0.0668756049577235, 0.152557692307695, 0.126284442369656, 0.345596153846156, 0.18760308755865, 0.739538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 495, '2022-01-09 00:00:00', 0.0450963583725073, 0.0718076923076914, 0.0416303328762175, 0.101769230769231, 0.0489813190449651, 0.152519230769232, 0.123041543953501, 0.334807692307694, 0.192846257018781, 0.735673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 510, '2022-01-09 00:00:00', 0.0405877255033896, 0.0697115384615374, 0.0392089079360599, 0.0994615384615395, 0.0718590714791536, 0.169115384615384, 0.125740644245941, 0.333019230769232, 0.19756890229448, 0.732634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 525, '2022-01-09 00:00:00', 0.0285421415831718, 0.0679230769230755, 0.0447340861261126, 0.117461538461537, 0.0681867937811557, 0.175326923076922, 0.12396564660607, 0.327192307692308, 0.204118841703703, 0.729307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 540, '2022-01-09 00:00:00', 0.0436527027976351, 0.0984615384615375, 0.0674119710893699, 0.137076923076921, 0.0825545810125265, 0.187326923076923, 0.125401989003977, 0.333173076923078, 0.202864021339039, 0.729634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 555, '2022-01-09 00:00:00', 0.0438632358762807, 0.0862115384615369, 0.0494173163359364, 0.121365384615384, 0.0855680925435297, 0.202538461538461, 0.119230036226033, 0.321692307692308, 0.205601553608317, 0.722826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 570, '2022-01-09 00:00:00', 0.0280554738934231, 0.0839807692307712, 0.0552909124540353, 0.124250000000001, 0.0743997234279374, 0.210173076923078, 0.110346091910858, 0.316500000000001, 0.2088595488692, 0.712134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 585, '2022-01-09 00:00:00', 0.0311998582343923, 0.0796346153846152, 0.067431917231666, 0.155788461538462, 0.0775005409410404, 0.207576923076923, 0.106779312314986, 0.313692307692308, 0.209302093965782, 0.704057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 600, '2022-01-09 00:00:00', 0.0598666980754863, 0.127692307692307, 0.0631013379109661, 0.162326923076922, 0.0797635471975661, 0.198788461538462, 0.107942415203662, 0.312750000000001, 0.212967860522155, 0.696519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 615, '2022-01-09 00:00:00', 0.037267742289875, 0.103230769230768, 0.0557616493520536, 0.136692307692307, 0.0845662530436682, 0.188865384615385, 0.0971721470064648, 0.309884615384615, 0.211356745447486, 0.690423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 630, '2022-01-09 00:00:00', 0.0553530382739178, 0.0956730769230768, 0.0607334656194894, 0.127576923076923, 0.0778624329284544, 0.188538461538462, 0.099614373769744, 0.311788461538462, 0.214262628206959, 0.695576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 645, '2022-01-09 00:00:00', 0.0377048915414673, 0.0876730769230774, 0.0618599907980783, 0.136461538461539, 0.0604428783105296, 0.177192307692309, 0.0945768389276059, 0.304038461538463, 0.217708023420217, 0.692788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 660, '2022-01-09 00:00:00', 0.0378959303680695, 0.102192307692308, 0.0485011221123178, 0.136173076923078, 0.0680830714303097, 0.17223076923077, 0.0923499031693295, 0.290730769230771, 0.227045194586044, 0.692903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 675, '2022-01-09 00:00:00', 0.0381872310515535, 0.0872307692307703, 0.0539505186401251, 0.117538461538464, 0.0627777428711799, 0.154250000000002, 0.114200080829824, 0.29146153846154, 0.226409452948889, 0.699096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 690, '2022-01-09 00:00:00', 0.0389663760380466, 0.0810384615384632, 0.0544519018527795, 0.108519230769231, 0.0524168975984482, 0.147134615384618, 0.102529824929139, 0.291250000000002, 0.225108238068165, 0.701826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 705, '2022-01-09 00:00:00', 0.0367640972438312, 0.0713269230769204, 0.0380313028964302, 0.0999999999999992, 0.0384013471318175, 0.137788461538461, 0.0920004703165244, 0.309557692307692, 0.230463502867257, 0.709615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 720, '2022-01-09 00:00:00', 0.0282595388932954, 0.0743076923076924, 0.0342296823509392, 0.103134615384616, 0.048693341828854, 0.143192307692309, 0.093043994970122, 0.31575, 0.229780996904578, 0.706557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 735, '2022-01-09 00:00:00', 0.0187966854688637, 0.067153846153846, 0.0284901062449082, 0.100615384615384, 0.0569055256205752, 0.140826923076922, 0.110209648118763, 0.318557692307691, 0.233095055717619, 0.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974[...];
Date: 2022-01-09 14:58:33 Duration: 10s679ms 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 960544, 5, 870, '2022-01-09 00:00:00', 0.0587305712555233, 0.125, 0.0670195838198407, 0.155230769230769, 0.0697515701505098, 0.199192307692309, 0.130818517861138, 0.287730769230769, 0.298094646817985, 0.695538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 885, '2022-01-09 00:00:00', 0.0345545722233446, 0.0884615384615384, 0.0422056685948501, 0.147038461538461, 0.0698594192757033, 0.188538461538461, 0.114248420288691, 0.269692307692306, 0.294708575741163, 0.685230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 900, '2022-01-09 00:00:00', 0.0364124450407566, 0.117884615384616, 0.0394757374364787, 0.133423076923079, 0.0772231531641592, 0.188153846153847, 0.112656400685379, 0.254769230769231, 0.295691869246454, 0.680192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 915, '2022-01-09 00:00:00', 0.0273088602133786, 0.0685769230769269, 0.0627638921183683, 0.125115384615386, 0.0787017446781502, 0.164730769230771, 0.0998907095087126, 0.241076923076924, 0.291290278165691, 0.682884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 930, '2022-01-09 00:00:00', 0.0480284691214912, 0.0994230769230778, 0.0622812973532183, 0.124000000000002, 0.0653734361483789, 0.151615384615385, 0.0931382760283778, 0.231538461538462, 0.29104093552943, 0.683115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 945, '2022-01-09 00:00:00', 0.0451646560248841, 0.0723846153846156, 0.0641282968863092, 0.110961538461537, 0.0655794526920166, 0.14123076923077, 0.0955627623002885, 0.221807692307691, 0.291993572110494, 0.682615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 960, '2022-01-09 00:00:00', 0.0510883397806056, 0.0864615384615392, 0.0502139576060432, 0.0978076923076936, 0.0725912900051749, 0.130153846153848, 0.0980196212696533, 0.219384615384616, 0.294423277194324, 0.679884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 975, '2022-01-09 00:00:00', 0.0253095603706136, 0.0505769230769252, 0.0436333147244864, 0.0888846153846168, 0.0550648848038509, 0.115692307692308, 0.0845401315716628, 0.207076923076923, 0.296664246893042, 0.677346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 990, '2022-01-09 00:00:00', 0.0370663645993952, 0.068346153846155, 0.048599841721806, 0.0842307692307713, 0.0524755181012995, 0.109000000000001, 0.0882133515099361, 0.200346153846153, 0.30352114360516, 0.673269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1005, '2022-01-09 00:00:00', 0.0313075316571204, 0.0458076923076951, 0.0365077863138601, 0.0695384615384635, 0.043094761416424, 0.102961538461541, 0.0768657170755511, 0.185538461538463, 0.304026962367081, 0.670076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1020, '2022-01-09 00:00:00', 0.0251209994901584, 0.0527692307692324, 0.0314358932530194, 0.0668461538461555, 0.0521366990191675, 0.103346153846154, 0.0722198353320236, 0.187769230769232, 0.300357123335641, 0.669807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1035, '2022-01-09 00:00:00', 0.01664507319114, 0.0365384615384611, 0.0257981513947135, 0.0697692307692305, 0.0484540861180827, 0.0940384615384607, 0.119084068559213, 0.217153846153847, 0.295632838812969, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1050, '2022-01-09 00:00:00', 0.0286639951050886, 0.0622307692307696, 0.0510258607133535, 0.0790384615384618, 0.0545419528013507, 0.100230769230769, 0.119422842809136, 0.225153846153847, 0.294684950413149, 0.6685 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1065, '2022-01-09 00:00:00', 0.0349052343440863, 0.0408461538461532, 0.0331640444782301, 0.0594230769230764, 0.0500388310753229, 0.0947307692307695, 0.12799305269608, 0.233692307692307, 0.289481913876391, 0.666461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1080, '2022-01-09 00:00:00', 0.0236100369790878, 0.045923076923077, 0.0402171796433013, 0.0633076923076934, 0.0505465664967999, 0.0953461538461544, 0.133767191562288, 0.236692307692308, 0.292080402523794, 0.665192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1095, '2022-01-09 00:00:00', 0.0371302281995912, 0.0425769230769241, 0.0498552520186792, 0.0738846153846178, 0.0505895702233645, 0.101230769230771, 0.143977562354481, 0.261538461538461, 0.290779355949067, 0.665923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1110, '2022-01-09 00:00:00', 0.0339458392148419, 0.0590000000000024, 0.0388455917704951, 0.0735000000000011, 0.0366224185228335, 0.098807692307693, 0.138041220153759, 0.257538461538461, 0.288115663205969, 0.665653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1125, '2022-01-09 00:00:00', 0.0197710355356971, 0.0394230769230777, 0.021192596675399, 0.0676153846153872, 0.0261100628994919, 0.0928461538461539, 0.146839781866023, 0.266192307692307, 0.286612222617679, 0.664615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1140, '2022-01-09 00:00:00', 0.0173480213901715, 0.0520769230769247, 0.0227873109089578, 0.0666923076923069, 0.0364666338536366, 0.0958461538461535, 0.14802004542005, 0.267423076923076, 0.285485165989408, 0.6635 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1155, '2022-01-09 00:00:00', 0.0176052876672353, 0.0351153846153834, 0.0243737879383068, 0.0621923076923062, 0.0331907540415406, 0.0931153846153832, 0.15007692899105, 0.275730769230769, 0.281170848691407, 0.661384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1170, '2022-01-09 00:00:00', 0.0180483112357236, 0.0496923076923061, 0.0259371132964668, 0.0714230769230764, 0.0339346203977365, 0.0909615384615366, 0.148540639349849, 0.277192307692307, 0.279653455878192, 0.661153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1185, '2022-01-09 00:00:00', 0.0217705870738126, 0.0480384615384619, 0.0285579841994918, 0.0690384615384621, 0.0335772816969126, 0.0870769230769235, 0.141659358484196, 0.290576923076924, 0.281193445596006, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1200, '2022-01-09 00:00:00', 0.019203244918101, 0.0512692307692307, 0.0291661816809494, 0.0648846153846153, 0.0427319372546858, 0.101461538461539, 0.140890644991618, 0.296423076923077, 0.283502934457748, 0.658076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1215, '2022-01-09 00:00:00', 0.0219363063997025, 0.0331923076923077, 0.0214181806309139, 0.0554615384615387, 0.120440709958819, 0.150269230769232, 0.13869958682208, 0.311846153846156, 0.282413098955304, 0.656038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1230, '2022-01-09 00:00:00', 0.0190240738175421, 0.0453461538461534, 0.0396150903648515, 0.0816538461538458, 0.120591873689729, 0.155000000000001, 0.138444990464139, 0.316153846153847, 0.281899873113732, 0.654461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1245, '2022-01-09 00:00:00', 0.0337141148254185, 0.0638076923076925, 0.115581233504672, 0.133692307692309, 0.115946804779009, 0.162307692307693, 0.136506635510739, 0.321307692307693, 0.281361164014127, 0.652769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 0, 1320, '2022-01-09 00:00:00', 0.0691385921720722, 0.101666666666668, 0.0921403702298127, 0.127750000000001, 0.0886443390216193, 0.146916666666667, 0.124660204823619, 0.308416666666667, 0.213166699244197, 0.626708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1335, '2022-01-09 00:00:00', 0.0460772177979539, 0.0488799999999998, 0.0524463853219035, 0.07904, 0.109396099869542, 0.148439999999999, 0.117978274836231, 0.31296, 0.207568880133799, 0.623439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1350, '2022-01-09 00:00:00', 0.037914948679031, 0.0597199999999998, 0.0447092458745052, 0.0840000000000003, 0.10558514731407, 0.146159999999998, 0.115080073571985, 0.310439999999999, 0.207452259568314, 0.62324 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1365, '2022-01-09 00:00:00', 0.0292314328534672, 0.0456800000000004, 0.0993334955255927, 0.116319999999999, 0.103097090162621, 0.136479999999997, 0.108891429108691, 0.305519999999998, 0.207555398227395, 0.613919999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1380, '2022-01-09 00:00:00', 0.0951392582561916, 0.103961538461537, 0.0944174771956972, 0.110499999999998, 0.0992701055008693, 0.135076923076921, 0.107105670323212, 0.305769230769229, 0.251488091169343, 0.640499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1395, '2022-01-09 00:00:00', 0.019587594190045, 0.0380769230769207, 0.0340360894436378, 0.0721538461538442, 0.0406349792477037, 0.139192307692308, 0.0871385192579098, 0.290192307692306, 0.251737910106156, 0.634153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1410, '2022-01-09 00:00:00', 0.0338175193558686, 0.0647692307692285, 0.0325936520483062, 0.0751153846153836, 0.0467717205814972, 0.157076923076923, 0.0920230071566534, 0.292923076923075, 0.252491303734481, 0.633461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1425, '2022-01-09 00:00:00', 0.0220240777332435, 0.0424999999999996, 0.0367866196410513, 0.121153846153847, 0.0552900185733926, 0.177115384615386, 0.0923979770008305, 0.290884615384614, 0.253427264637288, 0.631461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 0, '2022-01-09 00:00:00', 0.0356598459809433, 0.111230769230771, 0.0353785897879587, 0.136730769230772, 0.0553564672060869, 0.184461538461541, 0.0848790995384692, 0.287692307692307, 0.249751929229478, 0.627884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 15, '2022-01-09 00:00:00', 0.0366246659212926, 0.0663846153846148, 0.0493412606243498, 0.117999999999999, 0.0618927732826305, 0.174653846153846, 0.0671775603560028, 0.263769230769228, 0.23670052484424, 0.638538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 30, '2022-01-09 00:00:00', 0.0429064277056649, 0.091192307692307, 0.0477367138181265, 0.117923076923077, 0.0544835896253301, 0.163692307692306, 0.0630309447811148, 0.255499999999997, 0.235115133825635, 0.637615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 45, '2022-01-09 00:00:00', 0.0209184497145828, 0.0636923076923085, 0.0430942616204892, 0.122346153846154, 0.050046332379258, 0.160653846153846, 0.0597420738225206, 0.243653846153844, 0.230121977688757, 0.630730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 60, '2022-01-09 00:00:00', 0.0356682146800416, 0.0966923076923092, 0.0351949515610502, 0.11173076923077, 0.0551492101903129, 0.153653846153847, 0.060102028635928, 0.234423076923076, 0.226834839950535, 0.62826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 75, '2022-01-09 00:00:00', 0.0217190805868581, 0.0550384615384609, 0.04916197717749, 0.105499999999999, 0.0592270208604152, 0.144999999999999, 0.0676211619129813, 0.224692307692306, 0.224969061120721, 0.622961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 90, '2022-01-09 00:00:00', 0.0477250458354944, 0.0970000000000008, 0.0590213129692617, 0.117653846153848, 0.0528559726630207, 0.143923076923077, 0.0685440341341589, 0.222730769230769, 0.221903028023851, 0.622076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 105, '2022-01-09 00:00:00', 0.0280150783576381, 0.05373076923077, 0.0291578199037312, 0.0935384615384627, 0.0411280925888841, 0.128000000000002, 0.0750414859619981, 0.214230769230771, 0.218279725264485, 0.622961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 120, '2022-01-09 00:00:00', 0.0260702010850585, 0.0748461538461549, 0.0307469323047662, 0.0915769230769236, 0.0471050054501809, 0.126192307692309, 0.0829234308541051, 0.217153846153846, 0.21873965206294, 0.623653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 135, '2022-01-09 00:00:00', 0.0192988241969463, 0.0472692307692318, 0.0402626186622084, 0.0830384615384623, 0.0462396599668107, 0.123884615384615, 0.103749728451915, 0.218384615384615, 0.219138368651829, 0.61876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 150, '2022-01-09 00:00:00', 0.0261599811808903, 0.0632307692307694, 0.0350567890933932, 0.0815384615384617, 0.0432203833678241, 0.117192307692308, 0.103218722213486, 0.217230769230769, 0.219271763238787, 0.616884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 165, '2022-01-09 00:00:00', 0.0243245048965348, 0.0508076923076922, 0.0309634275582299, 0.0845769230769214, 0.0421047959994334, 0.113576923076923, 0.102081212013544, 0.219423076923077, 0.21387421177304, 0.625538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 180, '2022-01-09 00:00:00', 0.0233837879408267, 0.0671923076923061, 0.0281226981964084, 0.0813846153846154, 0.0497119239681548, 0.113346153846154, 0.100765080948024, 0.223807692307692, 0.214979072326732, 0.632192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 195, '2022-01-09 00:00:00', 0.0237064418379358, 0.0433461538461537, 0.039808561120211, 0.0768076923076923, 0.0507489295074671, 0.104576923076923, 0.0969724782526547, 0.235307692307693, 0.215438329565921, 0.639923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 210, '2022-01-09 00:00:00', 0.0284864610216567, 0.0600384615384618, 0.034029421659227, 0.0728076923076934, 0.0407914772395484, 0.101230769230769, 0.0955812984604453, 0.24276923076923, 0.217687100780349, 0.643923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 225, '2022-01-09 00:00:00', 0.0174613419168865, 0.0365384615384611, 0.0263458944400476, 0.0668846153846145, 0.0443655444963947, 0.0913076923076899, 0.0958402597273988, 0.254346153846153, 0.216407962316192, 0.660615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 240, '2022-01-09 00:00:00', 0.021472271923075, 0.0545384615384612, 0.0270757342396367, 0.068846153846153, 0.0419893026670087, 0.0913076923076916, 0.0980887274947454, 0.258038461538461, 0.21626025987222, 0.6615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 255, '2022-01-09 00:00:00', 0.0123440424746257, 0.0328461538461533, 0.0245543980080666, 0.0539615384615376, 0.0354143821284282, 0.0904615384615375, 0.0902745555769471, 0.270846153846153, 0.225958624531129, 0.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 270, '2022-01-09 00:00:00', 0.0200717175686049, 0.0469230769230769, 0.0216696881522396, 0.0608461538461541, 0.0407086647363349, 0.0926538461538458, 0.0845168713243777, 0.274692307692308, 0.227960185457562, 0.669615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 285, '2022-01-09 00:00:00', 0.0131087756865381, 0.0340000000000011, 0.0256877103210542, 0.0655384615384607, 0.0452258605395023, 0.0984615384615407, 0.0967700287358564, 0.278961538461539, 0.227661709222596, 0.675576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 300, '2022-01-09 00:00:00', 0.0213822715926433, 0.0541923076923068, 0.0289430209470008, 0.0644615384615385, 0.0444495911549947, 0.107384615384617, 0.104019199411233, 0.286923076923078, 0.223996483488881, 0.679769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 315, '2022-01-09 00:00:00', 0.0167004836410856, 0.0348846153846153, 0.0343965338146383, 0.0708076923076954, 0.0590654395890358, 0.125615384615385, 0.1102981414168, 0.308000000000001, 0.220015849079455, 0.694576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 330, '2022-01-09 00:00:00', 0.0341831267418039, 0.0613846153846177, 0.0371894319149118, 0.0815769230769234, 0.057231580846188, 0.127423076923076, 0.119738124511531, 0.314461538461539, 0.224693760825365, 0.701384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 345, '2022-01-09 00:00:00', 0.0264175058509432, 0.0462692307692303, 0.0555474156429916, 0.100346153846154, 0.0573797739760142, 0.130038461538462, 0.122016165385514, 0.319769230769232, 0.231000659339719, 0.707230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 360, '2022-01-09 00:00:00', 0.046322498271939, 0.0824230769230775, 0.0450583894689816, 0.0934615384615387, 0.0489572655093604, 0.128423076923077, 0.123385325146627, 0.32146153846154, 0.231487843176401, 0.710692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 375, '2022-01-09 00:00:00', 0.0213280602457463, 0.0506153846153842, 0.0363618565998051, 0.0912307692307703, 0.0658264501432478, 0.156192307692309, 0.133286827787066, 0.324538461538463, 0.246370181137747, 0.728115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 390, '2022-01-09 00:00:00', 0.0333744490015034, 0.0765769230769214, 0.0479128214733659, 0.0980384615384602, 0.0707447959488642, 0.163115384615382, 0.132786288680492, 0.326038461538463, 0.254709415126034, 0.733615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 405, '2022-01-09 00:00:00', 0.0264350874058309, 0.0574230769230751, 0.0559873612111218, 0.12476923076923, 0.0716747890447936, 0.166346153846153, 0.135937134791729, 0.32123076923077, 0.274853090829376, 0.742307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 420, '2022-01-09 00:00:00', 0.0448403835844434, 0.1095, 0.0462023142943489, 0.127423076923076, 0.0656092863971134, 0.166538461538461, 0.132731585714005, 0.320923076923078, 0.283979189378376, 0.7485 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 435, '2022-01-09 00:00:00', 0.0241710888968931, 0.0648076923076929, 0.0518867553872409, 0.111346153846153, 0.0554216980557687, 0.17326923076923, 0.121983132503575, 0.310730769230769, 0.291707841196263, 0.750769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 450, '2022-01-09 00:00:00', 0.0427688599873258, 0.0908461538461525, 0.0502268699157964, 0.115538461538462, 0.0672581707933055, 0.173307692307692, 0.121126050047048, 0.304, 0.288069468117567, 0.750538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 465, '2022-01-09 00:00:00', 0.0241268442898082, 0.062230769230769, 0.049778153997356, 0.124230769230769, 0.0670995127805295, 0.16376923076923, 0.133545641866511, 0.304038461538462, 0.283983837568266, 0.7445 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 480, '2022-01-09 00:00:00', 0.0503124392020652, 0.0996923076923071, 0.0635072860750256, 0.126846153846153, 0.0773439968333258, 0.169423076923076, 0.13078560847668, 0.308653846153846, 0.28347854619679, 0.744384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 495, '2022-01-09 00:00:00', 0.0315518864485372, 0.0708076923076943, 0.0562331000253537, 0.112807692307694, 0.0828348960281839, 0.186500000000001, 0.155246583017025, 0.310692307692308, 0.282221767682519, 0.747384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 510, '2022-01-09 00:00:00', 0.0450645519910484, 0.088576923076923, 0.0571196854117601, 0.116538461538461, 0.0880655437728061, 0.183499999999998, 0.145031837353577, 0.300076923076922, 0.278395501732006, 0.747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 525, '2022-01-09 00:00:00', 0.0309004605392609, 0.0609615384615393, 0.0580420007077113, 0.124076923076925, 0.0718715199826449, 0.161653846153846, 0.122883365588927, 0.281807692307692, 0.269455625003734, 0.746576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 540, '2022-01-09 00:00:00', 0.0515195556598131, 0.0997692307692305, 0.0605303356876653, 0.119807692307692, 0.0613853528006615, 0.154192307692307, 0.120983463587131, 0.279038461538461, 0.267254361697154, 0.752423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 555, '2022-01-09 00:00:00', 0.0279404036092201, 0.0571153846153857, 0.0391028623780139, 0.0970769230769231, 0.0544195242113028, 0.143730769230768, 0.127044316919485, 0.270461538461538, 0.265324370419419, 0.758307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 570, '2022-01-09 00:00:00', 0.0339198149486977, 0.0790769230769219, 0.034962243371078, 0.0979615384615378, 0.0612407230023142, 0.145884615384616, 0.125855649914434, 0.274269230769231, 0.264762875041044, 0.759500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 585, '2022-01-09 00:00:00', 0.0230412339413155, 0.0565384615384631, 0.0553416243402305, 0.107846153846155, 0.0669664554373764, 0.146115384615387, 0.132598549707813, 0.304846153846156, 0.265762045099341, 0.764230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 600, '2022-01-09 00:00:00', 0.0486679170896596, 0.0813846153846148, 0.055240063499099, 0.10323076923077, 0.0593539707698977, 0.144423076923078, 0.140677437915472, 0.309307692307693, 0.267322027064448, 0.765884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 615, '2022-01-09 00:00:00', 0.0259509893097312, 0.0514230769230771, 0.0331195735758502, 0.0901153846153842, 0.0507744484498308, 0.12926923076923, 0.145752055005965, 0.321307692307692, 0.26274455567806, 0.764692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 630, '2022-01-09 00:00:00', 0.028509539564046, 0.0720769230769229, 0.0359296749005839, 0.0923076923076931, 0.0519486284708259, 0.1255, 0.146443520223276, 0.31776923076923, 0.264390797582204, 0.764423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 645, '2022-01-09 00:00:00', 0.0170160105601945, 0.0457692307692323, 0.0255951918561623, 0.0800769230769228, 0.0507348461649848, 0.12123076923077, 0.140989213990075, 0.323961538461538, 0.276135231641755, 0.767115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 660, '2022-01-09 00:00:00', 0.0212453795881868, 0.0676153846153839, 0.0263301231409092, 0.0826538461538462, 0.051544111056604, 0.134346153846153, 0.140232822888885, 0.336730769230767, 0.274896525987505, 0.768500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 675, '2022-01-09 00:00:00', 0.0152396244653906, 0.0483846153846169, 0.0491030940588668, 0.0909230769230771, 0.0820439281960975, 0.141384615384615, 0.136637240109041, 0.347153846153845, 0.274632655350042, 0.766153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 690, '2022-01-09 00:00:00', 0.0362093060711472, 0.0760769230769223, 0.043006350157231, 0.0961153846153828, 0.0704646992908793, 0.140076923076925, 0.129157292298371, 0.346384615384615, 0.276009032739593, 0.764884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 705, '2022-01-09 00:00:00', 0.0324882227181585, 0.0577307692307689, 0.0494030830554604, 0.104230769230769, 0.0536223403500393, 0.144653846153847, 0.117982606279975, 0.346153846153845, 0.277391752969305, 0.76123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 720, '2022-01-09 00:00:00', 0.0456190243715876, 0.0831538461538464, 0.0454535434854608, 0.0987692307692312, 0.0528145667551913, 0.139538461538461, 0.121342896213741, 0.348461538461537, 0.276166686009623, 0.761961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 735, '2022-01-09 00:00:00', 0.0182061697065749, 0.051769230769232, 0.0388958372303013, 0.100615384615385, 0.0640868281198374, 0.142807692307691, 0.117060063478279, 0.339538461538461, 0.271396913422728, 0.75673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 750, '2022-01-09 00:00:00', 0.0349218908643025, 0.0815384615384617, 0.0394215091620717, 0.0961538461538451, 0.0689426182806004, 0.143269230769228, 0.116949903805006, 0.337999999999999, 0.27336550905054, 0.757692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 765, '2022-01-09 00:00:00', 0.0190483191263277, 0.055038461538462, 0.0516882519013294, 0.104653846153847, 0.0754473428190924, 0.185692307692307, 0.113940659319464, 0.336923076923077, 0.259772210866484, 0.773807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 780, '2022-01-09 00:00:00', 0.0444108268157852, 0.0891923076923083, 0.0486805758135474, 0.106961538461539, 0.0725466852341419, 0.197692307692307, 0.112057299902946, 0.336038461538461, 0.260728898401266, 0.778961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 795, '2022-01-09 00:00:00', 0.0185025569958485, 0.054769230769231, 0.0632441423252911, 0.148307692307692, 0.0811196362455813, 0.210346153846155, 0.113095983741519, 0.325692307692307, 0.256774597353697, 0.780923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 810, '2022-01-09 00:00:00', 0.0571469495787301, 0.135576923076923, 0.0646183708101177, 0.160423076923078, 0.0827530896471779, 0.207923076923077, 0.111074417188866, 0.320615384615385, 0.254435374899009, 0.782000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 825, '2022-01-09 00:00:00', 0.0276138482538141, 0.0707307692307697, 0.05267964137487, 0.133769230769229, 0.0738852853050971, 0.183346153846154, 0.109929802776416, 0.286807692307693, 0.263635762719354, 0.779846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 840, '2022-01-09 00:00:00', 0.0463534414953379, 0.107807692307691, 0.056474636921229, 0.121230769230769, 0.0715945528654251, 0.184499999999999, 0.113606425874597, 0.286499999999999, 0.269189438585829, 0.775076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 855, '2022-01-09 00:00:00', 0.0329134295714354, 0.0625769230769251, 0.0578667035920972, 0.131346153846154, 0.0795513960618215, 0.182769230769231, 0.102047560555775, 0.27623076923077, 0.271899585537354, 0.782769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 870, '2022-01-09 00:00:00', 0.0420680218400924, 0.115961538461537, 0.0395476149237081, 0.139423076923075, 0.0698666972499453, 0.177653846153847, 0.094401507484703, 0.265269230769231, 0.266994465514521, 0.797269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 885, '2022-01-09 00:00:00', 0.033579961973682, 0.0854230769230754, 0.0570119690537403, 0.128730769230768, 0.0711562635763996, 0.160576923076922, 0.0940935377491654, 0.243923076923077, 0.270606273734767, 0.808653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 900, '2022-01-09 00:00:00', 0.0471247281159264, 0.103499999999999, 0.052317668731878, 0.114538461538462, 0.072805536560389, 0.152615384615385, 0.106013119652525, 0.255692307692308, 0.268166676068907, 0.816384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 915, '2022-01-09 00:00:00', 0.0205237948207963, 0.0591153846153854, 0.0434731393639085, 0.0969230769230773, 0.0641542012533962, 0.129807692307693, 0.10878113524235, 0.241846153846154, 0.274375511914715, 0.822192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 930, '2022-01-09 00:00:00', 0.0286625190798024, 0.0795000000000003, 0.0453543314868089, 0.0961538461538478, 0.0533337964723477, 0.121576923076924, 0.109845464876096, 0.241884615384615, 0.273043577812436, 0.827653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 945, '2022-01-09 00:00:00', 0.0243137504622054, 0.0490384615384634, 0.0350952330753799, 0.0856538461538474, 0.0473934756950938, 0.105307692307693, 0.10831501067932, 0.229307692307692, 0.265406709671142, 0.835192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 960, '2022-01-09 00:00:00', 0.0284957216761766, 0.0673846153846174, 0.0279946423445628, 0.0745000000000021, 0.049374440600532, 0.104346153846154, 0.109058488189381, 0.229923076923077, 0.266532815125008, 0.838692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 975, '2022-01-09 00:00:00', 0.0188839777426434, 0.0407307692307697, 0.0370696848983291, 0.0708076923076915, 0.0502108170999648, 0.100615384615386, 0.10440710998483, 0.22026923076923, 0.265324106591282, 0.839192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 990, '2022-01-09 00:00:00', 0.0271793190609201, 0.0596538461538446, 0.0376414664964052, 0.0729999999999993, 0.0511605767694677, 0.106730769230771, 0.101135643872663, 0.218461538461538, 0.265760948106492, 0.838807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1005, '2022-01-09 00:00:00', 0.0281574966107532, 0.0422692307692309, 0.0386588431519365, 0.0748846153846155, 0.049337971022484, 0.104653846153847, 0.101826881746195, 0.216923076923077, 0.264780283370078, 0.837038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1020, '2022-01-09 00:00:00', 0.0272095288738792, 0.0590384615384614, 0.0406017998843198, 0.0771153846153844, 0.0611048657259361, 0.114269230769229, 0.101152649305583, 0.212538461538461, 0.261457079872366, 0.83673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1035, '2022-01-09 00:00:00', 0.017677103835188, 0.0400000000000013, 0.0244377073077979, 0.0651923076923085, 0.0781147971799293, 0.110807692307692, 0.102453479124016, 0.212346153846153, 0.259984842753455, 0.841961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1050, '2022-01-09 00:00:00', 0.0213952187325916, 0.0516538461538463, 0.0559475166149887, 0.0802692307692298, 0.0791893932291435, 0.111999999999998, 0.102600412354845, 0.212269230769231, 0.260775379323928, 0.843038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1065, '2022-01-09 00:00:00', 0.0553445709935635, 0.0596923076923069, 0.0828517118341322, 0.0916153846153837, 0.0835913595093124, 0.111346153846155, 0.104490124671405, 0.211884615384616, 0.261296392273955, 0.843730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1080, '2022-01-09 00:00:00', 0.0687292234340391, 0.0768846153846152, 0.067561493356907, 0.0876538461538449, 0.104179371943111, 0.133307692307692, 0.0997652012708588, 0.209846153846155, 0.260892480063811, 0.845384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1095, '2022-01-09 00:00:00', 0.015651984391272, 0.0347692307692284, 0.0226824567927261, 0.0575769230769225, 0.0945990160950608, 0.110576923076923, 0.0972626262319615, 0.198461538461538, 0.257016874633075, 0.842923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1110, '2022-01-09 00:00:00', 0.0213822356174478, 0.049, 0.095534907031609, 0.089038461538462, 0.0963464342080974, 0.116653846153846, 0.0973407338247368, 0.200461538461538, 0.25709437058134, 0.843653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1125, '2022-01-09 00:00:00', 0.0974099663199884, 0.069307692307692, 0.0936847167570344, 0.0938846153846149, 0.0965228789139958, 0.116884615384615, 0.0961817270347356, 0.200269230769231, 0.259672340874774, 0.848730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1140, '2022-01-09 00:00:00', 0.0894647674528032, 0.0722307692307698, 0.0894105225264966, 0.0861923076923082, 0.096718695989172, 0.116884615384618, 0.0925980893639069, 0.191615384615385, 0.260250234611584, 0.85023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1155, '2022-01-09 00:00:00', 0.0213789256404174, 0.0354615384615378, 0.0366651584771423, 0.0614230769230772, 0.0560816026326477, 0.0928846153846173, 0.0820903442274729, 0.179769230769231, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1170, '2022-01-09 00:00:00', 0.0276471447962479, 0.0487307692307696, 0.0451871492964383, 0.0740384615384642, 0.0476971213451659, 0.0908461538461564, 0.0862149371316576, 0.183153846153847, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1185, '2022-01-09 00:00:00', 0.025531277951684, 0.046615384615388, 0.0247433907259168, 0.0633461538461562, 0.0409955344660106, 0.0889230769230796, 0.0872270247466578, 0.182076923076923, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1200, '2022-01-09 00:00:00', 0.016588596639304, 0.0456923076923078, 0.0196520893389129, 0.0567307692307696, 0.0407068317834511, 0.0816153846153857, 0.0825846325805333, 0.181692307692308, 0.250869650492963, 0.838692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1215, '2022-01-09 00:00:00', 0.012187761831508, 0.0323076923076913, 0.0272210325921833, 0.0587692307692294, 0.0469153083102535, 0.100384615384616, 0.113208894730731, 0.217423076923077, 0.249993270678663, 0.840653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1230, '2022-01-09 00:00:00', 0.0200856627013872, 0.0449230769230766, 0.029884521334374, 0.0547307692307698, 0.0446048807263894, 0.0936538461538468, 0.115248280481082, 0.219384615384615, 0.249952426242705, 0.841153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1245, '2022-01-09 00:00:00', 0.0215070650288207, 0.0329230769230773, 0.043059547319783, 0.0782692307692312, 0.041246146673171, 0.0867307692307702, 0.111624645748426, 0.224692307692307, 0.248330437429337, 0.840384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1260, '2022-01-09 00:00:00', 0.0287627073366423, 0.0487200000000001, 0.0284090947878795, 0.0559199999999998, 0.0426148643863485, 0.0911199999999997, 0.112299406350464, 0.225359999999998, 0.249967684578093, 0.84848 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1275, '2022-01-09 00:00:00', 0.0140089257261226, 0.0281999999999999, 0.0339044244900287, 0.0594799999999998, 0.0419097442925469, 0.109519999999999, 0.110294877487578, 0.234719999999998, 0.251591381675393, 0.85016 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1290, '2022-01-09 00:00:00', 0.0305901945073906, 0.0495199999999994, 0.0398622628559896, 0.0747999999999996, 0.0415759545891628, 0.111679999999998, 0.107349320755496, 0.239279999999999, 0.251960989043939, 0.85044 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1305, '2022-01-09 00:00:00', 0.0400419779731221, 0.0561199999999997, 0.0371993727545681, 0.0892799999999977, 0.0406478781734053, 0.117199999999999, 0.103717854457817, 0.268679999999998, 0.2518053944352, 0.84904 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1320, '2022-01-09 00:00:00', 0.0292223307657805, 0.0532307692307682, 0.0267386496408375, 0.0636538461538451, 0.0316522450291385, 0.0917692307692317, 0.0974541864751757, 0.271961538461538, 0.248542672392489, 0.841500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1335, '2022-01-09 00:00:00', 0.0217007975748504, 0.0307307692307678, 0.0319879063685957, 0.0641153846153852, 0.043262010337727, 0.0898076923076926, 0.09420538119531, 0.270423076923076, 0.2482564090117, 0.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1350, '2022-01-09 00:00:00', 0.0314163357800702, 0.0538846153846163, 0.03005054716, 0.0613461538461543, 0.0470004909958004, 0.091384615384615, 0.0952336802090191, 0.273423076923076, 0.2482564090117, 0.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1365, '2022-01-09 00:00:00', 0.0234129484227462, 0.0363846153846159, 0.0345247514334069, 0.0639615384615389, 0.0485932727221191, 0.0908846153846154, 0.110942535367847, 0.288384615384614, 0.244641728624975, 0.841846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1380, '2022-01-09 00:00:00', 0.0328572904917869, 0.0521923076923071, 0.039096822613375, 0.0641923076923081, 0.047684104753618, 0.0975769230769228, 0.124188467196497, 0.294846153846154, 0.242785593920613, 0.84473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1395, '2022-01-09 00:00:00', 0.0182778975394205, 0.0321923076923073, 0.0271513422249326, 0.0593461538461525, 0.103227992625733, 0.138538461538461, 0.137114550650179, 0.306, 0.240328621170776, 0.844615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1410, '2022-01-09 00:00:00', 0.0173480657312393, 0.0503461538461521, 0.0336935510834861, 0.0691538461538451, 0.100429876032981, 0.146, 0.143258088776864, 0.311999999999999, 0.240303922948868, 0.844846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1425, '2022-01-09 00:00:00', 0.0253313123350411, 0.0463461538461554, 0.103920087641343, 0.12623076923077, 0.096633845002669, 0.154500000000001, 0.149126275866616, 0.330384615384614, 0.23928001298768, 0.844269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 0, '2022-01-09 00:00:00', 0.105691750642357, 0.113115384615385, 0.10164181453289, 0.125461538461539, 0.0962119455241309, 0.159538461538462, 0.147466543793708, 0.326692307692308, 0.233979131219334, 0.841076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 15, '2022-01-09 00:00:00', 0.0237794998976966, 0.0547692307692299, 0.0286779464987424, 0.0912307692307687, 0.039221991476524, 0.143730769230768, 0.145521935962087, 0.313076923076922, 0.238023567029693, 0.830461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 30, '2022-01-09 00:00:00', 0.0250093213391768, 0.0721153846153852, 0.031799080780136, 0.0976923076923085, 0.0290314418412956, 0.144230769230769, 0.144375642522713, 0.311384615384616, 0.237518517496734, 0.827384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 45, '2022-01-09 00:00:00', 0.0235982072330812, 0.0606538461538472, 0.0324727815017669, 0.108807692307692, 0.0639000300950923, 0.172576923076923, 0.148474934429506, 0.314615384615385, 0.238575429130109, 0.825346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 60, '2022-01-09 00:00:00', 0.0313071139617728, 0.0861538461538471, 0.0286327408075771, 0.102923076923076, 0.0701360436251167, 0.178230769230769, 0.148215835342091, 0.314423076923077, 0.239389441319755, 0.82476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 75, '2022-01-09 00:00:00', 0.0201337069077234, 0.0563846153846162, 0.0632622016202893, 0.136884615384616, 0.0618790383297554, 0.167153846153846, 0.164333680240961, 0.342038461538462, 0.23526125902919, 0.8245 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 90, '2022-01-09 00:00:00', 0.0570851590574572, 0.110346153846153, 0.0598584484108428, 0.128923076923076, 0.0592025467227668, 0.155307692307691, 0.185940221990418, 0.338384615384615, 0.233052744112703, 0.818692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 105, '2022-01-09 00:00:00', 0.0202557494212237, 0.0501538461538468, 0.0252949371644592, 0.0870769230769235, 0.0670583672287399, 0.128769230769232, 0.195617369843825, 0.327653846153847, 0.218092178817898, 0.802961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 120, '2022-01-09 00:00:00', 0.0222027025382048, 0.0710000000000018, 0.0291231073997162, 0.0873461538461555, 0.0852348791011322, 0.137769230769232, 0.194489885044481, 0.336653846153847, 0.217995444553673, 0.805423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 135, '2022-01-09 00:00:00', 0.0246204417882009, 0.0513846153846148, 0.0695164396716002, 0.0961538461538478, 0.105055296794667, 0.146153846153848, 0.210896620682705, 0.354769230769233, 0.246980609640638, 0.816692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 150, '2022-01-09 00:00:00', 0.0691798992593829, 0.0775384615384645, 0.0904067815700032, 0.105884615384617, 0.116418555222093, 0.147000000000002, 0.223136908645791, 0.357000000000001, 0.248161547879911, 0.812076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 165, '2022-01-09 00:00:00', 0.033853530664638, 0.0566923076923089, 0.0491728036152572, 0.0957307692307716, 0.0808315627614688, 0.151307692307694, 0.202175631948675, 0.357115384615386, 0.221843312688516, 0.798846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 180, '2022-01-09 00:00:00', 0.0274886550024952, 0.0701153846153866, 0.038536296576682, 0.0873846153846172, 0.0578467072395785, 0.139807692307695, 0.201733125307059, 0.358423076923077, 0.217407455112425, 0.792192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 195, '2022-01-09 00:00:00', 0.0336663264770799, 0.0523076923076945, 0.0574579444865139, 0.106846153846155, 0.0826621762634839, 0.141346153846155, 0.203857993560373, 0.380192307692308, 0.225545264090927, 0.793115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 210, '2022-01-09 00:00:00', 0.0458526066703037, 0.0866923076923084, 0.0437041804020555, 0.0998461538461551, 0.0727323861838728, 0.132999999999999, 0.188990207316512, 0.388538461538462, 0.225199330508637, 0.791461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 225, '2022-01-09 00:00:00', 0.011489192245825, 0.0391923076923095, 0.0468751697432836, 0.0751923076923082, 0.0611751583569685, 0.116999999999999, 0.189601071077793, 0.366615384615385, 0.230105276909371, 0.777961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 240, '2022-01-09 00:00:00', 0.0434249308046033, 0.0622692307692291, 0.0485448721842446, 0.0752692307692283, 0.0611727440563587, 0.117230769230767, 0.186874733856254, 0.363615384615383, 0.232624715930053, 0.774538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 255, '2022-01-09 00:00:00', 0.0228758522329678, 0.0397692307692315, 0.0506279946882544, 0.0790769230769213, 0.117393434490768, 0.139461538461537, 0.186853150896633, 0.3645, 0.23612499949098, 0.773846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 270, '2022-01-09 00:00:00', 0.0500321896382728, 0.0694999999999984, 0.056087623754814, 0.0833076923076905, 0.146760128729213, 0.146846153846152, 0.186089213509583, 0.365346153846155, 0.236798846800726, 0.774576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 285, '2022-01-09 00:00:00', 0.0237676250391154, 0.0424999999999996, 0.0965262897628668, 0.10126923076923, 0.130260023975718, 0.145923076923076, 0.17579824099934, 0.365307692307692, 0.239823422221753, 0.774076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 300, '2022-01-09 00:00:00', 0.094599569034633, 0.08803846153846, 0.125779269418233, 0.106230769230767, 0.129157441192462, 0.15126923076923, 0.172766129159091, 0.373153846153847, 0.240639407860359, 0.77226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 315, '2022-01-09 00:00:00', 0.03797027177229, 0.0526923076923062, 0.0444128186623937, 0.0955384615384613, 0.069765453209582, 0.153538461538462, 0.148049118668306, 0.360692307692307, 0.24431573519022, 0.767538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 330, '2022-01-09 00:00:00', 0.0352112744182029, 0.0740769230769242, 0.0377608873754929, 0.09173076923077, 0.0678574637355051, 0.152653846153848, 0.146166143612199, 0.358692307692308, 0.249466979470537, 0.763576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 345, '2022-01-09 00:00:00', 0.0227600527240161, 0.0515000000000021, 0.0524160867849391, 0.110384615384616, 0.0764251267581556, 0.165000000000001, 0.148585929554379, 0.34846153846154, 0.254910364336472, 0.756423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 360, '2022-01-09 00:00:00', 0.0469543968613748, 0.0943461538461551, 0.0591181867110288, 0.115000000000002, 0.101031967522852, 0.174461538461539, 0.148695910657134, 0.348076923076923, 0.253133035864845, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 375, '2022-01-09 00:00:00', 0.0354062141438472, 0.061000000000001, 0.0596473353586283, 0.116730769230769, 0.125651189960388, 0.19530769230769, 0.130801129141209, 0.338153846153844, 0.248313192437415, 0.745807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 390, '2022-01-09 00:00:00', 0.0459729686463014, 0.0939230769230761, 0.075824625591912, 0.119423076923075, 0.111668355134576, 0.206692307692306, 0.114471279568954, 0.329923076923076, 0.24719275568175, 0.744538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 405, '2022-01-09 00:00:00', 0.0417550549680475, 0.0702692307692296, 0.0863871874403062, 0.146884615384614, 0.0952584177584669, 0.199384615384616, 0.127604153537416, 0.326499999999999, 0.253749337248091, 0.739615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 420, '2022-01-09 00:00:00', 0.0810417556192266, 0.126615384615383, 0.0866159338690089, 0.160999999999999, 0.0952529587668878, 0.195384615384615, 0.130288703093732, 0.326884615384615, 0.25642038800496, 0.741846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 435, '2022-01-09 00:00:00', 0.038468448610019, 0.0796923076923067, 0.044941808528877, 0.118384615384615, 0.0627216561790759, 0.168384615384615, 0.11367754666329, 0.30076923076923, 0.26416064168491, 0.729269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 450, '2022-01-09 00:00:00', 0.0332075292667187, 0.0955000000000007, 0.0414382209300313, 0.117615384615385, 0.054167901366597, 0.163807692307694, 0.11142716834845, 0.300423076923077, 0.266106077749802, 0.736730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 465, '2022-01-09 00:00:00', 0.0396660870459695, 0.0689615384615404, 0.0516982963563972, 0.123076923076925, 0.0571008419714295, 0.164884615384615, 0.10916833155904, 0.290269230769231, 0.269842438357016, 0.750307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 480, '2022-01-09 00:00:00', 0.0364707891543141, 0.102961538461539, 0.0491598961005348, 0.119846153846155, 0.063596335162915, 0.169423076923076, 0.108212412198629, 0.287615384615385, 0.2745907388208, 0.753076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 495, '2022-01-09 00:00:00', 0.0224703907740504, 0.0640384615384634, 0.0504390569057186, 0.114461538461538, 0.0697513826717115, 0.161153846153846, 0.108487539163934, 0.285115384615384, 0.274839052202163, 0.754769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 510, '2022-01-09 00:00:00', 0.0502118128914517, 0.095884615384613, 0.0528766925533801, 0.115769230769229, 0.063309544790171, 0.157538461538459, 0.108409111169749, 0.288153846153846, 0.273321678613312, 0.7555 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 525, '2022-01-09 00:00:00', 0.03446237636344, 0.067153846153846, 0.0525137491153865, 0.113423076923078, 0.0560369109124985, 0.148846153846155, 0.114582351977148, 0.302653846153846, 0.278159945687036, 0.759653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 540, '2022-01-09 00:00:00', 0.0321477598214619, 0.0900384615384619, 0.0304734941572806, 0.102923076923076, 0.0606110043321654, 0.148576923076923, 0.123537873358117, 0.296384615384615, 0.280861717959896, 0.754230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 555, '2022-01-09 00:00:00', 0.0207351429666196, 0.0608846153846142, 0.0464131944104753, 0.107769230769231, 0.0566651161175516, 0.157846153846152, 0.129904959341582, 0.30853846153846, 0.283643969684641, 0.756692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 570, '2022-01-09 00:00:00', 0.0426549663444494, 0.0873846153846167, 0.0570184315678852, 0.109307692307692, 0.0577492324291313, 0.153423076923077, 0.131368026785586, 0.308961538461537, 0.286911372002949, 0.754153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 585, '2022-01-09 00:00:00', 0.0223803828935414, 0.0541923076923068, 0.034609025056834, 0.10176923076923, 0.0596619322000717, 0.137884615384614, 0.131101557815071, 0.322461538461538, 0.284720853847034, 0.75726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 600, '2022-01-09 00:00:00', 0.0283118078112015, 0.0820384615384608, 0.0366369296664516, 0.0952307692307697, 0.053442319733163, 0.135192307692306, 0.132804448488976, 0.328307692307691, 0.284346692504873, 0.755807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 615, '2022-01-09 00:00:00', 0.0252926562768413, 0.0499615384615393, 0.0503779713763863, 0.0984999999999981, 0.0579910470543654, 0.127807692307692, 0.13354349334724, 0.347230769230769, 0.283043766661895, 0.753423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 630, '2022-01-09 00:00:00', 0.0456941841106541, 0.0840384615384583, 0.0483423050912793, 0.0985384615384587, 0.0538949405360513, 0.129769230769229, 0.133730567243934, 0.362230769230769, 0.283646551457701, 0.754615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 645, '2022-01-09 00:00:00', 0.0204996435241046, 0.0506538461538453, 0.0300272952751058, 0.0829615384615389, 0.0425483797033983, 0.125730769230769, 0.135371761627578, 0.385076923076924, 0.283518052606613, 0.756384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 660, '2022-01-09 00:00:00', 0.0253191627033743, 0.0685000000000008, 0.0358783414418122, 0.0881538461538473, 0.0570082989909912, 0.130115384615384, 0.137903316187046, 0.39173076923077, 0.283373002351209, 0.755461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 675, '2022-01-09 00:00:00', 0.027551015617188, 0.0584615384615389, 0.0357263961884684, 0.0978461538461537, 0.0485583550602161, 0.141923076923077, 0.136255867904693, 0.404692307692308, 0.280812403846137, 0.757384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 690, '2022-01-09 00:00:00', 0.0243405328302711, 0.0716923076923068, 0.0357292597180504, 0.0904999999999992, 0.0479417755840741, 0.144423076923075, 0.1365556071575, 0.408076923076924, 0.280812403846137, 0.757384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 705, '2022-01-09 00:00:00', 0.026570776312449, 0.0576153846153853, 0.0434559370113971, 0.103538461538462, 0.0847267462992739, 0.179307692307691, 0.140304021544423, 0.426538461538462, 0.281797384930816, 0.759615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960[...];
Date: 2022-01-09 14:22:35 Duration: 3s717ms Database: acaweb_fx User: pgperfstats
19 25s895ms 40 52ms 3s502ms 647ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Jan 09 14 40 25s895ms 647ms [ User: postgres - Total duration: 25s895ms - Times executed: 40 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s502ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s438ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988202' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:11:37 Duration: 2s502ms Database: acaweb_fx User: postgres Bind query: yes
20 23s798ms 7 2s959ms 3s922ms 3s399ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #20
Day Hour Count Duration Avg duration Jan 09 14 7 23s798ms 3s399ms [ User: pgperfstats - Total duration: 23s798ms - 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 969855, 5, 930, '2022-01-09 00:00:00', 5.74732101083089, 5.01119230769231, 6.89378382301486, 6.44103846153846, 7.29831478388092, 7.64126923076921, 17.8015525525595, 24.5818076923077, 55.1720597065636, 81.5032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 945, '2022-01-09 00:00:00', 3.70342360712977, 3.63242307692308, 5.93430994653448, 5.19830769230769, 8.75579801054923, 13.7291923076923, 17.6441235815214, 24.44, 55.3089111481491, 81.5160769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 960, '2022-01-09 00:00:00', 3.97920345875325, 3.65838461538463, 4.64582056758047, 5.29511538461539, 9.57266744530808, 16.4015384615385, 17.3578513185067, 24.0213461538462, 55.2600620084844, 81.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 975, '2022-01-09 00:00:00', 3.3527826321522, 4.21853846153845, 7.2253770227953, 12.4578076923077, 10.8187267455023, 17.3090769230769, 17.2477153646059, 24.1445384615385, 56.9649923000218, 82.5483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 990, '2022-01-09 00:00:00', 7.05956820601547, 11.9521538461539, 9.3591725449504, 15.4903846153846, 11.0556002307219, 17.6683076923077, 17.3369929276633, 24.2095769230769, 57.1729303357939, 82.7896923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1005, '2022-01-09 00:00:00', 5.7912889588256, 9.27226923076922, 8.06821349484888, 11.5870384615384, 10.5316367021538, 15.0871153846154, 15.4650046418954, 21.4424230769231, 56.7336268688496, 82.1235769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1020, '2022-01-09 00:00:00', 5.07304139166421, 7.3068076923077, 6.94765095365666, 9.73842307692308, 10.3074222798615, 13.0471538461539, 13.353272608385, 19.3840769230769, 56.8193444309649, 80.3662692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1035, '2022-01-09 00:00:00', 4.72972067690455, 6.33419230769228, 7.60798616970756, 9.55196153846153, 10.8313559444506, 12.8956538461538, 12.5952532326209, 18.2680769230769, 57.2239385327504, 79.519 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1050, '2022-01-09 00:00:00', 5.17512246098137, 6.71638461538461, 6.67214249063857, 8.71115384615385, 10.0601584897288, 12.4070384615385, 12.4229065634664, 18.1097307692308, 57.2830291868234, 79.3175384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1065, '2022-01-09 00:00:00', 3.63342971118938, 5.33588461538462, 6.71403136080301, 7.80807692307692, 8.72343934607307, 10.7552307692308, 12.8763450655127, 17.2856153846154, 57.9346742324358, 79.3455384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1080, '2022-01-09 00:00:00', 5.36820490093863, 5.61146153846154, 7.29971244870961, 8.11907692307691, 8.55523754793159, 10.5636923076923, 13.048135354967, 16.9391923076923, 58.1834044488765, 79.1983076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1095, '2022-01-09 00:00:00', 5.10930785858965, 5.4520769230769, 6.06287816102095, 7.33134615384614, 6.94761095064617, 9.54080769230768, 17.0833296056081, 18.3545769230769, 58.5072116800866, 79.5414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1110, '2022-01-09 00:00:00', 3.32482477155391, 4.34080769230769, 4.92767997399932, 6.39238461538461, 5.21486337441799, 8.53757692307692, 17.0462856646702, 18.2601923076923, 58.9128880662079, 79.9753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1125, '2022-01-09 00:00:00', 2.97071343956296, 4.36749999999999, 3.20095754735984, 5.90149999999999, 4.84890960748275, 8.6513076923077, 17.2480622950923, 18.8371538461538, 58.5645729589537, 79.8437692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1140, '2022-01-09 00:00:00', 2.15831267464621, 4.11219230769231, 3.30117965512096, 5.79965384615384, 4.49081659612146, 8.13750000000002, 17.8510411149085, 19.7213846153846, 57.797039551294, 79.3534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1155, '2022-01-09 00:00:00', 2.89885195525081, 4.18646153846153, 4.22431631682755, 6.15323076923077, 4.97861198590068, 7.79888461538462, 23.5583953172014, 30.5698076923077, 58.5104400055632, 78.3082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1170, '2022-01-09 00:00:00', 3.03323969303195, 4.23965384615386, 3.59286860578863, 5.37553846153847, 5.52410264164096, 7.77934615384615, 23.4526218904937, 30.7194615384615, 58.5024912917522, 78.2086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1185, '2022-01-09 00:00:00', 2.66884483366, 3.78411538461538, 4.47957234720527, 5.75042307692305, 5.71447627333089, 7.97096153846154, 24.3863481383776, 31.0413846153846, 58.2822200250973, 78.2364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1200, '2022-01-09 00:00:00', 2.88384832703339, 3.84055999999998, 3.85423520602121, 5.41476000000001, 4.29318747047771, 6.89936, 25.4285309074276, 30.67188, 59.5257526503446, 77.71344 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1215, '2022-01-09 00:00:00', 2.40296628010743, 3.58612000000001, 3.554436402582, 5.22316000000001, 4.41222440990181, 6.93208000000001, 26.3754403797674, 37.64068, 59.4346466416405, 77.755 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1230, '2022-01-09 00:00:00', 2.49299980812943, 3.61928, 2.39898860425251, 4.44035999999999, 4.68702454548724, 6.98743999999998, 26.1161641717028, 40.18128, 59.4695774944915, 77.72204 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1245, '2022-01-09 00:00:00', 1.67046545409752, 2.9028, 2.84901485195612, 4.53871999999999, 4.9664597176124, 7.16028, 25.3454907940906, 41.97352, 59.3644387271538, 77.93316 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1260, '2022-01-09 00:00:00', 2.45356959482844, 3.51856, 3.68530425835732, 5.37131999999997, 6.60747722609269, 8.02571999999998, 25.0156928298352, 43.71556, 59.0767769143962, 78.27952 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1275, '2022-01-09 00:00:00', 2.87810434835152, 3.99015999999999, 4.52098003682093, 5.74592000000001, 12.6096603751515, 10.24488, 24.7518261294664, 44.26808, 58.5617187258594, 77.98928 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1290, '2022-01-09 00:00:00', 3.32847823236587, 3.70248000000003, 5.37696169628662, 5.67640000000001, 12.5780342663974, 9.75755999999999, 25.2144835891332, 44.1234, 58.8723419001657, 77.58468 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1305, '2022-01-09 00:00:00', 3.15566072690542, 3.82003999999999, 11.9256544485687, 7.21787999999999, 13.3656770620372, 10.37892, 25.6694993745495, 44.26884, 59.0468146903511, 77.32908 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1320, '2022-01-09 00:00:00', 2.81324420459905, 3.54745833333333, 4.49620529535419, 5.62433333333332, 5.71926348617333, 8.96104166666666, 24.3345516760708, 42.0646666666666, 49.6942911394038, 70.36325 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1335, '2022-01-09 00:00:00', 2.89460132670799, 4.01533333333333, 4.2326667066136, 6.01916666666665, 16.9478171370281, 21.7561666666666, 24.4045468708397, 41.5586666666667, 49.8664928712193, 69.7863333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1350, '2022-01-09 00:00:00', 3.74810888523525, 4.29104166666665, 4.89203586569353, 6.43504166666664, 17.6157498509085, 21.170125, 24.7138252700439, 41.284, 50.0374530003907, 69.361375 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1365, '2022-01-09 00:00:00', 3.87116347876811, 4.92937500000002, 17.2569951032257, 19.7399166666667, 18.9978479940702, 20.9181666666667, 24.6820061632876, 40.930375, 49.9588289787455, 68.9748333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 930, '2022-01-09 00:00:00', 5.9564259339529, 3.38836000000001, 5.91788850097736, 4.28668000000001, 8.27296457806995, 7.74608000000001, 17.4469038469103, 34.54048, 53.2008989671227, 75.62308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 945, '2022-01-09 00:00:00', 3.7940141451151, 2.70739999999999, 4.67060446409241, 4.21168, 10.4069820085684, 16.24088, 17.1246790293035, 34.38176, 54.570937788442, 76.30712 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 960, '2022-01-09 00:00:00', 3.33689438949851, 2.7768, 5.84294116491573, 5.50295999999999, 9.95066354035416, 21.06068, 16.9700292730056, 34.47488, 55.1423262369903, 76.76792 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 975, '2022-01-09 00:00:00', 4.57773200140273, 3.72811999999999, 10.1330528017638, 14.8464, 11.96461750301, 24.10892, 16.4664829682399, 34.32052, 55.5244462544202, 77.17212 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 990, '2022-01-09 00:00:00', 10.1966773243379, 13.85804, 8.76665557058868, 19.77932, 11.9894922154082, 25.5648, 15.3009965715745, 33.9922, 56.0417182989006, 77.22168 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1005, '2022-01-09 00:00:00', 6.3223666133287, 8.76348, 7.29242893646099, 13.10728, 8.43133008842615, 18.39468, 15.1437344449776, 27.83076, 56.9738792754189, 75.86176 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1020, '2022-01-09 00:00:00', 6.43548291453978, 8.02848000000001, 7.30114641295006, 12.35812, 7.63074221117011, 16.58312, 14.6190894634379, 25.37936, 57.3216833635115, 74.60828 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1035, '2022-01-09 00:00:00', 4.66259665029407, 6.34276, 5.29359624924305, 9.65379999999998, 6.66641977951183, 13.07752, 15.3175542181729, 22.55732, 56.8449697672538, 74.39956 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1050, '2022-01-09 00:00:00', 3.96371893470427, 5.88371999999999, 4.80000190381905, 9.10288000000001, 5.95292527614226, 11.74552, 16.921655413306, 21.77952, 57.3452967104249, 73.89284 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1065, '2022-01-09 00:00:00', 4.10920079090811, 5.18784, 4.43021530402302, 7.43784000000001, 5.4555398526024, 10.1042, 19.3630266094087, 21.75568, 58.4427564438058, 73.9606 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1080, '2022-01-09 00:00:00', 2.68971342773414, 4.52564000000002, 3.59259914871299, 7.20032000000003, 11.4289643177615, 11.24472, 19.1576922428912, 21.85164, 58.393356550981, 73.41004 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1095, '2022-01-09 00:00:00', 3.56999745704859, 4.62548000000003, 4.11575896200606, 6.4956, 11.9134427716481, 11.24556, 19.7040914204809, 22.76904, 58.2679239567248, 73.58932 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1110, '2022-01-09 00:00:00', 3.56599020469769, 4.54815999999999, 10.8266290464761, 8.16648, 11.7762528232315, 11.34216, 19.5038307029671, 22.48656, 57.9973314329203, 73.28256 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1125, '2022-01-09 00:00:00', 9.58078894628901, 5.47060000000001, 9.45335215624597, 7.96764000000001, 9.93808714441569, 10.77844, 18.5032826212, 22.98952, 57.5354761805561, 73.50536 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1140, '2022-01-09 00:00:00', 3.20705106393189, 3.98987999999998, 6.58281453913652, 7.63956, 7.96622273979332, 10.33336, 17.9567626270253, 22.90572, 57.6969986247985, 74.19968 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1155, '2022-01-09 00:00:00', 4.90382492652423, 5.06092, 5.84833289550679, 6.85864, 6.68164020232558, 9.50772, 17.1587895126667, 22.96504, 57.5314991247404, 73.66804 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1170, '2022-01-09 00:00:00', 2.69287368375622, 3.71352, 2.8989335240165, 5.58308000000002, 4.38220922861213, 7.94983999999999, 15.8350919597372, 22.38804, 57.2652965576302, 73.009 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1185, '2022-01-09 00:00:00', 2.43663985028563, 3.49148000000001, 3.21913254775258, 5.24612000000001, 4.59311941313672, 8.00688000000001, 15.5794043444114, 22.19768, 57.4356084478668, 73.03288 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1200, '2022-01-09 00:00:00', 2.83837542325417, 3.45828, 4.03232328482395, 5.36864000000001, 4.99441741914577, 8.16024000000002, 15.5205969023961, 21.26996, 57.2464079700494, 72.42584 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1215, '2022-01-09 00:00:00', 2.76597766199704, 3.36748000000001, 2.79436851721459, 5.03892000000003, 5.57276360913807, 9.34908000000001, 16.6489600287826, 24.46096, 57.156299848544, 72.17028 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1230, '2022-01-09 00:00:00', 2.14817572062128, 3.24448000000002, 4.08318227693386, 6.08556000000002, 6.81898301923878, 9.86860000000001, 16.4751160466322, 24.4154, 56.8869390058913, 72.25072 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1245, '2022-01-09 00:00:00', 3.33552510458747, 3.57484, 4.20521917304357, 6.40772, 10.2250713363445, 9.96939999999999, 16.921829413315, 25.01412, 56.6650408480102, 72.23116 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1260, '2022-01-09 00:00:00', 3.21764741024661, 3.96224000000002, 5.77686891836746, 6.35420000000001, 10.3572260287203, 10.50448, 16.9447664587034, 24.77856, 56.64287943237, 71.95016 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1275, '2022-01-09 00:00:00', 3.85569256770644, 4.07048000000001, 7.2687936222824, 6.22184, 9.99060410635913, 11.04492, 17.1150388442445, 28.65784, 56.550579821018, 71.67452 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1290, '2022-01-09 00:00:00', 5.44728810143176, 4.07892, 6.67858554760416, 7.42580000000002, 8.8765297830853, 10.41464, 30.4810375308978, 35.73928, 56.5472775281003, 71.70144 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1305, '2022-01-09 00:00:00', 4.52479553202869, 4.22524000000001, 6.24484750948064, 6.58840000000001, 7.71699563992793, 9.96404000000002, 31.0511723960089, 38.0802, 57.0220249861694, 71.54324 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1320, '2022-01-09 00:00:00', 2.56865287326515, 3.5144, 3.46355602524342, 5.76644000000002, 7.78978134053409, 10.303, 31.7844723621457, 38.95056, 56.8154880677209, 71.28296 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1335, '2022-01-09 00:00:00', 3.17052479252252, 3.82528000000003, 4.7685061507772, 6.43392000000003, 14.0148192511831, 13.19932, 31.7319230054426, 39.04204, 56.59329842393, 71.1804 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1350, '2022-01-09 00:00:00', 4.00987055402039, 4.52188000000002, 6.75845489812573, 7.41812000000002, 13.9700423331499, 12.78696, 32.370365645551, 39.92688, 56.2953933010212, 71.0152 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1365, '2022-01-09 00:00:00', 4.25685298156588, 4.82516000000001, 12.5946501912518, 10.01876, 12.4733376124168, 11.14812, 31.7271548110868, 39.01564, 56.0187442805829, 70.54476 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1380, '2022-01-09 00:00:00', 4.67693647136061, 3.11542857142858, 4.84708462794661, 4.18776190476193, 4.83726842831977, 4.92638095238098, 32.2417525964467, 34.9270952380952, 45.9020872357674, 57.921 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1395, '2022-01-09 00:00:00', 2.64983623303492, 2.3874761904762, 2.67564267936117, 3.39304761904763, 8.91718460560709, 11.9972380952381, 32.2239228844334, 35.2318095238095, 45.9153252519295, 57.9000952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1410, '2022-01-09 00:00:00', 2.26296505665003, 2.12661904761905, 2.70085607327963, 2.72914285714285, 8.74292541756722, 11.9265714285714, 32.2438911185035, 35.6025238095238, 45.7471994176901, 58.3618095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1425, '2022-01-09 00:00:00', 1.81384744725259, 1.71080952380951, 8.5967200193141, 10.7997619047619, 9.11781924376132, 12.0275238095238, 32.2560063931252, 35.5923333333333, 45.570450696278, 58.5304761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 930, '2022-01-09 00:00:00', 9.34674357122061, 5.03411538461537, 11.6987291752303, 6.69265384615385, 11.8128026096851, 9.17584615384615, 31.3158759462108, 36.5339615384615, 56.3596200405383, 69.4000769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 945, '2022-01-09 00:00:00', 4.35144549369692, 3.61373076923076, 7.55029331758298, 5.9883076923077, 10.2556322513721, 18.4043461538462, 31.0395304203428, 36.1343461538461, 56.4137352156233, 69.2754615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 960, '2022-01-09 00:00:00', 5.16694221506746, 4.1124230769231, 6.85173788499059, 5.99173076923079, 26.8985169778216, 25.1616153846154, 32.8803027374235, 37.0847692307692, 57.2434683761858, 69.6731538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 975, '2022-01-09 00:00:00', 6.16097808968173, 4.76869230769231, 8.91513286470731, 17.0556538461538, 26.4693597473642, 27.6506538461538, 33.4363532757617, 37.7486923076923, 57.6774227067563, 69.9475769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 990, '2022-01-09 00:00:00', 8.18723151977892, 16.1429615384615, 25.9869524922678, 23.8823461538462, 26.6049627225102, 28.3198846153846, 34.2517893923582, 38.3114615384615, 57.5049376037732, 69.9924230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1005, '2022-01-09 00:00:00', 22.3691997679502, 14.8254615384616, 22.6690331768999, 19.2671538461539, 23.3526402758628, 22.3045769230769, 33.6462266332863, 35.0965384615385, 56.1733548069381, 67.4848846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1020, '2022-01-09 00:00:00', 8.97004751355226, 10.4736538461539, 9.21085656285773, 13.0053076923077, 13.2274772558431, 17.9759230769231, 26.9893326122634, 30.5148461538462, 51.3976055980612, 63.8095769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1035, '2022-01-09 00:00:00', 5.73896430216627, 8.7663076923077, 7.110188234228, 11.3763846153846, 14.8618687571713, 17.3306538461539, 26.368557497403, 29.615576923077, 51.2400114566882, 63.5661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1050, '2022-01-09 00:00:00', 5.60769073326984, 7.37599999999999, 10.6734068800058, 12.0141153846154, 17.0961126270092, 16.9576538461538, 26.3475907938468, 28.441, 51.1542082307845, 63.2910384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1065, '2022-01-09 00:00:00', 8.13011727013541, 9.33188461538463, 12.6133303804409, 13.1013846153846, 16.1315237592066, 17.3880769230769, 24.381841238228, 27.0413846153846, 49.2167059114625, 62.1401538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1080, '2022-01-09 00:00:00', 7.69273940253953, 7.84065384615385, 9.41837261984009, 10.1253846153846, 11.7754079570682, 14.3973461538462, 20.6170811027018, 24.0233461538462, 48.7909809196488, 61.7256923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1095, '2022-01-09 00:00:00', 6.12544138993578, 6.8806923076923, 7.98835352410957, 10.0488846153846, 11.0079512143933, 13.4005384615385, 18.4153617269346, 23.3534230769231, 48.4535590398127, 62.2872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1110, '2022-01-09 00:00:00', 5.7480304416784, 7.37303846153844, 7.30652301019177, 9.87153846153848, 9.09827965682779, 12.0470769230769, 16.9772819899463, 22.3973846153846, 48.5224833531679, 63.4680384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1125, '2022-01-09 00:00:00', 4.92500711940136, 6.32638461538463, 6.58815732613047, 8.15992307692308, 8.37538451048439, 10.9514615384615, 15.9774447007216, 21.3222692307692, 48.4648999378059, 64.1396923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1140, '2022-01-09 00:00:00', 3.82420630438025, 5.49053846153847, 5.90743600089036, 7.55776923076923, 10.4186869242057, 11.2347692307692, 14.8779870609103, 21.2712307692308, 48.4097060501301, 64.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1155, '2022-01-09 00:00:00', 4.23287398638507, 5.25976923076922, 7.22278023659544, 7.9748846153846, 11.2110136211605, 11.6025769230769, 17.3452248299507, 22.1818076923077, 48.3243731355259, 64.6526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1170, '2022-01-09 00:00:00', 5.0215049881638, 5.42488461538461, 8.15625999330953, 7.90496153846154, 10.7589819627781, 11.2356538461538, 16.6964291871507, 21.6161923076923, 48.0977422600943, 64.9980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1185, '2022-01-09 00:00:00', 4.72290948528064, 5.54138461538462, 6.64443217554252, 8.08615384615386, 11.3593205912759, 11.4058461538462, 16.3110049106542, 21.3943461538462, 49.5240897725386, 66.1540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1200, '2022-01-09 00:00:00', 5.15288130138412, 5.76588461538464, 7.19948637794072, 7.88011538461539, 9.78910030626687, 11.7953846153846, 14.9988744019215, 20.6977307692308, 49.5119713555761, 66.2543461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1215, '2022-01-09 00:00:00', 4.50880428716972, 5.36849999999998, 7.7395713792074, 7.87142307692309, 8.71490433364677, 11.9407692307693, 16.4649400216152, 23.0173461538462, 49.4069953068934, 66.1471538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1230, '2022-01-09 00:00:00', 5.66414076109862, 5.83219230769231, 7.11831494634683, 8.77865384615384, 9.05565237517428, 11.9085, 16.4821335268036, 22.7853461538462, 48.6759249796194, 65.8136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1245, '2022-01-09 00:00:00', 5.58844553107984, 6.0834230769231, 6.54494896507106, 8.37965384615388, 8.68976204162113, 11.1235, 16.0915716261172, 22.8340384615385, 47.9380727134979, 65.4277307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1260, '2022-01-09 00:00:00', 3.9271232007471, 5.53507692307694, 7.24965446306552, 8.35292307692309, 8.24755307824455, 10.5734615384616, 16.3218269328104, 22.3657692307692, 48.0330570877374, 64.9689230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1275, '2022-01-09 00:00:00', 4.639439726784, 5.65446153846154, 5.57051638719425, 7.29049999999999, 8.74671026615152, 11.205, 17.8899612889034, 24.8050384615385, 47.8158611801082, 64.9166538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1290, '2022-01-09 00:00:00', 3.70943661158732, 4.96484615384616, 5.7922770993267, 7.19634615384616, 8.53876375244101, 11.2625, 18.878557886783, 26.1952692307692, 47.7485243920045, 65.0535769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1305, '2022-01-09 00:00:00', 4.74294899970957, 5.85942307692307, 6.62399966752601, 8.50734615384616, 9.87767354671051, 11.7578461538461, 22.8607912012282, 28.3188846153846, 43.8699129847114, 61.5113846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1320, '2022-01-09 00:00:00', 4.97159450060657, 6.10803846153846, 6.73004758789895, 8.34384615384614, 9.19345191895589, 11.6481153846154, 22.7634683858894, 28.3303461538461, 44.1394226542005, 61.6603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1335, '2022-01-09 00:00:00', 3.69760510039424, 5.07503846153845, 5.75802186011293, 7.03030769230767, 9.32015896076059, 11.2864230769231, 23.8557686302818, 28.9926923076923, 44.4638608255496, 62.1560769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1350, '2022-01-09 00:00:00', 4.6871726803463, 5.10684615384612, 5.53929326233537, 7.57238461538461, 8.80343848251264, 10.2153461538461, 24.4987621325273, 29.9938846153846, 44.6853709235343, 62.3775769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1365, '2022-01-09 00:00:00', 3.16350138831109, 5.21607692307695, 7.93773383781541, 7.92900000000002, 8.20762530821187, 8.38400000000002, 23.913470278035, 30.4304615384615, 45.8332922500664, 63.326 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1380, '2022-01-09 00:00:00', 1.90593180049511, 2.87113636363636, 2.68193939204402, 3.54395454545454, 2.83542664395445, 3.94340909090909, 22.6991615584521, 26.6068636363636, 39.3109281197527, 55.5482727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1395, '2022-01-09 00:00:00', 1.37369282375136, 1.63954545454547, 1.75714714672339, 2.26300000000002, 8.29876424326945, 9.67418181818183, 22.8726968430585, 26.8612727272727, 39.4892776722461, 55.7388636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1410, '2022-01-09 00:00:00', 1.3291900969586, 1.55786363636365, 1.96295518944207, 2.27313636363639, 8.54313722701759, 10.0631818181818, 22.7526419060651, 27.0630909090909, 39.7735548374682, 56.0801363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1425, '2022-01-09 00:00:00', 1.59079604347887, 1.44063636363637, 8.2150827427176, 9.29577272727272, 9.48032528164975, 11.0602727272727, 22.5784380310525, 27.0342727272727, 40.069316527062, 56.0942272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 930, '2022-01-09 00:00:00', 3.60425985830013, 3.91438461538462, 4.0796656448594, 5.06457692307694, 5.04618611077863, 7.19923076923077, 21.1392590409772, 28.6321923076923, 43.6443327077129, 62.1493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 945, '2022-01-09 00:00:00', 3.3051013204532, 3.45553846153851, 4.42798201598043, 5.27357692307696, 9.875812867031, 14.5962307692308, 21.0676026841068, 28.7778461538462, 43.4582645721864, 62.3738846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 960, '2022-01-09 00:00:00', 2.65960923474455, 3.71080769230773, 3.68809152335125, 5.08926923076925, 14.0565715874763, 18.1769230769231, 20.923299556126, 28.7806538461538, 43.9342812373208, 63.271 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 975, '2022-01-09 00:00:00', 2.66564484130952, 3.76950000000002, 9.86151649626737, 13.9033846153846, 18.3530367993965, 20.882, 20.98007272672, 29.1825384615385, 46.4267942891238, 69.2497307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 990, '2022-01-09 00:00:00', 10.0114733823825, 13.6243846153846, 14.2728343892003, 17.6073076923077, 18.4941052489706, 21.842, 20.9985660491011, 29.1620384615385, 46.4617347177223, 69.5145 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1005, '2022-01-09 00:00:00', 7.43159173891071, 10.1005769230769, 11.9433923022797, 14.4336153846154, 13.251773514573, 17.7048076923077, 15.3411914842161, 24.5796538461539, 44.3299059929247, 67.9646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1020, '2022-01-09 00:00:00', 6.7678363805463, 8.95307692307692, 6.7025791225353, 11.2945769230769, 10.4153428352304, 15.0211538461538, 12.4364825443284, 22.4266538461539, 44.0924516324681, 67.2871923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1035, '2022-01-09 00:00:00', 4.23929544799424, 7.03515384615387, 6.36317687177864, 10.0966923076923, 9.54778286442219, 14.4038846153846, 13.8573165376496, 22.6067692307692, 43.9817573742184, 71.5037307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1050, '2022-01-09 00:00:00', 4.53315915178195, 6.65715384615384, 6.62231645318719, 9.49138461538461, 8.18379757410006, 12.6054230769231, 15.1862256381843, 22.9655769230769, 45.0512150336276, 73.3703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1065, '2022-01-09 00:00:00', 4.09155180265948, 6.25307692307691, 6.10979748638326, 9.32873076923076, 8.21874883880659, 12.5226538461538, 17.0971927293973, 23.6021153846154, 44.2105127996289, 75.0833846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1080, '2022-01-09 00:00:00', 4.2612817632907, 6.04411538461538, 5.81521198925714, 8.42, 7.24801856382408, 11.9063076923077, 17.6997343634131, 23.5078461538462, 44.3285799216054, 76.2658846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1095, '2022-01-09 00:00:00', 4.052494000565, 5.86876923076923, 6.07203454991691, 8.66015384615385, 6.02499432913873, 10.4158846153846, 19.198054672965, 23.4448846153846, 44.2810343671141, 77.2733076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1110, '2022-01-09 00:00:00', 3.49336459899885, 5.5613076923077, 3.51471769497701, 6.89565384615384, 4.95801803701686, 9.08915384615384, 19.6959944278018, 23.1485, 44.4104317328884, 77.6746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1125, '2022-01-09 00:00:00', 2.52146948852025, 4.40769230769232, 3.09372275024519, 6.18984615384617, 5.43034353184457, 9.22107692307694, 18.9947190534633, 22.566, 44.3267535705713, 77.7671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1140, '2022-01-09 00:00:00', 2.36875373269444, 4.68938461538463, 4.19112441402615, 6.49042307692308, 5.48826495674038, 9.06234615384616, 19.4897313682399, 22.3916153846154, 44.7612962756717, 78.0350384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1155, '2022-01-09 00:00:00', 2.9332194538792, 4.25926923076924, 4.21660492029383, 6.27642307692309, 5.87862891196708, 8.83726923076921, 21.7267073749196, 23.8776538461539, 44.6661709126028, 78.5959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1170, '2022-01-09 00:00:00', 3.72242975570443, 5.05061538461538, 4.58803024200345, 6.41130769230768, 5.87333198317747, 9.10476923076923, 22.5563743660531, 24.3353076923077, 44.7493681439363, 79.1291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1185, '2022-01-09 00:00:00', 2.64561889458489, 4.00684615384615, 4.08234387896878, 6.33811538461538, 4.70381162054122, 8.3658076923077, 22.6862002019188, 24.0431923076923, 44.8379800271875, 79.6040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1200, '2022-01-09 00:00:00', 3.34976469988795, 4.87176923076922, 4.26062966184401, 6.69665384615387, 6.91839916754873, 9.4508076923077, 22.5278196585057, 23.8666153846154, 45.272886935543, 80.3079615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1215, '2022-01-09 00:00:00', 3.17953595646624, 4.67753846153849, 3.37798353254628, 6.03511538461539, 9.04524157435618, 11.1324615384615, 25.9531757316903, 28.399, 45.4250996040566, 80.5159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1230, '2022-01-09 00:00:00', 2.79388871756799, 4.1993846153846, 5.38818344956388, 6.51661538461538, 10.0293328781898, 11.8263076923077, 28.6216690097932, 29.2208846153846, 46.0867120166557, 81.8941153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1245, '2022-01-09 00:00:00', 4.50101636470974, 4.90165384615386, 8.23290057232846, 9.11592307692309, 11.2501667828321, 12.4898076923077, 30.5504218068073, 29.5764230769231, 47.1305055349668, 83.0333076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1260, '2022-01-09 00:00:00', 6.64241436793767, 7.09434615384615, 8.1332772984724, 8.90742307692308, 11.1315312082391, 11.634, 29.9120791463145, 29.2801538461539, 46.8745143095905, 83.146 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1275, '2022-01-09 00:00:00', 5.17652874483992, 5.49438461538462, 7.82399685317304, 8.13696153846155, 10.9974144054934, 11.5896153846154, 26.958061372464, 30.1488076923077, 45.8964203205603, 82.4558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1290, '2022-01-09 00:00:00', 5.12837360513507, 5.52892307692307, 6.54278044682724, 7.41115384615384, 14.4568522878892, 13.4109230769231, 26.5116019100202, 31.0936538461539, 45.8921769448613, 82.3934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1305, '2022-01-09 00:00:00', 5.15260531441659, 5.21861538461538, 8.43384917332897, 8.38303846153845, 13.2597244953976, 12.9764230769231, 25.3504481372314, 30.9720384615385, 46.2018814812358, 82.2356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1320, '2022-01-09 00:00:00', 5.99585051694407, 5.94369230769228, 10.9245063823709, 10.0775384615385, 11.9006959082878, 11.9516923076923, 23.6312897151213, 30.875, 46.9029391852513, 82.4001538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1335, '2022-01-09 00:00:00', 7.24425285046971, 6.6998076923077, 7.82166333559459, 8.78284615384615, 11.0658717739933, 12.4509615384615, 22.2487347717019, 30.1576923076923, 48.2516990250722, 82.8793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1350, '2022-01-09 00:00:00', 5.0400413412529, 5.76380769230769, 6.43592147678827, 7.20784615384615, 10.9960519553436, 11.6222692307692, 21.3555651384256, 30.0766923076923, 48.1367586286757, 82.7833461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1365, '2022-01-09 00:00:00', 5.05335154343515, 5.33869230769231, 9.02771246363961, 9.21238461538463, 10.5398419880872, 10.2395769230769, 21.7313229271978, 30.3663846153846, 47.9815007984728, 82.7180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1380, '2022-01-09 00:00:00', 4.45718518614045, 3.16154545454546, 4.66874686251395, 3.77486363636366, 4.81663539879605, 4.05822727272729, 18.404162174175, 25.194, 48.3294546010691, 76.5166818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1395, '2022-01-09 00:00:00', 1.95794390841129, 1.9084090909091, 2.35817749901978, 2.27045454545455, 11.8692555505674, 12.4529090909091, 18.4654874665899, 25.1540454545455, 48.6511323011498, 76.5807727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1410, '2022-01-09 00:00:00', 1.48981439981209, 1.47677272727272, 1.5367014689789, 1.8885, 12.337390125565, 12.8055909090909, 18.4044713250724, 25.6017727272727, 49.7335408278447, 77.1616818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1425, '2022-01-09 00:00:00', 0.917864121455131, 1.11454545454548, 11.8710186247142, 12.0590454545455, 12.3618659696294, 12.6491818181819, 18.3492047626025, 26.0509090909091, 49.6633780219149, 77.7945 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 930, '2022-01-09 00:00:00', 3.67878333012425, 3.85496000000001, 3.98196325112794, 4.74860000000001, 4.49815496916975, 6.44328000000001, 20.7985762647351, 28.36584, 48.6938956595862, 81.96044 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 945, '2022-01-09 00:00:00', 2.66333608593931, 2.88376000000002, 3.07124066841615, 4.12008000000002, 9.19388178845039, 13.93944, 20.5665505244965, 28.30068, 48.9372610770498, 82.12584 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 960, '2022-01-09 00:00:00', 3.01191854305525, 3.12432000000001, 3.50573369734021, 4.97456000000002, 12.3073819212969, 17.09156, 20.6061115903349, 28.45104, 48.8447615953509, 82.08616 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 975, '2022-01-09 00:00:00', 2.52194306702856, 3.88380000000002, 8.98154762554872, 13.4874, 16.0322346225763, 19.49408, 20.5321580900142, 28.4256, 48.631367977092, 82.77136 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 990, '2022-01-09 00:00:00', 8.77104236963883, 12.9982, 11.9968468774091, 16.3786, 16.9987952991773, 21.41396, 20.3858084021704, 28.35628, 54.6665553198968, 86.72772 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1005, '2022-01-09 00:00:00', 9.36978298183401, 10.02872, 13.6336736047186, 13.02672, 14.9138553365654, 17.7944, 18.0480109302937, 23.99104, 52.0053001431264, 83.45868 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1020, '2022-01-09 00:00:00', 6.96561457135455, 7.98176000000003, 8.37470224704538, 11.20432, 11.6802801050888, 15.921, 15.733060391206, 22.37424, 51.3395677637954, 81.84256 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1035, '2022-01-09 00:00:00', 5.3791562792567, 7.68612000000002, 8.26195233727072, 11.42144, 11.6494569089436, 14.96876, 14.7656840175681, 21.24256, 50.6785419195343, 81.61456 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1050, '2022-01-09 00:00:00', 6.12161680114003, 7.58351999999999, 8.11814803654956, 9.94028000000001, 10.9555257270779, 12.86904, 12.5649484190478, 18.99876, 53.092870582813, 81.05284 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1065, '2022-01-09 00:00:00', 6.22448607999088, 6.66128000000002, 7.77696886368121, 8.60496000000001, 9.1964751713179, 10.88008, 10.6731112416514, 17.18792, 53.0989101073961, 80.17552 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1080, '2022-01-09 00:00:00', 3.30768974109325, 5.10744000000001, 4.94253279807023, 6.97872, 6.27785959463893, 9.37555999999998, 8.89871086581271, 16.47636, 53.6602943667227, 80.05976 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1095, '2022-01-09 00:00:00', 4.17630022188698, 4.85727999999999, 5.96315986090147, 7.11711999999999, 7.29379449555121, 9.77368, 9.32685145998726, 16.75864, 53.5767936760559, 80.23824 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1110, '2022-01-09 00:00:00', 3.86109909352245, 5.24128000000001, 4.6773880168316, 6.99907999999999, 6.58576971760579, 9.84176, 9.28331590147974, 16.70072, 54.1742358206371, 80.4378 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1125, '2022-01-09 00:00:00', 3.03930884577398, 4.51252000000001, 5.11616854784905, 7.05212000000001, 6.59612259841594, 9.37720000000001, 8.8159891167507, 16.13076, 54.2639673808504, 79.91908 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1140, '2022-01-09 00:00:00', 3.27212978145223, 4.64984, 4.57027301445624, 6.45152, 5.73559888997364, 8.01527999999999, 8.35521349677355, 15.44608, 54.3212435046671, 79.27132 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1155, '2022-01-09 00:00:00', 4.09861715582222, 4.61956, 4.85179637763171, 6.27356, 5.70088205894493, 7.9726, 8.9509248203747, 15.83816, 54.1658725269581, 79.40424 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1170, '2022-01-09 00:00:00', 4.01292740527414, 4.81488000000001, 4.79561491538537, 5.85679999999999, 5.85445422306813, 8.1524, 8.96498271517203, 15.6174, 54.6298102898653, 79.54384 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1185, '2022-01-09 00:00:00', 2.52495733495307, 3.60227999999999, 3.68866828950504, 5.67199999999999, 5.358249377673, 7.95931999999998, 8.79704986875334, 15.35332, 54.8496476057352, 79.56184 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1200, '2022-01-09 00:00:00', 2.52697206817435, 4.17300000000001, 3.89537375485332, 5.95876000000001, 5.25102521037556, 7.98347999999999, 8.48432094179218, 15.01352, 54.7935258191452, 79.47412 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1215, '2022-01-09 00:00:00', 3.09062042692618, 4.35296000000001, 3.51262246144765, 5.53916, 4.49401840524341, 8.26951999999999, 9.97197697349931, 17.80952, 54.5451536917809, 79.57248 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1230, '2022-01-09 00:00:00', 2.36705496133909, 3.67524, 3.84292965500713, 5.497, 4.12724684141861, 7.75436000000001, 10.6643300456866, 18.78564, 54.4919438147206, 79.46096 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1245, '2022-01-09 00:00:00', 3.28167374724137, 4.04099999999997, 3.73642469570397, 6.10643999999998, 4.02747182816547, 7.86808, 10.5506246137373, 18.55864, 54.4560908077324, 79.36032 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1260, '2022-01-09 00:00:00', 2.6166338828095, 4.68172, 2.7477964201641, 5.71020000000001, 4.99778426972059, 8.67723999999999, 11.3447945556542, 18.88752, 54.0989135095768, 79.8154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1275, '2022-01-09 00:00:00', 2.0246973082414, 3.52576000000001, 2.76713643080108, 5.18512, 5.7849460305751, 8.38308000000001, 12.5517870474022, 20.8154, 54.3867583966294, 80.61532 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1290, '2022-01-09 00:00:00', 2.48702961582685, 4.14868, 4.68783656569494, 6.82000000000001, 5.91511175098718, 8.60212000000002, 13.8042421136886, 23.5228, 54.1822365233908, 81.04752 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1305, '2022-01-09 00:00:00', 3.79701148931628, 4.7768, 4.828090989891, 6.22924000000004, 5.54743040755511, 8.11528000000003, 14.6345133619127, 24.04156, 54.1793936451551, 80.83144 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1320, '2022-01-09 00:00:00', 3.04259050426881, 4.12632000000002, 4.35621968492561, 5.67188000000002, 5.89570367216672, 8.28996, 15.1303287645488, 24.18224, 54.0666613943689, 80.9318 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1335, '2022-01-09 00:00:00', 2.77673206425588, 3.78996, 3.99026529694455, 5.57984, 6.19256985561461, 8.5736, 15.2018474233671, 24.7572, 55.4529560152868, 81.2174 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1350, '2022-01-09 00:00:00', 3.29995417543941, 4.53432000000001, 4.22869052505226, 6.20784, 6.13482832631309, 8.32552000000001, 15.5275009077443, 25.29824, 55.4715120215774, 81.16372 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1365, '2022-01-09 00:00:00', 2.98952196457342, 4.26491999999999, 5.69121725321864, 6.35564000000001, 5.61212533478481, 7.04624000000002, 17.767955914886, 26.45568, 55.4199862948979, 81.74848 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1380, '2022-01-09 00:00:00', 1.39934167228362, 1.90820000000002, 1.80329617134262, 2.53965000000001, 2.49658031378082, 3.24300000000002, 18.1565880158952, 23.1538, 48.1161068953608, 72.83665 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1395, '2022-01-09 00:00:00', 1.30184169544535, 1.63470000000002, 2.24947503290972, 2.50965000000002, 5.54579045170394, 8.42705000000001, 18.16400156614, 23.1115, 48.1370886361628, 72.89055 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1410, '2022-01-09 00:00:00', 1.59598183853934, 1.68765, 1.59344011827441, 1.9584, 5.42457439780933, 8.61815, 18.075017197342, 23.2405, 48.074623288641, 72.97615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1425, '2022-01-09 00:00:00', 0.911837941510964, 1.20030000000001, 5.56321621551115, 7.95635000000001, 5.40251243209557, 8.32550000000001, 18.0252298150179, 23.2179, 47.7658802065372, 73.0913 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 1, 870, '2022-01-09 00:00:00', 0, 19.0330000000001, 0, 19.0330000000001, 0, 22.5230000000001, 0, 56.3120000000001, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 885, '2022-01-09 00:00:00', 0, 9.61199999999985, 0, 11.0719999999999, 0, 30.7380000000001, 0, 58.981, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 900, '2022-01-09 00:00:00', 0, 6.20299999999997, 0, 14.384, 0, 30.7380000000001, 0, 62.673, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 915, '2022-01-09 00:00:00', 0, 10.521, 0, 30.7380000000001, 0, 30.7380000000001, 0, 74.0430000000001, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 870, '2022-01-09 00:00:00', 0, 11.1889999999999, 0, 18.982, 0, 18.982, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 885, '2022-01-09 00:00:00', 0, 18.444, 0, 18.444, 0, 49.27, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 900, '2022-01-09 00:00:00', 0, 13.001, 0, 13.9509999999998, 0, 62.4159999999999, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 915, '2022-01-09 00:00:00', 0, 10.6019999999999, 0, 49.27, 0, 62.4159999999999, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 870, '2022-01-09 00:00:00', 0, 4.10400000000004, 0, 5.50399999999991, 0, 8.173, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 885, '2022-01-09 00:00:00', 0, 3.69999999999982, 0, 6.36899999999991, 0, 18.874, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 900, '2022-01-09 00:00:00', 0, 4.904, 0, 6.50099999999998, 0, 19.0799999999999, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 915, '2022-01-09 00:00:00', 0, 4.82999999999993, 0, 17.203, 0, 20.0999999999999, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 870, '2022-01-09 00:00:00', 0, 3.02400000000011, 0, 9.73099999999999, 0, 11.3699999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 885, '2022-01-09 00:00:00', 0, 7.71199999999999, 0, 7.89400000000001, 0, 19.5339999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 900, '2022-01-09 00:00:00', 0, 5.88999999999987, 0, 11.3699999999999, 0, 19.5339999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 915, '2022-01-09 00:00:00', 0, 7.48099999999999, 0, 15.645, 0, 17.0239999999999, 0, 26.2280000000001, 0, 110.096 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 870, '2022-01-09 00:00:00', 0, 6.88200000000006, 0, 6.88200000000006, 0, 8.49500000000012, 0, 30.6609999999998, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 885, '2022-01-09 00:00:00', 0, 1.20399999999995, 0, 5.79500000000007, 0, 12.404, 0, 31.713, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 900, '2022-01-09 00:00:00', 0, 5.45499999999993, 0, 6.99500000000012, 0, 26.423, 0, 31.713, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 915, '2022-01-09 00:00:00', 0, 6.17000000000007, 0, 12.404, 0, 29.3529999999998, 0, 31.713, 0, 235.714 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:51:21 Duration: 3s922ms 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 969905, 5, 930, '2022-01-09 00:00:00', 0.187369634679688, 0.263500000000001, 0.214901641186417, 0.302653846153847, 0.336611220618318, 0.498076923076923, 0.621772755916501, 1.615, 1.76206533931066, 4.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 945, '2022-01-09 00:00:00', 0.159737708086148, 0.195153846153846, 0.278285755184237, 0.297807692307693, 0.582916919796137, 1.06684615384615, 0.62035905732084, 1.614, 1.76880051012413, 4.11826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 960, '2022-01-09 00:00:00', 0.255989422858414, 0.238230769230769, 0.328949853554984, 0.434615384615385, 0.603026302526235, 1.15619230769231, 0.629928328035452, 1.59546153846154, 1.76917651291389, 4.11742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 975, '2022-01-09 00:00:00', 0.264605997373743, 0.359423076923077, 0.586839131409832, 1.02838461538462, 0.6024246291829, 1.23207692307692, 0.627160140265995, 1.59780769230769, 1.77048603496328, 4.121 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 990, '2022-01-09 00:00:00', 0.584985918305206, 0.954730769230769, 0.613923773770002, 1.109, 0.588356031667901, 1.2935, 0.643517042987507, 1.57923076923077, 1.78179009253227, 4.10242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1005, '2022-01-09 00:00:00', 0.287923806694651, 0.600038461538462, 0.322012422120638, 0.740999999999999, 0.481262450388399, 1.03311538461538, 0.603226857441262, 1.33919230769231, 1.72903893491776, 3.99196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1020, '2022-01-09 00:00:00', 0.246468871493711, 0.468769230769229, 0.329174727976589, 0.699807692307692, 0.467182035020776, 0.878423076923076, 0.551923840900033, 1.20238461538462, 1.75417580208353, 3.93676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1035, '2022-01-09 00:00:00', 0.292774455064751, 0.495192307692308, 0.448765700389585, 0.662423076923077, 0.519528650279788, 0.866461538461538, 1.03817852696256, 1.29457692307692, 1.74725346318597, 3.97123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1050, '2022-01-09 00:00:00', 0.28876879226228, 0.430153846153845, 0.307964475973348, 0.56303846153846, 0.450747133614333, 0.774538461538459, 1.026191120301, 1.18115384615385, 1.74481818360715, 3.94757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1065, '2022-01-09 00:00:00', 0.136284318190375, 0.315846153846153, 0.28265106784487, 0.475115384615384, 0.31772635783255, 0.623961538461538, 1.00318144152261, 1.02826923076923, 1.77131558974157, 3.92396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1080, '2022-01-09 00:00:00', 0.172437190348789, 0.34876923076923, 0.210532789333668, 0.459846153846153, 0.222441681207594, 0.569307692307692, 0.997626726093173, 0.955269230769232, 1.78860962933611, 3.93261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1095, '2022-01-09 00:00:00', 0.144856050562673, 0.291653846153845, 0.164189220108995, 0.3985, 0.19826341452336, 0.511307692307692, 1.00166241587903, 0.918346153846155, 1.81442500364334, 3.93357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1110, '2022-01-09 00:00:00', 0.138165408116503, 0.306000000000001, 0.15295300434598, 0.374692307692308, 0.198693114742694, 0.480923076923077, 0.982307418589203, 0.892230769230769, 1.83358639115973, 3.92542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1125, '2022-01-09 00:00:00', 0.111410598860528, 0.229192307692307, 0.162228670519305, 0.334307692307692, 0.224649100736099, 0.441461538461539, 0.960410867205361, 0.875076923076924, 1.82775651172519, 3.92711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1140, '2022-01-09 00:00:00', 0.10934513460387, 0.261961538461538, 0.166511279359225, 0.349384615384616, 0.213755431779835, 0.445230769230771, 0.91552315183094, 0.951807692307693, 1.84966431382728, 3.96892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1155, '2022-01-09 00:00:00', 0.158392093819785, 0.241153846153846, 0.20583351375472, 0.324346153846154, 0.20087791929811, 0.409461538461539, 0.965069103942621, 1.19984615384615, 1.89204364602446, 3.98796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1170, '2022-01-09 00:00:00', 0.114644554367635, 0.229423076923077, 0.126932132077917, 0.303384615384617, 0.191822004833807, 0.395192307692308, 0.963639566355674, 1.18457692307692, 1.91071672456659, 3.98880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1185, '2022-01-09 00:00:00', 0.105666383563478, 0.20223076923077, 0.162435407280743, 0.282307692307692, 0.157066884332266, 0.378384615384616, 0.969649586984113, 1.17819230769231, 1.92370986777752, 3.99915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1200, '2022-01-09 00:00:00', 0.0801844332357184, 0.18228, 0.120880450583762, 0.26, 0.153528357858301, 0.36004, 0.54123169715012, 1.045, 1.65925577493847, 3.81232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1215, '2022-01-09 00:00:00', 0.0875027999552021, 0.194359999999999, 0.112972149960362, 0.265959999999999, 0.139978355469694, 0.35924, 0.821593244860253, 1.54172, 1.65419549227613, 3.81232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1230, '2022-01-09 00:00:00', 0.105177500762599, 0.197159999999999, 0.126809936519186, 0.26152, 0.127777371496939, 0.358159999999999, 0.825240910280144, 1.66432, 1.65539904756124, 3.82156 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1245, '2022-01-09 00:00:00', 0.0749052290119545, 0.17172, 0.0822856407076379, 0.233519999999999, 0.10716381541049, 0.3192, 0.826981150530854, 1.78136, 1.67099830141545, 3.83664 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1260, '2022-01-09 00:00:00', 0.0610011748520731, 0.16468, 0.084947042326381, 0.2404, 0.117297939737521, 0.32184, 0.8488406348269, 1.84444, 1.66342154208327, 3.83868 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1275, '2022-01-09 00:00:00', 0.0749359059463496, 0.17616, 0.0981602940772569, 0.22912, 0.140465298205644, 0.3534, 0.825796853550155, 1.89388, 1.65526500597336, 3.85136 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1290, '2022-01-09 00:00:00', 0.0787477407083314, 0.16104, 0.10074720839805, 0.231400000000002, 0.139183416157723, 0.347760000000001, 0.832625630160399, 1.90876, 1.65214268653366, 3.83896 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1305, '2022-01-09 00:00:00', 0.0770360738009591, 0.162160000000002, 0.104383220235184, 0.255240000000001, 0.143737573375928, 0.37064, 0.831114737365827, 1.92304, 1.6687313045145, 3.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1320, '2022-01-09 00:00:00', 0.0875755574396734, 0.184000000000001, 0.111434446512582, 0.262625000000001, 0.17553295656537, 0.477916666666667, 0.799437192201717, 1.96845833333333, 1.6806356953783, 3.89141666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1335, '2022-01-09 00:00:00', 0.0893478688423352, 0.169208333333334, 0.108648007311472, 0.261958333333333, 0.486351231033228, 0.754708333333334, 0.785389046721526, 1.96104166666667, 1.69620626992855, 3.85483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1350, '2022-01-09 00:00:00', 0.0795895266578661, 0.190333333333334, 0.164503199167165, 0.346208333333333, 0.461511662358335, 0.730666666666667, 0.775220917554792, 2.02058333333333, 1.70619605664052, 3.861875 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1365, '2022-01-09 00:00:00', 0.128884258829048, 0.265250000000001, 0.46454914834911, 0.658541666666668, 0.477547053603932, 0.696333333333333, 0.777291272835408, 2.004625, 1.72653033514862, 3.85295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 930, '2022-01-09 00:00:00', 0.212121820345449, 0.192800000000001, 0.28167470599967, 0.263160000000001, 0.312851684775177, 0.434519999999999, 0.970223139282918, 1.96124, 1.89561124882363, 4.07544 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 945, '2022-01-09 00:00:00', 0.154930339185067, 0.16708, 0.156453848360041, 0.227839999999999, 0.889929532790846, 1.17436, 0.999375346570713, 1.9188, 1.91830804182575, 4.09992 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 960, '2022-01-09 00:00:00', 0.118548625747692, 0.162879999999999, 0.199645544236111, 0.314479999999999, 0.892809009064462, 1.31252, 1.00783574719958, 1.92432, 1.95876385083382, 4.13136 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 975, '2022-01-09 00:00:00', 0.177601848714101, 0.258199999999999, 0.883041199491846, 1.12252, 0.849742043210761, 1.46804, 1.00845277033682, 1.93864, 1.96971531360922, 4.131 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 990, '2022-01-09 00:00:00', 0.54831039870983, 0.87728, 0.570898195828293, 1.1456, 0.82268079674521, 1.51412, 0.977457813241404, 1.91388, 1.97391117412444, 4.14536 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1005, '2022-01-09 00:00:00', 0.286951552240676, 0.561119999999999, 0.405773799877056, 0.895279999999999, 0.463798896793282, 1.117, 0.653592882968186, 1.51064, 1.7572781035833, 3.9924 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1020, '2022-01-09 00:00:00', 0.25686266279129, 0.488916666666667, 0.356226021313534, 0.683750000000001, 0.326220914634436, 0.833791666666668, 0.545681059631522, 1.26258333333333, 1.70207913725912, 3.75754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1035, '2022-01-09 00:00:00', 0.224571137175226, 0.39525, 0.186424475713162, 0.535458333333334, 0.222075568154208, 0.660916666666668, 0.497956212425104, 1.13904166666667, 1.67991451430194, 3.77008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1050, '2022-01-09 00:00:00', 0.157460686374799, 0.321291666666667, 0.140952633631076, 0.457416666666666, 0.198032551123162, 0.588249999999999, 0.519973682444394, 1.09225, 1.69700859357478, 3.73458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1065, '2022-01-09 00:00:00', 0.327609142119081, 0.349999999999999, 0.342645088490506, 0.46964, 0.35760895775507, 0.617, 0.645819376193271, 1.12, 1.78185572741828, 3.8462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1080, '2022-01-09 00:00:00', 0.183458551177099, 0.30296, 0.199731461384196, 0.415639999999999, 0.480802280915277, 0.680199999999998, 0.643943483544945, 1.10328, 1.78809541412085, 3.85128 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1095, '2022-01-09 00:00:00', 0.134911230073703, 0.26604, 0.320421066723149, 0.43892, 0.473550155738545, 0.667199999999999, 0.654508212324337, 1.0734, 1.86485189045493, 3.94036 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1110, '2022-01-09 00:00:00', 0.140161668559323, 0.246720000000001, 0.204390704289603, 0.40532, 0.289013131189572, 0.53944, 0.50346942310333, 0.956720000000002, 1.77709332713095, 3.88312 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1125, '2022-01-09 00:00:00', 0.121069883400732, 0.217799999999999, 0.275198243695946, 0.351639999999999, 0.30047250012827, 0.481159999999999, 0.502357332981213, 0.907840000000001, 1.80136001583988, 3.92364 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1140, '2022-01-09 00:00:00', 0.232224977123479, 0.264239999999999, 0.231685613134121, 0.34084, 0.271593188427103, 0.468120000000001, 0.458947480655466, 0.887960000000002, 1.81394953807064, 3.96752 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1155, '2022-01-09 00:00:00', 0.140907984159878, 0.20732, 0.177100235271819, 0.31292, 0.25106647858021, 0.456720000000002, 0.597936387363517, 1.18144, 1.82384533152714, 3.99972 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1170, '2022-01-09 00:00:00', 0.113124592080296, 0.203560000000001, 0.140512063539042, 0.27984, 0.244429185382323, 0.41728, 0.610409703942087, 1.13544, 1.83387525748073, 4.01872 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1185, '2022-01-09 00:00:00', 0.0992291119917267, 0.1784, 0.176226010187676, 0.289760000000001, 0.246744489975629, 0.443480000000002, 0.600521628808378, 1.13668, 1.84482605955142, 4.02076 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1200, '2022-01-09 00:00:00', 0.138952413916901, 0.19724, 0.174028091602094, 0.291880000000001, 0.242841498375655, 0.453920000000002, 0.581966780266137, 1.1052, 1.83687833293335, 4.00652 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1215, '2022-01-09 00:00:00', 0.109919243083275, 0.17936, 0.152200065703008, 0.297120000000001, 0.203712272580717, 0.431240000000001, 0.532834377019102, 1.23384, 1.84297378982991, 4.00016 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1230, '2022-01-09 00:00:00', 0.110829042523458, 0.196920000000001, 0.16442431896367, 0.296240000000002, 0.247863786517245, 0.432960000000001, 0.526733544277055, 1.25868, 1.84315551432862, 3.9976 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1245, '2022-01-09 00:00:00', 0.102717655087461, 0.1682, 0.161185162675312, 0.270640000000001, 0.236562902135281, 0.38356, 0.535361071302974, 1.26232, 1.83566459627025, 4.00152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1260, '2022-01-09 00:00:00', 0.132413028059931, 0.189720000000001, 0.197252351063301, 0.26764, 0.226877184103353, 0.392440000000001, 0.5342681910801, 1.3186, 1.83052378660681, 3.9916 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1275, '2022-01-09 00:00:00', 0.126299551332009, 0.173079999999999, 0.162380653609557, 0.247319999999999, 0.199228077003887, 0.39408, 0.634580241839702, 1.5888, 1.82892591430052, 3.998 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1290, '2022-01-09 00:00:00', 0.109201846748731, 0.15672, 0.137082858155206, 0.26528, 0.179160523925705, 0.38908, 0.66063612021546, 1.688, 1.82741296007954, 4.00028 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1305, '2022-01-09 00:00:00', 0.101750315314827, 0.168280000000001, 0.125713656113142, 0.273560000000001, 0.162147309567566, 0.3976, 0.661552058924063, 1.79728, 1.86283663803351, 4.03444 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1320, '2022-01-09 00:00:00', 0.118575404982091, 0.19372, 0.141193094732002, 0.285640000000001, 0.236752001047511, 0.42252, 0.692724452193416, 1.828, 1.86142257426948, 4.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1335, '2022-01-09 00:00:00', 0.148373144470285, 0.179560000000001, 0.18566270492482, 0.273839999999999, 0.612993928735568, 0.844840000000001, 0.681025630942038, 1.87708, 1.87235756289586, 4.04048 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1350, '2022-01-09 00:00:00', 0.101183035468733, 0.179439999999999, 0.164663576219313, 0.29448, 0.609052438902705, 0.807960000000001, 0.716787179014805, 1.94212, 1.87669027101793, 4.05004 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1365, '2022-01-09 00:00:00', 0.14253447536181, 0.214079999999999, 0.633861204576103, 0.75988, 0.608293547557428, 0.80004, 0.736494738609855, 1.9582, 1.85092813834933, 4.21416 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1380, '2022-01-09 00:00:00', 0.684208834034924, 0.747142857142858, 0.675331572883524, 0.761666666666668, 0.645669932631808, 0.804809523809525, 0.781095000624124, 2.014, 1.87593199820909, 4.51747619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1395, '2022-01-09 00:00:00', 0.199884966918474, 0.130999999999999, 0.236875524876915, 0.217285714285713, 0.367804334628384, 0.558142857142856, 0.694208504427197, 1.74295238095238, 1.77663904338394, 4.33709523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1410, '2022-01-09 00:00:00', 0.0947023155547351, 0.129857142857143, 0.164433109862484, 0.194619047619047, 0.338594236724221, 0.575571428571429, 0.692910696506651, 1.77066666666667, 1.7753066307918, 4.33433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1425, '2022-01-09 00:00:00', 0.122489844088241, 0.119809523809524, 0.329587845071762, 0.496619047619048, 0.326361135057761, 0.571761904761906, 0.711754977235176, 1.83495238095238, 1.77505466448354, 4.33147619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 930, '2022-01-09 00:00:00', 0.17017807867507, 0.201538461538462, 0.200257080927339, 0.293461538461539, 0.188708256718795, 0.485615384615385, 0.651276342151434, 1.69292307692308, 1.69992858492531, 3.98392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 945, '2022-01-09 00:00:00', 0.121937417744324, 0.174423076923076, 0.121686261154849, 0.230115384615385, 0.253085561694977, 0.875307692307693, 0.679122901531537, 1.68265384615384, 2.15498069132881, 4.2105 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 960, '2022-01-09 00:00:00', 0.0939764045672354, 0.165269230769231, 0.159111286646993, 0.383192307692309, 0.319663883573886, 1.04896153846154, 0.691695117363579, 1.72184615384615, 2.15448709477185, 4.20780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 975, '2022-01-09 00:00:00', 0.150099828319483, 0.331961538461539, 0.264657351770461, 0.836076923076924, 0.446293976932417, 1.21607692307692, 0.67097713820964, 1.708, 2.29278029005431, 4.39053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 990, '2022-01-09 00:00:00', 0.253199298212661, 0.79373076923077, 0.315456565338851, 0.989269230769231, 0.490449057967835, 1.23196153846154, 0.668789340180045, 1.69269230769231, 2.29185175819434, 4.37680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1005, '2022-01-09 00:00:00', 0.289834424881093, 0.643923076923078, 0.426251691627593, 0.892769230769231, 0.473462689619297, 1.03803846153846, 0.598748109359468, 1.50053846153846, 2.3264410921802, 4.27665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1020, '2022-01-09 00:00:00', 0.214483555044705, 0.512653846153846, 0.246910176753845, 0.635346153846154, 0.339571052947687, 0.865499999999999, 0.524239886370294, 1.32153846153846, 2.40978867921267, 4.14596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1035, '2022-01-09 00:00:00', 0.148435186581163, 0.42226923076923, 0.177558051178935, 0.581692307692306, 0.260785287456647, 0.761615384615384, 0.48176460897573, 1.23053846153846, 2.39288654043283, 4.10834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1050, '2022-01-09 00:00:00', 0.157669532689297, 0.410807692307692, 0.233071402067132, 0.556038461538461, 0.26110808843495, 0.698923076923077, 0.457691491660552, 1.18569230769231, 2.39553156201612, 4.10323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1065, '2022-01-09 00:00:00', 0.107316842179522, 0.352230769230769, 0.148330794561968, 0.466769230769231, 0.195083165697252, 0.643807692307692, 0.414389220605274, 1.11388461538461, 2.39038497446621, 4.10938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1080, '2022-01-09 00:00:00', 0.100358564848556, 0.308807692307693, 0.155956448555852, 0.440423076923077, 0.261655157676017, 0.657307692307692, 0.432838724629002, 1.05680769230769, 2.38218886417836, 4.12023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1095, '2022-01-09 00:00:00', 0.127596919422666, 0.314576923076924, 0.181837239141111, 0.466692307692308, 0.322516938135992, 0.663846153846154, 0.405671494609199, 1.01619230769231, 2.38035797437147, 4.18838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1110, '2022-01-09 00:00:00', 0.162260896279845, 0.340038461538462, 0.233346042144741, 0.462153846153847, 0.307007652122123, 0.604538461538461, 0.39691745315038, 0.96623076923077, 2.4263917243512, 4.209 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1125, '2022-01-09 00:00:00', 0.136427833839557, 0.285923076923076, 0.220625519829416, 0.422499999999999, 0.264427195156742, 0.520692307692307, 0.369162178244404, 0.917076923076922, 2.42881757746756, 4.21223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1140, '2022-01-09 00:00:00', 0.153358845146328, 0.290153846153846, 0.171312831258625, 0.349615384615384, 0.243156401076786, 0.495653846153845, 0.358309561048071, 0.906692307692308, 2.44042135737632, 4.20219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1155, '2022-01-09 00:00:00', 0.112548854349498, 0.229730769230769, 0.15463895419281, 0.347615384615384, 0.220789729415532, 0.48323076923077, 1.35040124179673, 1.29592307692308, 2.44571758511768, 4.19611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1170, '2022-01-09 00:00:00', 0.120879552256973, 0.247115384615385, 0.199152543003134, 0.343153846153846, 0.214751405475834, 0.481615384615385, 1.36867817928889, 1.28903846153846, 2.45309212251364, 4.19380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1185, '2022-01-09 00:00:00', 0.10418173470505, 0.226076923076923, 0.145201038351871, 0.320692307692309, 0.21351525616542, 0.462269230769231, 1.40145348340708, 1.27488461538462, 2.45979171100694, 4.21230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1200, '2022-01-09 00:00:00', 0.0985396132761618, 0.216153846153847, 0.151723518789429, 0.323115384615384, 0.201537936875418, 0.420499999999999, 1.39563510770049, 1.26007692307692, 2.47560855517619, 4.23496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1215, '2022-01-09 00:00:00', 0.107835608504512, 0.224961538461538, 0.150069137912651, 0.307115384615384, 0.194869648739869, 0.419500000000001, 1.3781006689811, 1.34642307692308, 2.47631619827641, 4.23607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1230, '2022-01-09 00:00:00', 0.10739597471328, 0.211153846153845, 0.136195453442695, 0.282807692307691, 0.204918775653632, 0.43276923076923, 1.37337520505001, 1.35957692307692, 2.47825485248111, 4.23507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1245, '2022-01-09 00:00:00', 0.0937381377110645, 0.192038461538463, 0.136619561613208, 0.307230769230772, 0.17700416335825, 0.429923076923078, 1.37239720197908, 1.371, 2.47896667554478, 4.23646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1260, '2022-01-09 00:00:00', 0.106937393618164, 0.225384615384617, 0.140253791941059, 0.329384615384616, 0.174554981419785, 0.420807692307694, 1.37608988078541, 1.373, 2.4708248579091, 4.24796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1275, '2022-01-09 00:00:00', 0.110334770305925, 0.213807692307693, 0.126366822568876, 0.283576923076923, 0.181337102147863, 0.397769230769232, 1.38742498009248, 1.63634615384615, 2.47043115389882, 4.24838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1290, '2022-01-09 00:00:00', 0.0824582691659616, 0.207615384615384, 0.111317294253857, 0.267500000000001, 0.168257110948142, 0.384846153846155, 1.37445772075894, 1.68511538461539, 2.47043115389882, 4.24838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1305, '2022-01-09 00:00:00', 0.0712935858588643, 0.190846153846156, 0.112430327143251, 0.29246153846154, 0.175961136443424, 0.427807692307694, 1.44763417393293, 1.76030769230769, 2.5315457375956, 4.18869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1320, '2022-01-09 00:00:00', 0.0720251665418745, 0.208769230769232, 0.112880931141556, 0.293769230769233, 0.190190111366334, 0.446038461538464, 1.44107369213162, 1.83811538461538, 2.53941911861748, 4.2135 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1335, '2022-01-09 00:00:00', 0.0913423989511659, 0.203923076923079, 0.147820077745262, 0.299153846153847, 1.39922884530675, 1.03319230769231, 1.43486005535785, 1.89553846153846, 2.5423586459458, 4.22226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1350, '2022-01-09 00:00:00', 0.092746635850247, 0.217538461538461, 0.137609659768268, 0.324538461538463, 1.40970261402893, 1.0035, 1.43515691181782, 1.93319230769231, 2.54113597402058, 4.22496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1365, '2022-01-09 00:00:00', 0.0892811290251186, 0.236, 1.41436244511576, 0.917384615384615, 1.43961515156495, 0.968230769230769, 1.4772947229519, 2.08153846153846, 2.54336804923042, 4.23492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1380, '2022-01-09 00:00:00', 1.51421653194901, 0.942090909090909, 1.51471546697307, 0.971772727272727, 1.54761579023966, 0.992409090909091, 1.55156565041008, 2.28859090909091, 2.57232969684371, 4.66654545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1395, '2022-01-09 00:00:00', 0.529475677917782, 0.308272727272727, 0.554724860625222, 0.372363636363636, 0.51982610520604, 0.621681818181817, 1.55935175023225, 2.2365, 2.52601068410062, 4.6315 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1410, '2022-01-09 00:00:00', 0.262514122481373, 0.166045454545453, 0.280003528889327, 0.246499999999997, 0.4299002527014, 0.59131818181818, 1.61303923900818, 2.25459090909091, 2.54272000329402, 4.62959090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1425, '2022-01-09 00:00:00', 0.18997429650701, 0.118333333333332, 0.368470261124737, 0.461333333333332, 0.471278206178736, 0.603380952380951, 1.61633432862906, 2.27180952380952, 2.32432293162465, 4.40990476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 930, '2022-01-09 00:00:00', 0.200996965151218, 0.2025, 0.228000215924325, 0.288538461538461, 0.597625707407107, 0.554384615384613, 1.33497281562642, 2.01653846153846, 2.40102466844086, 4.18846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 945, '2022-01-09 00:00:00', 0.152809247605785, 0.187115384615384, 0.273836529001126, 0.322730769230768, 1.05842525189366, 1.20642307692308, 1.29225992146138, 2.00376923076923, 2.37916210363746, 4.19965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 960, '2022-01-09 00:00:00', 0.248532817829882, 0.231807692307693, 0.46603811663194, 0.441384615384614, 0.947614465584299, 1.29115384615385, 1.23821542365802, 1.99565384615385, 2.3665251787248, 4.19669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 975, '2022-01-09 00:00:00', 0.387611629578648, 0.352846153846152, 0.927044472420906, 1.12042307692308, 1.00183429997949, 1.38873076923077, 1.19917715698981, 2.00157692307692, 2.40791905051772, 4.27292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 990, '2022-01-09 00:00:00', 0.686282329209062, 1.00865384615385, 0.66264482190688, 1.181, 0.771106299167232, 1.39973076923077, 1.00797851930714, 1.95884615384615, 2.31558388449951, 4.21338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1005, '2022-01-09 00:00:00', 0.287454237160522, 0.636461538461539, 0.367935046525251, 0.850038461538463, 0.422651156392598, 1.039, 0.822675500098028, 1.64346153846154, 2.20713418399377, 3.98888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1020, '2022-01-09 00:00:00', 0.231566720739069, 0.527115384615385, 0.283648937949712, 0.688999999999999, 0.374407240232426, 0.844307692307692, 0.73125551884834, 1.48992307692308, 2.19860901375952, 3.92434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1035, '2022-01-09 00:00:00', 0.175325596007499, 0.406230769230769, 0.217505186498728, 0.551884615384615, 0.536491336226555, 0.844923076923077, 0.668704190091667, 1.40657692307692, 2.17531020917796, 3.99788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1050, '2022-01-09 00:00:00', 0.114807645148811, 0.359346153846153, 0.191986253514311, 0.485807692307693, 0.650080436443177, 0.841576923076924, 0.649871921109193, 1.36692307692308, 2.13633910589696, 4.02284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1065, '2022-01-09 00:00:00', 0.1421562358274, 0.340653846153847, 0.549421044933105, 0.625269230769232, 0.67965948487799, 0.892846153846155, 0.660046180202568, 1.337, 2.12210589636441, 4.04834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1080, '2022-01-09 00:00:00', 0.521848578096692, 0.472538461538462, 0.641279715760723, 0.649076923076924, 0.66625024173758, 0.857230769230769, 0.626437438708277, 1.30076923076923, 2.09858780978653, 4.05734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1095, '2022-01-09 00:00:00', 0.47294983308527, 0.396230769230769, 0.498309468256269, 0.569615384615384, 0.497332570976249, 0.695384615384615, 0.552831003527786, 1.20196153846154, 2.0806133389349, 4.01488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1110, '2022-01-09 00:00:00', 0.32088775895343, 0.395923076923076, 0.385761345114586, 0.498846153846153, 0.44900683051169, 0.667423076923077, 0.576785388697898, 1.16623076923077, 2.0606124974423, 4.00823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1125, '2022-01-09 00:00:00', 0.131748851987407, 0.270999999999999, 0.170687082112266, 0.392999999999999, 0.226948631937849, 0.535807692307692, 0.406011420832165, 1.06107692307692, 1.96609409274797, 3.91930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1140, '2022-01-09 00:00:00', 0.110555353347751, 0.270384615384615, 0.196369859037637, 0.393192307692308, 0.200476927504235, 0.492961538461538, 0.394218689796179, 1.05515384615385, 1.94243465665762, 3.91034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1155, '2022-01-09 00:00:00', 0.198778473528854, 0.270192307692309, 0.198220875249342, 0.368653846153847, 0.218979805883134, 0.470346153846154, 0.646088805517775, 1.32876923076923, 1.92174321385559, 3.9405 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1170, '2022-01-09 00:00:00', 0.106838973010068, 0.241615384615385, 0.146610362735854, 0.318961538461539, 0.196970505406267, 0.475500000000002, 0.639159584021202, 1.30557692307692, 1.93233727745602, 3.94707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1185, '2022-01-09 00:00:00', 0.0930531361849035, 0.204384615384616, 0.131641032882843, 0.320807692307692, 0.205256087701344, 0.469692307692308, 0.673730080624625, 1.30569230769231, 1.93067275361167, 3.93919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1200, '2022-01-09 00:00:00', 0.106042698221772, 0.247576923076923, 0.165296581936833, 0.350000000000001, 0.250681164337981, 0.497615384615386, 0.669949651380324, 1.28284615384615, 1.9270380080879, 3.91873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1215, '2022-01-09 00:00:00', 0.11527645032703, 0.223500000000002, 0.146311979634667, 0.314346153846154, 0.221879371246213, 0.534846153846155, 0.644311978899855, 1.42161538461538, 1.91528603206294, 3.92676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1230, '2022-01-09 00:00:00', 0.111430806401932, 0.23376923076923, 0.209583733954862, 0.345307692307692, 0.236321488980259, 0.548615384615386, 0.653576330660774, 1.4305, 1.91110033870945, 3.92823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1245, '2022-01-09 00:00:00', 0.17969913316858, 0.225461538461539, 0.226955492078547, 0.409346153846154, 0.25088375487771, 0.520461538461539, 0.641197875374378, 1.45634615384615, 1.88656326200275, 3.95469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1260, '2022-01-09 00:00:00', 0.200566202383308, 0.334192307692308, 0.208125110302582, 0.418692307692309, 0.222060896013824, 0.495807692307693, 0.674043391664183, 1.47942307692308, 1.90016505720303, 3.93826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1275, '2022-01-09 00:00:00', 0.105468923603845, 0.256576923076924, 0.167577343796369, 0.337615384615386, 0.188546770365829, 0.463269230769231, 0.76101803880369, 1.63615384615385, 1.92298416650148, 3.91323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1290, '2022-01-09 00:00:00', 0.110065183484083, 0.233769230769231, 0.137293604534786, 0.311423076923076, 0.241831880573134, 0.484538461538461, 0.769999905094899, 1.68557692307692, 1.93461292650096, 3.92115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1305, '2022-01-09 00:00:00', 0.0880527901099889, 0.197423076923076, 0.183220342337181, 0.302423076923077, 0.276049998258398, 0.482192307692308, 0.787873391820323, 1.75680769230769, 1.95532481071167, 3.92765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1320, '2022-01-09 00:00:00', 0.190042667273998, 0.251846153846154, 0.252950895204219, 0.368346153846154, 0.306204549531595, 0.519884615384615, 0.819761169722388, 1.80384615384615, 1.95248941098281, 3.9265 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1335, '2022-01-09 00:00:00', 0.108454804482719, 0.23273076923077, 0.128373445612641, 0.330307692307693, 0.634215140638716, 0.893730769230769, 0.824697072589969, 1.82930769230769, 1.95027963478219, 3.92457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1350, '2022-01-09 00:00:00', 0.0977319725654736, 0.240461538461539, 0.159969997186972, 0.344, 0.663369094384579, 0.909346153846154, 0.850746025556394, 1.846, 1.94508167319129, 3.92034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1365, '2022-01-09 00:00:00', 0.126698363780339, 0.251346153846154, 0.642236577546361, 0.777307692307692, 0.709206031689393, 0.859346153846153, 0.855765798299081, 1.85730769230769, 1.93522019895968, 3.92146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1380, '2022-01-09 00:00:00', 0.694326446483002, 0.745499999999999, 0.721907227733968, 0.816045454545454, 0.761498897851185, 0.847999999999999, 0.896270436199475, 1.90586363636364, 1.91210665366196, 4.24704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1395, '2022-01-09 00:00:00', 0.246556551998386, 0.183333333333333, 0.310884590437396, 0.251857142857143, 0.382020798486405, 0.646095238095237, 0.554135121909209, 1.58266666666667, 1.58260229640028, 3.83185714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1410, '2022-01-09 00:00:00', 0.148336152996207, 0.133714285714285, 0.146225038569875, 0.16447619047619, 0.303667793108568, 0.623857142857142, 0.480892562993916, 1.56357142857143, 1.95113875906939, 4.09042857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1425, '2022-01-09 00:00:00', 0.089676243071555, 0.0781428571428567, 0.318973136650663, 0.557523809523809, 0.319193276274811, 0.591952380952381, 0.478601807848854, 1.5807619047619, 1.94100313166745, 4.09857142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 930, '2022-01-09 00:00:00', 0.099708692365979, 0.162359999999999, 0.105051860208819, 0.249319999999999, 0.183741784396836, 0.393719999999998, 0.411577343885691, 1.54208, 1.60091882159382, 3.55636 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 945, '2022-01-09 00:00:00', 0.123293051980502, 0.177519999999999, 0.11714459725769, 0.218240000000001, 0.304556644977581, 0.9098, 0.412637653799715, 1.5546, 1.59396436388438, 3.58232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 960, '2022-01-09 00:00:00', 0.10519595999847, 0.15976, 0.167809336251989, 0.317159999999999, 0.295447417769502, 1.00052, 0.406571027005122, 1.54, 1.5964565366252, 3.57284 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 975, '2022-01-09 00:00:00', 0.172113886714581, 0.283759999999999, 0.325194285517648, 0.87736, 0.345746496728456, 1.14616, 0.457038382779099, 1.591, 1.6062137695006, 3.64356 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 990, '2022-01-09 00:00:00', 0.330398244547395, 0.860200000000001, 0.305091691135633, 0.976240000000001, 0.337244382211674, 1.21176, 0.47103388766981, 1.59444, 1.60731832773308, 3.64404 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1005, '2022-01-09 00:00:00', 0.200100183241628, 0.564, 0.281436008120259, 0.74768, 0.329006671664878, 1.01484, 0.462148489845707, 1.42832, 1.59469110070467, 3.60404 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1020, '2022-01-09 00:00:00', 0.188584304755194, 0.457039999999999, 0.265439333935271, 0.67404, 0.387922707077927, 0.882879999999999, 0.446786794791431, 1.26676, 1.60154277911436, 3.58724 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1035, '2022-01-09 00:00:00', 0.171147080995655, 0.464640000000001, 0.212512250627268, 0.617040000000001, 0.323010748015191, 0.801120000000001, 0.345396477496031, 1.17032, 1.57683809462692, 3.59628 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1050, '2022-01-09 00:00:00', 0.148643892127013, 0.373560000000001, 0.194698681728119, 0.513079999999999, 0.278187964033912, 0.67628, 0.353991172206315, 1.0668, 1.59325792743464, 3.59864 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1065, '2022-01-09 00:00:00', 0.143238763375468, 0.344519999999999, 0.193055536051156, 0.47376, 0.225675740831839, 0.592959999999999, 0.340638615935814, 0.9958, 1.64171847261744, 3.62772 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1080, '2022-01-09 00:00:00', 0.12061670696881, 0.30984, 0.161818911132166, 0.412119999999999, 0.17804332805996, 0.557479999999999, 0.339374807550591, 0.975480000000001, 1.67397398227491, 3.67032 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1095, '2022-01-09 00:00:00', 0.107233670085473, 0.283319999999999, 0.144820198867423, 0.387159999999999, 0.181325738198781, 0.560759999999998, 0.346992132475653, 0.985040000000001, 1.68236839306972, 3.72508 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1110, '2022-01-09 00:00:00', 0.137983114909035, 0.271559999999999, 0.18085890449003, 0.392879999999998, 0.172997610773482, 0.526559999999999, 0.333955071828533, 0.931360000000001, 1.68727367173596, 3.76112 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1125, '2022-01-09 00:00:00', 0.103789257632956, 0.25972, 0.138941618434985, 0.37524, 0.159737284313963, 0.4666, 0.344989453945095, 0.903160000000001, 1.68552032322366, 3.77152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1140, '2022-01-09 00:00:00', 0.123126926380869, 0.258359999999999, 0.125960311209524, 0.335199999999999, 0.143508977651807, 0.428919999999999, 0.332578562147353, 0.874800000000001, 1.67688891303708, 3.78848 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1155, '2022-01-09 00:00:00', 0.0746792697696849, 0.22092, 0.101784085199997, 0.3038, 0.197154068349266, 0.43968, 1.70528624185697, 1.4948, 1.69337779108306, 3.82648 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1170, '2022-01-09 00:00:00', 0.103813326055314, 0.211959999999999, 0.0999566572737074, 0.2816, 0.217675852281935, 0.44288, 1.71494027301245, 1.49816, 1.69643390479362, 3.83492 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1185, '2022-01-09 00:00:00', 0.0796141319113649, 0.19792, 0.182169261951625, 0.32184, 0.192007664777562, 0.43512, 1.7195129950076, 1.48224, 1.70077313105932, 3.83808 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1200, '2022-01-09 00:00:00', 0.149552298544689, 0.22784, 0.166067757255887, 0.3234, 0.197941380211414, 0.462959999999999, 1.72310717407053, 1.4658, 1.70121103237272, 3.84032 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1215, '2022-01-09 00:00:00', 0.11698051119738, 0.221240000000001, 0.10654659387642, 0.290480000000001, 0.184725246424703, 0.459, 1.70047336546818, 1.482, 1.68266489731814, 3.85564 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1230, '2022-01-09 00:00:00', 0.069509423821523, 0.18632, 0.124877606746232, 0.309399999999998, 0.222699910193067, 0.478, 1.7003500865018, 1.4732, 1.68530268003505, 3.86004 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1245, '2022-01-09 00:00:00', 0.0898437903623088, 0.22836, 0.128143643359059, 0.346720000000002, 0.20128762174229, 0.453040000000001, 1.69726667517708, 1.4664, 1.68802756987754, 3.85392 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1260, '2022-01-09 00:00:00', 0.109988635776611, 0.249000000000001, 0.173452923488382, 0.349000000000001, 0.197916337543585, 0.427720000000001, 1.68024013859131, 1.50344, 1.68802756987754, 3.85392 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1275, '2022-01-09 00:00:00', 0.104728649375424, 0.218560000000001, 0.106391306035786, 0.276120000000001, 0.138422264586784, 0.40116, 1.61797556944885, 1.71012, 1.68841866154893, 3.85192 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1290, '2022-01-09 00:00:00', 0.0771394840532409, 0.1858, 0.103384025200543, 0.271559999999999, 0.124952430948743, 0.39712, 1.60597768560671, 1.76808, 1.68716657743093, 3.85468 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1305, '2022-01-09 00:00:00', 0.109062015997015, 0.204759999999999, 0.127227460348255, 0.31208, 0.146221031319028, 0.427559999999999, 1.59841921597558, 1.80636, 1.68570059915751, 3.86152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1320, '2022-01-09 00:00:00', 0.0889974344199492, 0.21928, 0.110047747213047, 0.291559999999999, 0.149759663016001, 0.432960000000001, 1.57637958098084, 1.8628, 1.68236926980969, 3.86388 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1335, '2022-01-09 00:00:00', 0.0989934846340913, 0.208719999999999, 0.12565130321648, 0.296999999999999, 1.78987374973767, 1.17896, 1.57300123119257, 1.89396, 1.67625931068754, 3.86712 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1350, '2022-01-09 00:00:00', 0.116056710275623, 0.24008, 0.139665648365421, 0.340920000000001, 1.79048435904925, 1.18764, 1.56699348541509, 1.9386, 1.67525291622887, 3.8714 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1365, '2022-01-09 00:00:00', 0.0875945774577417, 0.214320000000001, 1.81507793680235, 1.0946, 1.8116545964026, 1.11928, 1.57468872585452, 1.981, 1.67305227553315, 3.8654 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1380, '2022-01-09 00:00:00', 2.01924447765156, 1.20045, 2.01363290178669, 1.2289, 2.00577393121904, 1.2457, 1.68768419345626, 2.2286, 1.59431339783818, 4.2395 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1395, '2022-01-09 00:00:00', 0.477769554668798, 0.300200000000001, 1.06683954670843, 0.510750000000001, 1.10669374834756, 0.773, 1.21682276095533, 1.9475, 1.45551540789906, 4.14195 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1410, '2022-01-09 00:00:00', 0.736264242706191, 0.360578947368423, 0.780307744059098, 0.422210526315792, 0.76283273633591, 0.667315789473686, 0.908770498373187, 1.87152631578948, 1.22394847577217, 4.11826315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1425, '2022-01-09 00:00:00', 0.309742781422384, 0.187421052631579, 0.323305135323142, 0.454105263157895, 0.387257103650126, 0.537210526315789, 0.668894776644444, 1.782, 1.4456530950906, 4.27226315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 1, 870, '2022-01-09 00:00:00', 0, 0.140000000000001, 0, 0.140000000000001, 0, 0.439, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 885, '2022-01-09 00:00:00', 0, 0.0719999999999956, 0, 0.100999999999999, 0, 1.05099999999999, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 900, '2022-01-09 00:00:00', 0, 0.100999999999999, 0, 0.399999999999999, 0, 1.482, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 915, '2022-01-09 00:00:00', 0, 0.381, 0, 1.05099999999999, 0, 1.482, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 870, '2022-01-09 00:00:00', 0, 0.0230000000000032, 0, 0.142000000000003, 0, 0.390999999999998, 0, 1.582, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 885, '2022-01-09 00:00:00', 0, 0.140999999999998, 0, 0.140999999999998, 0, 0.941000000000003, 0, 1.582, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 900, '2022-01-09 00:00:00', 0, 0.0599999999999952, 0, 0.309999999999995, 0, 1.021, 0, 1.501, 0, 2.249 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 915, '2022-01-09 00:00:00', 0, 0.280999999999999, 0, 0.831000000000003, 0, 1.001, 0, 1.492, 0, 2.22 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 870, '2022-01-09 00:00:00', 0, 0.110999999999997, 0, 0.110999999999997, 0, 0.559999999999995, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 885, '2022-01-09 00:00:00', 0, 0.0710000000000051, 0, 0.332000000000001, 0, 0.960000000000001, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 900, '2022-01-09 00:00:00', 0, 0.262999999999998, 0, 0.470999999999997, 0, 0.909999999999997, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 915, '2022-01-09 00:00:00', 0, 0.470999999999997, 0, 0.909999999999997, 0, 1.079, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 870, '2022-01-09 00:00:00', 0, 0.152000000000001, 0, 0.203000000000003, 0, 0.451999999999998, 0, 1.253, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 885, '2022-01-09 00:00:00', 0, 0.131, 0, 0.131, 0, 0.431999999999995, 0, 1.373, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 900, '2022-01-09 00:00:00', 0, 0.0910000000000011, 0, 0.381999999999998, 0, 0.533000000000001, 0, 1.49299999999999, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 915, '2022-01-09 00:00:00', 0, 0.381999999999998, 0, 0.431999999999995, 0, 0.533000000000001, 0, 1.583, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 870, '2022-01-09 00:00:00', 0, 0.0619999999999976, 0, 0.0689999999999955, 0, 0.219000000000001, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 885, '2022-01-09 00:00:00', 0, 0.0589999999999975, 0, 0.0889999999999986, 0, 0.542000000000002, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 900, '2022-01-09 00:00:00', 0, 0.0810000000000031, 0, 0.211000000000006, 0, 0.662000000000006, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 915, '2022-01-09 00:00:00', 0, 0.181000000000004, 0, 0.542000000000002, 0, 0.662000000000006, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:51:59 Duration: 3s811ms 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 969470, 5, 930, '2022-01-09 00:00:00', 0.989845483668266, 1.06280769230769, 0.960567813647422, 1.20526923076922, 0.826890721084348, 1.72076923076923, 2.77901710598992, 4.72534615384614, 4.68654563552369, 10.1959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 945, '2022-01-09 00:00:00', 0.414980208981291, 0.620576923076918, 0.521801577377697, 0.881384615384611, 0.958431979047836, 2.45653846153846, 2.5655494969964, 4.58330769230768, 4.71145450218442, 10.1356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 960, '2022-01-09 00:00:00', 0.322323346966992, 0.570499999999994, 0.545731448467249, 1.20857692307692, 1.29756336202188, 2.82096153846153, 2.71161009705701, 4.66596153846153, 4.7314831813486, 10.1321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 975, '2022-01-09 00:00:00', 0.550537678442288, 1.08584615384616, 0.993830408841699, 2.3151923076923, 1.76269632490856, 3.27142307692307, 2.73507991501866, 4.66030769230769, 4.67204890533545, 10.4734230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 990, '2022-01-09 00:00:00', 0.976174873993072, 2.13823076923076, 1.31064814500307, 2.64999999999999, 2.03273439938954, 3.43353846153845, 2.75654523355149, 4.63076923076923, 4.62305535483258, 10.4704230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1005, '2022-01-09 00:00:00', 0.93467487066153, 1.60907692307692, 1.43265637352974, 2.33573076923077, 1.84421747758104, 2.86176923076923, 2.50444841309342, 4.15557692307691, 4.65314828955788, 10.2607307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1020, '2022-01-09 00:00:00', 0.748015410166231, 1.48557692307692, 1.10608319063956, 1.96376923076923, 1.58950944585477, 2.51196153846154, 2.09180315002668, 3.63446153846154, 4.72353217640554, 10.0763076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1035, '2022-01-09 00:00:00', 0.544328452880598, 1.13976923076923, 0.772388400701655, 1.46619230769231, 1.54364065816448, 2.3068076923077, 1.94415338426227, 3.29530769230769, 4.8702435807036, 10.0668461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1050, '2022-01-09 00:00:00', 0.536879525233913, 1.07576923076923, 1.06353738352436, 1.65161538461539, 1.38452567162354, 2.24784615384616, 1.87291259806751, 3.161, 4.83657323955075, 10.0763076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1065, '2022-01-09 00:00:00', 0.567919806093998, 1.06888461538462, 0.857171405531907, 1.50853846153847, 0.957364299281346, 1.90919230769231, 1.78145485100067, 2.89211538461538, 4.83932278749191, 10.0938076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1080, '2022-01-09 00:00:00', 0.560935527626704, 1.01411538461539, 0.647882122469346, 1.33573076923078, 0.933486121193849, 1.75253846153846, 1.95467766258669, 2.78273076923078, 4.92319503762156, 10.1055384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1095, '2022-01-09 00:00:00', 0.426001531235965, 0.805769230769239, 0.677210468363807, 1.17846153846154, 0.88949528731401, 1.53711538461538, 1.9916975025185, 2.72530769230769, 5.08901742367439, 10.2144615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1110, '2022-01-09 00:00:00', 0.657625930613582, 0.914769230769233, 0.838115086644754, 1.21153846153846, 0.877603428925355, 1.51053846153846, 1.99181126731811, 2.67873076923077, 5.17006212088851, 10.2174230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1125, '2022-01-09 00:00:00', 0.356542449732902, 0.72203846153846, 0.43241738561789, 0.976653846153847, 0.737502166880777, 1.44938461538461, 1.91730104574112, 2.6795, 5.18903167904705, 10.2023846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1140, '2022-01-09 00:00:00', 0.304164421628527, 0.733346153846152, 0.543199835731253, 1.0536923076923, 0.89059611583391, 1.4641923076923, 2.0405830980384, 2.8905, 5.17985651494176, 10.2126538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1155, '2022-01-09 00:00:00', 0.375688938433838, 0.695461538461538, 0.474317616727937, 0.990192307692301, 1.00213537930837, 1.40396153846153, 2.04338198432064, 3.42942307692308, 5.25922086478742, 10.1362307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1170, '2022-01-09 00:00:00', 0.371486320278205, 0.66661538461538, 0.812590816699652, 0.997346153846147, 1.05363008031939, 1.40388461538462, 2.04558400011792, 3.37469230769231, 5.24588313618036, 10.1580384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1185, '2022-01-09 00:00:00', 0.717518352485737, 0.709884615384611, 0.989354746208933, 1.06257692307692, 1.14006029597628, 1.41303846153846, 2.03889411088085, 3.34634615384616, 5.29943425674274, 10.1591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1200, '2022-01-09 00:00:00', 0.222303658689344, 0.578800000000001, 0.421060557798216, 0.82308, 0.567282727864457, 1.09588000000001, 1.40848381010693, 3.08468, 5.438406660043, 10.1096 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1215, '2022-01-09 00:00:00', 0.357921886263851, 0.571920000000002, 0.47245852728044, 0.756320000000001, 0.531890261238151, 1.02280000000001, 1.32243871943719, 3.9706, 5.54437588913306, 10.1694 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1230, '2022-01-09 00:00:00', 0.273567024084899, 0.552399999999996, 0.340081451028031, 0.763679999999999, 0.435259738546983, 1.00504, 1.59112279538696, 4.34020000000001, 5.54037020423726, 10.1846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1245, '2022-01-09 00:00:00', 0.264960613425218, 0.511280000000004, 0.290029205425935, 0.684240000000004, 0.500532260032587, 0.998720000000001, 1.62426678330049, 4.46020000000001, 5.5641237875638, 10.23876 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1260, '2022-01-09 00:00:00', 0.235213024015823, 0.4904, 0.433037073085738, 0.717239999999993, 0.608375396719275, 1.02204, 1.62609405427033, 4.66104000000001, 5.59209834737075, 10.27848 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1275, '2022-01-09 00:00:00', 0.467169758581743, 0.544199999999994, 0.502624618046769, 0.750559999999994, 0.686536143743837, 1.13172, 1.76401179417826, 4.82788, 5.57919141303947, 10.33164 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1290, '2022-01-09 00:00:00', 0.317456495707158, 0.533279999999993, 0.448869108612597, 0.739319999999996, 0.554831199555319, 1.06808, 1.88666790753787, 4.83628, 5.72694216343533, 10.39572 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1305, '2022-01-09 00:00:00', 0.310261653017794, 0.525280000000003, 0.448456289211488, 0.832719999999997, 0.582877968932324, 1.19032, 1.95375160481913, 4.8246, 5.91036786700568, 10.47164 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1320, '2022-01-09 00:00:00', 0.31756477999419, 0.578541666666662, 0.41146017822005, 0.763499999999998, 0.873385761508518, 1.57491666666667, 1.9193735273049, 4.90929166666667, 5.98146679926021, 10.587875 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1335, '2022-01-09 00:00:00', 0.297656495801376, 0.531791666666668, 0.431885317574275, 0.869833333333332, 1.43312848658379, 2.37104166666667, 2.00649180063475, 4.84670833333333, 6.01951715391728, 10.538625 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1350, '2022-01-09 00:00:00', 0.284372230039076, 0.618999999999995, 0.76394997441312, 1.31520833333334, 1.36866115686785, 2.36183333333333, 1.99715227515203, 4.91191666666667, 6.21663364563636, 10.6658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1365, '2022-01-09 00:00:00', 0.809783756248585, 1.15841666666667, 1.43428827727164, 2.22441666666667, 1.38356568067932, 2.30691666666667, 2.06767922132976, 4.94083333333333, 6.3566576254087, 10.7120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 930, '2022-01-09 00:00:00', 0.615308914286154, 0.487319999999995, 0.854914621468134, 0.741479999999999, 0.897432333568015, 1.23627999999999, 1.56251941321273, 4.62400000000001, 5.76964762124459, 10.96244 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 945, '2022-01-09 00:00:00', 0.436415513014839, 0.413399999999999, 0.452654548193214, 0.645839999999996, 0.965854238485288, 2.70892, 1.56218111412644, 4.5436, 5.83245470849681, 11.00852 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 960, '2022-01-09 00:00:00', 0.298356051276548, 0.440600000000002, 0.513062592022969, 0.844839999999999, 1.28854183478846, 3.19032, 1.5985614491369, 4.52296, 5.8201162287936, 11.0522 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 975, '2022-01-09 00:00:00', 0.48182859331232, 0.715279999999996, 1.03154164078173, 2.52836, 1.25000080399974, 3.49252, 1.60105295352777, 4.54932, 5.81895425398756, 11.05488 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 990, '2022-01-09 00:00:00', 1.07208325236429, 2.276, 1.27214206884818, 2.94688, 1.3009384920126, 3.64272, 1.62498672609963, 4.44887999999999, 5.83269803721513, 11.00532 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1005, '2022-01-09 00:00:00', 1.08157453588121, 1.33232, 1.15839434563537, 1.98072000000001, 1.20532699850843, 2.68644000000001, 1.6107619853142, 3.58356, 5.75332808757968, 10.7076 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1020, '2022-01-09 00:00:00', 0.767034929669654, 1.2014, 0.801296557669714, 1.80344, 0.89087635318638, 2.15548, 1.46924543899241, 3.13908, 5.7910206866608, 10.59148 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1035, '2022-01-09 00:00:00', 0.524779398096635, 0.914800000000003, 0.631295987103775, 1.33904000000001, 0.89115335754665, 1.72684, 1.43168333090806, 2.79608, 5.70309469118887, 10.81884 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1050, '2022-01-09 00:00:00', 0.596950785241122, 0.872360000000008, 0.651607133683067, 1.13124, 0.821316956681967, 1.52872, 1.44672581484307, 2.701, 5.58177530211789, 10.73776 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1065, '2022-01-09 00:00:00', 0.479226032264528, 0.743440000000003, 0.715374256362832, 1.11008, 0.773254910535116, 1.52936, 1.30837538318838, 2.59632, 5.57585626070112, 10.67104 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1080, '2022-01-09 00:00:00', 0.592894335723771, 0.803880000000004, 0.592348222472778, 1.092, 0.922426781195491, 1.5474, 1.26341884055394, 2.5988, 5.55351319946812, 10.67224 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1095, '2022-01-09 00:00:00', 0.293040486395078, 0.611320000000005, 0.413793660334877, 0.973119999999999, 0.690868897355599, 1.54400000000001, 1.07998052142929, 2.45052, 5.50002271268037, 10.68944 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1110, '2022-01-09 00:00:00', 0.411888030901602, 0.628599999999992, 0.587321141568512, 1.04696, 0.719798682503194, 1.47768, 1.14730448298029, 2.40992, 5.46698568682962, 10.673 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1125, '2022-01-09 00:00:00', 0.543620219761307, 0.687120000000002, 0.601138497630395, 1.12692, 0.612006364345992, 1.35296, 0.999300243503753, 2.29467999999999, 5.43451450974847, 10.69204 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1140, '2022-01-09 00:00:00', 0.394369974347268, 0.667520000000002, 0.390511630215196, 0.882199999999998, 0.489356339150385, 1.20528, 1.14765975358553, 2.47907999999999, 5.38618830899923, 10.6458 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1155, '2022-01-09 00:00:00', 0.347362433201979, 0.521079999999995, 0.377089061098309, 0.757919999999995, 0.510864946275755, 1.06492, 1.29212424841164, 2.66763999999999, 5.38163200866305, 10.63192 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1170, '2022-01-09 00:00:00', 0.287948045082218, 0.459920000000002, 0.341561107270727, 0.73136, 0.453109931473586, 1.03812, 1.28584512805133, 2.61888, 5.36066550967943, 10.65304 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1185, '2022-01-09 00:00:00', 0.373134390445763, 0.525240000000001, 0.443530765561983, 0.777960000000001, 0.509523306630817, 1.088, 1.29392246418916, 2.57652, 5.38313786807162, 10.70816 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1200, '2022-01-09 00:00:00', 0.374794023431535, 0.538319999999999, 0.407277845375036, 0.750920000000001, 0.474611746588727, 1.02568, 1.31092953662659, 2.5112, 5.40739692828259, 10.68796 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1215, '2022-01-09 00:00:00', 0.320701273253889, 0.489160000000004, 0.390570382048277, 0.738839999999998, 0.448746840285996, 0.96932, 2.11554486677389, 3.47539999999999, 5.38430958495764, 10.66596 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1230, '2022-01-09 00:00:00', 0.376730084631779, 0.497839999999999, 0.42740352517654, 0.636760000000002, 0.533057063862153, 1.0024, 2.13659948516329, 3.44211999999999, 5.3788080470181, 10.60944 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1245, '2022-01-09 00:00:00', 0.246016428990693, 0.4124, 0.340349168746831, 0.638159999999998, 0.452869727405131, 0.904639999999997, 2.17338782165847, 3.37095999999999, 5.29824497923605, 10.71412 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1260, '2022-01-09 00:00:00', 0.339475978531618, 0.468239999999996, 0.427368509992654, 0.685479999999998, 0.542512786331659, 0.958959999999995, 2.36044471445531, 3.64939999999999, 5.26686835320573, 10.708 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1275, '2022-01-09 00:00:00', 0.295903655491671, 0.440839999999996, 0.314838069489696, 0.618519999999996, 0.448597908302453, 0.899399999999994, 2.39526933280303, 4.12748, 5.23732319892519, 10.68804 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1290, '2022-01-09 00:00:00', 0.277883068933675, 0.411799999999998, 0.426566360605238, 0.697879999999996, 0.459493028601446, 0.970479999999995, 2.6798078090291, 4.51768, 5.2619340512781, 10.81872 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1305, '2022-01-09 00:00:00', 0.400467955438803, 0.504599999999996, 0.406990184156817, 0.679519999999995, 0.567168993040582, 1.07119999999999, 2.80391000390526, 4.74132, 5.24712417837936, 10.82432 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1320, '2022-01-09 00:00:00', 0.335091420361668, 0.522520000000004, 0.419530523323396, 0.746120000000001, 1.16405790520345, 1.54316, 3.03416877304697, 4.91532, 5.28471789691749, 10.798 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1335, '2022-01-09 00:00:00', 0.381948936377635, 0.515359999999998, 0.580195765812428, 0.829719999999995, 1.39673134257571, 1.77611999999999, 3.1047976251816, 5.14328, 5.28999527409997, 10.7428 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1350, '2022-01-09 00:00:00', 0.382827419777288, 0.564999999999998, 0.980080911625838, 1.21652, 1.22304906143077, 1.60456, 3.24842288657127, 5.26359999999999, 5.28348750037953, 10.6482 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1365, '2022-01-09 00:00:00', 0.816985673068995, 0.97444, 1.05440339845178, 1.35188, 1.03093970564076, 1.41848, 3.31120502335127, 5.48195999999999, 5.16736775350855, 10.5704 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1380, '2022-01-09 00:00:00', 0.511165423787821, 0.486095238095231, 0.514786062822399, 0.547095238095232, 0.547565147243854, 0.672904761904755, 3.13215332137037, 5.22214285714285, 3.9871046751341, 9.58690476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1395, '2022-01-09 00:00:00', 0.160557021468576, 0.190428571428573, 0.157919147486487, 0.315571428571429, 1.60977238408772, 1.91385714285714, 3.14572014996643, 5.20852380952381, 3.99646814074628, 9.532 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1410, '2022-01-09 00:00:00', 0.112428771101649, 0.21085714285714, 0.162792783857851, 0.297238095238091, 1.6644411946585, 1.96590476190475, 3.18111950270281, 5.26090476190476, 4.0582428780376, 9.55957142857142 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1425, '2022-01-09 00:00:00', 0.153948785547105, 0.220142857142857, 1.63140657103005, 1.80799999999999, 1.6464886114453, 1.96938095238095, 3.15798552275098, 5.32180952380952, 4.03530636884936, 9.57009523809523 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 930, '2022-01-09 00:00:00', 0.651769817792002, 0.668153846153836, 0.722523304920912, 0.899384615384601, 0.849884401189129, 1.55915384615384, 2.394042790248, 4.76219230769231, 4.90124333362307, 9.68015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 945, '2022-01-09 00:00:00', 0.427044281616715, 0.532538461538453, 0.486996774590483, 0.826461538461536, 0.701641258325518, 2.32315384615384, 2.30783958414658, 4.66088461538461, 4.98546721226962, 9.73673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 960, '2022-01-09 00:00:00', 0.319164881430366, 0.582692307692316, 0.544022891203893, 1.18711538461538, 1.00851872489386, 2.70953846153846, 2.30294736403993, 4.70280769230769, 4.97908467275477, 9.87353846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 975, '2022-01-09 00:00:00', 0.49627775876635, 0.980423076923068, 0.561125595429534, 2.16142307692308, 1.02716533984778, 2.95265384615384, 2.27216743695056, 4.67430769230769, 4.98353645902802, 9.94603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 990, '2022-01-09 00:00:00', 0.550501903860325, 1.94211538461539, 0.96203338899357, 2.49519230769231, 1.2231079680627, 3.03069230769231, 2.21881225329784, 4.60115384615385, 5.07031466418468, 9.99592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1005, '2022-01-09 00:00:00', 0.645857908878984, 1.49196153846153, 0.747242224140502, 1.97769230769231, 1.23325142049536, 2.60311538461539, 2.05952378999089, 4.11280769230769, 5.15562362071375, 9.69396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1020, '2022-01-09 00:00:00', 0.587664341662434, 1.36853846153846, 0.886799042364431, 1.72569230769231, 1.33274575392885, 2.60673076923077, 1.91521370729623, 3.84423076923078, 5.19176339155071, 9.65592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1035, '2022-01-09 00:00:00', 0.437390346698023, 1.11665384615385, 0.656489315631612, 1.64830769230769, 1.4603246261863, 2.54842307692307, 1.90868826684715, 3.5205, 5.25285353264153, 9.80765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1050, '2022-01-09 00:00:00', 0.613348925665785, 1.20976923076924, 1.19367033717276, 1.75492307692308, 1.57686523691297, 2.46015384615384, 1.9571391479952, 3.39226923076923, 5.25275097405013, 9.82234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1065, '2022-01-09 00:00:00', 0.682536154015637, 1.09419230769231, 0.99152090245239, 1.7125, 1.19442217249758, 2.15438461538462, 1.47490911115019, 2.95561538461538, 5.04980469767053, 9.70073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1080, '2022-01-09 00:00:00', 0.490970431508235, 1.12726923076923, 0.548590340361969, 1.4151923076923, 0.693871973338461, 1.77834615384615, 1.12075968260544, 2.62688461538461, 4.80238035401356, 9.64723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1095, '2022-01-09 00:00:00', 0.299026813822131, 0.81634615384615, 0.480580067770661, 1.20380769230769, 0.623339074291399, 1.61619230769231, 1.10112461671623, 2.50469230769231, 4.86460932101991, 9.92661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1110, '2022-01-09 00:00:00', 0.437587230864184, 0.927230769230774, 0.5087135101259, 1.19434615384615, 0.659100002917737, 1.56257692307693, 1.07966875547016, 2.4833076923077, 4.93102764340254, 10.0815 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1125, '2022-01-09 00:00:00', 0.348296849518649, 0.790846153846154, 0.516421916057617, 1.11834615384616, 0.605718411348177, 1.36607692307693, 1.13749322567722, 2.43203846153846, 4.92718974670146, 10.379 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1140, '2022-01-09 00:00:00', 0.380899706161418, 0.744115384615384, 0.464241165774863, 0.981500000000005, 0.547853339442648, 1.26580769230769, 1.21024398620851, 2.54588461538461, 5.07564859682598, 10.5670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1155, '2022-01-09 00:00:00', 0.270197400773237, 0.626346153846157, 0.401832534961825, 0.884115384615386, 0.407671466521, 1.16276923076923, 2.2974675278529, 2.97119230769231, 5.07278376254482, 10.5813076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1170, '2022-01-09 00:00:00', 0.253414434049485, 0.606653846153845, 0.293736556484526, 0.815730769230765, 0.463871635095489, 1.17257692307692, 2.53090520291731, 3.05111538461539, 5.18297014521151, 10.6516153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1185, '2022-01-09 00:00:00', 0.196346432456668, 0.550807692307691, 0.29710093596932, 0.794384615384611, 0.498039300271967, 1.14776923076922, 2.56783323326228, 3.00107692307692, 5.21276758221138, 10.6748846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1200, '2022-01-09 00:00:00', 0.227790484031682, 0.608769230769228, 0.382362164204814, 0.889769230769225, 0.496475511829291, 1.15742307692308, 2.55227542280338, 3.00992307692308, 5.23765786543801, 10.7136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1215, '2022-01-09 00:00:00', 0.366331737006859, 0.696307692307692, 0.39483224870239, 0.897769230769224, 0.53710366425286, 1.25588461538461, 3.13745092735145, 3.88919230769231, 5.25792462903524, 10.7302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1230, '2022-01-09 00:00:00', 0.205166382761366, 0.58773076923077, 0.336347002593817, 0.821884615384623, 0.432105535542132, 1.21092307692308, 3.10557946952553, 3.9291923076923, 5.30850797812777, 10.7600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1245, '2022-01-09 00:00:00', 0.301922995786376, 0.561153846153845, 0.383284509711285, 0.907153846153842, 0.45830854907349, 1.21261538461538, 3.13250127754901, 3.91342307692308, 5.306373744267, 10.7559230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1260, '2022-01-09 00:00:00', 0.319721965752457, 0.712153846153849, 0.415427966541269, 0.943653846153847, 0.61037837949411, 1.32661538461539, 3.09868580207804, 4.0205, 5.31992448240212, 10.7624615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1275, '2022-01-09 00:00:00', 0.261322179576205, 0.555192307692308, 0.306096880088636, 0.786499999999996, 0.650390954615877, 1.20392307692308, 3.24974672646252, 4.45611538461539, 5.33057017775772, 10.7685 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1290, '2022-01-09 00:00:00', 0.226068267429249, 0.554692307692304, 0.45988234783056, 0.860576923076932, 0.67033939050419, 1.15353846153847, 3.18918716627583, 4.66369230769231, 5.3806227665006, 10.7916538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1305, '2022-01-09 00:00:00', 0.367631883190862, 0.663807692307695, 0.450704692675808, 0.865000000000003, 0.640873471251422, 1.20138461538462, 3.1769832979392, 4.79265384615385, 5.17458185497593, 10.4674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1320, '2022-01-09 00:00:00', 0.316765773695036, 0.613653846153843, 0.388111657209024, 0.825538461538451, 0.698387052704023, 1.52634615384615, 3.33281547320903, 4.90746153846154, 5.22935960265176, 10.4905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1335, '2022-01-09 00:00:00', 0.290769842897203, 0.610692307692301, 0.415451704126419, 0.872961538461539, 2.33388754326669, 2.16676923076923, 3.5995722335599, 5.03723076923077, 5.3092066583943, 10.5436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1350, '2022-01-09 00:00:00', 0.372028394284429, 0.682615384615382, 0.586868623746802, 1.30230769230769, 2.60800610782674, 2.28453846153846, 3.66872952480199, 5.09761538461539, 5.32942511663746, 10.5999230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1365, '2022-01-09 00:00:00', 0.53971455276056, 1.18396153846154, 2.36214301299608, 1.96757692307692, 2.65559940589981, 2.19073076923077, 3.62899555588256, 5.18076923076923, 5.37168318628771, 10.6364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1380, '2022-01-09 00:00:00', 2.70843547433103, 1.36163636363636, 3.00598181697474, 1.63827272727273, 3.01602391564462, 1.70645454545455, 3.82602968994122, 5.07495454545455, 5.60135746939972, 10.4455 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1395, '2022-01-09 00:00:00', 0.987985106886026, 0.608999999999999, 1.0787508338221, 0.715136363636361, 2.89734659361799, 2.56495454545454, 3.17023800709742, 4.87445454545454, 5.25669967673083, 10.2644090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1410, '2022-01-09 00:00:00', 0.779756295872238, 0.425499999999997, 1.20109861416637, 0.627499999999998, 2.87118560100375, 2.53622727272727, 3.15007401720226, 4.90586363636363, 5.23918373322374, 10.289 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1425, '2022-01-09 00:00:00', 0.550801902620839, 0.385454545454554, 2.83044698870057, 2.40281818181819, 2.83854870278725, 2.5125, 3.11853128934077, 4.86045454545455, 5.1725366766216, 10.4063636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 930, '2022-01-09 00:00:00', 0.663300253394978, 0.877115384615385, 0.692472857563049, 1.02153846153846, 0.817683372988309, 1.45953846153845, 1.82669882196104, 4.36811538461539, 4.85646263494484, 10.2882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 945, '2022-01-09 00:00:00', 0.32157431250263, 0.548961538461537, 0.474270023704447, 0.768846153846152, 1.54464215074112, 2.70257692307692, 1.86616387276145, 4.333, 4.81280506086068, 10.2720769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 960, '2022-01-09 00:00:00', 0.377701251499941, 0.557346153846147, 0.562243802852607, 1.02142307692307, 1.3787643810534, 3.00653846153846, 1.82066645109802, 4.28661538461538, 4.81324220810112, 10.3599230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 975, '2022-01-09 00:00:00', 0.422534726838651, 0.849346153846146, 1.41904601540829, 2.50892307692308, 1.30974505857497, 3.13303846153846, 1.73387636858528, 4.28230769230769, 4.69273394089203, 10.573 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 990, '2022-01-09 00:00:00', 1.14972692142359, 2.30692307692308, 1.09406171742661, 2.69619230769231, 1.18213670757007, 3.20034615384616, 1.61793833485229, 4.23684615384615, 4.74377595738312, 10.4734230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1005, '2022-01-09 00:00:00', 0.62427098282717, 1.6725, 0.746400305053939, 2.18684615384615, 1.23672545613251, 2.79057692307692, 1.44099640313436, 3.68107692307692, 4.71628378688789, 10.1560384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1020, '2022-01-09 00:00:00', 0.478689571803947, 1.44011538461538, 0.729420879876626, 1.8645, 1.15351986278787, 2.33907692307693, 1.42112926278311, 3.4516923076923, 4.7281185583209, 10.0363076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1035, '2022-01-09 00:00:00', 0.612997564306861, 1.18257692307693, 0.962766043950768, 1.63215384615385, 1.00398483286122, 1.99176923076923, 1.48125470515319, 3.3066923076923, 4.34972502190125, 10.3786153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1050, '2022-01-09 00:00:00', 0.556672631320731, 1.10646153846154, 0.630010686112057, 1.38323076923078, 0.775145405714311, 1.729, 1.29073343252825, 3.04407692307692, 4.27373763368067, 10.2261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1065, '2022-01-09 00:00:00', 0.353489827946346, 0.900538461538465, 0.401803105245123, 1.17215384615384, 0.88141824613256, 1.72373076923076, 1.28168708349582, 2.9535, 4.18640832530151, 10.2661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1080, '2022-01-09 00:00:00', 0.306359688049099, 0.819538461538457, 0.557811371481301, 1.14161538461538, 0.837861013809298, 1.68496153846154, 1.25272582548862, 2.91307692307692, 4.18493381567002, 10.3628076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1095, '2022-01-09 00:00:00', 0.320102723896811, 0.775923076923076, 0.536121920691694, 1.16992307692308, 0.531395955515721, 1.47030769230769, 1.44811900116616, 2.93380769230769, 4.15784556730267, 10.4118076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1110, '2022-01-09 00:00:00', 0.331385733874251, 0.812769230769229, 0.382635154603525, 1.1026923076923, 0.384406963836704, 1.32407692307692, 1.82650107203742, 3.04538461538461, 4.14471253452469, 10.4810769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1125, '2022-01-09 00:00:00', 0.302502172910183, 0.755269230769229, 0.316853016154411, 0.924923076923075, 0.592273607510786, 1.34611538461538, 1.9165576850176, 3.072, 4.1825899462488, 10.4535384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1140, '2022-01-09 00:00:00', 0.264944211834514, 0.671346153846153, 0.408068357772793, 0.888769230769231, 0.769790489978622, 1.31203846153846, 2.29571604817455, 3.60657692307691, 4.15353837903947, 10.4751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1155, '2022-01-09 00:00:00', 0.236705737475561, 0.568615384615389, 0.485070978152842, 0.883423076923079, 0.843221664442156, 1.29584615384615, 2.49015845309861, 3.56980769230769, 4.11542941324288, 10.5251538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1170, '2022-01-09 00:00:00', 0.36785921429055, 0.658807692307691, 0.628075708322334, 0.900153846153848, 0.848577231877883, 1.36096153846154, 2.528821975971, 3.50711538461538, 4.11441973495469, 10.5656538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1185, '2022-01-09 00:00:00', 0.635984547465877, 0.667769230769227, 0.822942929136259, 0.969769230769228, 0.920088420500146, 1.37169230769231, 2.55450632412606, 3.45199999999999, 4.1209015908583, 10.5851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1200, '2022-01-09 00:00:00', 0.492851010409362, 0.731038461538468, 0.610868677817467, 1.03169230769231, 0.823589330076205, 1.33623076923077, 2.59248324317706, 3.41138461538461, 3.88015049529704, 10.5891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1215, '2022-01-09 00:00:00', 0.361054310851725, 0.652153846153845, 0.462928977772545, 0.849038461538461, 0.9962145343557, 1.51403846153846, 2.84593650937343, 3.91984615384615, 3.81453649165319, 10.5493846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1230, '2022-01-09 00:00:00', 0.281415597402733, 0.573538461538458, 0.433858369304286, 0.842269230769231, 1.06344159219019, 1.5105, 2.78695090293759, 3.90915384615384, 3.83596272320863, 10.5024230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1245, '2022-01-09 00:00:00', 0.353517872467353, 0.627384615384609, 0.926058861727813, 1.23715384615385, 1.09009838158694, 1.50419230769231, 2.80776460469617, 3.90834615384615, 3.8733258751859, 10.5068461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1260, '2022-01-09 00:00:00', 0.961556744995404, 1.08357692307692, 1.07929803754392, 1.25842307692308, 1.13829845552304, 1.54142307692308, 2.8133176812057, 3.98415384615384, 3.89482210139801, 10.5051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1275, '2022-01-09 00:00:00', 0.552992507947593, 0.71507692307692, 0.593894183789056, 0.968307692307696, 0.881503761499903, 1.3968076923077, 2.31703413108556, 4.15773076923077, 3.90233618155153, 10.3739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1290, '2022-01-09 00:00:00', 0.466965399805369, 0.719269230769227, 0.625643827158507, 0.985961538461538, 1.30372585367418, 1.5023076923077, 2.18351465620136, 4.27257692307693, 3.89822687582247, 10.3678461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1305, '2022-01-09 00:00:00', 0.430140563787451, 0.682230769230767, 0.75099266000716, 1.01915384615385, 1.23959293318412, 1.469, 1.94603808643258, 4.23392307692307, 3.87845208536364, 10.3134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1320, '2022-01-09 00:00:00', 0.550311179103388, 0.757923076923084, 0.943945700035434, 1.01973076923077, 1.3998506579687, 1.98723076923076, 1.7159583897591, 4.21634615384615, 3.85236474109884, 10.2655384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1335, '2022-01-09 00:00:00', 0.488690161396926, 0.629923076923079, 0.64050157268768, 0.932230769230767, 1.19431563924863, 1.88761538461538, 1.55640166261304, 4.18615384615384, 3.79754779500991, 10.2281538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1350, '2022-01-09 00:00:00', 0.44686668464561, 0.687076923076924, 0.933090798615837, 1.55603846153846, 1.06763713224759, 1.73761538461538, 1.48294797667972, 4.2246923076923, 3.80046995980558, 10.2236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1365, '2022-01-09 00:00:00', 0.832809351163051, 1.38084615384615, 0.924419442760619, 1.54811538461538, 0.9410147387058, 1.58353846153845, 1.59078843393409, 4.33580769230769, 3.83278826002087, 10.1793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1380, '2022-01-09 00:00:00', 0.312759786389946, 0.542272727272722, 0.372191488791729, 0.623863636363632, 0.353755045242654, 0.677818181818176, 1.60177718670362, 4.08881818181818, 4.08752404020096, 10.0837272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1395, '2022-01-09 00:00:00', 0.261897244480845, 0.322499999999999, 0.291049199214899, 0.407272727272724, 1.11566365239771, 1.63763636363636, 1.68374819198893, 4.14545454545454, 4.09078177627767, 10.0727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1410, '2022-01-09 00:00:00', 0.234544469610998, 0.256818181818176, 0.217465571739007, 0.304681818181812, 1.05202724624406, 1.66522727272727, 1.72250343649718, 4.18677272727273, 4.08551346261969, 10.0645909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1425, '2022-01-09 00:00:00', 0.175001601724265, 0.229681818181823, 1.07481334733141, 1.52827272727272, 1.02292139677626, 1.68477272727273, 2.04682355374692, 4.43877272727273, 4.08554633732856, 10.0492727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 930, '2022-01-09 00:00:00', 0.703470326310923, 0.671599999999996, 0.755906050158785, 0.89896, 1.23886986537462, 1.46871999999999, 2.10282894216338, 4.24432, 3.9853044843943, 9.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 945, '2022-01-09 00:00:00', 0.329708497514593, 0.54212, 0.555422970956965, 0.760479999999995, 1.10121313861879, 2.44871999999999, 2.04688293754186, 4.14152, 4.03805495670048, 9.823 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 960, '2022-01-09 00:00:00', 0.374445487799401, 0.549559999999997, 0.766419924062517, 1.126, 1.09492634759907, 2.70996, 2.0795349295776, 4.11023999999999, 4.07881676061412, 9.779 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 975, '2022-01-09 00:00:00', 0.713023008043916, 1.01532, 1.07359668560093, 2.28451999999999, 1.21072529639606, 2.94808, 2.11369151959315, 4.07743999999999, 4.13878067913727, 9.92852 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 990, '2022-01-09 00:00:00', 1.11434593970334, 2.13295999999999, 1.1428146510553, 2.53208, 1.28334708867087, 3.0736, 2.0965046839919, 4.06783999999999, 4.13403217089563, 9.92836 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1005, '2022-01-09 00:00:00', 0.589983355697433, 1.45412, 1.02343922144894, 2.00344, 1.22532118646501, 2.48748, 1.84559021995675, 3.50347999999999, 4.01706126955183, 9.56708 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1020, '2022-01-09 00:00:00', 0.651834777122757, 1.30191999999999, 1.09534767387651, 1.76212, 1.10579577379068, 2.06771999999999, 1.65940220159751, 3.08379999999999, 3.97871172617469, 9.4586 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1035, '2022-01-09 00:00:00', 0.823461794296901, 1.20492, 0.826938278631893, 1.47159999999999, 0.882285144761403, 1.82991999999999, 1.57028901267675, 2.85879999999999, 4.27061539359376, 9.42656 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1050, '2022-01-09 00:00:00', 0.578475490693721, 0.992319999999984, 0.564207260971829, 1.25479999999998, 0.912251193476876, 1.72335999999999, 1.70095475836367, 2.75255999999999, 4.37196575657526, 9.45207999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1065, '2022-01-09 00:00:00', 0.53999076535313, 0.917879999999996, 0.735559820816762, 1.28859999999999, 1.01136360589717, 1.80652, 1.73548827615362, 2.66016, 4.44932282001056, 9.44983999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1080, '2022-01-09 00:00:00', 0.573124308796386, 0.913159999999998, 0.732281252889447, 1.3138, 0.950602393222325, 1.68392000000001, 1.66607027662901, 2.5404, 4.5459153826998, 9.4782 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1095, '2022-01-09 00:00:00', 0.423927399444763, 0.795759999999998, 0.689652344784444, 1.15176, 1.07793282103602, 1.6138, 1.3422104591556, 2.44619999999999, 4.51317011903311, 9.48576 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1110, '2022-01-09 00:00:00', 0.482362768049118, 0.784440000000002, 0.588283797725786, 1.03692, 0.993596385192032, 1.56888, 1.1815922548268, 2.37956, 4.5901402364198, 9.53016 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1125, '2022-01-09 00:00:00', 0.389346216967194, 0.651680000000001, 0.703015770330466, 1.09756, 0.801537071299057, 1.32152, 1.1190067396282, 2.2306, 4.61594513615576, 9.644 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1140, '2022-01-09 00:00:00', 0.569268501382845, 0.798279999999997, 0.642516972538467, 1.01568, 0.756746342354335, 1.27011999999999, 1.06296738739562, 2.3874, 4.61510571818241, 9.64496 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1155, '2022-01-09 00:00:00', 0.287097846270798, 0.559559999999997, 0.507018024005721, 0.803879999999997, 0.647958589211788, 1.1012, 1.10804246007693, 2.48948, 4.53139272189026, 9.6858 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1170, '2022-01-09 00:00:00', 0.382488357121277, 0.608480000000006, 0.564511225161497, 0.85944, 0.606555405548413, 1.12028, 1.12367814935298, 2.5396, 4.5251999907923, 9.71396 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1185, '2022-01-09 00:00:00', 0.47002041445027, 0.656760000000011, 0.472634718008178, 0.883920000000005, 0.610922832006351, 1.14196, 1.09547058837743, 2.56832, 4.5332079524328, 9.74544 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1200, '2022-01-09 00:00:00', 0.348503825899609, 0.665, 0.38926362104192, 0.844599999999996, 0.494845743641394, 1.10468, 0.975859706446916, 2.505, 4.60440645179521, 9.69624 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1215, '2022-01-09 00:00:00', 0.38701808743262, 0.560999999999992, 0.415616409685658, 0.759999999999998, 0.547997728097483, 1.08248, 1.12570095644151, 3.09932, 4.63288809419495, 9.68152 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1230, '2022-01-09 00:00:00', 0.238064298037313, 0.500119999999999, 0.3426756581181, 0.683240000000003, 0.628770551685331, 1.04664, 1.16957995023855, 3.13848, 4.63107033992503, 9.66792 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1245, '2022-01-09 00:00:00', 0.296033641106334, 0.506000000000008, 0.498317696521675, 0.79112000000001, 0.77485530477202, 1.10608000000001, 1.289712781979, 3.25732, 4.62980246806852, 9.67468 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1260, '2022-01-09 00:00:00', 0.356893532210005, 0.572920000000004, 0.524231421543324, 0.769200000000001, 0.785935222097426, 1.09656, 1.36783608057886, 3.34672, 4.59450243298082, 9.68376 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1275, '2022-01-09 00:00:00', 0.30468689940112, 0.514760000000001, 0.467795361242502, 0.734800000000002, 0.692606129051714, 1.2128, 1.5135536968781, 3.79771999999999, 4.58034145124575, 9.68668000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1290, '2022-01-09 00:00:00', 0.35840471537076, 0.544760000000008, 0.49007960917929, 0.820240000000008, 0.624084401343281, 1.14956000000001, 1.84317316784579, 4.12591999999999, 4.52176043335631, 9.78580000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1305, '2022-01-09 00:00:00', 0.377324630347217, 0.627280000000001, 0.527188217496046, 0.9352, 0.826148255460237, 1.27324, 2.25329241555551, 4.51771999999999, 4.52007839791892, 9.77816000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1320, '2022-01-09 00:00:00', 0.391736093137534, 0.647000000000003, 0.477136860170472, 0.834600000000003, 0.812271574044048, 1.50788, 2.48626665705834, 4.72516, 4.51520605399133, 9.73172 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1335, '2022-01-09 00:00:00', 0.354221296178914, 0.53732, 0.655932001048889, 0.91796, 0.865935865600529, 1.62656, 2.53655776726387, 4.75484, 4.51574398742887, 9.71248000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1350, '2022-01-09 00:00:00', 0.461925614502306, 0.746760000000002, 0.680891817153551, 1.2654, 0.829081845577786, 1.62596, 2.74546515488117, 4.8908, 4.51217409460229, 9.70532000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1365, '2022-01-09 00:00:00', 0.501114364857627, 1.01476, 0.753343664383438, 1.33652, 0.830302059494012, 1.50052, 2.71438130888054, 4.92716, 4.79514439754773, 9.86728000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1380, '2022-01-09 00:00:00', 0.300959041626674, 0.587849999999995, 0.544847760001769, 0.733350000000002, 0.604209270125231, 0.828, 2.97389790997395, 4.9026, 4.65409775981282, 9.8892 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1395, '2022-01-09 00:00:00', 0.577154681446649, 0.397500000000005, 0.641474731832009, 0.522400000000002, 0.99271966149351, 2.03229999999999, 2.98181734191186, 4.92884999999999, 4.65681107174156, 9.8799 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1410, '2022-01-09 00:00:00', 0.301660714780864, 0.283850000000001, 0.348541260866356, 0.355199999999996, 0.971419377969542, 1.91065, 3.14199441186812, 4.92339999999999, 4.77412766873367, 9.99095 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1425, '2022-01-09 00:00:00', 0.204072813372805, 0.250149999999996, 0.937484484082129, 1.79199999999999, 0.890378953917344, 1.92504999999999, 3.13918862463736, 4.91479999999999, 4.76666241255484, 10.33735 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 1, 870, '2022-01-09 00:00:00', 0, 0.611000000000047, 0, 0.611000000000047, 0, 1.30100000000004, 0, 6.03800000000001, 0, 8.35699999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 885, '2022-01-09 00:00:00', 0, 0.451999999999998, 0, 1.08200000000005, 0, 3.94100000000003, 0, 5.88900000000001, 0, 8.35699999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 900, '2022-01-09 00:00:00', 0, 0.93300000000005, 0, 1.00300000000004, 0, 4.93200000000002, 0, 5.74000000000001, 0, 8.49700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 915, '2022-01-09 00:00:00', 0, 0.65100000000001, 0, 3.44, 0, 4.75, 0, 5.38799999999998, 0, 8.49700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 870, '2022-01-09 00:00:00', 0, 0.340999999999951, 0, 0.428999999999974, 0, 0.770999999999958, 0, 3.47099999999995, 0, 6.90299999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 885, '2022-01-09 00:00:00', 0, 0.281000000000006, 0, 0.370999999999981, 0, 3.06299999999999, 0, 3.47099999999995, 0, 6.90299999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 900, '2022-01-09 00:00:00', 0, 0.322999999999979, 0, 0.770999999999958, 0, 3.15099999999995, 0, 3.47099999999995, 0, 7.012 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 915, '2022-01-09 00:00:00', 0, 0.770999999999958, 0, 3.06299999999999, 0, 3.15099999999995, 0, 3.47099999999995, 0, 7.10300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 870, '2022-01-09 00:00:00', 0, 0.313000000000045, 0, 0.319999999999993, 0, 0.662000000000035, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 885, '2022-01-09 00:00:00', 0, 0.31899999999996, 0, 0.31899999999996, 0, 2.96199999999999, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 900, '2022-01-09 00:00:00', 0, 0.15100000000001, 0, 0.592000000000041, 0, 2.96199999999999, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 915, '2022-01-09 00:00:00', 0, 0.572000000000003, 0, 2.96199999999999, 0, 2.99100000000004, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 870, '2022-01-09 00:00:00', 0, 0.442000000000007, 0, 0.512, 0, 1.96100000000001, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 885, '2022-01-09 00:00:00', 0, 0.262999999999977, 0, 0.312999999999988, 0, 4.803, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 900, '2022-01-09 00:00:00', 0, 0.263000000000034, 0, 1.762, 0, 4.803, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 915, '2022-01-09 00:00:00', 0, 1.63099999999997, 0, 4.67199999999997, 0, 5.28299999999996, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 870, '2022-01-09 00:00:00', 0, 1.54199999999997, 0, 1.54199999999997, 0, 2.60199999999998, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 885, '2022-01-09 00:00:00', 0, 0.620000000000005, 0, 0.793000000000006, 0, 2.86099999999999, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 900, '2022-01-09 00:00:00', 0, 0.363, 0, 1.25200000000001, 0, 2.86099999999999, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 915, '2022-01-09 00:00:00', 0, 0.88900000000001, 0, 2.86099999999999, 0, 2.86099999999999, 0, 2.97000000000003, 0, 4.66199999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:47:08 Duration: 3s572ms Database: acaweb_fx User: pgperfstats
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 3,128 8m14s 142ms 283ms 158ms insert into mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select ?, current_timestamp, ?, ?, ?, ? where exists ( select ? from ( select * from mt4datafeederrors where datafeedname ilike ? order by eventtimestamp desc limit ?) a where status <> ?);Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Jan 09 14 3,128 8m14s 158ms [ User: postgres - Total duration: 8m14s - Times executed: 3128 ]
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'HOTFOREX', current_timestamp, '', 'OK', '199.59.207.151:442', '1234' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'HOTFOREX' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:50:45 Duration: 283ms Database: acaweb_fx User: postgres
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'HOTFOREX', current_timestamp, '', 'OK', '199.59.207.151:442', '1234' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'HOTFOREX' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:45:46 Duration: 282ms Database: acaweb_fx User: postgres
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select 'Forex4You', current_timestamp, '', 'OK', '88.150.180.170:443', '2000' WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike 'Forex4You' ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-01-09 14:55:44 Duration: 282ms Database: acaweb_fx User: postgres
2 172 9m6s 52ms 57s668ms 3s179ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jan 09 14 172 9m6s 3s179ms [ User: postgres - Total duration: 9m6s - Times executed: 172 ]
-
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: 2022-01-09 14:03:01 Duration: 57s668ms 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 = '431' 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: 2022-01-09 14:01:58 Duration: 18s784ms 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 = '665' 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: 2022-01-09 14:16:29 Duration: 13s496ms Database: acaweb_fx User: postgres Bind query: yes
3 153 18m2s 280ms 1m49s 7s74ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), 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 ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.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 sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? 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 dss.enabled = ? 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 Jan 09 14 153 18m2s 7s74ms [ User: postgres - Total duration: 18m2s - Times executed: 153 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:12:19 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:07:13 Duration: 1m43s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:16:59 Duration: 1m29s Database: acaweb_fx User: postgres Bind query: yes
4 151 9m58s 64ms 1m15s 3s964ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Jan 09 14 151 9m58s 3s964ms [ User: postgres - Total duration: 9m58s - Times executed: 151 ]
-
WITH rar_max as ( ;
Date: 2022-01-09 14:18:16 Duration: 1m15s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:01:25 Duration: 40s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:11:57 Duration: 34s761ms Database: acaweb_fx User: postgres Bind query: yes
5 148 3m49s 67ms 16s7ms 1s547ms 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 Jan 09 14 148 3m49s 1s547ms [ User: postgres - Total duration: 3m49s - Times executed: 148 ]
-
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 = '643' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:28 Duration: 16s7ms 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 = '660' 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 ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:14 Duration: 14s429ms 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:17:55 Duration: 13s531ms Database: acaweb_fx User: postgres Bind query: yes
6 147 7m43s 2s523ms 4s113ms 3s154ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #6
Day Hour Count Duration Avg duration Jan 09 14 147 7m43s 3s154ms [ User: pgperfstats - Total duration: 7m43s - Times executed: 147 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970070, 5, 900, '2022-01-09 00:00:00', 0.0259246986482002, 0.0374399999999999, 0.0468297626159543, 0.0498799999999997, 0.0552456634798913, 0.0788000000000004, 0.205641678654887, 0.2782, 4.35943359776627, 1.39372 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 915, '2022-01-09 00:00:00', 0.0321492871875361, 0.0329199999999997, 0.0432909536354504, 0.05524, 0.0442094635419466, 0.0776800000000002, 0.212601371898991, 0.28752, 4.35926947740865, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 930, '2022-01-09 00:00:00', 0.0354753435501336, 0.0450000000000001, 0.0378412473367356, 0.0592800000000002, 0.0473805515656652, 0.0848, 0.211515460427837, 0.28796, 4.35918790219769, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 945, '2022-01-09 00:00:00', 0.027493938725957, 0.0408, 0.0292122691119107, 0.05624, 0.0549416356994703, 0.0908, 0.205200917801716, 0.286, 4.35913968844006, 1.39464 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 960, '2022-01-09 00:00:00', 0.0163649014662479, 0.0383200000000001, 0.0425737790977812, 0.06388, 0.053973851693821, 0.0955199999999995, 0.199853071029694, 0.291, 4.35890046341965, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 975, '2022-01-09 00:00:00', 0.0351295222474394, 0.0463999999999999, 0.0464850155067916, 0.0702399999999999, 0.0492404643899023, 0.0919599999999993, 0.202176515286354, 0.28852, 4.35932674962545, 1.39328 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 990, '2022-01-09 00:00:00', 0.0344116259424052, 0.0529200000000001, 0.0431675804279092, 0.0727599999999996, 0.0588815760658623, 0.0969599999999996, 0.203987360719563, 0.28548, 4.35955765607781, 1.39204 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1005, '2022-01-09 00:00:00', 0.036975577525353, 0.04988, 0.0429592830480209, 0.0711999999999998, 0.0557200741803765, 0.0943199999999999, 0.199858074642983, 0.2782, 4.35459455517962, 1.38836 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1020, '2022-01-09 00:00:00', 0.0326630780341758, 0.0507199999999997, 0.0448198988545637, 0.0676399999999995, 0.0595779041815559, 0.0921199999999996, 0.188167009152331, 0.27464, 4.33818135974051, 1.38852 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1035, '2022-01-09 00:00:00', 0.0228089894559142, 0.0415999999999998, 0.0398606740200577, 0.0629599999999999, 0.0688470527086426, 0.0923999999999998, 0.178281771362077, 0.26716, 4.33782607727265, 1.39092 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1050, '2022-01-09 00:00:00', 0.0401664038718925, 0.0484400000000002, 0.0442902171289929, 0.0629600000000003, 0.0635864765496563, 0.0923600000000002, 0.175365589555078, 0.26556, 4.33726634836583, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1065, '2022-01-09 00:00:00', 0.0371973565369015, 0.0453200000000005, 0.0577972606040578, 0.0682400000000003, 0.165087370807097, 0.20044, 0.171409480484599, 0.27328, 4.33414405352045, 1.40048 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1080, '2022-01-09 00:00:00', 0.0372002688162332, 0.04488, 0.0393438686455715, 0.06224, 0.16965127959042, 0.21984, 0.167564982419757, 0.27276, 4.32292149593305, 1.39752 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1095, '2022-01-09 00:00:00', 0.0352123084541002, 0.04936, 0.155987948252421, 0.18536, 0.17367530048916, 0.22788, 0.167785080782927, 0.2712, 4.32292803934247, 1.399 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 600, '2022-01-09 00:00:00', 0.0772986316925366, 0.0909615384615383, 0.106371113776973, 0.134423076923077, 0.113219901756918, 0.155115384615385, 0.127428193957949, 0.217769230769231, 4.18981814329049, 1.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 615, '2022-01-09 00:00:00', 0.0637316127329166, 0.0720384615384616, 0.0723343518775035, 0.0935384615384618, 0.0754693620973745, 0.110769230769231, 0.0948674865272611, 0.182, 4.19149414152776, 1.33846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 630, '2022-01-09 00:00:00', 0.036019417840083, 0.0479615384615387, 0.0435110772810086, 0.0694230769230773, 0.0522695381210187, 0.100230769230769, 0.0843654778102629, 0.168423076923077, 4.19399620483303, 1.32661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 645, '2022-01-09 00:00:00', 0.0376736798553869, 0.0441153846153843, 0.0459790755084894, 0.0633461538461535, 0.0554806133846632, 0.0925384615384614, 0.0886892674106974, 0.167115384615384, 4.19418163668891, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 660, '2022-01-09 00:00:00', 0.0294879636462065, 0.0364999999999994, 0.0302466781392853, 0.0613076923076919, 0.0582570035406769, 0.0860384615384614, 0.0858081312266818, 0.162346153846154, 4.19455503975552, 1.32469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 675, '2022-01-09 00:00:00', 0.0291077573588474, 0.0433076923076924, 0.0472577873110716, 0.0625384615384618, 0.057713563263893, 0.0808461538461537, 0.0901641579820686, 0.161153846153846, 4.19420073122951, 1.32757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 690, '2022-01-09 00:00:00', 0.0277824515726141, 0.0387692307692309, 0.038505384238891, 0.0552307692307692, 0.041977081659108, 0.0706538461538461, 0.0923698335705236, 0.154884615384615, 4.19458867296719, 1.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 705, '2022-01-09 00:00:00', 0.0343852383354343, 0.0392307692307694, 0.0345341080004192, 0.049269230769231, 0.0379466224300155, 0.0681153846153846, 0.090065651268736, 0.149692307692308, 4.18604234018794, 1.40407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 720, '2022-01-09 00:00:00', 0.0252075690708473, 0.0313076923076925, 0.0327077737172446, 0.0440384615384618, 0.0326839645462653, 0.0641923076923074, 0.0868382492825687, 0.143807692307692, 4.18256177222304, 1.41753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 735, '2022-01-09 00:00:00', 0.0219566355836646, 0.0314230769230773, 0.0269209669502873, 0.0454615384615387, 0.0590524799192664, 0.0756538461538462, 0.0847812116341458, 0.143576923076923, 4.18257195091912, 1.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 750, '2022-01-09 00:00:00', 0.0250766517210422, 0.0350384615384615, 0.0271407726209393, 0.048307692307692, 0.0674586140932689, 0.0812307692307696, 0.0869348827925469, 0.143923076923077, 4.18238578068326, 1.42446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 765, '2022-01-09 00:00:00', 0.0219198891069626, 0.031807692307692, 0.0602981311102143, 0.0567692307692308, 0.0654939222077423, 0.0804230769230766, 0.0949892382568435, 0.152346153846154, 4.18252499390205, 1.43273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 780, '2022-01-09 00:00:00', 0.0593348256798783, 0.0473076923076921, 0.0618669540223208, 0.0610000000000003, 0.0676041532634017, 0.082807692307692, 0.0975538036951129, 0.164230769230769, 4.18279916875695, 1.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 795, '2022-01-09 00:00:00', 0.0334439830163814, 0.0365000000000006, 0.043165887528856, 0.0524230769230768, 0.0533411228285963, 0.0716538461538461, 0.100169947896256, 0.163538461538462, 4.1734137032484, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 810, '2022-01-09 00:00:00', 0.0272400158138436, 0.0315384615384613, 0.0311598360813303, 0.0441538461538461, 0.0539927630478241, 0.0734615384615384, 0.105856477582404, 0.166076923076924, 4.17225823026332, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 825, '2022-01-09 00:00:00', 0.0203579128445095, 0.030269230769231, 0.0345253752834284, 0.0481923076923081, 0.0495342150592747, 0.0719615384615388, 0.107476115414615, 0.173653846153847, 4.17073094294772, 1.42103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 840, '2022-01-09 00:00:00', 0.0256818702889502, 0.0340384615384621, 0.0360216387958471, 0.0500384615384622, 0.0480107840449979, 0.0696538461538469, 0.11240296327876, 0.176115384615385, 4.17094354737446, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 855, '2022-01-09 00:00:00', 0.0276583830663714, 0.0328846153846153, 0.0360292402618502, 0.0471153846153843, 0.0476478912278551, 0.0671923076923079, 0.114380041292849, 0.172923076923077, 4.17122523228626, 1.41946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 870, '2022-01-09 00:00:00', 0.0199359358561749, 0.0278076923076921, 0.0257332170848978, 0.040038461538462, 0.0449001798865679, 0.0641153846153847, 0.125619847770351, 0.171115384615385, 4.17151004000304, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 885, '2022-01-09 00:00:00', 0.0235126479875119, 0.0317307692307697, 0.0344032198850857, 0.0463076923076927, 0.047441769976062, 0.0621923076923079, 4.22199443136316, 1.04053846153846, 4.17150795774603, 1.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 900, '2022-01-09 00:00:00', 0.0277279364817951, 0.0320384615384618, 0.0381297582150538, 0.0479615384615384, 0.0431895998877221, 0.0626923076923076, 4.22045581369887, 1.04834615384615, 4.17136312511132, 1.41680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 915, '2022-01-09 00:00:00', 0.0248671547350189, 0.0331538461538457, 0.0295119271846801, 0.042076923076923, 0.0448517043668948, 0.0653461538461538, 4.21884554989231, 1.05657692307692, 4.17094305587892, 1.41784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 930, '2022-01-09 00:00:00', 0.0232362117924062, 0.0288076923076923, 0.0373648950836927, 0.0461538461538458, 0.0455789425063811, 0.0650000000000001, 4.21847020394105, 1.05869230769231, 4.17075416976539, 1.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 945, '2022-01-09 00:00:00', 0.0277233864065362, 0.0321153846153842, 0.0377333355984405, 0.046730769230769, 0.060773032987185, 0.075807692307692, 4.21809823662823, 1.06042307692308, 4.17096569319938, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 960, '2022-01-09 00:00:00', 0.019267230051207, 0.0268846153846152, 0.0398941869681059, 0.0451153846153846, 0.0631747880578463, 0.0884230769230766, 4.21832327991184, 1.05857692307692, 4.17154636242319, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 975, '2022-01-09 00:00:00', 0.0374857511390872, 0.0343076923076925, 0.0576070642035664, 0.0584230769230768, 0.0726719075974077, 0.0983846153846157, 4.2182055552277, 1.05911538461538, 4.17201688635125, 1.4135 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 990, '2022-01-09 00:00:00', 0.0435711442973967, 0.046730769230769, 0.0515990459065038, 0.0716923076923075, 0.0739080197584493, 0.100346153846154, 4.19796974665685, 1.05792307692308, 4.15283220891293, 1.40834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1005, '2022-01-09 00:00:00', 0.0336359697576637, 0.0464615384615385, 0.0384499874962472, 0.0668076923076927, 0.0615293300917417, 0.0955384615384619, 4.1983647703142, 1.05576923076923, 4.15259623868472, 1.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1020, '2022-01-09 00:00:00', 0.0298825392804254, 0.0443846153846157, 0.0469054859838868, 0.0647307692307696, 0.0591134112077406, 0.0873461538461542, 4.19834286062782, 1.05615384615385, 4.15273788537338, 1.40223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1035, '2022-01-09 00:00:00', 0.0410709891997519, 0.0431153846153848, 0.0501738516023574, 0.0648461538461537, 0.0639718808419882, 0.0848076923076924, 4.19786106267686, 1.05830769230769, 4.15278813347593, 1.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1050, '2022-01-09 00:00:00', 0.0429804427796935, 0.0460384615384618, 0.0533973349954418, 0.0606538461538464, 0.0805916964609982, 0.0886923076923082, 4.19561654330583, 1.05946153846154, 4.15139521773658, 1.39957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1065, '2022-01-09 00:00:00', 0.0342323508709796, 0.0375769230769231, 0.0416269328495576, 0.0521923076923077, 4.19470045231068, 0.979269230769231, 4.18014668642142, 1.055, 4.13631558831696, 1.39438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1080, '2022-01-09 00:00:00', 0.0308247652683061, 0.0376153846153847, 0.0504327122167597, 0.0615384615384618, 4.18435091722259, 0.991038461538462, 4.17252289886328, 1.05169230769231, 4.12864015087106, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1095, '2022-01-09 00:00:00', 0.0377165134207203, 0.0441538461538463, 4.18712615690597, 0.965423076923077, 4.1813005801471, 0.995692307692308, 4.17126912987476, 1.04807692307692, 4.1271218880064, 1.38796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 600, '2022-01-09 00:00:00', 0.0447095440966837, 0.10188, 0.0579547812235247, 0.12344, 0.0676253897092896, 0.14888, 0.100809440695469, 0.20028, 0.470705410350608, 0.561200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 615, '2022-01-09 00:00:00', 0.036744614117809, 0.0693999999999999, 0.0445426013310104, 0.0937199999999999, 0.0538512766793875, 0.11528, 0.0917631371158005, 0.17184, 0.474069608109752, 0.54908 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 630, '2022-01-09 00:00:00', 0.16456903157595, 0.0893846153846154, 0.231001005658817, 0.122769230769231, 0.272528931421122, 0.152461538461538, 0.276766505310051, 0.215538461538461, 0.50225163169318, 0.581692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 645, '2022-01-09 00:00:00', 0.0791814760777176, 0.0671153846153845, 0.12113791250535, 0.0960769230769229, 0.125918459574196, 0.107538461538461, 0.13803475593543, 0.174923076923077, 0.50263597012305, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 660, '2022-01-09 00:00:00', 0.0800222372940076, 0.0639615384615384, 0.0909408683621479, 0.0788076923076923, 0.094096129242714, 0.0961923076923076, 0.112046041360752, 0.164653846153846, 0.503046639526061, 0.576807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 675, '2022-01-09 00:00:00', 0.0246559401486819, 0.0416538461538464, 0.0955861995188717, 0.0691923076923077, 0.0945918926433242, 0.0938846153846154, 0.112451350164621, 0.162884615384615, 0.503256559436025, 0.57573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 690, '2022-01-09 00:00:00', 0.090078196798457, 0.0578076923076922, 0.0882869099104643, 0.0744615384615383, 0.0886642760425745, 0.0979230769230769, 0.11057884760867, 0.162807692307692, 0.50163464639271, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 705, '2022-01-09 00:00:00', 0.0406502720210407, 0.0442692307692305, 0.0533629228815431, 0.0621923076923077, 0.0578246819805682, 0.0865769230769233, 0.108034930248722, 0.160115384615385, 0.489746031514923, 0.598153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 720, '2022-01-09 00:00:00', 0.0439950521693587, 0.0462692307692307, 0.0498159072524492, 0.067230769230769, 0.07452154051011, 0.0904999999999998, 0.119517929134567, 0.159846153846154, 0.48856486381426, 0.600884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 735, '2022-01-09 00:00:00', 0.0284272079854172, 0.0468846153846155, 0.0357024455098618, 0.0592307692307697, 0.061562688500297, 0.0832692307692307, 0.130821457896455, 0.162576923076923, 0.473854180751194, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 750, '2022-01-09 00:00:00', 0.0226627787012439, 0.041192307692308, 0.0423565997037242, 0.0628076923076924, 0.05340903121556, 0.0777307692307695, 0.123010224715734, 0.158653846153846, 0.470745046135952, 0.599538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 765, '2022-01-09 00:00:00', 0.0284713080945602, 0.0438461538461537, 0.0375297215550554, 0.0550000000000001, 0.0471626971238926, 0.0750000000000002, 0.144026156812413, 0.164576923076923, 0.462922827926411, 0.598769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 780, '2022-01-09 00:00:00', 0.0354459284848604, 0.0404230769230774, 0.0416017011486496, 0.0553076923076928, 0.055120469463224, 0.0821153846153847, 0.142239516309639, 0.165, 0.461937426664962, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 795, '2022-01-09 00:00:00', 0.0211847550411574, 0.0369230769230774, 0.0325904186014139, 0.0551538461538461, 0.0492797508734957, 0.0764230769230766, 0.138309441248461, 0.166307692307692, 0.45635830895673, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 810, '2022-01-09 00:00:00', 0.0211190398965919, 0.036576923076923, 0.0377971101866474, 0.0563076923076921, 0.0443720112753004, 0.0713461538461535, 0.135742182095324, 0.1625, 0.455064330194518, 0.599769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 825, '2022-01-09 00:00:00', 0.0262683196147878, 0.0357692307692311, 0.0321682356466029, 0.0476538461538465, 0.0374019538773868, 0.0671153846153845, 0.160849729202804, 0.163653846153846, 0.456231346510147, 0.601807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 840, '2022-01-09 00:00:00', 0.0222246225199406, 0.0334230769230768, 0.0273149437825922, 0.0461153846153845, 0.0380655507492817, 0.0701153846153841, 0.164539118565956, 0.166192307692307, 0.456972554301258, 0.603653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 855, '2022-01-09 00:00:00', 0.0234776817096908, 0.0331923076923077, 0.0274419387070226, 0.0474999999999995, 0.0412230704637771, 0.0696923076923076, 0.217090721907827, 0.179307692307692, 0.458004731248657, 0.606423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 870, '2022-01-09 00:00:00', 0.0219780659889667, 0.0343461538461533, 0.0335862838304338, 0.0500384615384614, 0.0424470711139634, 0.0709230769230772, 0.217005526338705, 0.181961538461538, 0.457635750351741, 0.607 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 885, '2022-01-09 00:00:00', 0.0206698963564077, 0.0347307692307696, 0.0241282789720664, 0.0475769230769234, 0.0422445808996214, 0.0727307692307698, 0.209026255251859, 0.235153846153847, 0.453930852070598, 0.603538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 900, '2022-01-09 00:00:00', 0.0153709516246119, 0.0301153846153847, 0.030255323752765, 0.0532307692307694, 0.0467608152853846, 0.0764230769230773, 0.20764319989236, 0.244538461538462, 0.452494399455355, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 915, '2022-01-09 00:00:00', 0.0265229073705095, 0.0407692307692308, 0.0401247286115917, 0.0569230769230771, 0.0784768461688885, 0.0888461538461539, 0.215170919539292, 0.256730769230769, 0.452775060471108, 0.602846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 930, '2022-01-09 00:00:00', 0.0250061223272659, 0.035115384615385, 0.0395385887456801, 0.0535000000000002, 0.069312802680202, 0.0812307692307694, 0.20422138816641, 0.260846153846154, 0.450767040293969, 0.60173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 945, '2022-01-09 00:00:00', 0.0307789138609786, 0.0383076923076918, 0.0613222133174742, 0.061576923076923, 0.0923721902872369, 0.097307692307692, 0.20385746151511, 0.274230769230769, 0.451554804579092, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 960, '2022-01-09 00:00:00', 0.0391520310898622, 0.0408076923076924, 0.0444038806342939, 0.0582307692307693, 0.0811795825031431, 0.0972692307692309, 0.202745862141215, 0.283269230769231, 0.454065459530299, 0.606192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 975, '2022-01-09 00:00:00', 0.0269251098133605, 0.0411923076923071, 0.0671352824813163, 0.074115384615384, 0.0767260962525386, 0.103576923076923, 0.199437320016551, 0.284730769230769, 0.455098158473701, 0.607576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 990, '2022-01-09 00:00:00', 0.0664427688952045, 0.0621923076923079, 0.0700993690304095, 0.0758076923076927, 0.0771424755790315, 0.0981923076923075, 0.199608277922997, 0.286230769230769, 0.455035209119538, 0.607192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1005, '2022-01-09 00:00:00', 0.0318423279009847, 0.040576923076923, 0.0494515924920515, 0.0654999999999996, 0.0733499514970211, 0.0871538461538459, 0.205874902269838, 0.281346153846154, 0.450907012416257, 0.602423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1020, '2022-01-09 00:00:00', 0.0374856690565262, 0.0488461538461539, 0.0434795973373183, 0.060653846153846, 0.0752490531501896, 0.0884999999999999, 0.208054179334282, 0.285307692307693, 0.446398954024141, 0.600115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1035, '2022-01-09 00:00:00', 0.0334008060704201, 0.0404230769230768, 0.0528809548383479, 0.0616538461538461, 0.105075211158484, 0.0910000000000001, 0.201014691388083, 0.282115384615385, 0.43907730001062, 0.595653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1050, '2022-01-09 00:00:00', 0.0415316746592286, 0.0449999999999997, 0.051774124811531, 0.0629999999999995, 0.0979926213862747, 0.0899230769230769, 0.202054893531436, 0.2815, 0.439438958743463, 0.594961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1065, '2022-01-09 00:00:00', 0.0264163119769122, 0.0373076923076923, 0.0679579621191265, 0.0607307692307691, 0.160166989780618, 0.174769230769231, 0.202840247864782, 0.280615384615385, 0.440226670635097, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1080, '2022-01-09 00:00:00', 0.0667023699267586, 0.0456153846153847, 0.0709996858064555, 0.0666538461538462, 0.16492454685051, 0.191115384615385, 0.202520502285951, 0.283076923076924, 0.44200026453177, 0.596076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1095, '2022-01-09 00:00:00', 0.0383521336283409, 0.0466153846153846, 0.1336396590146, 0.162961538461539, 0.143431913625085, 0.198923076923077, 0.184895933308027, 0.276884615384616, 0.436661017970903, 0.59073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 600, '2022-01-09 00:00:00', 0.0675690416138589, 0.107153846153846, 0.0743765161448568, 0.130115384615384, 0.088936597987209, 0.160961538461538, 0.142735085439371, 0.242230769230769, 0.430597447203838, 0.568192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 615, '2022-01-09 00:00:00', 0.0514820954686788, 0.0753846153846155, 0.0589128691700389, 0.0993846153846154, 0.0756832772912116, 0.130038461538462, 0.122920562215541, 0.211769230769231, 0.422034289529254, 0.551307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 630, '2022-01-09 00:00:00', 0.0482252407578631, 0.066923076923077, 0.0580299789896438, 0.0930384615384615, 0.0848576817609703, 0.137884615384616, 0.115411617866061, 0.204807692307693, 0.417745283083438, 0.547192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 645, '2022-01-09 00:00:00', 0.0379659766714275, 0.0638461538461539, 0.0528976515401347, 0.0918076923076927, 0.079536281029477, 0.1295, 0.105979744073319, 0.187884615384616, 0.412529885164513, 0.543884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 660, '2022-01-09 00:00:00', 0.0348094814669797, 0.0595000000000001, 0.0540934376796296, 0.0845, 0.0708866592634925, 0.111038461538462, 0.0979713301862413, 0.176307692307692, 0.410659462141266, 0.536923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 675, '2022-01-09 00:00:00', 0.0321453669349815, 0.0517307692307692, 0.0525702021476631, 0.0738846153846156, 0.0709434552735762, 0.101576923076923, 0.097484744368621, 0.170653846153846, 0.411171109805227, 0.537807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 690, '2022-01-09 00:00:00', 0.0474548044094432, 0.0530384615384618, 0.0525935357244603, 0.0720000000000004, 0.0705543434851145, 0.106653846153847, 0.0944043431204307, 0.1695, 0.411249503156119, 0.534076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 705, '2022-01-09 00:00:00', 0.0236348178623113, 0.0467307692307692, 0.03715125010838, 0.0668461538461541, 0.0539415780836443, 0.0985769230769234, 0.0898927994035972, 0.167653846153846, 0.41540127772849, 0.547692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 720, '2022-01-09 00:00:00', 0.0319333922166373, 0.0483076923076925, 0.0408313793357704, 0.0728076923076926, 0.0467988823009209, 0.0901538461538463, 0.0855188058490419, 0.166884615384615, 0.415979304218926, 0.552307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 735, '2022-01-09 00:00:00', 0.0301107698596113, 0.0474615384615386, 0.0332123239406469, 0.0634615384615381, 0.0373137219552516, 0.0820769230769225, 0.0895364816064464, 0.165692307692307, 0.413160278081782, 0.547846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 750, '2022-01-09 00:00:00', 0.0239299297629876, 0.0411923076923073, 0.0245609132879553, 0.0530384615384614, 0.0436805888943115, 0.079923076923077, 0.0850438800764733, 0.164692307692308, 0.412045217832293, 0.546692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 765, '2022-01-09 00:00:00', 0.0166947250996791, 0.037923076923077, 0.0290915795377286, 0.0549999999999999, 0.0408483122709449, 0.0777692307692311, 0.0810224755142766, 0.163807692307692, 0.411474878193816, 0.543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 780, '2022-01-09 00:00:00', 0.0260703191093151, 0.0406923076923077, 0.0402570968420954, 0.0569230769230773, 0.0554602560397984, 0.0810000000000001, 0.0875647979850004, 0.163923076923077, 0.410868769990914, 0.544115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 795, '2022-01-09 00:00:00', 0.0282811162874017, 0.0396923076923077, 0.0331331347050745, 0.055269230769231, 0.0473554805535906, 0.0726923076923074, 0.0805954379315895, 0.161230769230769, 0.41050362501913, 0.542884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 810, '2022-01-09 00:00:00', 0.0201772148722269, 0.0370000000000004, 0.0361684945774637, 0.0550000000000001, 0.0453169521685445, 0.0688846153846154, 0.0733588859910392, 0.157384615384616, 0.405975855667078, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 825, '2022-01-09 00:00:00', 0.0247777816105169, 0.0374615384615384, 0.0261556583082604, 0.0449615384615385, 0.0367404199967614, 0.0645384615384613, 0.0693056663240133, 0.157653846153846, 0.403458771127857, 0.5385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 840, '2022-01-09 00:00:00', 0.0171276205181977, 0.0316538461538462, 0.0243244732728171, 0.0459999999999999, 0.0339319001258967, 0.0675769230769229, 0.0710293980307832, 0.156846153846154, 0.404467954421418, 0.537384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 855, '2022-01-09 00:00:00', 0.018233527866585, 0.0326923076923075, 0.0228988746784297, 0.0450384615384613, 0.034388929345626, 0.0709615384615384, 0.0738728741721994, 0.157807692307693, 0.405006575445198, 0.536615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 870, '2022-01-09 00:00:00', 0.0221383065157338, 0.0322307692307691, 0.0281795343085391, 0.0473846153846152, 0.0377457078558403, 0.0755384615384614, 0.0776835890005095, 0.1635, 0.405554458071341, 0.536538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 885, '2022-01-09 00:00:00', 0.0262525017122909, 0.0360769230769229, 0.0312860008015383, 0.0545769230769231, 0.0391162370378337, 0.0779999999999997, 0.323437776681412, 0.274346153846154, 0.397655738238299, 0.547615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 900, '2022-01-09 00:00:00', 0.0216111438489862, 0.0398076923076926, 0.0285954541841886, 0.0575000000000002, 0.0458181690531674, 0.0822307692307693, 0.332319477889297, 0.290346153846154, 0.399024587636479, 0.552307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 915, '2022-01-09 00:00:00', 0.0186009511750177, 0.039653846153846, 0.0300163032623683, 0.0554615384615383, 0.0598813827495659, 0.0834999999999998, 0.333201793789612, 0.289653846153846, 0.399336842585497, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 930, '2022-01-09 00:00:00', 0.0222316475738114, 0.0373846153846153, 0.0342893793828575, 0.0558076923076924, 0.0503116441637679, 0.0796923076923079, 0.350453648861015, 0.295, 0.401196826814662, 0.553423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 945, '2022-01-09 00:00:00', 0.0247098859070304, 0.0414615384615386, 0.0404062447572723, 0.0567692307692309, 0.0497103146702508, 0.0863461538461538, 0.37641638973554, 0.305461538461538, 0.401781923244631, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 960, '2022-01-09 00:00:00', 0.0290790963778762, 0.0390769230769226, 0.041382586452981, 0.0599615384615383, 0.0495921830068472, 0.0867692307692307, 0.393556323796226, 0.3095, 0.402845381676968, 0.554807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 975, '2022-01-09 00:00:00', 0.0351728041794532, 0.0433846153846152, 0.0420954410102346, 0.0658846153846153, 0.0438680539099488, 0.0843846153846158, 0.396032051927425, 0.307884615384616, 0.404639298064909, 0.557192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 990, '2022-01-09 00:00:00', 0.0301377606232551, 0.050269230769231, 0.0306493819739427, 0.0627692307692313, 0.0330929692742225, 0.0792307692307697, 0.394977841637497, 0.310153846153846, 0.405742108317018, 0.557538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1005, '2022-01-09 00:00:00', 0.020824541734731, 0.0416923076923082, 0.0257855355995154, 0.0565769230769236, 0.0399421312169732, 0.0784230769230772, 0.395838648169447, 0.309346153846154, 0.406110127163329, 0.557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1020, '2022-01-09 00:00:00', 0.0203551921178322, 0.0415769230769231, 0.0255533529336927, 0.0555769230769231, 0.0455332845290134, 0.0800000000000004, 0.396116424222048, 0.310307692307692, 0.407628337506682, 0.559692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1035, '2022-01-09 00:00:00', 0.0233477061960138, 0.0403461538461535, 0.035239662968789, 0.0580769230769227, 0.0470014893381052, 0.0795000000000003, 0.396522532098163, 0.309961538461538, 0.407993071208135, 0.559115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1050, '2022-01-09 00:00:00', 0.0232743173080077, 0.0395769230769229, 0.0339031198927409, 0.057692307692308, 0.0678618052764932, 0.0942307692307698, 0.392103628374714, 0.309846153846154, 0.405255702754921, 0.557769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1065, '2022-01-09 00:00:00', 0.0344795368521463, 0.0419615384615385, 0.0424311931701928, 0.0573846153846156, 0.328137260210512, 0.222692307692308, 0.391715133935168, 0.311115384615385, 0.405831933762658, 0.556961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1080, '2022-01-09 00:00:00', 0.0218764362165889, 0.0365384615384618, 0.0590267214586229, 0.0630769230769232, 0.317376757425376, 0.241615384615384, 0.382066311199831, 0.308884615384615, 0.398983039932585, 0.553115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1095, '2022-01-09 00:00:00', 0.0579041117179614, 0.0493846153846156, 0.306387738256357, 0.210615384615384, 0.310169306124153, 0.242038461538461, 0.376631411329433, 0.3135, 0.393723708279726, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 600, '2022-01-09 00:00:00', 0.181789396322736, 0.135230769230769, 0.195525359362529, 0.171384615384615, 0.198866081727223, 0.193038461538461, 0.234087215830734, 0.258230769230769, 0.305754320681466, 0.500769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 615, '2022-01-09 00:00:00', 0.0883035324670181, 0.0980769230769227, 0.0972728201424296, 0.119807692307692, 0.130616408440311, 0.152384615384615, 0.177295980257266, 0.222769230769231, 0.294598744057065, 0.4835 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 630, '2022-01-09 00:00:00', 0.0438234921193926, 0.064461538461539, 0.0762673939807534, 0.0946538461538466, 0.122832575233371, 0.130192307692308, 0.15613680392035, 0.196307692307692, 0.294633456766461, 0.475076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 645, '2022-01-09 00:00:00', 0.0639357008732518, 0.070423076923077, 0.100591450928993, 0.0999999999999996, 0.121237973233828, 0.124615384615385, 0.154568282147904, 0.196076923076923, 0.293212718792242, 0.474461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 660, '2022-01-09 00:00:00', 0.051432824000004, 0.0591538461538457, 0.0739368545553469, 0.0835384615384615, 0.106646309756201, 0.118653846153846, 0.132615006692305, 0.1785, 0.296244215782545, 0.474653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 675, '2022-01-09 00:00:00', 0.0367117671347188, 0.054076923076923, 0.0484891264575414, 0.0686538461538464, 0.0869128652953414, 0.104384615384615, 0.122435119396105, 0.170038461538462, 0.292308743520377, 0.472807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 690, '2022-01-09 00:00:00', 0.0433764203935027, 0.0489230769230771, 0.0838752553590063, 0.0784615384615385, 0.0946346903380819, 0.103730769230769, 0.123847331575862, 0.165192307692308, 0.297510439377279, 0.474307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 705, '2022-01-09 00:00:00', 0.0541566389140016, 0.0566923076923074, 0.0598459689536396, 0.0734999999999995, 0.0675406202563719, 0.092846153846154, 0.10191435318254, 0.157153846153846, 4.28485476138385, 1.30461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 720, '2022-01-09 00:00:00', 0.0424512208758028, 0.0491153846153845, 0.0515524527507222, 0.0688461538461543, 0.0551931015756366, 0.086961538461539, 0.0918090074347498, 0.148576923076923, 4.28378619465753, 1.30919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 735, '2022-01-09 00:00:00', 0.033712015662075, 0.0505000000000002, 0.0437992623752434, 0.0661538461538467, 0.0731390351422445, 0.0990384615384619, 0.0915069732525679, 0.145384615384616, 4.28319212665579, 1.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 750, '2022-01-09 00:00:00', 0.0310091053625322, 0.0407307692307693, 0.0440274739400123, 0.0595384615384613, 0.0624162207714039, 0.0882307692307692, 0.0833900196942976, 0.139846153846154, 4.28319990966495, 1.31211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 765, '2022-01-09 00:00:00', 0.0242690369369316, 0.0391153846153843, 0.0441319002013801, 0.0622307692307688, 0.0687434472401663, 0.0876923076923073, 0.0876203084994481, 0.145038461538462, 4.28312122154645, 1.31096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 780, '2022-01-09 00:00:00', 0.0372955761451674, 0.0479999999999998, 0.044601362517994, 0.0641923076923076, 0.0672840705802358, 0.0868846153846153, 0.0885017253199926, 0.142346153846154, 4.28304853400185, 1.31123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 795, '2022-01-09 00:00:00', 0.0356978129043482, 0.043423076923077, 0.0645631116398166, 0.068653846153846, 0.0654267059093904, 0.081576923076923, 0.0935106164273091, 0.142653846153846, 4.28282945241362, 1.31196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 810, '2022-01-09 00:00:00', 0.0511954925900556, 0.0475384615384612, 0.0507822652265377, 0.057961538461538, 0.0497387637098529, 0.072230769230769, 0.0969124347026735, 0.1435, 4.28236572864184, 1.31407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 825, '2022-01-09 00:00:00', 0.0253097731199747, 0.0367692307692305, 0.0320487369245894, 0.051807692307692, 0.043774474472969, 0.0717307692307689, 0.10988873393644, 0.149576923076923, 4.2818411108379, 1.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 840, '2022-01-09 00:00:00', 0.0279909875605595, 0.0411538461538464, 0.0331902905171883, 0.0546538461538457, 0.0547220669875012, 0.0757692307692305, 0.117960182330244, 0.151269230769231, 4.28180178896688, 1.317 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 855, '2022-01-09 00:00:00', 0.0198033796649416, 0.0345769230769227, 0.0345507430622529, 0.0540769230769227, 0.0488671196676799, 0.0773461538461534, 0.1374394915814, 0.155576923076923, 4.28191458417305, 1.31588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 870, '2022-01-09 00:00:00', 0.0312630772637627, 0.0394999999999999, 0.0476136373483316, 0.0564615384615381, 0.0562472700192227, 0.0736538461538458, 0.135838116322901, 0.157076923076923, 4.28172955420874, 1.31684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 885, '2022-01-09 00:00:00', 0.0287785443583343, 0.0387307692307692, 0.0343391232359737, 0.0528461538461537, 0.0452212339504351, 0.0709999999999998, 0.165287441935371, 0.229538461538462, 4.28139254430863, 1.31796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 900, '2022-01-09 00:00:00', 0.0250297054286738, 0.036615384615385, 0.0404794534776117, 0.0541153846153844, 0.0526359339088945, 0.0723076923076921, 0.17125420152061, 0.240192307692308, 4.2813001290945, 1.31834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 915, '2022-01-09 00:00:00', 0.0324384624505205, 0.0384230769230769, 0.0425225370109329, 0.0543846153846152, 0.0503954210374161, 0.0725384615384615, 0.168889663572223, 0.246038461538461, 4.27997228909074, 1.32334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 930, '2022-01-09 00:00:00', 0.0344475744373304, 0.041346153846154, 0.0418459629520535, 0.0552692307692311, 0.0479667192316311, 0.0786153846153845, 0.167086011935816, 0.247153846153846, 4.27937929072034, 1.32607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 945, '2022-01-09 00:00:00', 0.0304464473107477, 0.0391153846153847, 0.0342730439042333, 0.0541923076923077, 0.0651612910104909, 0.0900769230769231, 0.166285278500997, 0.249076923076923, 4.27874943717833, 1.32888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 960, '2022-01-09 00:00:00', 0.0239534163293283, 0.0376153846153843, 0.0325577356990023, 0.055615384615384, 0.0596336636989026, 0.0865769230769229, 0.159466499978474, 0.246269230769231, 4.27877817588871, 1.32803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 975, '2022-01-09 00:00:00', 0.0239983332754587, 0.0389999999999998, 0.0474492927725524, 0.066653846153846, 0.0629458375235287, 0.0924615384615382, 0.151801206035546, 0.249384615384615, 4.27814582913961, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 990, '2022-01-09 00:00:00', 0.0446192266250257, 0.055653846153846, 0.0482147120860271, 0.0694615384615385, 0.0678390856251875, 0.0956923076923074, 0.148800087882522, 0.246115384615385, 4.27795736232213, 1.33192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1005, '2022-01-09 00:00:00', 0.0283840692046683, 0.0491538461538462, 0.0510865329235976, 0.0710769230769229, 0.0736831470137242, 0.0966153846153842, 0.143239084696236, 0.243653846153846, 4.27796032940933, 1.3305 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1020, '2022-01-09 00:00:00', 0.035922330745009, 0.0474230769230771, 0.0514280528056873, 0.0657307692307694, 0.0720786749643423, 0.0851538461538463, 0.141904567064793, 0.240884615384615, 4.27770923958858, 1.33153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1035, '2022-01-09 00:00:00', 0.0322651753204835, 0.0468076923076927, 0.0415095355124763, 0.0611923076923079, 0.0680635449697279, 0.0813846153846158, 0.145479810917582, 0.239153846153846, 4.27712338916635, 1.33438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1050, '2022-01-09 00:00:00', 0.0285100791893779, 0.0407692307692309, 0.0422006926665719, 0.0524615384615387, 0.0609694501053919, 0.0770769230769234, 0.145975324574448, 0.239346153846154, 4.27671137854597, 1.33684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1065, '2022-01-09 00:00:00', 0.0279628324745548, 0.0370000000000002, 0.0565409041858536, 0.0549230769230771, 0.134344035967363, 0.175, 0.143432407023711, 0.242153846153846, 4.27656533285227, 1.33761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1080, '2022-01-09 00:00:00', 0.0458534790224427, 0.0403076923076924, 0.0491324896424109, 0.0598076923076925, 0.139417005915568, 0.186692307692308, 0.143776584163925, 0.241115384615385, 4.27632243801215, 1.33807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1095, '2022-01-09 00:00:00', 0.0358430767910079, 0.0436153846153846, 0.130863998692712, 0.165884615384616, 0.132790459573895, 0.192115384615384, 0.142211527175326, 0.238038461538462, 4.27594686607989, 1.34019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 600, '2022-01-09 00:00:00', 0.089511331470035, 0.123961538461539, 0.0977956110388479, 0.146692307692308, 0.095370532459133, 0.163461538461538, 0.116150326997123, 0.212461538461539, 4.27743048965686, 1.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 615, '2022-01-09 00:00:00', 0.0371677486332109, 0.0658076923076925, 0.0446764091939085, 0.0863076923076921, 0.074799969148492, 0.122346153846153, 0.0919364663566849, 0.179923076923077, 4.27894554228564, 1.32292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 630, '2022-01-09 00:00:00', 0.0303565478933295, 0.061, 0.0581387862062708, 0.0880384615384615, 0.0696897741091518, 0.107230769230769, 0.0931626204341301, 0.170923076923077, 4.2799198829669, 1.31826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 645, '2022-01-09 00:00:00', 0.0541313644330585, 0.0602692307692308, 0.0591068914373322, 0.0797692307692304, 0.065138149049067, 0.0994615384615381, 0.0961191248079497, 0.157384615384616, 4.28143512172478, 1.31169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 660, '2022-01-09 00:00:00', 0.0307961286278245, 0.0538076923076921, 0.0372486860893726, 0.0647692307692306, 0.049670978990213, 0.0856153846153849, 0.0888865828760712, 0.15223076923077, 4.28165387186558, 1.30996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 675, '2022-01-09 00:00:00', 0.0264413429194626, 0.0447692307692303, 0.0359694100804901, 0.0610384615384612, 0.0472112763583517, 0.0822307692307696, 0.0920228483333603, 0.149269230769231, 4.28215767054234, 1.30734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 690, '2022-01-09 00:00:00', 0.0217411697371245, 0.043961538461538, 0.0276510119442035, 0.0574615384615386, 0.0497355622653068, 0.0828846153846162, 0.101976596108353, 0.150115384615385, 4.28268348746976, 1.30457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 705, '2022-01-09 00:00:00', 0.0241655826458911, 0.0411538461538466, 0.0358733884655467, 0.0575000000000004, 0.0535912162722452, 0.0844615384615391, 0.102095317454592, 0.153423076923078, 4.28090706797232, 1.31673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 720, '2022-01-09 00:00:00', 0.0281510486209934, 0.0398076923076923, 0.0451361700430364, 0.0639230769230774, 0.0523309145284566, 0.0852692307692311, 0.0985694600854576, 0.156538461538462, 4.28096634022668, 1.31661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 735, '2022-01-09 00:00:00', 0.034031659468117, 0.0470769230769232, 0.0373831718619697, 0.0623076923076922, 0.05440951557049, 0.0926538461538461, 0.097348264573051, 0.154269230769231, 4.28004385329798, 1.32388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 750, '2022-01-09 00:00:00', 0.024820586988658, 0.0423076923076924, 0.0344584476635934, 0.0602307692307694, 0.053940537061301, 0.0883076923076925, 0.102466121981103, 0.156884615384616, 4.2795734862969, 1.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 765, '2022-01-09 00:00:00', 0.0254060259357137, 0.0441153846153849, 0.0442077090388265, 0.0688076923076924, 0.0483311652917822, 0.0833076923076929, 0.117409454474501, 0.1625, 4.27791624688757, 1.33515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 780, '2022-01-09 00:00:00', 0.034463112944802, 0.0498846153846153, 0.0444206639371294, 0.0613461538461537, 0.0520626988868674, 0.079269230769231, 0.117295347143603, 0.164038461538461, 4.27767281519358, 1.33707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 795, '2022-01-09 00:00:00', 0.0327950512214172, 0.0373461538461538, 0.036369133150982, 0.0499230769230772, 0.0422555776928192, 0.0675769230769233, 0.110926094592474, 0.152961538461538, 4.27797614137268, 1.33688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 810, '2022-01-09 00:00:00', 0.0182048176210417, 0.0318461538461536, 0.0224836350742901, 0.0439230769230768, 0.0308341469054131, 0.0607692307692308, 0.111867779096574, 0.15, 4.27802056545566, 1.33803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 825, '2022-01-09 00:00:00', 0.0153725529634929, 0.0306538461538461, 0.0220546175175664, 0.0436153846153846, 0.0353892856449739, 0.0601923076923079, 0.110080949235621, 0.151846153846154, 4.27798677165574, 1.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 840, '2022-01-09 00:00:00', 0.0188922857679649, 0.0329615384615384, 0.0247047799797152, 0.0436153846153846, 0.0366251069833039, 0.0640384615384617, 0.112416102049484, 0.1575, 4.2772758922545, 1.34753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 855, '2022-01-09 00:00:00', 0.0170393210410055, 0.0305384615384615, 0.0283373360671856, 0.0432692307692307, 0.052449198864601, 0.0680384615384617, 0.127964231781324, 0.167269230769231, 4.27713487997964, 1.34830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 870, '2022-01-09 00:00:00', 0.0259907971878809, 0.0321923076923077, 0.033434781521413, 0.0467307692307693, 0.0728387154028575, 0.0700384615384615, 0.128717657625577, 0.170346153846154, 4.2771888460314, 1.34823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 885, '2022-01-09 00:00:00', 0.0206938117840535, 0.0310769230769229, 0.035970607659374, 0.0502692307692307, 0.0620834797795558, 0.0759615384615385, 0.189862788511963, 0.245961538461538, 4.27801334212326, 1.34534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:49 Duration: 4s113ms 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 970100, 5, 900, '2022-01-09 00:00:00', 6.10373108243363, 12.87972, 8.51449982617884, 17.81896, 9.53864983684797, 23.40028, 29.1671135174532, 81.50576, 58.1686055829087, 162.07028 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 915, '2022-01-09 00:00:00', 6.28019229588816, 13.32624, 9.16195418110498, 18.0552, 19.3360283178838, 25.90912, 30.3359483966355, 84.80904, 58.0243930866723, 162.39608 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 930, '2022-01-09 00:00:00', 8.91426339114269, 13.25716, 9.80579800543197, 17.57424, 19.2032883598965, 26.5998, 29.790156857705, 85.67876, 57.0690906905831, 163.156 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 945, '2022-01-09 00:00:00', 7.75575673354959, 12.44748, 17.6976467332053, 19.31368, 16.5326013866542, 31.65388, 28.3442310493099, 86.45912, 56.9455029165312, 164.3582 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 960, '2022-01-09 00:00:00', 15.747757372824, 13.59376, 15.591955262036, 19.79468, 15.8457252119722, 34.56808, 30.6914611940085, 86.21084, 56.8208265640044, 163.9446 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 975, '2022-01-09 00:00:00', 7.45442112485381, 14.2691600000001, 10.5785522145834, 26.1230400000001, 13.4726218874922, 36.84424, 29.9588226084292, 86.251, 56.9923619820235, 164.43004 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 990, '2022-01-09 00:00:00', 9.04257025002671, 21.59732, 11.07941709989, 29.34476, 10.3236722653973, 37.23472, 30.272234220872, 85.79384, 56.9469680864574, 165.10236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1005, '2022-01-09 00:00:00', 7.03781300949852, 17.78204, 6.73973868880189, 23.79148, 10.2912923746243, 33.77536, 29.7444386150868, 83.57212, 57.8106892894961, 164.18972 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1020, '2022-01-09 00:00:00', 5.31344748946799, 15.57816, 6.40612910994885, 21.36456, 10.492361394208, 32.6917200000001, 28.0509220347567, 82.0426, 58.0696313898811, 164.11756 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1035, '2022-01-09 00:00:00', 4.89967774042339, 14.80428, 9.22520530539382, 23.41348, 8.27337265126303, 31.2488800000001, 28.017360901353, 80.24272, 58.1422580177848, 163.95564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1050, '2022-01-09 00:00:00', 6.24997985410079, 15.79648, 6.71487061503546, 22.4207200000001, 7.11993806784859, 27.6814400000001, 27.0207450096526, 80.73372, 57.9860362677371, 163.71928 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1065, '2022-01-09 00:00:00', 5.12715668540247, 14.32252, 6.03374169511204, 18.91652, 23.4841125247829, 56.2420800000001, 27.9935060497371, 79.53396, 59.485900920218, 163.48704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1080, '2022-01-09 00:00:00', 5.96462716074242, 12.5052, 6.57762782670669, 16.6910800000001, 25.2432407003671, 60.32284, 29.1244721936725, 78.07568, 60.2262619176773, 162.93008 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1095, '2022-01-09 00:00:00', 5.33497986937784, 11.87696, 24.5576861788728, 51.02228, 25.7349033035551, 63.72172, 28.6081272098798, 77.32504, 60.4213589283624, 162.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 600, '2022-01-09 00:00:00', 15.585176181256, 25.6806521739131, 15.2955681472973, 38.5893043478261, 16.5809240186502, 47.1966956521739, 21.5079828350408, 67.3792173913043, 53.8216639427398, 166.856260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 615, '2022-01-09 00:00:00', 10.9982709879017, 17.8882173913044, 12.1789830926051, 27.0134782608695, 9.81212677566188, 35.0730434782608, 19.0025306302023, 58.7664782608695, 51.5759634252343, 163.502173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 630, '2022-01-09 00:00:00', 8.93406841559573, 15.54, 9.43130689140384, 21.8460434782609, 12.2898736472278, 33.2070869565218, 20.9783871275727, 56.4052608695652, 51.8529736035803, 163.36652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 645, '2022-01-09 00:00:00', 10.341089341399, 13.318695652174, 9.82121827268301, 22.2892173913044, 13.179493846855, 31.5108260869566, 21.4272671171727, 54.1542608695652, 50.9791749584734, 162.763913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 660, '2022-01-09 00:00:00', 9.2772908173179, 12.65, 10.3892374451497, 20.8416521739131, 15.2440449920409, 29.3820869565218, 20.9845923626945, 52.9229130434782, 51.50116463724, 162.457913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 675, '2022-01-09 00:00:00', 6.82842106703851, 13.2717826086957, 10.1850465645346, 19.8443913043479, 13.2045929929957, 31.0747391304348, 20.1291024038574, 51.425304347826, 52.2727065429758, 162.888652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 690, '2022-01-09 00:00:00', 8.64799030710483, 13.9464782608696, 8.4604041157838, 20.8185652173913, 11.726839707344, 29.9023913043478, 19.8472755545128, 50.9928695652173, 51.5705599911653, 163.971565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 705, '2022-01-09 00:00:00', 5.45068163304574, 10.9919130434783, 6.89876506277063, 19.5708695652174, 8.84989764617794, 25.6134347826087, 19.4927994286408, 49.1947391304348, 59.7574762381724, 174.917086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 720, '2022-01-09 00:00:00', 7.26622612004804, 13.1488695652174, 7.08284538243369, 17.7445652173913, 9.69411115446376, 27.3675652173913, 18.7645616593827, 48.5192173913043, 63.3696163576225, 175.992695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 735, '2022-01-09 00:00:00', 6.465455028327, 11.8252173913043, 8.86126278664118, 17.4199130434783, 11.9451216478451, 26.72, 17.5340054202984, 48.2065217391304, 63.8242289922142, 174.605782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 750, '2022-01-09 00:00:00', 7.947224343804, 12.6559565217391, 8.85048873150868, 19.5411739130434, 11.9857419621565, 24.6722608695652, 24.2771932310526, 49.7957826086956, 63.4228841939739, 175.493130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 765, '2022-01-09 00:00:00', 6.28826411853906, 10.8535217391304, 7.56864714051002, 16.5480869565217, 11.8596637075811, 23.1225652173913, 24.9528605962674, 48.7361304347826, 64.6113788854124, 176.321260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 780, '2022-01-09 00:00:00', 6.43664928973543, 11.0414782608696, 6.54987941324596, 14.1996521739131, 16.0857661372202, 24.0723043478261, 23.3634347168979, 50.7719565217391, 66.1698851169572, 176.586130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 795, '2022-01-09 00:00:00', 5.626712517531, 9.9698695652174, 9.81099847533377, 16.4390869565217, 13.7602138680927, 25.1751739130434, 22.6675560588221, 52.5699565217391, 66.1000301147134, 176.364565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 810, '2022-01-09 00:00:00', 6.20849337346663, 10.9598260869565, 13.035012623199, 16.8487826086957, 12.008577618641, 24.8458260869565, 23.6517240403115, 51.6744782608696, 66.3160356013048, 175.232347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 825, '2022-01-09 00:00:00', 12.4019938045487, 12.2436521739131, 11.7919500658598, 17.1449130434783, 12.243879898479, 24.6981739130435, 24.3485372116648, 52.4904347826087, 66.1001094466693, 175.474043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 840, '2022-01-09 00:00:00', 5.96930016786487, 10.1923043478261, 6.2750800999565, 15.9855217391304, 8.02750633192464, 22.071, 24.4053965504068, 52.8786521739131, 65.7680720026718, 175.952304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 855, '2022-01-09 00:00:00', 6.24673982954501, 9.84995652173915, 7.78973796740233, 15.367652173913, 8.27239954912685, 20.1321304347826, 25.6961823587517, 53.3887826086957, 66.6587663864702, 176.687434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 870, '2022-01-09 00:00:00', 5.28316550778113, 10.389347826087, 6.49410848537063, 14.7762608695652, 11.3700199408157, 20.1150000000001, 25.7201584517398, 55.284347826087, 66.0787581519893, 177.77 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 885, '2022-01-09 00:00:00', 6.27858636187775, 9.11139130434786, 9.02254771934324, 13.9134347826087, 12.6552036056476, 20.1618695652174, 36.6791906642255, 80.6516521739131, 65.6273602551203, 178.146652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 900, '2022-01-09 00:00:00', 7.03151362746884, 9.35356521739133, 10.7402418244023, 13.5980869565218, 10.8402491845621, 19.7747391304348, 34.9323791413397, 82.7147391304349, 64.4697712412048, 179.291565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 915, '2022-01-09 00:00:00', 6.49472559887973, 9.51517391304357, 8.40535199889316, 14.0369565217392, 12.6779861270296, 23.9716521739131, 34.5015815390491, 84.8548260869566, 63.9276685625704, 180.151869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 930, '2022-01-09 00:00:00', 6.55744777035005, 10.1964782608696, 7.64693558039758, 15.1880434782609, 22.7263899911021, 26.9051304347827, 34.5555191925115, 85.1631304347827, 64.1765539273042, 180.118565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 945, '2022-01-09 00:00:00', 5.4810015403551, 9.98060869565222, 10.7733304450142, 17.4928260869566, 21.8525031161807, 30.6004782608697, 35.1582062913974, 85.6810869565218, 63.9323373856215, 180.250956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 960, '2022-01-09 00:00:00', 9.68235296550463, 12.3823043478262, 20.1167970919119, 20.196347826087, 22.5143946477743, 35.8339130434783, 34.4471673334745, 86.3351304347827, 63.2999237910487, 180.651043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 975, '2022-01-09 00:00:00', 13.2505498349636, 14.1097391304348, 14.5925875006603, 24.233347826087, 16.5892024069279, 36.032043478261, 33.5305740982717, 85.1337826086957, 63.3411116755342, 179.002739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 990, '2022-01-09 00:00:00', 10.2543558647816, 19.1592608695653, 13.9866118286967, 28.2390869565218, 15.3303676828864, 35.3262608695653, 33.129147032288, 84.5662173913043, 63.7081032486567, 178.559217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1005, '2022-01-09 00:00:00', 10.4024254335797, 16.9709130434783, 9.90458202145664, 24.7097391304348, 13.6717910742471, 33.2097826086956, 31.546889530654, 84.0558260869565, 60.7400340696855, 177.345826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1020, '2022-01-09 00:00:00', 7.5635291452096, 14.274695652174, 9.06192241512292, 21.471695652174, 11.6519278582657, 29.9512173913044, 31.3035570891046, 82.9666086956522, 56.570766926044, 177.474347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1035, '2022-01-09 00:00:00', 8.45625060627962, 14.6249565217392, 9.75819946559178, 21.5760869565218, 11.7524934323517, 27.4068260869565, 31.03029295507, 79.7048260869565, 56.7400665070574, 176.293043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1050, '2022-01-09 00:00:00', 8.41247325116579, 13.6182608695652, 8.86493169898488, 18.2798695652174, 11.576103373597, 25.0280434782609, 33.7502999795774, 78.0355652173913, 56.6667437244109, 176.854652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1065, '2022-01-09 00:00:00', 6.83785465627882, 10.6791304347826, 8.59082896629084, 15.751652173913, 29.6346484839419, 56.605695652174, 34.1355499347502, 76.7315652173913, 56.4122061265751, 177.116608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1080, '2022-01-09 00:00:00', 7.01848047020657, 10.6167391304348, 8.86471591072523, 16.4972173913044, 28.3634024632534, 58.2142608695653, 33.7696931863644, 76.6260869565217, 56.264723885443, 177.797217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1095, '2022-01-09 00:00:00', 7.66106351299851, 11.8081739130435, 29.8749903186846, 53.7452173913044, 29.032112446917, 59.991695652174, 33.2679352731714, 77.5143913043478, 55.7494663991905, 178.864391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 600, '2022-01-09 00:00:00', 25.3469620336112, 36.6578, 26.4622648281157, 41.9758, 25.0089890872595, 49.5436, 27.9759730061351, 68.40184, 54.796121402036, 174.46996 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 615, '2022-01-09 00:00:00', 17.5840421926624, 24.7946, 18.0846254575536, 31.71424, 18.7627787181607, 40.87068, 22.4621877706365, 62.26312, 55.0755065342117, 170.7268 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 630, '2022-01-09 00:00:00', 10.8145135832978, 20.10128, 10.3116395280608, 27.5885600000001, 18.0751958211615, 39.6951600000001, 20.3137855881993, 59.19244, 55.2875303895613, 171.05208 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 645, '2022-01-09 00:00:00', 7.38913073890746, 20.2050800000001, 9.81701629450958, 28.7114800000001, 17.2404029325497, 36.41112, 19.9437733446641, 55.74416, 55.1300876609134, 169.9476 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 660, '2022-01-09 00:00:00', 8.30524027286395, 17.58464, 15.742308823147, 24.2536, 15.7497774886928, 29.70288, 18.8449674791441, 50.94796, 55.5627391601002, 167.48116 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 675, '2022-01-09 00:00:00', 11.5095917752687, 16.6424, 11.3336879445013, 21.26556, 15.3285776180745, 28.12628, 16.3494482020036, 47.40752, 56.275305121548, 166.00524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 690, '2022-01-09 00:00:00', 5.74792826242639, 14.67068, 6.46043502069845, 19.16764, 9.19580290621757, 27.03656, 13.8893122909907, 47.0062, 57.2604167422254, 166.06592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 705, '2022-01-09 00:00:00', 6.01948670929126, 14.33592, 9.03290668648068, 20.17296, 8.67472538124403, 26.65476, 13.3160565650396, 47.18512, 60.3230421097665, 180.59372 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 720, '2022-01-09 00:00:00', 8.18983448591404, 14.80536, 9.31784832244007, 21.8601200000001, 10.2229733525362, 27.7748, 14.0539885412173, 46.8448, 62.853708945906, 183.93456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 735, '2022-01-09 00:00:00', 5.66290088293975, 15.6160800000001, 5.69811781789971, 18.7718, 10.1332451037825, 26.2078, 15.4826031987518, 46.04132, 62.2431003688227, 183.85124 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 750, '2022-01-09 00:00:00', 3.81288239918312, 11.33476, 9.59463175131456, 18.80012, 10.4032882497154, 23.09036, 16.3575092758647, 47.77572, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 765, '2022-01-09 00:00:00', 6.51851206871625, 13.90956, 6.83881777063841, 17.9956, 8.73662870944313, 24.64696, 19.0186828252291, 51.56364, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 780, '2022-01-09 00:00:00', 4.26028402809013, 11.803, 5.3686780657191, 15.62744, 9.5753883449532, 23.71496, 16.2739128861705, 51.23528, 62.0792248615965, 182.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 795, '2022-01-09 00:00:00', 4.89995045655226, 11.52132, 8.07341178044739, 17.8808800000001, 9.99347093406489, 23.6443200000001, 14.9480373819887, 52.6663600000001, 61.9114272032231, 182.81456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 810, '2022-01-09 00:00:00', 6.17469487721193, 13.46408, 7.64876949798676, 18.024, 10.4944979857701, 23.47284, 18.0167123619525, 54.953, 61.8786358129632, 184.21264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 825, '2022-01-09 00:00:00', 5.80953241750143, 12.27592, 7.86313519596354, 16.26212, 9.03684196922061, 21.52012, 17.3250269862223, 54.80536, 62.2647255447791, 184.882 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 840, '2022-01-09 00:00:00', 5.57318622004812, 11.34432, 7.06042770847963, 16.04552, 8.92008296355288, 20.61108, 17.4661125767393, 54.84572, 62.2638778072005, 184.48544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 855, '2022-01-09 00:00:00', 6.04587322697619, 11.79508, 6.78975222989278, 15.12652, 8.15544806494404, 21.22916, 17.3827955245984, 54.5276, 62.6466257072957, 184.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 870, '2022-01-09 00:00:00', 4.92966265850582, 11.13152, 6.28643963013507, 14.74216, 8.51213792533932, 23.41968, 17.789944020429, 55.2712, 62.5906463353484, 184.16952 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 885, '2022-01-09 00:00:00', 3.63087843732981, 9.70831999999997, 7.97413833735868, 15.50584, 9.33262928296915, 24.2536, 29.7647871716451, 74.17304, 61.610559080215, 185.49148 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 900, '2022-01-09 00:00:00', 5.65445755812761, 11.38912, 6.73551541779344, 18.02788, 8.75691075665388, 25.0956000000001, 32.8953703754799, 77.76584, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 915, '2022-01-09 00:00:00', 6.09250884912504, 12.79608, 8.82318439075904, 18.2292800000001, 9.90878782949761, 25.0596, 37.2489809382753, 82.80176, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 930, '2022-01-09 00:00:00', 4.63095288682579, 12.40916, 6.02937364270398, 17.0967600000001, 9.16030247408164, 26.5102, 39.8097041564825, 84.26712, 61.6400032216633, 185.2896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 945, '2022-01-09 00:00:00', 5.24030212010719, 12.4233200000001, 7.17956873751246, 17.54656, 11.5705488996849, 31.01544, 40.5517402091862, 85.39508, 61.7420339179611, 185.13492 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 960, '2022-01-09 00:00:00', 4.41002985137292, 11.12504, 6.78912888692899, 18.62628, 12.8735589694536, 32.61396, 43.6557061244766, 86.51732, 61.8467401479388, 184.89848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 975, '2022-01-09 00:00:00', 5.68913938219129, 13.9839199999999, 9.6005795611515, 25.64492, 13.9564103219034, 35.82064, 44.0517841342436, 87.40792, 61.8359467213583, 184.85848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 990, '2022-01-09 00:00:00', 6.62933736457375, 21.15732, 12.739655107184, 28.2742, 14.7171362448678, 39.1828000000001, 43.8615474461781, 88.6520400000001, 61.7824344333133, 184.49856 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1005, '2022-01-09 00:00:00', 9.69157997817344, 19.73084, 9.71584578527949, 26.61864, 13.1882952432577, 35.82044, 43.2915084828807, 88.8858400000001, 60.712165234133, 183.1786 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1020, '2022-01-09 00:00:00', 5.78724382643993, 18.4117600000001, 13.3041668919929, 25.8592400000001, 15.4180540171796, 32.58152, 40.4538759462345, 87.65764, 57.4829332640567, 181.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1035, '2022-01-09 00:00:00', 13.4148772516437, 17.47852, 12.870755028358, 23.3144, 15.4394538075888, 30.42972, 40.2469242388782, 88.19224, 58.1604134936298, 181.4106 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1050, '2022-01-09 00:00:00', 10.5330296975752, 16.23212, 14.9848077168177, 24.0626799999999, 14.9571646430732, 29.77608, 43.5563877776842, 89.64336, 58.0984915415767, 180.89236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1065, '2022-01-09 00:00:00', 6.62550866424602, 16.50632, 6.91886966033223, 20.29528, 29.2647360994992, 56.39316, 42.8572280343701, 88.83204, 57.1630753367649, 179.80904 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1080, '2022-01-09 00:00:00', 5.18581754306869, 12.60156, 8.23687313183827, 18.01236, 33.0868695267977, 59.1454, 40.810533303303, 86.5818, 56.076196483832, 177.90948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1095, '2022-01-09 00:00:00', 5.97045701433312, 13.10828, 28.3881502134253, 49.41304, 35.3862002757666, 63.13596, 40.0135168969187, 85.91072, 57.18530314023, 176.84564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 600, '2022-01-09 00:00:00', 28.23058334668, 35.8025769230769, 30.3371932334907, 46.0366153846154, 31.2909450250633, 56.3628076923077, 36.687389144018, 79.4152692307693, 53.0661232118368, 170.998423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 615, '2022-01-09 00:00:00', 10.6970263186336, 24.8963076923077, 14.068143224102, 33.143576923077, 15.8065654889158, 40.7723461538462, 30.6337212740369, 64.2868461538462, 55.5014648347785, 164.626615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 630, '2022-01-09 00:00:00', 7.82270768350305, 19.0623076923077, 9.12480813134418, 26.5839230769231, 11.9638599714048, 32.9618461538462, 29.8731580212069, 57.924, 54.7245219894504, 161.830576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 645, '2022-01-09 00:00:00', 6.49073310355144, 17.7753076923077, 7.59806670116714, 24.0746538461539, 9.89277944361446, 30.605, 30.107028540423, 55.541576923077, 54.4050378243242, 161.639884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 660, '2022-01-09 00:00:00', 7.18098364389216, 18.4694230769231, 8.62123032670827, 22.8111153846154, 9.86538427962216, 30.5407692307693, 30.8892997549935, 54.8989230769232, 53.9540151269008, 161.419076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 675, '2022-01-09 00:00:00', 6.33601084801423, 13.9171153846154, 8.25294577077695, 20.3351538461539, 9.73787799029365, 28.3649230769231, 31.8353042846121, 53.229576923077, 53.7885846032837, 160.609769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 690, '2022-01-09 00:00:00', 5.79370408859077, 15.9348846153846, 7.21051326339105, 21.3188076923077, 10.3379339712461, 28.9539230769231, 31.3799075080511, 52.8704230769231, 53.9277304346645, 160.496076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 705, '2022-01-09 00:00:00', 5.74061554405231, 14.6112307692308, 7.99180259256075, 20.2280384615385, 17.5756133641519, 30.6933846153847, 30.4368248458242, 51.6228461538462, 55.6540204500433, 164.109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 720, '2022-01-09 00:00:00', 6.43617964275742, 15.6089230769231, 9.41761560979447, 21.206576923077, 28.233531186244, 31.8812692307693, 30.4956220575751, 51.2079615384616, 55.8742018953291, 165.3 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 735, '2022-01-09 00:00:00', 6.93911259999315, 14.1123461538462, 16.7761156774927, 23.0757692307692, 26.8579739085778, 30.0619230769231, 30.4486989583867, 49.9414615384616, 55.9008425557667, 165.957269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 750, '2022-01-09 00:00:00', 15.1823923989398, 16.3106538461539, 26.2006561116026, 21.6739615384616, 25.4271157722193, 27.9474230769231, 30.4634478321403, 48.4423076923077, 55.9211182072225, 165.806884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 765, '2022-01-09 00:00:00', 11.097626118437, 13.5022307692308, 13.5229921129221, 19.5216153846154, 13.7847792567912, 25.4280384615385, 30.0600559245347, 49.5018846153846, 56.0156478823139, 165.572653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 780, '2022-01-09 00:00:00', 11.5782844323062, 15.6546538461539, 11.2759420286664, 18.810076923077, 29.2246129523623, 29.7728461538463, 27.1979804804581, 49.8491538461539, 55.9248887464249, 165.3465 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 795, '2022-01-09 00:00:00', 5.8942889779332, 11.7776538461539, 6.47269854186386, 17.400576923077, 21.0920579490152, 26.8097307692308, 19.5931554741799, 49.3706538461538, 55.7111901524695, 165.039269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 810, '2022-01-09 00:00:00', 5.94778672733365, 12.9859230769231, 21.9380790851117, 21.4072307692309, 21.0756524816233, 26.6066153846154, 20.3035384005236, 50.4736923076924, 55.4689010215218, 165.542153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 825, '2022-01-09 00:00:00', 17.6802069448818, 13.867576923077, 16.9381419313381, 18.9896153846155, 16.2807261342503, 24.2875384615385, 17.2963515985752, 52.4056923076923, 53.2280920112534, 166.698961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 840, '2022-01-09 00:00:00', 7.07517218154167, 12.5969615384616, 8.2972582082183, 16.3445769230769, 10.9456553593019, 22.4987307692308, 17.5333318076873, 53.0879615384616, 53.4421326221751, 166.466615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 855, '2022-01-09 00:00:00', 5.71792232532599, 10.5549615384616, 7.07202072580062, 15.4211153846154, 8.74804106502618, 20.9163461538462, 19.3375355787649, 54.1625, 53.55424455312, 166.233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 870, '2022-01-09 00:00:00', 5.71091537658027, 11.1360384615385, 6.47425672787701, 14.9764615384616, 8.01460880258424, 21.1154615384616, 22.0816912514557, 56.8222692307693, 53.8304048383439, 166.3545 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 885, '2022-01-09 00:00:00', 4.20609197163423, 10.183076923077, 5.46558275814705, 14.4396153846154, 6.5319662215905, 20.623, 37.3423187388497, 80.5559230769231, 51.5643121239278, 167.546576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 900, '2022-01-09 00:00:00', 5.86767535531614, 11.4766538461539, 7.28272304440708, 16.6356923076923, 8.32183937249077, 22.0663076923077, 39.9698153766641, 83.4622692307692, 51.4682405527316, 167.303076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 915, '2022-01-09 00:00:00', 5.69002286827905, 12.0191923076923, 6.06711210886514, 15.3066923076923, 9.09714837661523, 23.4258846153847, 39.0552337460679, 83.425, 51.2416324583679, 166.802961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 930, '2022-01-09 00:00:00', 3.85179688656919, 11.3568461538462, 5.38603545890802, 15.5797307692309, 9.41918243977922, 24.9069230769231, 39.5863378189418, 86.3656538461539, 51.2920577875517, 166.995192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 945, '2022-01-09 00:00:00', 4.43802836195745, 11.1203076923077, 7.02606506801639, 17.0485000000001, 10.1412606987494, 29.863, 39.2240643832329, 88.7595, 50.8990484082123, 166.458692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 960, '2022-01-09 00:00:00', 5.33641311700889, 12.3296538461539, 7.83439218603557, 18.8252692307692, 9.67435514312881, 33.4746538461539, 39.0263702109424, 89.0878076923077, 50.7902712580031, 166.911692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 975, '2022-01-09 00:00:00', 6.95315371943941, 14.6656153846154, 10.4148739179192, 25.7203846153846, 14.1933445586844, 36.5848076923077, 38.0308369203405, 88.1316923076923, 50.0624225562294, 166.146038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 990, '2022-01-09 00:00:00', 9.20388294354407, 20.4789615384615, 9.3031253435854, 26.6069615384615, 13.000579227806, 36.5295384615385, 36.5911404288608, 86.3967307692308, 49.98992618032, 165.485923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1005, '2022-01-09 00:00:00', 5.02209544313925, 16.802, 10.3247200524537, 24.6341923076923, 12.0241082895989, 33.4289999999999, 35.4612282509308, 82.7112307692308, 51.3383744030346, 163.649884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1020, '2022-01-09 00:00:00', 10.5396406191833, 18.2226923076923, 10.0069742280841, 23.3968076923077, 12.3366023825288, 31.8432307692308, 33.2421360218299, 83.1155769230769, 50.984673134339, 162.796846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1035, '2022-01-09 00:00:00', 5.09005531736607, 15.5444230769231, 9.04898329758656, 22.325, 11.4239435737133, 29.5531538461538, 33.5146827277928, 83.3292307692308, 49.6496074771377, 163.267076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1050, '2022-01-09 00:00:00', 6.40337217842165, 16.2001538461538, 7.72557886793049, 21.3802692307692, 10.0845727839797, 31.0596538461538, 32.2078394602212, 82.5581538461538, 49.6264816424116, 162.226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1065, '2022-01-09 00:00:00', 4.56411466602397, 13.2187307692308, 5.81854803154398, 17.4223461538462, 25.7296564462997, 60.1237307692308, 30.4417765078746, 81.8376538461538, 49.9199765572708, 161.105961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1080, '2022-01-09 00:00:00', 5.38000940476727, 11.8796538461538, 9.84513878700473, 20.5251538461539, 27.730192741237, 62.7868846153846, 28.750051603753, 82.6084615384615, 50.8735591619519, 161.148269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1095, '2022-01-09 00:00:00', 10.3379241172417, 15.418576923077, 23.3413078494889, 55.5232692307693, 25.3476320638559, 61.6547307692308, 27.4817581143173, 81.6184230769231, 51.2125612862254, 160.266153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 600, '2022-01-09 00:00:00', 15.3519840806928, 36.031576923077, 20.0828612245903, 44.9743846153847, 20.9415578919415, 51.3476923076924, 25.7902065250477, 74.8182692307692, 51.7216824334006, 158.027692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 615, '2022-01-09 00:00:00', 10.643210466844, 24.6638076923077, 9.67295118255027, 28.4895, 13.3009034881094, 37.08, 20.7760378999091, 61.2084615384616, 51.7096011839641, 151.372269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 630, '2022-01-09 00:00:00', 7.24940845459397, 18.5486923076923, 8.48933204330813, 25.3506923076923, 11.4913683309892, 33.1469615384615, 20.5542168252274, 59.3015384615385, 51.6130196507253, 150.935884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 645, '2022-01-09 00:00:00', 5.65624183372121, 17.9228076923077, 9.10261177034031, 24.0058076923077, 9.58729326107453, 29.7149230769231, 20.1551241716687, 57.2131538461539, 51.4205734458645, 151.007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 660, '2022-01-09 00:00:00', 6.22151796960793, 15.5446153846154, 6.667818219224, 20.6992692307693, 7.87432021359009, 27.1398846153846, 17.3706358415132, 54.6814615384615, 50.4772176911678, 149.260807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 675, '2022-01-09 00:00:00', 5.00553974773485, 13.8983846153847, 6.59257413120121, 18.7183461538462, 6.67394255398154, 25.1714230769231, 17.1212668875246, 54.1070769230769, 50.3862229316553, 149.394038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 690, '2022-01-09 00:00:00', 5.02051878655514, 13.8983846153846, 6.10091381856345, 18.3166923076924, 8.19855833302415, 27.4945, 18.3570182996963, 54.1868461538462, 50.5342574679334, 149.471653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 705, '2022-01-09 00:00:00', 5.72547960073751, 12.4875384615385, 7.49658005595779, 18.5228461538462, 10.2935612370811, 29.6006923076923, 19.031736576733, 54.1873846153846, 53.9400683138097, 160.338538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 720, '2022-01-09 00:00:00', 6.48289868547655, 13.9546153846154, 9.33133909072828, 20.8768846153846, 11.6863137350426, 30.967076923077, 19.7539917119009, 54.2540769230769, 52.8888235666536, 161.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 735, '2022-01-09 00:00:00', 8.66087210069606, 14.9687692307692, 10.8966367313674, 22.8941538461538, 13.2346089686793, 32.5029230769231, 19.40918189791, 53.5488846153846, 52.4126966070099, 161.188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 750, '2022-01-09 00:00:00', 8.70374529189323, 15.1931153846154, 10.4923545519876, 20.8962692307693, 14.6017450464504, 29.7301923076923, 18.8264666324995, 52.1947692307692, 52.38302005292, 160.373230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 765, '2022-01-09 00:00:00', 6.76305255794589, 12.8713076923077, 8.24437312567698, 19.3303461538462, 11.8821705300258, 28.3002307692308, 18.1846621452087, 52.7608461538461, 53.6726982233412, 159.448423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 780, '2022-01-09 00:00:00', 6.56340090607345, 13.8285769230769, 10.0169863943511, 20.5447692307692, 10.5658727243022, 27.1738846153846, 16.6638098598776, 52.8276153846153, 55.2671018185461, 159.853692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 795, '2022-01-09 00:00:00', 7.08261972958065, 14.5250769230769, 9.17476247137507, 19.3833846153846, 9.66347736042171, 26.2668461538462, 16.2940312256219, 52.2873076923077, 54.8888532260913, 159.347653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 810, '2022-01-09 00:00:00', 5.18356413825315, 12.7001538461538, 6.21286538674751, 17.8840769230769, 9.83756709018268, 25.2285769230769, 17.0869134461256, 53.9813461538461, 54.5376830677088, 159.514076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 825, '2022-01-09 00:00:00', 5.53870247454563, 12.3476923076924, 6.86131790704514, 18.5606923076923, 10.5521281954801, 24.2654230769231, 17.6453435646742, 54.0583461538461, 55.3200144444611, 160.863153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 840, '2022-01-09 00:00:00', 4.76346987233202, 12.9822307692308, 8.30076581564333, 18.0376153846154, 10.5938377850232, 23.1168461538461, 16.6168054737922, 53.209923076923, 55.6086831014587, 161.969038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 855, '2022-01-09 00:00:00', 4.26748447034258, 11.4487692307693, 5.90344287670015, 15.3179615384616, 7.4116611645745, 20.7644615384615, 16.0461780527327, 50.9485, 56.4859041783401, 160.974730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 870, '2022-01-09 00:00:00', 5.46736989743556, 11.1996538461539, 4.99954721288304, 15.4215769230769, 7.81537267303757, 21.9284615384615, 17.8126680821436, 52.3162692307692, 57.1455905754362, 160.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 885, '2022-01-09 00:00:00', 4.03099361142943, 10.5648461538461, 5.74707658084994, 14.2008846153846, 8.40000229679463, 23.1238846153846, 47.6063708600177, 82.1286923076924, 57.3887233831231, 160.025230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 900, '2022-01-09 00:00:00', 3.65899962200682, 10.584923076923, 6.9730906001903, 17.0220384615384, 9.54129057622715, 25.1464999999999, 53.5835849110097, 85.9686538461539, 56.9725413564761, 159.971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 915, '2022-01-09 00:00:00', 8.38959116011304, 12.732076923077, 9.11857813620934, 17.9601153846155, 9.42372083210974, 25.4891923076923, 53.7792505496455, 87.6071923076924, 57.2178055493083, 160.790961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 930, '2022-01-09 00:00:00', 7.52966131519465, 12.2888076923077, 7.85128153390361, 19.0957307692307, 7.67251001392937, 25.578923076923, 53.8581995759092, 87.7589615384615, 57.2281321785011, 160.866 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 945, '2022-01-09 00:00:00', 4.36302185699491, 13.1637307692307, 5.74678763082871, 17.9049230769231, 8.21220492953117, 29.1542692307692, 53.3117428137121, 88.2703461538462, 57.2871435062138, 161.058307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 960, '2022-01-09 00:00:00', 5.54119593992264, 12.7602692307692, 6.24387026278268, 19.1215384615384, 9.22062009703508, 32.698423076923, 53.169565461224, 88.1898461538462, 57.4167478787666, 161.133576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 975, '2022-01-09 00:00:00', 4.32707737162164, 12.6155, 5.99262763388996, 23.7479615384615, 8.97401244697496, 34.4099615384615, 53.2076067998379, 88.2093846153846, 57.4710646861531, 161.132 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 990, '2022-01-09 00:00:00', 6.28440631894043, 21.1313076923076, 8.0100435857837, 27.7973846153846, 10.9191168031823, 35.4288076923077, 53.2549393650522, 89.3498461538462, 58.0816183898274, 161.229307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1005, '2022-01-09 00:00:00', 6.99952253195782, 18.3743461538461, 9.34383355728012, 23.9651153846154, 10.3578487216959, 29.8823076923077, 53.5194303416418, 88.497576923077, 58.6283601490058, 160.030192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1020, '2022-01-09 00:00:00', 4.46968204289913, 15.8772692307692, 8.25021910580836, 21.562423076923, 8.3598540947886, 27.4856153846154, 53.5677039683858, 87.1447307692308, 58.7433294037845, 160.031807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1035, '2022-01-09 00:00:00', 7.28990845241661, 15.6087307692307, 7.5721498985529, 20.2973846153846, 8.17841198738391, 27.2253461538461, 54.0391080451499, 87.0283461538462, 58.4868676489399, 160.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1050, '2022-01-09 00:00:00', 5.05767379731041, 13.7709999999999, 6.3616516017099, 18.4483076923076, 10.8099952694076, 27.7427307692307, 54.2677557470506, 86.2973076923077, 59.0757547011788, 159.861923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1065, '2022-01-09 00:00:00', 4.48841700105778, 13.5631538461538, 5.36690427714154, 18.24, 49.0563814671837, 64.4934230769231, 54.7722465387774, 87.5607692307693, 58.7485529439203, 159.588730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1080, '2022-01-09 00:00:00', 4.62373249509029, 12.6191153846154, 10.7730597008678, 20.1950384615385, 54.4635244648973, 68.8205384615385, 54.2935731322424, 87.0628846153847, 59.511144052819, 160.088346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1095, '2022-01-09 00:00:00', 11.5893027480584, 14.8371153846154, 49.5873327009413, 59.8959230769231, 54.4546962109012, 69.9886923076923, 54.2631533064423, 85.9680384615385, 60.9103638873865, 161.437423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 600, '2022-01-09 00:00:00', 26.1569413480364, 35.7282692307693, 27.1552933894325, 45.7358846153846, 34.2269075283445, 53.6619230769231, 36.9306968295399, 73.6296538461539, 48.6830573414012, 156.052884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 615, '2022-01-09 00:00:00', 13.0548148204172, 24.0486538461538, 21.8279438959824, 30.8146153846154, 27.1227012448981, 36.5685, 34.05719836944, 60.3771538461539, 52.3123709100806, 153.019923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 630, '2022-01-09 00:00:00', 12.8855154363937, 18.1906923076923, 18.3967498298351, 25.2036923076923, 18.6484370662902, 31.3511538461538, 28.5919731256869, 56.9775, 51.3957994861298, 151.928461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 645, '2022-01-09 00:00:00', 9.37697991892906, 15.882, 15.9438203130193, 22.999423076923, 16.2972003174212, 31.5218846153846, 28.2670259832902, 61.6235, 51.1451898889366, 151.009153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 660, '2022-01-09 00:00:00', 12.8143316452262, 15.8990769230769, 12.6304234292259, 21.4171923076923, 17.6548681964886, 31.6106538461539, 29.090525571501, 61.0681153846154, 51.5163438942812, 150.911923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 675, '2022-01-09 00:00:00', 6.45791934246984, 13.5230769230769, 10.7650326077609, 21.1916153846154, 19.4965641075945, 32.3141923076923, 30.68975821939, 61.6497307692308, 51.6329249487632, 150.890730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 690, '2022-01-09 00:00:00', 7.84999093590859, 14.9404230769231, 14.073488073461, 22.6200769230769, 16.7992580514279, 31.1769615384615, 29.0141846127824, 61.1697692307693, 51.6616425764207, 150.227576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 705, '2022-01-09 00:00:00', 9.23844559319697, 14.4495384615384, 11.5267085659617, 22.5612692307692, 15.4238115269366, 30.6984615384616, 31.7653877360975, 59.3302307692308, 54.5024173616744, 154.273115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 720, '2022-01-09 00:00:00', 7.69585290889739, 16.3986538461539, 12.1234516395037, 21.8341538461538, 19.7924915855638, 32.2497307692308, 31.9708776019677, 58.11, 54.1270493014494, 154.786807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 735, '2022-01-09 00:00:00', 7.65719898948799, 14.0762692307693, 10.479610092644, 20.5364230769232, 23.9726717481835, 32.4428846153847, 33.1291069282912, 57.0861153846154, 52.5809155864925, 156.954923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 750, '2022-01-09 00:00:00', 6.76477377141778, 13.3664615384616, 13.8529334353636, 20.3492692307693, 23.9566169647103, 30.569076923077, 32.9906027798594, 56.1244615384616, 52.3114776384098, 156.991923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 765, '2022-01-09 00:00:00', 8.72888488957121, 13.8058461538461, 20.1705140721264, 22.9974230769231, 20.948828854506, 29.0091538461539, 30.1803850429636, 56.7476923076924, 51.4525021966413, 157.311846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 780, '2022-01-09 00:00:00', 14.1656920065564, 17.1957692307693, 15.7675157727721, 21.7222692307692, 14.4532296149178, 27.5533076923077, 26.1175861670609, 57.561076923077, 52.0521889225094, 157.936230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 795, '2022-01-09 00:00:00', 6.67399680240125, 13.1489615384615, 9.54262426581186, 18.6349615384616, 12.2101214771252, 25.6896153846154, 27.4906970591872, 57.4390000000001, 52.9942117488461, 158.179807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 810, '2022-01-09 00:00:00', 9.27622107317743, 12.4210384615385, 10.5329076334052, 17.868576923077, 13.5384622230944, 25.5423846153847, 25.8118477840044, 58.9247692307693, 52.7382781042822, 158.174730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 825, '2022-01-09 00:00:00', 7.51210911621008, 12.6794230769231, 9.49438706191921, 18.0801923076924, 20.0409933883988, 28.5179230769231, 24.9582101714353, 61.5958076923078, 52.1199308512588, 158.6375 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 840, '2022-01-09 00:00:00', 5.69514685972599, 12.0949230769231, 6.86561662915006, 16.4644615384616, 19.8887679205742, 27.8919615384616, 23.9242011503961, 61.7947307692309, 52.0987253950095, 159.492769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 855, '2022-01-09 00:00:00', 4.12124679118421, 11.6739230769231, 20.0604179197589, 21.0106538461539, 20.9137674909284, 28.0612307692308, 23.6850804667281, 62.5436538461539, 52.501659722395, 160.141384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 870, '2022-01-09 00:00:00', 4.09974764666126, 11.290625, 6.28816848983242, 16.1965, 10.9834256831518, 24.4662083333334, 20.5380852320314, 59.5537083333334, 54.3400449799918, 159.832083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 885, '2022-01-09 00:00:00', 6.12436925220206, 11.2739583333334, 8.03717557631811, 17.3128750000001, 10.9807118232348, 24.1308333333334, 28.8943509478177, 77.9730000000001, 58.1307427666415, 159.133083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:56:12 Duration: 4s38ms 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 970060, 5, 900, '2022-01-09 00:00:00', 0.119505899435971, 0.20408, 0.170021096730181, 0.27956, 0.237035770858887, 0.43204, 0.754125265898622, 1.4566, 1.17859353751269, 2.87832 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 915, '2022-01-09 00:00:00', 0.101807612681959, 0.185959999999998, 0.178572132950993, 0.338559999999999, 0.23901884862914, 0.44748, 0.804764203561102, 1.50356, 1.1826484938476, 2.87728 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 930, '2022-01-09 00:00:00', 0.148707341222057, 0.28104, 0.176302278298758, 0.336920000000001, 0.287686385959896, 0.506039999999999, 0.823714802991101, 1.51408, 1.18236006924005, 2.8786 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 945, '2022-01-09 00:00:00', 0.148658254620007, 0.229119999999999, 0.206936181788815, 0.339000000000001, 0.284983771467779, 0.556199999999998, 0.863486359668369, 1.52912, 1.2074719900133, 2.86676 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 960, '2022-01-09 00:00:00', 0.147900946582502, 0.238760000000001, 0.232370910399731, 0.35636, 0.29035612042226, 0.603520000000001, 0.888100636189391, 1.58736, 1.21791677055536, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 975, '2022-01-09 00:00:00', 0.185118727667769, 0.263879999999998, 0.225116621628286, 0.442079999999999, 0.286191369541431, 0.638599999999999, 0.890225252394022, 1.6072, 1.21726633349759, 2.86408 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 990, '2022-01-09 00:00:00', 0.125583013713372, 0.343480000000001, 0.19812358937458, 0.479960000000001, 0.297712294002111, 0.63812, 0.891658095908965, 1.58592, 1.22800427930851, 2.85952 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1005, '2022-01-09 00:00:00', 0.156319939013977, 0.30844, 0.17562186652009, 0.42396, 0.293720235371461, 0.55192, 0.855630989387364, 1.55416, 1.22502949896455, 2.84176 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1020, '2022-01-09 00:00:00', 0.115298135284142, 0.304920000000001, 0.217943708328549, 0.441279999999999, 0.247150514194622, 0.52372, 0.797598399363155, 1.54196, 1.20678717676316, 2.85504 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1035, '2022-01-09 00:00:00', 0.148162354642915, 0.279799999999999, 0.188745357558801, 0.36232, 0.239928162859915, 0.496759999999999, 0.785076679906704, 1.52132, 1.2112284301485, 2.85032 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1050, '2022-01-09 00:00:00', 0.13011671683531, 0.250120000000001, 0.181349184356222, 0.363119999999999, 0.18503367261123, 0.48472, 0.762072004472018, 1.49464, 1.212239662773, 2.847 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1065, '2022-01-09 00:00:00', 0.107797990086395, 0.248639999999999, 0.145781022999108, 0.341239999999999, 0.610741830345142, 1.0796, 0.76291694174399, 1.49248, 1.2282885613731, 2.83496 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1080, '2022-01-09 00:00:00', 0.112419482297332, 0.23216, 0.138887460437098, 0.317319999999999, 0.637286296207077, 1.16764, 0.769897936958747, 1.472, 1.24728588276038, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1095, '2022-01-09 00:00:00', 0.0912702397644863, 0.238439999999998, 0.617578718329359, 1.02316, 0.709965381785151, 1.21448, 0.763333965793043, 1.45192, 1.25042216204502, 2.8418 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 600, '2022-01-09 00:00:00', 0.268259727761103, 0.462192307692306, 0.294847373815936, 0.631576923076922, 0.389357776937278, 0.803038461538461, 0.485266194989926, 1.142, 1.06060568762165, 2.80323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 615, '2022-01-09 00:00:00', 0.241784395373552, 0.361423076923077, 0.339730155360896, 0.553538461538461, 0.375898415082502, 0.684538461538461, 0.454002732963647, 1.03980769230769, 1.09241887500241, 2.75203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 630, '2022-01-09 00:00:00', 0.212048851410743, 0.290653846153848, 0.219803818123204, 0.40796153846154, 0.296795656198776, 0.611307692307693, 0.355289636991915, 0.922384615384615, 1.10718364260927, 2.74353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 645, '2022-01-09 00:00:00', 0.145005357991192, 0.223076923076924, 0.153495617577131, 0.369230769230768, 0.242472710597739, 0.557153846153847, 0.332446689769144, 0.884807692307691, 1.12193712767763, 2.73703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 660, '2022-01-09 00:00:00', 0.138904305742646, 0.219384615384613, 0.188263632666046, 0.371653846153845, 0.255208515049648, 0.531115384615384, 0.334809468205426, 0.867499999999998, 1.11912737502862, 2.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 675, '2022-01-09 00:00:00', 0.142004100699189, 0.235269230769229, 0.183864837479977, 0.391961538461537, 0.239757095026163, 0.51323076923077, 0.359667395498419, 0.866346153846152, 1.12941783233664, 2.751 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 690, '2022-01-09 00:00:00', 0.130893244816, 0.247807692307692, 0.159943475592521, 0.345653846153845, 0.217017007486654, 0.455692307692307, 0.336164492702377, 0.848615384615383, 1.11909447253641, 2.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 705, '2022-01-09 00:00:00', 0.114647130864163, 0.198730769230768, 0.143608013489713, 0.304692307692308, 0.175019880189476, 0.394961538461537, 0.296553391223493, 0.799923076923074, 1.17672198141212, 3.00130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 720, '2022-01-09 00:00:00', 0.103260477211014, 0.208615384615385, 0.122676786093187, 0.267076923076922, 0.19280456825102, 0.413192307692305, 0.281838349740797, 0.780846153846151, 1.13458789807645, 3.03553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 735, '2022-01-09 00:00:00', 0.0982175372089151, 0.18926923076923, 0.12580796721744, 0.278730769230769, 0.197404200719079, 0.441461538461537, 0.263793558561352, 0.790192307692306, 1.11998881038366, 3.08315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 750, '2022-01-09 00:00:00', 0.113240119283692, 0.178730769230768, 0.137303974955068, 0.295692307692306, 0.154735451658629, 0.416499999999996, 0.405761530951372, 0.855499999999997, 1.12323726995474, 3.10026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 765, '2022-01-09 00:00:00', 0.104232056194155, 0.199192307692307, 0.12914733982787, 0.289346153846153, 0.137569188187112, 0.38580769230769, 0.466663535520631, 0.868153846153845, 1.12925347975486, 3.10569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 780, '2022-01-09 00:00:00', 0.114622403502174, 0.192153846153845, 0.125742673742848, 0.255499999999997, 0.224529566324451, 0.410384615384613, 0.474053416334555, 0.886807692307691, 1.12102409498568, 3.11369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 795, '2022-01-09 00:00:00', 0.110401289011426, 0.172730769230765, 0.130668747367002, 0.27580769230769, 0.262453500643447, 0.423999999999996, 0.481985981283529, 0.914384615384614, 1.13168495004301, 3.13111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 810, '2022-01-09 00:00:00', 0.104828746791357, 0.176115384615385, 0.202543214762071, 0.281923076923077, 0.216126487181786, 0.400461538461538, 0.493171789385965, 0.929423076923077, 1.12933306663031, 3.13184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 825, '2022-01-09 00:00:00', 0.179018658245446, 0.189, 0.183311005167134, 0.272269230769229, 0.219522586887651, 0.410384615384613, 0.50515070866182, 0.944961538461539, 1.12156461935308, 3.13765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 840, '2022-01-09 00:00:00', 0.109735493171255, 0.179961538461537, 0.149559501922761, 0.28573076923077, 0.198089661128879, 0.407923076923076, 0.503196039179716, 0.926576923076924, 1.11023093993997, 3.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 855, '2022-01-09 00:00:00', 0.112697716856269, 0.176153846153847, 0.155049019543944, 0.262961538461537, 0.18338876737685, 0.389, 0.502838369810664, 0.886115384615384, 1.11017354222038, 3.12657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 870, '2022-01-09 00:00:00', 0.0777273043798246, 0.134576923076922, 0.104572624745456, 0.234923076923077, 0.177312431773799, 0.349461538461538, 0.496301801791549, 0.878961538461538, 1.10726625246422, 3.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 885, '2022-01-09 00:00:00', 0.0927004107533832, 0.164615384615384, 0.120212120213203, 0.257076923076923, 0.142561581835306, 0.345269230769231, 0.626957219740404, 1.26034615384615, 1.10855200079272, 3.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 900, '2022-01-09 00:00:00', 0.125434040282288, 0.189538461538462, 0.147545580962422, 0.252461538461539, 0.146773043008063, 0.347384615384615, 0.602004002031166, 1.27946153846154, 1.11200200608563, 3.11769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 915, '2022-01-09 00:00:00', 0.0855791131958308, 0.15776923076923, 0.085436733227668, 0.235653846153845, 0.175657853620217, 0.401192307692307, 0.604136270924165, 1.34492307692308, 1.11329921612089, 3.11676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 930, '2022-01-09 00:00:00', 0.0824014282923272, 0.163653846153847, 0.128124104499684, 0.248884615384616, 0.422525447572279, 0.472076923076923, 0.617641704699915, 1.36134615384615, 1.11722353455065, 3.11288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 945, '2022-01-09 00:00:00', 0.0929599831192864, 0.167038461538461, 0.157049120194433, 0.280884615384615, 0.454919463709278, 0.487038461538461, 0.626273645031898, 1.37696153846154, 1.09723635838129, 3.09711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 960, '2022-01-09 00:00:00', 0.133396920734845, 0.171461538461539, 0.380673946897019, 0.322423076923077, 0.435525126008381, 0.483846153846155, 0.605482622503608, 1.39261538461538, 1.06914657842311, 3.07438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 975, '2022-01-09 00:00:00', 0.281817824407624, 0.235384615384613, 0.34037309167803, 0.353192307692307, 0.335866915035384, 0.51723076923077, 0.524968595397713, 1.38388461538462, 1.01983622516257, 3.04938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 990, '2022-01-09 00:00:00', 0.156619008572247, 0.238076923076922, 0.169331395607731, 0.345192307692309, 0.209434656598701, 0.499346153846156, 0.416991156519398, 1.35976923076923, 0.957322445477689, 3.00976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1005, '2022-01-09 00:00:00', 0.121090786030723, 0.22046153846154, 0.177067288383216, 0.351230769230771, 0.236566816061634, 0.508538461538462, 0.407028050441435, 1.35107692307692, 0.948664453931866, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1020, '2022-01-09 00:00:00', 0.146086486501873, 0.244307692307692, 0.176439909143202, 0.346807692307693, 0.199929972355707, 0.469923076923076, 0.398081476005179, 1.33969230769231, 0.939320517919529, 3.00734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1035, '2022-01-09 00:00:00', 0.111887910943875, 0.207769230769231, 0.156663603352485, 0.311269230769229, 0.170703724442269, 0.387192307692305, 0.416755809336098, 1.31873076923077, 0.933775505881693, 2.98484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1050, '2022-01-09 00:00:00', 0.138692376807868, 0.204846153846153, 0.117909352405207, 0.261846153846152, 0.156316646094245, 0.360576923076921, 0.38760306420953, 1.28115384615384, 0.960401794122566, 2.95561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1065, '2022-01-09 00:00:00', 0.0933985092946425, 0.16580769230769, 0.11580216551715, 0.249692307692306, 0.364245192143973, 0.885999999999999, 0.406754970656594, 1.26961538461538, 0.972039473715721, 2.95046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1080, '2022-01-09 00:00:00', 0.118885568769041, 0.190538461538462, 0.128433382911741, 0.252576923076923, 0.336441111546228, 0.928692307692307, 0.413048711971772, 1.25303846153846, 0.978738721322183, 2.95673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1095, '2022-01-09 00:00:00', 0.0899413911731054, 0.156423076923077, 0.348260629635114, 0.842115384615384, 0.308713559045375, 0.995307692307692, 0.404134084755962, 1.23803846153846, 0.971098081871951, 2.95926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 600, '2022-01-09 00:00:00', 0.212898159113334, 0.569115384615384, 0.214337806708511, 0.653153846153846, 0.234858926559362, 0.805653846153845, 0.374249380041624, 1.10096153846154, 0.94906907343662, 2.90411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 615, '2022-01-09 00:00:00', 0.135688149247287, 0.399923076923076, 0.209849029982548, 0.550846153846153, 0.23221620231023, 0.69626923076923, 0.355507723598887, 0.985307692307692, 0.935944327732895, 2.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 630, '2022-01-09 00:00:00', 0.164703598578221, 0.373653846153845, 0.148973910983925, 0.457115384615383, 0.206749707468867, 0.634807692307691, 0.291908889895462, 0.891999999999999, 0.935060136280835, 2.83546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 645, '2022-01-09 00:00:00', 0.116080323649021, 0.312807692307692, 0.146740382989823, 0.456499999999999, 0.186486295640024, 0.599538461538459, 0.254356491199624, 0.858769230769231, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 660, '2022-01-09 00:00:00', 0.116366741217317, 0.333461538461536, 0.147344744888147, 0.447923076923074, 0.215524023290641, 0.579269230769229, 0.280286326129879, 0.829230769230769, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 675, '2022-01-09 00:00:00', 0.0979447568000211, 0.283846153846151, 0.133116542345999, 0.374576923076922, 0.184292359706401, 0.49607692307692, 0.230920475821974, 0.781115384615385, 0.95397957807524, 2.81865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 690, '2022-01-09 00:00:00', 0.111158964481573, 0.248346153846152, 0.157430932353011, 0.354461538461537, 0.161335927612116, 0.43280769230769, 0.219204481284907, 0.74626923076923, 0.946730965765069, 2.80780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 705, '2022-01-09 00:00:00', 0.106077511573088, 0.236961538461539, 0.135693092619393, 0.307846153846152, 0.13049354832269, 0.413384615384614, 0.207902728734821, 0.73176923076923, 1.31092550571665, 3.19519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 720, '2022-01-09 00:00:00', 0.102309462679882, 0.213115384615383, 0.106104484063877, 0.289807692307691, 0.135044590926336, 0.412807692307692, 0.23728358885195, 0.745692307692307, 1.4255192824425, 3.24223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 735, '2022-01-09 00:00:00', 0.0725816675307084, 0.211538461538461, 0.0921705192313919, 0.31426923076923, 0.153564919872296, 0.432769230769231, 0.248368166546855, 0.752115384615385, 1.41359134775986, 3.27446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 750, '2022-01-09 00:00:00', 0.0903416506720667, 0.227576923076923, 0.134282297361252, 0.319153846153846, 0.151884171454638, 0.404192307692308, 0.303920941136899, 0.773461538461538, 1.4330531586039, 3.27865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 765, '2022-01-09 00:00:00', 0.0989262040419731, 0.220923076923077, 0.117455248433671, 0.305846153846155, 0.129351375955333, 0.409538461538461, 0.301343588718158, 0.775038461538462, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 780, '2022-01-09 00:00:00', 0.093004846854674, 0.209692307692309, 0.0943975635278785, 0.255500000000001, 0.156269569851389, 0.385538461538462, 0.3063153026138, 0.777230769230769, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 795, '2022-01-09 00:00:00', 0.0680918384355899, 0.174461538461537, 0.133464025691742, 0.295384615384613, 0.185515216046056, 0.402846153846153, 0.305444102905914, 0.8315, 1.49855175470801, 3.31419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 810, '2022-01-09 00:00:00', 0.105723390905775, 0.238346153846152, 0.128206780091922, 0.304461538461538, 0.15351704991754, 0.406269230769232, 0.315034037233096, 0.840269230769231, 1.52796709992772, 3.32746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 825, '2022-01-09 00:00:00', 0.0702431381811655, 0.174538461538464, 0.101277015389247, 0.250923076923078, 0.121445270991314, 0.353923076923079, 0.303068410657498, 0.828307692307693, 1.52880028629792, 3.32165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 840, '2022-01-09 00:00:00', 0.0661101761048581, 0.179653846153847, 0.105623110816058, 0.274807692307694, 0.131198950511749, 0.37673076923077, 0.300148322308514, 0.823153846153846, 1.52899607083059, 3.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 855, '2022-01-09 00:00:00', 0.0985508303052099, 0.198115384615386, 0.108651765534878, 0.248384615384616, 0.151699196286094, 0.369384615384616, 0.302600696526728, 0.825307692307693, 1.52889574026988, 3.31576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 870, '2022-01-09 00:00:00', 0.0718617154947339, 0.149884615384616, 0.102826725050521, 0.245846153846153, 0.152566252947571, 0.372307692307692, 0.303333766412765, 0.823576923076925, 1.52471280372605, 3.32842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 885, '2022-01-09 00:00:00', 0.0551578992180972, 0.173076923076922, 0.0847482516270781, 0.237115384615384, 0.139630148827315, 0.397538461538461, 0.675334001695569, 1.37642307692308, 1.51910887035788, 3.333 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 900, '2022-01-09 00:00:00', 0.0751123568652063, 0.175884615384617, 0.128008677590474, 0.268692307692309, 0.165078107386961, 0.405307692307694, 0.734796097305493, 1.46223076923077, 1.51734830695374, 3.33226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 915, '2022-01-09 00:00:00', 0.113871567329842, 0.188576923076922, 0.125475832794146, 0.292230769230769, 0.149542651492423, 0.374269230769232, 0.775622858392877, 1.50746153846154, 1.50543678915916, 3.34338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 930, '2022-01-09 00:00:00', 0.0749362087686264, 0.222653846153846, 0.10697185826907, 0.287461538461539, 0.180678707612754, 0.395653846153847, 0.807504665383045, 1.56476923076923, 1.50390153728432, 3.34007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 945, '2022-01-09 00:00:00', 0.0561420862290839, 0.185423076923077, 0.0610426458747051, 0.23773076923077, 0.147019119635719, 0.442307692307692, 0.864650094635885, 1.59288461538462, 1.50095434922636, 3.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 960, '2022-01-09 00:00:00', 0.0447267945849699, 0.163384615384616, 0.114848314679036, 0.266846153846154, 0.198232051277905, 0.505884615384615, 0.870749099250843, 1.60892307692308, 1.49602814864509, 3.33530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 975, '2022-01-09 00:00:00', 0.094808511464708, 0.202423076923076, 0.141571232410239, 0.385423076923077, 0.261947924948099, 0.565653846153846, 0.87371525373853, 1.63123076923077, 1.4937782082306, 3.34015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 990, '2022-01-09 00:00:00', 0.140182326330336, 0.340269230769232, 0.197569683909247, 0.4435, 0.295494120727662, 0.581846153846154, 0.869226135930469, 1.62034615384615, 1.520373428319, 3.34519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1005, '2022-01-09 00:00:00', 0.0956387192270187, 0.268269230769232, 0.14069975124356, 0.3805, 0.219835938827116, 0.486, 0.86001804721672, 1.56980769230769, 1.49482676125156, 3.33338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1020, '2022-01-09 00:00:00', 0.10660391824232, 0.255346153846153, 0.17146683016302, 0.344923076923076, 0.166269160839146, 0.417923076923076, 0.863124267726532, 1.55369230769231, 1.47639015689777, 3.32915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1035, '2022-01-09 00:00:00', 0.154312973680614, 0.255576923076922, 0.149820898203361, 0.305692307692307, 0.141886693689555, 0.381923076923077, 0.872737750723814, 1.54369230769231, 1.4695185794622, 3.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1050, '2022-01-09 00:00:00', 0.0863890306426958, 0.193230769230768, 0.118164975938141, 0.286807692307691, 0.127245450273808, 0.37173076923077, 0.86865523655821, 1.539, 1.46154507759636, 3.31957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1065, '2022-01-09 00:00:00', 0.112545108905104, 0.225192307692307, 0.119415834538227, 0.289692307692308, 0.606746223721251, 1.0265, 0.863746876204971, 1.52311538461539, 1.45406927567483, 3.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1080, '2022-01-09 00:00:00', 0.129539022929534, 0.204038461538462, 0.14809157250213, 0.274923076923077, 0.655879990195203, 1.10519230769231, 0.84605779853479, 1.50696153846154, 1.45360768223278, 3.29357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1095, '2022-01-09 00:00:00', 0.11850037325485, 0.200461538461539, 0.566084893062731, 0.965115384615385, 0.683952397128968, 1.14880769230769, 0.821006325282482, 1.49611538461539, 1.46416096057146, 3.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 600, '2022-01-09 00:00:00', 0.188062595962089, 0.563500000000003, 0.291238416738959, 0.716846153846155, 0.400660577623427, 0.89246153846154, 0.596045100255393, 1.26719230769231, 1.49549304450199, 3.19761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 615, '2022-01-09 00:00:00', 0.20045293328245, 0.438461538461539, 0.313585713960313, 0.597, 0.377952622183502, 0.770769230769231, 0.567799173597904, 1.18769230769231, 1.50294417573795, 3.17634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 630, '2022-01-09 00:00:00', 0.176685922995056, 0.364346153846153, 0.241748146122874, 0.521615384615385, 0.297661118620593, 0.671692307692308, 0.542938081184217, 1.106, 1.49429666553044, 3.16326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 645, '2022-01-09 00:00:00', 0.139766464559224, 0.357230769230767, 0.187780923910325, 0.484653846153844, 0.28992920090681, 0.626692307692305, 0.501090725702057, 1.04134615384615, 1.51301818434341, 3.12811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 660, '2022-01-09 00:00:00', 0.106480796390712, 0.323, 0.119794882387163, 0.405423076923077, 0.231421510202953, 0.571346153846153, 0.508339335483689, 0.991999999999998, 1.53566840972112, 3.10576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 675, '2022-01-09 00:00:00', 0.0990322092126513, 0.262538461538462, 0.17451471174484, 0.383230769230769, 0.242829829621171, 0.538384615384615, 0.519546738846615, 0.962576923076923, 1.53397555341066, 3.09896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 690, '2022-01-09 00:00:00', 0.107179820144248, 0.281923076923076, 0.148274693105006, 0.38676923076923, 0.214414752649733, 0.554384615384613, 0.522024697323205, 0.93576923076923, 1.5394600691851, 3.09323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 705, '2022-01-09 00:00:00', 0.122733106310463, 0.268153846153846, 0.176851523992477, 0.36830769230769, 0.22499572987401, 0.53903846153846, 0.488159811474133, 0.898807692307693, 1.55845159841921, 3.14223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 720, '2022-01-09 00:00:00', 0.109266118332194, 0.237730769230766, 0.171624168999054, 0.353153846153845, 0.227222005976534, 0.533999999999999, 0.487172501434395, 0.878615384615384, 1.53811032964279, 3.19488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 735, '2022-01-09 00:00:00', 0.117869138650258, 0.245423076923079, 0.18217837835062, 0.372807692307692, 0.211263262669697, 0.482384615384616, 0.475155747745288, 0.838769230769232, 1.51848440431696, 3.24938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 750, '2022-01-09 00:00:00', 0.108650073453903, 0.239038461538459, 0.129693698322684, 0.347846153846153, 0.149680007400402, 0.446230769230769, 0.468864666385317, 0.803653846153845, 1.52140761745876, 3.24953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 765, '2022-01-09 00:00:00', 0.0711333849998615, 0.234961538461539, 0.0981400255521917, 0.30376923076923, 0.206120058367781, 0.425038461538462, 0.498654844402571, 0.858423076923074, 1.53663797247808, 3.26346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 780, '2022-01-09 00:00:00', 0.0758381272082934, 0.194692307692306, 0.114492001736097, 0.290461538461539, 0.402956903593731, 0.455115384615384, 0.481945967287429, 0.848653846153845, 1.53180644539506, 3.28211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 795, '2022-01-09 00:00:00', 0.0792081192419453, 0.184615384615386, 0.169673750292912, 0.274307692307692, 0.410043832553771, 0.43776923076923, 0.435329874922454, 0.846499999999999, 1.51931588501586, 3.29103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 810, '2022-01-09 00:00:00', 0.155776486820552, 0.190076923076922, 0.355287552012993, 0.31826923076923, 0.397269302188752, 0.424461538461537, 0.427602203707352, 0.85326923076923, 1.52513802048813, 3.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 825, '2022-01-09 00:00:00', 0.212817209396669, 0.22326923076923, 0.255190911943318, 0.304192307692305, 0.250131193268961, 0.392576923076921, 0.355646263322679, 0.82576923076923, 1.52540706899957, 3.28161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 840, '2022-01-09 00:00:00', 0.138518318699675, 0.217269230769229, 0.215552188933088, 0.292884615384614, 0.263942149838818, 0.405461538461538, 0.360092708148246, 0.82803846153846, 1.52764304781531, 3.27780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 855, '2022-01-09 00:00:00', 0.108348781541549, 0.189461538461537, 0.145551555761578, 0.272153846153845, 0.174091315561247, 0.379884615384617, 0.32257517668814, 0.804769230769231, 1.52033085923376, 3.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 870, '2022-01-09 00:00:00', 0.0718157471482529, 0.189692307692307, 0.0947473401290943, 0.26853846153846, 0.204877719628076, 0.387000000000002, 0.318014273990239, 0.793961538461538, 1.52558324786091, 3.23138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 885, '2022-01-09 00:00:00', 0.0728710241031774, 0.188884615384615, 0.12025291936325, 0.268269230769233, 0.206301780446472, 0.405230769230769, 0.53347614754551, 1.341, 1.45575077748694, 3.26661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 900, '2022-01-09 00:00:00', 0.109388088227895, 0.194076923076923, 0.152852608744504, 0.291000000000001, 0.178817844575035, 0.405692307692308, 0.530015146372832, 1.41484615384615, 1.43078131264543, 3.26973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 915, '2022-01-09 00:00:00', 0.117597619023518, 0.215000000000002, 0.146311511719136, 0.297538461538462, 0.154778730401227, 0.375846153846154, 0.569364370288347, 1.47511538461538, 1.43265692495286, 3.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 930, '2022-01-09 00:00:00', 0.0738209580414259, 0.209423076923077, 0.112583842261941, 0.291192307692309, 0.124018441556704, 0.375576923076921, 0.567605097011862, 1.50711538461538, 1.43841275182591, 3.24926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 945, '2022-01-09 00:00:00', 0.069894778059596, 0.178000000000002, 0.0877390536674616, 0.242692307692308, 0.16934260675193, 0.433038461538459, 0.568637947541856, 1.50034615384615, 1.43560820506904, 3.25196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 960, '2022-01-09 00:00:00', 0.0737438915332094, 0.186192307692305, 0.0868115997212011, 0.270423076923074, 0.148564578033105, 0.460076923076921, 0.568996943347204, 1.5021923076923, 1.44268411596633, 3.24653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 975, '2022-01-09 00:00:00', 0.0809633630344388, 0.212884615384613, 0.130211006269999, 0.362884615384614, 0.150203677103406, 0.50276923076923, 0.560170567430478, 1.50776923076923, 1.45946164205003, 3.25226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 990, '2022-01-09 00:00:00', 0.0901296928789915, 0.282192307692306, 0.128243908237388, 0.386499999999998, 0.166967785930285, 0.53080769230769, 0.559842126097926, 1.51238461538461, 1.45899407337859, 3.26411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1005, '2022-01-09 00:00:00', 0.113722712703379, 0.271153846153846, 0.141097265960536, 0.401038461538461, 0.18147734336232, 0.489115384615387, 0.569552477490339, 1.51776923076923, 1.4604064181432, 3.27511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1020, '2022-01-09 00:00:00', 0.131431268964194, 0.306538461538463, 0.163717561672533, 0.380000000000001, 0.183668518302359, 0.44873076923077, 0.561339946364602, 1.51515384615384, 1.47597615625936, 3.28342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1035, '2022-01-09 00:00:00', 0.0932241054993505, 0.267423076923077, 0.105986704536284, 0.317307692307695, 0.150809145815292, 0.428038461538463, 0.5556733918963, 1.52303846153846, 1.47366832089178, 3.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1050, '2022-01-09 00:00:00', 0.0940626632377827, 0.226230769230771, 0.118249644657133, 0.308538461538461, 0.175137133083237, 0.433846153846156, 0.550275790993795, 1.51061538461538, 1.45643325812912, 3.29865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1065, '2022-01-09 00:00:00', 0.0952162881993483, 0.226307692307691, 0.132042866000167, 0.300038461538462, 0.46067747436207, 1.10615384615385, 0.542024150753451, 1.5175, 1.45610324655066, 3.31023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1080, '2022-01-09 00:00:00', 0.0979384186422962, 0.200423076923077, 0.125238510911719, 0.304730769230771, 0.457285208090598, 1.18380769230769, 0.525723087390486, 1.51526923076923, 1.45775945256358, 3.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1095, '2022-01-09 00:00:00', 0.0744258433196844, 0.209615384615386, 0.413105538759585, 1.02711538461539, 0.501139077886185, 1.21884615384615, 0.49655863856997, 1.48119230769231, 1.4486728759587, 3.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 600, '2022-01-09 00:00:00', 0.186120725915692, 0.65226923076923, 0.213390335733874, 0.818346153846154, 0.305177449010594, 0.954346153846151, 0.414043736077018, 1.24115384615384, 1.42342297784114, 3.20342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 615, '2022-01-09 00:00:00', 0.148581912140692, 0.421769230769233, 0.225430886560348, 0.577730769230769, 0.253712957129477, 0.701230769230766, 0.414290904855699, 1.11592307692308, 1.45260497250761, 3.16838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 630, '2022-01-09 00:00:00', 0.162352380286264, 0.388846153846152, 0.1885360810194, 0.489576923076919, 0.226317873797011, 0.629499999999997, 0.400538869716594, 1.02788461538461, 1.45276779445835, 3.15576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 645, '2022-01-09 00:00:00', 0.157307616324975, 0.341384615384614, 0.183336143568202, 0.44630769230769, 0.256799544691662, 0.603615384615383, 0.409162283020018, 0.994576923076923, 1.47272921945827, 3.14892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 660, '2022-01-09 00:00:00', 0.0976080702842499, 0.276846153846152, 0.154116339671841, 0.387384615384615, 0.22351026477891, 0.532038461538461, 0.372229947540701, 0.908423076923076, 1.50199944535481, 3.09457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 675, '2022-01-09 00:00:00', 0.117382877797403, 0.282499999999998, 0.203340960344554, 0.378884615384614, 0.221680074396899, 0.562846153846153, 0.368325107229175, 0.892230769230769, 1.51818491830009, 3.07261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 690, '2022-01-09 00:00:00', 0.123254283745185, 0.239538461538462, 0.146569489951405, 0.352846153846155, 0.215127640108055, 0.539307692307692, 0.364516887864555, 0.860807692307693, 1.51627047921993, 3.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 705, '2022-01-09 00:00:00', 0.0900796655957725, 0.235884615384617, 0.181764225980124, 0.390923076923078, 0.232646939506063, 0.500038461538463, 0.359311598219962, 0.815769230769232, 1.51395659931696, 3.11023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 720, '2022-01-09 00:00:00', 0.150787578553918, 0.301423076923077, 0.156743087198815, 0.369653846153846, 0.23493901008887, 0.500461538461539, 0.333041926212577, 0.81473076923077, 1.5220661139992, 3.10784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 735, '2022-01-09 00:00:00', 0.0818198866178261, 0.236423076923078, 0.1642050734717, 0.361884615384616, 0.212322399992232, 0.508807692307695, 0.322608769969971, 0.77446153846154, 1.52641606436072, 3.10180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 750, '2022-01-09 00:00:00', 0.103439621928038, 0.234653846153845, 0.153203138148217, 0.324192307692307, 0.190018853315622, 0.486730769230771, 0.318342324211868, 0.761346153846155, 1.53075762237578, 3.08246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 765, '2022-01-09 00:00:00', 0.0734629262857221, 0.218192307692308, 0.108775025414136, 0.340615384615386, 0.172661273552049, 0.452346153846154, 0.306132060492753, 0.766038461538461, 1.5575372888486, 3.06738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 780, '2022-01-09 00:00:00', 0.10592900380044, 0.257076923076924, 0.133035726838262, 0.334769230769233, 0.167204918035878, 0.428269230769232, 0.273936241880084, 0.751230769230767, 1.57767809576166, 3.07857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 795, '2022-01-09 00:00:00', 0.0829273268498485, 0.196692307692308, 0.121699933632494, 0.281076923076923, 0.138087380362525, 0.38226923076923, 0.261269398249275, 0.740461538461536, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 810, '2022-01-09 00:00:00', 0.100173119379172, 0.198576923076921, 0.109201352485286, 0.275153846153845, 0.117061804846184, 0.368884615384614, 0.261871351268871, 0.746730769230767, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 825, '2022-01-09 00:00:00', 0.0621121690046441, 0.182807692307692, 0.0896762810592386, 0.263346153846153, 0.136567571328122, 0.350307692307691, 0.253004825128814, 0.758192307692307, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 840, '2022-01-09 00:00:00', 0.0639047849418287, 0.195692307692306, 0.0857942798882205, 0.26853846153846, 0.129079105143378, 0.349153846153845, 0.259255229158744, 0.767076923076922, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 855, '2022-01-09 00:00:00', 0.0536697164287128, 0.176961538461537, 0.0912325852718449, 0.247769230769229, 0.125542349581572, 0.360192307692307, 0.244381508176173, 0.769192307692307, 1.59051831754983, 3.06996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 870, '2022-01-09 00:00:00', 0.0759873774943017, 0.179192307692306, 0.107114266808143, 0.261884615384615, 0.119981229301149, 0.358846153846152, 0.240072658873228, 0.782192307692306, 1.60527914658527, 3.08053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 885, '2022-01-09 00:00:00', 0.075862628886287, 0.18546153846154, 0.0922172685313574, 0.258769230769231, 0.117187194102164, 0.354038461538461, 1.30750799085659, 1.43411538461538, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 900, '2022-01-09 00:00:00', 0.0708974991421796, 0.171846153846152, 0.0965832044644171, 0.256346153846151, 0.103902676355549, 0.389384615384615, 1.46215532006692, 1.5205, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 915, '2022-01-09 00:00:00', 0.0818266084238716, 0.183076923076922, 0.0983971544303992, 0.274, 0.113457413223573, 0.402769230769231, 1.4487201502865, 1.56692307692308, 1.62982676804811, 3.08857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 930, '2022-01-09 00:00:00', 0.0869964101823496, 0.209153846153846, 0.112183860075942, 0.313461538461539, 0.179408138053992, 0.435000000000001, 1.44183167053364, 1.59061538461538, 1.63183103433394, 3.08473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 945, '2022-01-09 00:00:00', 0.0961108734743364, 0.2015, 0.129392759279049, 0.281615384615384, 0.222373960844203, 0.48253846153846, 1.43726970864365, 1.59015384615384, 1.63497845716224, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 960, '2022-01-09 00:00:00', 0.0875541854203173, 0.185153846153845, 0.15857286604635, 0.299923076923075, 0.195947277053333, 0.492153846153844, 1.42754039576415, 1.58169230769231, 1.63507150443502, 3.07676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 975, '2022-01-09 00:00:00', 0.104275906207447, 0.23276923076923, 0.165975906499894, 0.379192307692306, 0.176038164568413, 0.499653846153845, 1.44305786226546, 1.60992307692308, 1.63823426332697, 3.07169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 990, '2022-01-09 00:00:00', 0.14899941145986, 0.296769230769229, 0.165058963823421, 0.390692307692306, 0.186410353789697, 0.4955, 1.4521161454925, 1.6235, 1.64579743028675, 3.05169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1005, '2022-01-09 00:00:00', 0.107772788059665, 0.287576923076922, 0.128204362100274, 0.372961538461539, 0.161136010395423, 0.498423076923079, 1.4512120244816, 1.6245, 1.64684057095818, 3.05488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1020, '2022-01-09 00:00:00', 0.0953302922233275, 0.261769230769231, 0.136230263214108, 0.36473076923077, 0.162886600478324, 0.498269230769232, 1.44499109872158, 1.63165384615384, 1.6450382590828, 3.06007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1035, '2022-01-09 00:00:00', 0.117381436089618, 0.263192307692309, 0.166726883993414, 0.360423076923078, 0.171654756370498, 0.435653846153847, 1.44806663733194, 1.63588461538461, 1.65138975877429, 3.05815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1050, '2022-01-09 00:00:00', 0.0983126566701278, 0.229538461538462, 0.120699958574972, 0.304, 0.134559131982932, 0.376, 1.45682329058812, 1.6225, 1.64584418600771, 3.05473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1065, '2022-01-09 00:00:00', 0.0937455147645031, 0.206307692307693, 0.123144767839133, 0.262923076923078, 1.34884502616697, 1.19523076923077, 1.44964166394532, 1.65307692307692, 1.64786115920001, 3.048 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1080, '2022-01-09 00:00:00', 0.0822717167963289, 0.180346153846156, 0.104447889104864, 0.273807692307692, 1.4945749985042, 1.30688461538461, 1.45273235027601, 1.65519230769231, 1.6481406049989, 3.04342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1095, '2022-01-09 00:00:00', 0.0769745312524765, 0.215961538461538, 1.35895942374473, 1.15234615384615, 1.48162560255749, 1.35011538461538, 1.4622738988933, 1.67034615384615, 1.65665055644027, 3.02988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 600, '2022-01-09 00:00:00', 0.392039890042602, 0.691346153846155, 0.511847893571757, 0.851884615384615, 0.541026802976026, 0.979807692307691, 0.676868736280413, 1.36061538461538, 1.16631057547359, 2.82796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 615, '2022-01-09 00:00:00', 0.402660949186781, 0.512999999999998, 0.456666646640462, 0.640115384615383, 0.546132597311451, 0.74657692307692, 0.672617468150758, 1.22653846153846, 1.15217522171693, 2.78530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 630, '2022-01-09 00:00:00', 0.186970787516701, 0.391653846153845, 0.263694511479885, 0.513653846153845, 0.322961383735912, 0.617846153846152, 0.581010382536649, 1.14623076923077, 1.14052045946644, 2.78796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 645, '2022-01-09 00:00:00', 0.168336809814317, 0.345192307692308, 0.267016968633944, 0.461307692307691, 0.372111306755633, 0.595230769230769, 0.603076906691521, 1.12665384615385, 1.12527067581367, 2.76057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 660, '2022-01-09 00:00:00', 0.206102170331573, 0.31376923076923, 0.248345367459234, 0.419692307692307, 0.394787789149484, 0.599961538461538, 0.690822881675291, 1.15157692307692, 1.140336503642, 2.74330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 675, '2022-01-09 00:00:00', 0.155129345535118, 0.283076923076924, 0.29707358580765, 0.425653846153848, 0.442519597132324, 0.609076923076923, 0.726989243386724, 1.178, 1.13799536838317, 2.73146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 690, '2022-01-09 00:00:00', 0.196955086641208, 0.278115384615386, 0.301219092254225, 0.400692307692308, 0.324712087856302, 0.535499999999999, 0.737948507688714, 1.145, 1.10721683235316, 2.68692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 705, '2022-01-09 00:00:00', 0.138986424350891, 0.255115384615383, 0.174332538116537, 0.348076923076922, 0.22183181432372, 0.484923076923075, 0.727156061971251, 1.12646153846154, 1.08031300022796, 2.94346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 720, '2022-01-09 00:00:00', 0.0944393659770843, 0.235076923076922, 0.150342404069969, 0.337961538461537, 0.353238842711274, 0.585999999999999, 0.734529412931529, 1.09246153846154, 1.08071069280287, 2.97419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 735, '2022-01-09 00:00:00', 0.164701127921035, 0.249307692307693, 0.210950701495723, 0.380038461538463, 0.403652196060688, 0.648846153846155, 0.721614203339665, 1.08046153846154, 1.07444776584926, 2.97719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 750, '2022-01-09 00:00:00', 0.145858102804905, 0.262115384615383, 0.290177356907011, 0.444461538461539, 0.368743006191825, 0.60973076923077, 0.7024876949374, 1.08880769230769, 1.05381369540132, 2.96876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 765, '2022-01-09 00:00:00', 0.176892861968435, 0.321269230769231, 0.306819097289491, 0.486961538461538, 0.395207585181022, 0.580346153846154, 0.660574068519193, 1.0745, 1.05670139294228, 2.96107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 780, '2022-01-09 00:00:00', 0.24524128150425, 0.350384615384616, 0.23666030507882, 0.422500000000001, 0.315020675756127, 0.525115384615385, 0.574571697340392, 1.05565384615385, 1.05912616594276, 2.92065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 795, '2022-01-09 00:00:00', 0.12409264529127, 0.25376923076923, 0.213527980512013, 0.345961538461538, 0.287980512161181, 0.452153846153846, 0.515913601890265, 1.01973076923077, 1.09286083567573, 2.90138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 810, '2022-01-09 00:00:00', 0.153956377438044, 0.220615384615386, 0.207171634530033, 0.301615384615384, 0.216942817705141, 0.400115384615386, 0.473002806952154, 1.00115384615384, 1.1114900442476, 2.89596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 825, '2022-01-09 00:00:00', 0.120915590392636, 0.196499999999998, 0.129791270300256, 0.269576923076925, 0.165879659809337, 0.387692307692308, 0.456053021546332, 0.966961538461536, 1.11080443200135, 2.88561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 840, '2022-01-09 00:00:00', 0.0891610125214286, 0.188384615384616, 0.0978562289200927, 0.251807692307693, 0.232961961239633, 0.405653846153845, 0.481504764733994, 0.975038461538459, 1.12730279667205, 2.89565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 855, '2022-01-09 00:00:00', 0.0645690209120331, 0.172038461538463, 0.129269003959246, 0.271346153846155, 0.266262510720878, 0.44326923076923, 0.484234528365687, 0.979961538461537, 1.14146393992708, 2.89138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 870, '2022-01-09 00:00:00', 0.103921804923038, 0.199692307692307, 0.191599309457566, 0.297846153846153, 0.294489963261126, 0.449461538461538, 0.446429989342803, 0.982153846153844, 1.14036173208329, 2.893 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 885, '2022-01-09 00:00:00', 0.138925569446931, 0.204923076923076, 0.176459212981794, 0.307423076923076, 0.302030227728184, 0.482461538461537, 0.731149852050758, 1.36811538461538, 1.15645769485961, 2.88 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:41 Duration: 4s17ms Database: acaweb_fx User: pgperfstats
7 109 4m51s 74ms 1m4s 2s671ms (( 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 #7
Day Hour Count Duration Avg duration Jan 09 14 109 4m51s 2s671ms [ User: postgres - Total duration: 4m51s - Times executed: 109 ]
-
(( 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: 2022-01-09 14:03:20 Duration: 1m4s 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:06:57 Duration: 18s380ms 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:17:27 Duration: 16s706ms Database: acaweb_fx User: postgres Bind query: yes
8 96 21s360ms 50ms 5s146ms 222ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jan 09 14 96 21s360ms 222ms [ User: postgres - Total duration: 21s360ms - Times executed: 96 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '73840044' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-09 14:02:15 Duration: 5s146ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '73839991' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-09 14:02:15 Duration: 1s549ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '73840044' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-09 14:18:18 Duration: 810ms Database: acaweb_fx User: postgres Bind query: yes
9 94 22s852ms 51ms 3s36ms 243ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), 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 fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from 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 ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? 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 #9
Day Hour Count Duration Avg duration Jan 09 14 94 22s852ms 243ms [ User: postgres - Total duration: 22s852ms - Times executed: 94 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), 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 fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM 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 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:12:00 Duration: 3s36ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), 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 fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' 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 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:12:11 Duration: 2s235ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), 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 fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' 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 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:44 Duration: 1s869ms Database: acaweb_fx User: postgres Bind query: yes
10 85 3m34s 82ms 34s839ms 2s522ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), 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 kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.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 s.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 dss.enabled = ? 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 #10
Day Hour Count Duration Avg duration Jan 09 14 85 3m34s 2s522ms [ User: postgres - Total duration: 3m34s - Times executed: 85 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:49 Duration: 34s839ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:03:18 Duration: 32s557ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:28 Duration: 23s407ms Database: acaweb_fx User: postgres Bind query: yes
11 66 2m31s 1s230ms 3s574ms 2s300ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jan 09 14 66 2m31s 2s300ms [ User: pgperfstats - Total duration: 2m31s - Times executed: 66 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2022-01-09 00:00:00', 0.912096621062615, 2.09238461538462, 1.01705592010242, 2.43476923076923, 1.08339680918574, 2.70261538461539, 1.48831859337463, 3.49234615384615, 3.57474239911074, 9.6105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1005, '2022-01-09 00:00:00', 0.372088519244878, 1.20588461538461, 0.434246006137252, 1.60692307692307, 0.638015061312464, 1.94453846153846, 1.28656392229607, 2.89661538461539, 3.61914988424289, 9.41673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1020, '2022-01-09 00:00:00', 0.347115367653954, 1.09703846153846, 0.360511090195363, 1.36638461538461, 0.746407486152584, 1.78515384615385, 1.32608320019754, 2.70057692307693, 3.94989631587385, 9.46088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1035, '2022-01-09 00:00:00', 0.228833621117713, 0.862884615384614, 0.407970119569485, 1.20153846153846, 0.554807836448455, 1.51884615384615, 1.20997817144964, 2.45215384615385, 3.99536963920063, 9.39892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1050, '2022-01-09 00:00:00', 0.372173078016134, 0.856999999999997, 0.469887235244964, 1.14142307692307, 0.585026063850677, 1.46215384615384, 1.19929736673027, 2.37442307692307, 3.98990039281877, 9.41376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1065, '2022-01-09 00:00:00', 0.265739713600764, 0.692653846153843, 0.37218493335355, 0.960230769230767, 0.488469195942403, 1.25465384615385, 1.1844042611567, 2.24457692307692, 4.07052769741032, 9.41084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1080, '2022-01-09 00:00:00', 0.272599441277153, 0.688846153846154, 0.311755584738086, 0.925769230769229, 0.579920896462485, 1.23938461538462, 1.21884083708819, 2.24511538461538, 4.0720964188751, 9.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1095, '2022-01-09 00:00:00', 0.281161352525281, 0.617115384615385, 0.459780616582102, 0.909846153846155, 0.536109467868706, 1.24380769230769, 1.42063123781162, 2.35007692307692, 4.12080484147678, 9.45830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1110, '2022-01-09 00:00:00', 0.350040166925939, 0.665038461538462, 0.467373816784151, 0.892730769230773, 0.510339044165742, 1.2675, 1.43775093167713, 2.29330769230769, 4.20796089646207, 9.44188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1125, '2022-01-09 00:00:00', 0.215518408994186, 0.580769230769233, 0.286163861073713, 0.808653846153846, 0.504539090503553, 1.26342307692308, 1.39677726708525, 2.30257692307692, 4.17073851715275, 10.0075384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1140, '2022-01-09 00:00:00', 0.211565116362643, 0.556038461538462, 0.298961710952063, 0.845769230769231, 0.528807815897085, 1.22811538461539, 1.38386337698266, 2.38461538461538, 4.04747882571551, 10.2022692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1155, '2022-01-09 00:00:00', 0.245589779917651, 0.601500000000004, 0.405272276946669, 0.874461538461538, 0.691251226734204, 1.26746153846154, 1.84687981367328, 3.61938461538461, 4.23375155787939, 10.1225769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1170, '2022-01-09 00:00:00', 0.244458664116322, 0.56603846153846, 0.376590340576316, 0.791269230769232, 0.764493308317045, 1.16653846153846, 1.90596315768735, 3.83996153846154, 4.28176739442955, 10.1805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1185, '2022-01-09 00:00:00', 0.245914731938972, 0.487846153846156, 0.729080863933386, 0.848115384615385, 0.799998811537582, 1.09346153846154, 1.99013668220204, 4.11757692307692, 4.30355824942034, 10.2403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1200, '2022-01-09 00:00:00', 0.460125645883816, 0.56088, 0.460501056821079, 0.755160000000001, 0.542073180791426, 1.0072, 2.12598826039405, 4.1508, 4.4399042362045, 10.28228 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1215, '2022-01-09 00:00:00', 0.206120862602502, 0.474320000000001, 0.266102755841926, 0.629480000000002, 0.330551599602848, 0.885120000000001, 2.26798791149042, 4.21, 4.54830876920202, 10.31408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1230, '2022-01-09 00:00:00', 0.145803555054966, 0.402479999999999, 0.204107063408723, 0.569879999999999, 0.263593038603072, 0.842040000000001, 2.26168215420882, 4.2518, 4.53326521100777, 10.38016 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1245, '2022-01-09 00:00:00', 0.154651619239287, 0.443039999999997, 0.190575251978494, 0.595519999999999, 0.315362421139024, 0.896960000000001, 2.28636904064064, 4.37384, 4.53650624636772, 10.42644 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1260, '2022-01-09 00:00:00', 0.130706822061182, 0.411759999999999, 0.212440281804874, 0.609039999999999, 0.384866751833237, 0.871799999999998, 2.20161928891744, 4.46008, 4.57540050815226, 10.44068 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1275, '2022-01-09 00:00:00', 0.175092042461484, 0.431160000000001, 0.2625237259119, 0.593960000000003, 0.860105348198695, 0.954280000000005, 2.19664150997229, 4.49144, 4.61979943900887, 10.43276 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1290, '2022-01-09 00:00:00', 0.170111483053515, 0.382200000000003, 0.275509515867114, 0.572920000000001, 0.851972172863254, 0.9136, 2.22774328413307, 4.52384, 4.66180198814435, 10.41312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1305, '2022-01-09 00:00:00', 0.220503968218262, 0.419799999999999, 0.86623284398596, 0.734440000000001, 0.963842426609936, 1.00784, 2.22578273273321, 4.55924, 4.64727590207425, 10.40832 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1320, '2022-01-09 00:00:00', 0.128792806307343, 0.406749999999998, 0.262705309634474, 0.56441666666666, 0.454050841499787, 1.09491666666666, 2.19232848055821, 4.57608333333333, 4.664075296301, 10.44325 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1335, '2022-01-09 00:00:00', 0.233779655950282, 0.412833333333328, 0.316462646901748, 0.674541666666664, 1.65145656340005, 2.99845833333333, 2.29473021842707, 4.54741666666666, 4.74335810977926, 10.384375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1350, '2022-01-09 00:00:00', 0.195654975825349, 0.497, 0.386908985946044, 0.894958333333332, 1.69184582705878, 3.35095833333333, 2.20477191794184, 4.56858333333333, 4.65795264473349, 10.4078333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1365, '2022-01-09 00:00:00', 0.344694800417382, 0.732625, 1.61188885902241, 2.93129166666667, 1.90095339733529, 3.63158333333333, 2.30687893647158, 4.56958333333333, 4.83029052746418, 10.4156666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 990, '2022-01-09 00:00:00', 0.858857073868133, 1.63184, 0.853931433625288, 2.25532, 1.33967888814198, 2.85324, 1.65126339207287, 3.99596, 4.31369514569586, 10.48132 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1005, '2022-01-09 00:00:00', 0.517167886989645, 1.01204, 0.857548589488275, 1.6124, 1.22029084374723, 2.13108, 1.38127471320275, 3.4474, 4.27931753008974, 10.17976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1020, '2022-01-09 00:00:00', 0.625891809074591, 1.01116, 0.717500806039033, 1.36136, 1.21418727550572, 1.83536, 1.29143825894491, 3.11012, 4.3055738614808, 10.02388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1035, '2022-01-09 00:00:00', 0.448123837051023, 0.767159999999998, 0.705536379879401, 1.1772, 1.08073027316409, 1.78956, 1.15162078828059, 2.88724, 4.30852574631586, 10.00576 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1050, '2022-01-09 00:00:00', 0.520924396305901, 0.815319999999999, 0.774292795609863, 1.172, 0.9143684377755, 1.75784, 1.07631389163819, 2.83548, 4.41726087826683, 10.008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1065, '2022-01-09 00:00:00', 0.4541378938898, 0.70032, 0.607897469425011, 1.1556, 0.668604123030463, 1.55784, 1.08920571212849, 2.6502, 4.40354167044361, 9.90408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1080, '2022-01-09 00:00:00', 0.476343615471016, 0.776360000000002, 0.501209144635915, 1.04876, 0.512029937275809, 1.36364, 1.17775890005836, 2.48288, 4.46417670573197, 9.88908 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1095, '2022-01-09 00:00:00', 0.286020937462042, 0.570320000000003, 0.376798810153818, 0.921480000000003, 0.406479445974826, 1.17104, 1.30489669067452, 2.38004, 4.49229165052018, 9.88624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1110, '2022-01-09 00:00:00', 0.320794440932714, 0.560360000000003, 0.399380236533226, 0.767359999999998, 0.606863046054601, 1.11444, 1.40024432391875, 2.3288, 4.57627750724684, 9.93036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1125, '2022-01-09 00:00:00', 0.348456510916356, 0.552759999999998, 0.442525611311556, 0.803000000000003, 0.691755934801668, 1.15776, 1.39658574745699, 2.3124, 4.65021369580653, 10.4306 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1140, '2022-01-09 00:00:00', 0.330158381184953, 0.499839999999999, 0.469186860429832, 0.787679999999998, 0.570131470218348, 1.02968, 1.36310361797382, 2.32316, 4.67608806696367, 10.50012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1155, '2022-01-09 00:00:00', 0.344938970447429, 0.508319999999997, 0.434570945492982, 0.746359999999997, 0.607261319367534, 1.03668, 1.32036443832754, 3.5634, 4.64072868667555, 10.58392 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1170, '2022-01-09 00:00:00', 0.305810496876743, 0.432679999999999, 0.321254276236132, 0.566680000000002, 0.715795636570473, 1.08132, 1.56441500994248, 3.95864, 4.62882327487235, 10.54992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1185, '2022-01-09 00:00:00', 0.232564686341958, 0.3798, 0.55430863244225, 0.692680000000003, 0.739598183700672, 1.07016, 1.64787358131624, 4.08144, 4.58859791330642, 10.57332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1200, '2022-01-09 00:00:00', 0.513945237030818, 0.467960000000003, 0.611437650132863, 0.791800000000002, 0.677135235138936, 1.01428, 1.67793811665786, 4.14636, 4.5781581041579, 10.56672 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1215, '2022-01-09 00:00:00', 0.402644230887102, 0.560720000000001, 0.446745013029432, 0.710760000000004, 0.55506921490327, 0.925200000000001, 1.62115011334546, 4.15624, 4.57896396324176, 10.55032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1230, '2022-01-09 00:00:00', 0.283388584808917, 0.418440000000005, 0.362955516098964, 0.579960000000002, 0.499640794304602, 0.913440000000003, 1.58218679681003, 4.13868, 4.58683586763977, 10.53988 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1245, '2022-01-09 00:00:00', 0.228253170843251, 0.370519999999999, 0.302250850564004, 0.558920000000001, 0.456292121343331, 0.888600000000002, 1.59582828336886, 4.18892, 4.58594036630802, 10.52028 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1260, '2022-01-09 00:00:00', 0.293160223541099, 0.417399999999998, 0.431418107331316, 0.644000000000001, 0.475234917347901, 0.87232, 1.60913322941265, 4.2784, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1275, '2022-01-09 00:00:00', 0.309072391735875, 0.393920000000001, 0.289257054077051, 0.588319999999999, 0.545835558265182, 0.876039999999995, 1.6127951151133, 4.3262, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1290, '2022-01-09 00:00:00', 0.225814451855204, 0.368200000000002, 0.298320649637265, 0.559279999999999, 0.718093731115002, 0.902760000000001, 1.57803997625747, 4.3132, 4.58817892087918, 10.54332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1305, '2022-01-09 00:00:00', 0.230383216981333, 0.360479999999995, 0.473563821816378, 0.614119999999994, 0.74681278332212, 0.963400000000003, 1.57453696579873, 4.32336, 4.58817210044843, 10.54316 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1320, '2022-01-09 00:00:00', 0.25235331512024, 0.397749999999996, 0.275346408960675, 0.579583333333334, 0.602820314456755, 1.087375, 1.59943117379591, 4.27708333333333, 4.68717963600899, 10.541625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1335, '2022-01-09 00:00:00', 0.236033466062443, 0.376333333333334, 0.38227259982859, 0.636583333333336, 1.09712369667103, 2.77233333333333, 1.58013031933665, 4.3305, 4.68826354534941, 10.539125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1350, '2022-01-09 00:00:00', 0.269613541864132, 0.424375000000001, 0.517145073624331, 0.794375000000001, 1.33473517361897, 3.238375, 1.56142348654932, 4.3155, 4.66204649016387, 10.4865416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1365, '2022-01-09 00:00:00', 0.476529566277091, 0.664083333333333, 1.04486724418512, 2.61108333333333, 1.47273017627176, 3.40420833333333, 1.56648206841067, 4.322375, 4.64763408702579, 10.4495416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 990, '2022-01-09 00:00:00', 0.789466819101059, 1.97746153846154, 1.14807485215636, 2.56411538461538, 1.25129233441025, 2.93888461538462, 1.49428501091531, 3.84057692307692, 4.58802676958859, 9.99903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1005, '2022-01-09 00:00:00', 0.704036301511616, 1.52507692307692, 0.771341868733664, 1.85303846153846, 0.811911303416442, 2.25226923076923, 1.16064639085958, 3.22773076923077, 4.6179707519812, 9.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1020, '2022-01-09 00:00:00', 0.371270169097303, 1.11946153846154, 0.587470505969972, 1.49565384615385, 0.808760152712398, 1.92076923076923, 1.01164287100811, 2.93746153846154, 4.39413241791299, 9.54188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1035, '2022-01-09 00:00:00', 0.324879016534791, 0.967153846153843, 0.413641360824344, 1.29415384615384, 0.746260133032609, 1.72788461538462, 0.896209952221877, 2.73296153846154, 4.42729969446563, 9.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1050, '2022-01-09 00:00:00', 0.379736453143696, 0.907423076923078, 0.542141986795113, 1.23857692307692, 0.764723519671299, 1.66330769230769, 0.893600314200064, 2.66380769230769, 4.4005077072468, 9.41280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1065, '2022-01-09 00:00:00', 0.389611327034835, 0.784884615384611, 0.519273948745893, 1.11892307692308, 0.625519382962297, 1.52546153846154, 0.868337414036374, 2.54176923076923, 4.48648066031546, 9.53534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1080, '2022-01-09 00:00:00', 0.295631457158298, 0.830961538461541, 0.437722421702997, 1.10496153846154, 0.582854012596635, 1.458, 0.764442686889251, 2.48569230769231, 4.46600237503813, 9.49042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1095, '2022-01-09 00:00:00', 0.326756630207586, 0.712153846153846, 0.461178445356608, 1.05596153846154, 0.513100775826588, 1.33661538461539, 0.635609315175962, 2.3738076923077, 4.48485555157148, 9.46196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1110, '2022-01-09 00:00:00', 0.328926320952556, 0.716730769230766, 0.3799385537365, 0.909769230769228, 0.373560723104226, 1.27242307692307, 0.519817334780651, 2.28930769230769, 4.48407688673531, 9.45338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1125, '2022-01-09 00:00:00', 0.237459726139952, 0.599192307692304, 0.336420874226591, 0.869730769230768, 0.371337426898209, 1.28173076923077, 0.414313409798017, 2.18219230769231, 4.59645839248505, 9.25992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1140, '2022-01-09 00:00:00', 0.239661084418424, 0.582653846153851, 0.221613527079494, 0.837653846153846, 0.289026847302352, 1.27596153846154, 0.479591411034914, 2.20480769230769, 4.55921759363971, 9.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1155, '2022-01-09 00:00:00', 0.238414583962795, 0.583076923076924, 0.304861999044711, 0.920038461538466, 0.298267499970177, 1.2003076923077, 2.94374510523846, 3.82626923076923, 4.34576169211053, 9.56926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1170, '2022-01-09 00:00:00', 0.232598181089518, 0.588923076923081, 0.251127209566417, 0.799346153846155, 0.397382961966841, 1.14146153846154, 2.99493368129991, 4.00465384615385, 4.39104227700686, 9.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1185, '2022-01-09 00:00:00', 0.193818364613724, 0.540961538461541, 0.215740502955246, 0.738730769230771, 0.389932435962162, 1.11323076923077, 3.02520561360966, 4.11326923076923, 4.48126381710133, 9.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1200, '2022-01-09 00:00:00', 0.140910757355357, 0.484192307692312, 0.35922702485283, 0.767153846153849, 0.425850295111033, 1.04392307692308, 3.01070252675607, 4.14123076923077, 4.63222037422494, 9.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1215, '2022-01-09 00:00:00', 0.283107503364954, 0.600538461538462, 0.325718273736914, 0.808076923076924, 0.367406687263791, 1.08007692307692, 2.9749402052168, 4.18923076923077, 4.67626926990047, 9.78926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1230, '2022-01-09 00:00:00', 0.213814214825724, 0.527038461538461, 0.207531958613982, 0.675923076923079, 0.401921354725792, 1.04115384615385, 2.97154974640921, 4.19115384615385, 4.69422482582425, 9.81234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1245, '2022-01-09 00:00:00', 0.13598034360213, 0.476423076923079, 0.21946476149592, 0.739692307692311, 0.395679615928765, 1.05896153846154, 2.95573053653668, 4.26026923076923, 4.68605900895248, 9.82965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1260, '2022-01-09 00:00:00', 0.233001119178563, 0.55180769230769, 0.376691361114725, 0.810692307692306, 0.432029993616894, 1.04165384615385, 2.95708385172857, 4.29611538461539, 4.67177023555806, 9.86142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1275, '2022-01-09 00:00:00', 0.271371947419323, 0.527576923076919, 0.280907696309932, 0.704576923076922, 0.444590217546967, 0.976307692307692, 2.95371685951004, 4.27961538461538, 4.66665011132595, 9.87930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1290, '2022-01-09 00:00:00', 0.144046680467987, 0.469615384615388, 0.234571691517832, 0.656961538461543, 0.369893290225501, 0.908384615384617, 2.95992127675981, 4.25373076923077, 4.6602378975261, 9.88769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1305, '2022-01-09 00:00:00', 0.164060031226846, 0.467423076923074, 0.260778293693204, 0.680961538461539, 0.409535340824958, 0.931346153846151, 2.96870612816166, 4.28534615384615, 4.66185473027141, 9.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1320, '2022-01-09 00:00:00', 0.131882371831876, 0.418279999999999, 0.159201654095259, 0.540199999999999, 0.399007819472248, 1.09536, 3.05995430140168, 4.38492, 4.64663189059201, 9.73548 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1335, '2022-01-09 00:00:00', 0.137494545346353, 0.409600000000002, 0.305248325138735, 0.691039999999998, 3.12772714975801, 3.37396, 3.05534705502774, 4.39628, 4.68748449668548, 9.78864 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1350, '2022-01-09 00:00:00', 0.267608389255647, 0.574599999999999, 0.359146850188057, 0.95928, 3.08456420476756, 3.6724, 3.04445776069675, 4.38116, 4.68550892006408, 9.82244 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1365, '2022-01-09 00:00:00', 0.33263885822315, 0.808120000000001, 3.12317302594653, 3.2924, 3.07282094445261, 3.81684, 3.05253297443287, 4.36632, 4.71725469173191, 9.85708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 990, '2022-01-09 00:00:00', 1.01614172012797, 2.02765384615385, 0.991831226337657, 2.4043076923077, 1.10815364388768, 2.71146153846154, 1.36385342377341, 3.2378076923077, 3.26549551735202, 9.37242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1005, '2022-01-09 00:00:00', 0.545542458334963, 1.37957692307693, 0.664589091093133, 1.68950000000001, 0.807940768011732, 2.05373076923077, 1.19832143626632, 2.83723076923077, 3.37926002573618, 9.22480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1020, '2022-01-09 00:00:00', 0.356586923268578, 1.05907692307693, 0.633598732516211, 1.41407692307693, 0.674561784819195, 1.76580769230769, 1.19966327583393, 2.61915384615385, 3.40828759643314, 9.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1035, '2022-01-09 00:00:00', 0.428131971026909, 0.901769230769235, 0.521251316914038, 1.25484615384616, 0.581713052444777, 1.54765384615385, 1.1715035152119, 2.54661538461539, 3.30365209031553, 9.11757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1050, '2022-01-09 00:00:00', 0.36786557954691, 0.868269230769234, 0.388405996943325, 1.07053846153846, 0.685277188162121, 1.46576923076923, 1.39899360310848, 2.52030769230769, 3.28229843226687, 9.06103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1065, '2022-01-09 00:00:00', 0.273299936671446, 0.762846153846152, 0.425824261331436, 0.995307692307692, 0.646212429944969, 1.31676923076923, 1.38064561932229, 2.41438461538461, 3.1399284489643, 9.03723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1080, '2022-01-09 00:00:00', 0.305059086332217, 0.654615384615385, 0.403878229934944, 0.933769230769234, 0.590238967251008, 1.19796153846154, 1.26706836498212, 2.30319230769231, 3.14836546896224, 8.99661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1095, '2022-01-09 00:00:00', 0.285019729411574, 0.669615384615387, 0.394013916193131, 0.842384615384616, 0.547946292988642, 1.2045, 1.22350685389926, 2.3506923076923, 3.157099345675, 8.98503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1110, '2022-01-09 00:00:00', 0.207602134270933, 0.567615384615384, 0.345836404187787, 0.78646153846154, 0.593540325893311, 1.18203846153846, 1.31117469410508, 2.43996153846154, 3.17430660532586, 9.02776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1125, '2022-01-09 00:00:00', 0.290223248286822, 0.597423076923076, 0.41249968951037, 0.893076923076921, 0.54339613684536, 1.14519230769231, 1.31892695837884, 2.42880769230769, 3.41399994141769, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1140, '2022-01-09 00:00:00', 0.279664020952613, 0.645730769230764, 0.439193778854635, 0.846846153846149, 0.462195191866614, 1.02665384615384, 1.35520715248771, 2.55688461538461, 3.498055079832, 9.62830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1155, '2022-01-09 00:00:00', 0.309158888698898, 0.575461538461535, 0.327097240305364, 0.775730769230765, 0.423335509786449, 0.998076923076922, 2.50896547727421, 4.56461538461539, 3.37888758321433, 9.7805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1170, '2022-01-09 00:00:00', 0.193077409745019, 0.501384615384617, 0.253642938005376, 0.6415, 0.444049721748153, 1.00534615384615, 2.39006442558805, 4.80503846153846, 3.38348652337292, 9.78957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1185, '2022-01-09 00:00:00', 0.198241282667982, 0.435384615384615, 0.38300279171507, 0.676538461538461, 0.607534524501724, 1.09603846153846, 2.37713234251821, 4.84242307692308, 3.43438506084479, 9.79488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1200, '2022-01-09 00:00:00', 0.258539079027939, 0.522153846153846, 0.344501497149812, 0.756807692307689, 0.568243236109867, 1.11984615384615, 2.34955523548934, 4.91026923076923, 3.43635587594676, 9.78111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1215, '2022-01-09 00:00:00', 0.199423229879029, 0.507230769230768, 0.494786101415395, 0.808384615384612, 0.639721724357855, 1.24326923076923, 2.35278898462098, 4.91561538461538, 3.45936863803876, 9.74342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1230, '2022-01-09 00:00:00', 0.354680868474095, 0.545961538461536, 0.347433564208269, 0.727192307692308, 0.817492455857921, 1.27165384615385, 2.3802626774888, 5.02657692307692, 3.47791951691724, 9.74438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1245, '2022-01-09 00:00:00', 0.178246743416145, 0.45769230769231, 0.552989927575539, 0.9055, 0.900411325664341, 1.34134615384615, 2.42151656739198, 5.02538461538461, 3.47320549083098, 9.73330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1260, '2022-01-09 00:00:00', 0.586896940238693, 0.785461538461536, 0.820234383950949, 1.08673076923077, 0.955352993159316, 1.38969230769231, 2.46319036179941, 5.07096153846154, 3.46662590646649, 9.73315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1275, '2022-01-09 00:00:00', 0.76071414220708, 0.746615384615385, 0.798366066027744, 1.02884615384615, 0.986239131557547, 1.41023076923077, 2.40357369476241, 5.01088461538461, 3.51516406532524, 9.68661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1290, '2022-01-09 00:00:00', 0.544401945681258, 0.663961538461535, 0.717415168933152, 0.879269230769229, 1.12157479465259, 1.3895, 2.42944441005314, 5.02369230769231, 3.56939219820621, 9.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1305, '2022-01-09 00:00:00', 0.308426919407799, 0.550730769230769, 0.714087950842514, 0.943192307692305, 0.984639139677384, 1.32934615384615, 2.40360831571715, 5.01915384615384, 3.57676138620486, 9.70442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1320, '2022-01-09 00:00:00', 0.383007171386293, 0.635079999999997, 0.601619627893459, 0.88152, 0.694185357091319, 1.35068, 2.41562211310737, 4.99987999999999, 3.53073227437784, 9.56732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1335, '2022-01-09 00:00:00', 0.366231247529024, 0.519080000000004, 0.414997891560911, 0.769, 2.25850441147823, 3.72252, 2.40522089907213, 4.92163999999999, 3.5071125763701, 9.56104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1350, '2022-01-09 00:00:00', 0.34134622208739, 0.600080000000002, 0.509362510071822, 1.0804, 2.16907272814905, 3.9694, 2.40193912981435, 4.8902, 3.49116090386374, 9.55704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1365, '2022-01-09 00:00:00', 0.482948409943203, 0.8752, 2.19123347074959, 3.60604, 2.10332158580977, 4.06388, 2.37999729901808, 4.82832, 3.47448197433805, 9.54036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 990, '2022-01-09 00:00:00', 1.41262598494199, 2.48744, 1.43537082897301, 2.8668, 1.47928645862343, 3.24652, 1.96527673030204, 4.01772, 3.31241749582788, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1005, '2022-01-09 00:00:00', 0.596293822987738, 1.35564, 0.918078442545437, 1.79012, 1.06866920669276, 2.34804, 1.57488999615846, 3.1056, 3.28555840002883, 8.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1020, '2022-01-09 00:00:00', 0.654974243768407, 1.11748, 0.688448732053934, 1.50164, 0.926173045386228, 2.08048, 1.21431060688771, 2.7032, 3.26115568625602, 8.79808 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1035, '2022-01-09 00:00:00', 0.291425307754833, 0.977719999999998, 0.392495995733287, 1.33224, 0.618422609008864, 1.74076, 0.883959714391253, 2.40412, 3.24766423141309, 8.69428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1050, '2022-01-09 00:00:00', 0.275263207373111, 0.831000000000001, 0.531730392210183, 1.23028, 0.616054129115289, 1.49724, 0.756363944583997, 2.197, 3.27263172996901, 8.66176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1065, '2022-01-09 00:00:00', 0.497181331776113, 0.874880000000002, 0.490907095759136, 1.06388, 0.547631871485459, 1.4342, 0.802538057249208, 2.1092, 3.27712184291846, 8.67036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1080, '2022-01-09 00:00:00', 0.260487734836018, 0.757119999999995, 0.367181503709905, 1.00344, 0.453021478519507, 1.35372, 0.730410679001883, 2.03552, 3.29224511946888, 8.62348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1095, '2022-01-09 00:00:00', 0.279781837628299, 0.670720000000001, 0.474143097246672, 1.02052, 0.603247342859188, 1.35976, 1.11372586842544, 2.13832, 3.21001363548506, 8.59604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1110, '2022-01-09 00:00:00', 0.296088004935466, 0.701239999999998, 0.340654795944517, 0.871760000000003, 0.531244215654786, 1.1586, 1.21515618749196, 2.02268, 3.20189926554017, 8.53764 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1125, '2022-01-09 00:00:00', 0.19797868572147, 0.584680000000002, 0.429442130366051, 0.903720000000003, 0.414216939940091, 1.03344, 1.2572284504682, 2.01272, 3.70782890741558, 9.27596 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1140, '2022-01-09 00:00:00', 0.420974773591005, 0.659520000000003, 0.399064121831731, 0.771560000000004, 0.418767724003014, 0.964360000000001, 1.36504477582239, 2.09036, 3.78727843444339, 9.30524 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1155, '2022-01-09 00:00:00', 0.203861472573903, 0.497000000000003, 0.229915404732549, 0.649520000000001, 0.359929159696736, 0.867799999999999, 1.67717264267378, 3.48936, 3.5441362807695, 9.45668 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1170, '2022-01-09 00:00:00', 0.224324266780627, 0.460720000000001, 0.282370902655826, 0.618920000000001, 0.362637344096457, 0.836479999999998, 1.75741134247696, 3.73628, 3.54089898989884, 9.48536 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1185, '2022-01-09 00:00:00', 0.191203539018854, 0.442719999999999, 0.215187530617676, 0.615439999999999, 0.392449903384707, 0.906519999999998, 1.87933314236726, 3.88368, 3.51575189065819, 9.54976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1200, '2022-01-09 00:00:00', 0.154418263168575, 0.455999999999998, 0.23511894153102, 0.603199999999997, 0.388527206254597, 0.90716, 1.86081610501056, 3.92308, 3.52155134990248, 9.57592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1215, '2022-01-09 00:00:00', 0.207123151772082, 0.432399999999998, 0.326111831534315, 0.687479999999997, 0.380731313833434, 0.949799999999998, 1.87267717630847, 3.96416, 3.52741412227144, 9.63516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1230, '2022-01-09 00:00:00', 0.236870393534803, 0.5108, 0.295655108755682, 0.652880000000002, 0.352311003707427, 0.917720000000001, 1.83925082755634, 3.99724, 3.54327418875066, 9.65932 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1245, '2022-01-09 00:00:00', 0.190393452268368, 0.4342, 0.212628000664696, 0.642400000000001, 0.360723522936889, 0.862279999999999, 1.79299581892058, 4.04144, 3.54706581463233, 9.65468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1260, '2022-01-09 00:00:00', 0.178729777410853, 0.4936, 0.249601001600553, 0.637079999999999, 0.438371703010129, 0.9364, 1.81499592102388, 4.06388, 3.54786438015886, 9.65592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1275, '2022-01-09 00:00:00', 0.183851770003261, 0.438159999999998, 0.32127406784032, 0.615879999999999, 1.13312646690473, 1.16044, 1.8090811461439, 4.08152, 3.56981214118241, 9.68084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1290, '2022-01-09 00:00:00', 0.210781703823332, 0.426519999999999, 0.40062721658253, 0.716600000000002, 1.2020465908885, 1.21556, 1.81062452209176, 4.12292, 3.62480584675464, 9.72948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1305, '2022-01-09 00:00:00', 0.360432148029745, 0.5614, 1.13058828049826, 0.960120000000001, 1.25156765431731, 1.25548, 1.80348826629582, 4.13748, 3.63291206105148, 9.73528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1320, '2022-01-09 00:00:00', 0.143871822985863, 0.467333333333334, 0.307768590721637, 0.671874999999999, 0.455599549248421, 1.13991666666667, 1.44807615251349, 3.88725, 3.64019101042669, 9.559375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1335, '2022-01-09 00:00:00', 0.263718885107455, 0.493791666666668, 0.289527047496237, 0.753541666666667, 1.36760437961073, 2.9605, 1.47356044650118, 3.88695833333333, 3.64295674202636, 9.55679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1350, '2022-01-09 00:00:00', 0.202989607608623, 0.574791666666665, 0.358254157919577, 0.943958333333333, 1.46835188036289, 3.230875, 1.48826032997679, 3.893875, 3.65017955087461, 9.55466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1365, '2022-01-09 00:00:00', 0.227980484799191, 0.729833333333333, 1.39530295655808, 2.82441666666667, 1.53335823487184, 3.28245833333333, 1.53400972104983, 3.84045833333333, 3.76667460592981, 9.62175 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 930, '2022-01-09 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 945, '2022-01-09 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 960, '2022-01-09 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 975, '2022-01-09 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 930, '2022-01-09 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 945, '2022-01-09 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 960, '2022-01-09 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 975, '2022-01-09 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 930, '2022-01-09 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 945, '2022-01-09 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 960, '2022-01-09 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 975, '2022-01-09 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 930, '2022-01-09 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 945, '2022-01-09 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 960, '2022-01-09 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 975, '2022-01-09 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 930, '2022-01-09 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 945, '2022-01-09 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 960, '2022-01-09 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 975, '2022-01-09 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:44 Duration: 3s574ms 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 970050, 5, 990, '2022-01-09 00:00:00', 0.150994044711908, 0.275192307692308, 0.171122398839589, 0.333653846153847, 0.205145985543503, 0.388653846153847, 0.235400084961751, 0.489000000000001, 0.674190294980693, 1.23492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1005, '2022-01-09 00:00:00', 0.0846286094560323, 0.180807692307693, 0.123630821399844, 0.2355, 0.153184137559997, 0.2925, 0.207100365857865, 0.407192307692308, 0.673220079457391, 1.22334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1020, '2022-01-09 00:00:00', 0.0661949684353264, 0.147576923076924, 0.0964415566348552, 0.202576923076924, 0.121800265251702, 0.251769230769232, 0.190599475340307, 0.379000000000001, 0.684077041320303, 1.20296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1035, '2022-01-09 00:00:00', 0.0706253386649467, 0.140538461538461, 0.0875938266177385, 0.180961538461538, 0.114467381984831, 0.228307692307692, 0.175397324775669, 0.351307692307692, 0.688252892921915, 1.18873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1050, '2022-01-09 00:00:00', 0.0572775294912004, 0.118346153846154, 0.0727633466477774, 0.160769230769231, 0.0920360798817501, 0.208, 0.159703648626496, 0.326846153846154, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1065, '2022-01-09 00:00:00', 0.0431007585155456, 0.105346153846154, 0.0695896654573172, 0.148807692307692, 0.0932055544729786, 0.197653846153846, 0.164612813782944, 0.312538461538462, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1080, '2022-01-09 00:00:00', 0.0673310078298591, 0.098769230769231, 0.078447954329361, 0.131807692307693, 0.0907396020743729, 0.185346153846154, 0.150288937102451, 0.298730769230769, 0.673814140089547, 1.18284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1095, '2022-01-09 00:00:00', 0.0427054491208724, 0.0986538461538458, 0.0638253506423232, 0.137653846153846, 0.065743943856802, 0.164884615384615, 0.140436226972081, 0.287576923076923, 0.675212185453295, 1.17784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1110, '2022-01-09 00:00:00', 0.0477300260278099, 0.0963461538461545, 0.0521201127574203, 0.124115384615384, 0.0593152205139244, 0.157153846153846, 0.126062676718918, 0.275961538461538, 0.666837160378408, 1.17796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1125, '2022-01-09 00:00:00', 0.033318440262691, 0.0809615384615383, 0.0414786135811629, 0.0996538461538459, 0.0531338512988309, 0.146615384615385, 0.120687925595792, 0.279153846153847, 0.671195646130557, 1.19434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1140, '2022-01-09 00:00:00', 0.0340457836540064, 0.0693461538461535, 0.0465514768831252, 0.104, 0.0575975560378958, 0.137038461538461, 0.135291662145728, 0.298076923076923, 0.67011600373483, 1.20353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1155, '2022-01-09 00:00:00', 0.0346640137051942, 0.0799230769230773, 0.0439126580664569, 0.107192307692308, 0.0741229747420819, 0.134846153846154, 0.175648411935277, 0.431269230769231, 0.680776670711193, 1.21365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1170, '2022-01-09 00:00:00', 0.0288201051618215, 0.0639615384615389, 0.0534243534210895, 0.0898076923076929, 0.0949715746947479, 0.129, 0.180193797383219, 0.472730769230769, 0.684808371848539, 1.22411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1185, '2022-01-09 00:00:00', 0.0424443345861563, 0.0641923076923084, 0.0591866409043326, 0.0925384615384615, 0.0943714184241429, 0.133730769230769, 0.178664485731044, 0.487961538461538, 0.681836817833891, 1.22561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1200, '2022-01-09 00:00:00', 0.0216208232960716, 0.06172, 0.0292254455341005, 0.0832799999999995, 0.0566726859548172, 0.12572, 0.200845653840622, 0.49732, 0.672121263860424, 1.18808 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1215, '2022-01-09 00:00:00', 0.0234035609826078, 0.0596799999999996, 0.0426868441872504, 0.0880000000000001, 0.0582499785407676, 0.13532, 0.199509080829253, 0.50904, 0.664473852006233, 1.1912 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1230, '2022-01-09 00:00:00', 0.0342577485152391, 0.0624800000000005, 0.0428368999812085, 0.0906, 0.0522015325445529, 0.1306, 0.205297694417968, 0.520680000000001, 0.667337790527906, 1.20268 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1245, '2022-01-09 00:00:00', 0.0263447021872205, 0.0567200000000003, 0.0329228897071117, 0.0900000000000006, 0.0450045553249885, 0.12792, 0.23046700414593, 0.535040000000001, 0.676053567897299, 1.20548 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1260, '2022-01-09 00:00:00', 0.0298216923284597, 0.0689999999999998, 0.0319224059243665, 0.0970399999999995, 0.0400208279108097, 0.1334, 0.245396108363601, 0.551000000000001, 0.691191242228469, 1.216 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1275, '2022-01-09 00:00:00', 0.0272165390893118, 0.06464, 0.0410989861999853, 0.0917200000000003, 0.0465743133783699, 0.1246, 0.256099427306401, 0.554200000000001, 0.69503908762985, 1.2196 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1290, '2022-01-09 00:00:00', 0.0356674454743619, 0.0620000000000002, 0.0394042298913877, 0.0868799999999999, 0.0538485530601028, 0.1196, 0.264883074833657, 0.555720000000001, 0.69521886721617, 1.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1305, '2022-01-09 00:00:00', 0.0324037034920399, 0.0613999999999999, 0.0428295847905784, 0.0830400000000003, 0.0710868014003543, 0.1434, 0.289687256652181, 0.566960000000001, 0.707856623900633, 1.2404 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1320, '2022-01-09 00:00:00', 0.0209553960398846, 0.0512083333333342, 0.0349542143589199, 0.0783333333333331, 0.0898509938006058, 0.182625, 0.295342971838661, 0.569916666666668, 0.722564483607529, 1.25929166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1335, '2022-01-09 00:00:00', 0.0301990677944243, 0.0623750000000003, 0.0520172769515024, 0.110333333333334, 0.161069247642845, 0.371208333333334, 0.299650085788479, 0.567500000000001, 0.735702945675334, 1.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1350, '2022-01-09 00:00:00', 0.0423658154511468, 0.0854166666666674, 0.0787435297549002, 0.154250000000001, 0.169770641314022, 0.418625000000001, 0.303200652818501, 0.570125000000001, 0.733072860526552, 1.27758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1365, '2022-01-09 00:00:00', 0.0606808591457531, 0.117083333333334, 0.147938582781378, 0.349541666666667, 0.163192465503471, 0.431041666666667, 0.30243062445575, 0.563250000000001, 0.736966323734566, 1.28516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 990, '2022-01-09 00:00:00', 0.138390004456006, 0.24828, 0.14512944796514, 0.32216, 0.163572634223047, 0.37844, 0.300157597493938, 0.528, 0.694212390650969, 1.33048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1005, '2022-01-09 00:00:00', 0.0904878076501638, 0.16028, 0.109218817060065, 0.216599999999999, 0.123008780174425, 0.27208, 0.253124323867409, 0.47256, 0.677637316957482, 1.3082 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1020, '2022-01-09 00:00:00', 0.0829000804181349, 0.127559999999999, 0.0948408842922362, 0.17028, 0.117146233400823, 0.250640000000001, 0.24520377240165, 0.44584, 0.683045630491356, 1.297 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1035, '2022-01-09 00:00:00', 0.094456339120252, 0.126800000000001, 0.103000922325968, 0.178240000000001, 0.139775117003468, 0.258000000000001, 0.250545285327822, 0.434760000000001, 0.691666521285126, 1.29608 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1050, '2022-01-09 00:00:00', 0.0750730089091058, 0.10896, 0.0920459667774744, 0.15628, 0.14618341219167, 0.237560000000001, 0.230104555945046, 0.39024, 0.669668243734662, 1.27816 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1065, '2022-01-09 00:00:00', 0.0551905185093718, 0.0950800000000001, 0.0792791061167223, 0.14648, 0.141225139405135, 0.21696, 0.21762928724477, 0.37956, 0.671822875962606, 1.26832 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1080, '2022-01-09 00:00:00', 0.0612602916523687, 0.0966399999999996, 0.0841576496820098, 0.15548, 0.131134498384928, 0.209559999999999, 0.205973080765425, 0.36508, 0.670546386662897, 1.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1095, '2022-01-09 00:00:00', 0.0659534431752167, 0.097760000000001, 0.112382709227591, 0.141960000000001, 0.135972092724941, 0.20392, 0.184586366416014, 0.34628, 0.656223983611288, 1.2558 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1110, '2022-01-09 00:00:00', 0.0694532936584005, 0.0874799999999988, 0.0727432241976294, 0.129079999999999, 0.102782667150967, 0.179119999999999, 0.168655447584714, 0.335079999999999, 0.644360729715895, 1.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1125, '2022-01-09 00:00:00', 0.0425078424136854, 0.0726000000000002, 0.068449665204927, 0.116240000000001, 0.065262878677953, 0.15292, 0.157220206504551, 0.32412, 0.644221113697258, 1.27048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1140, '2022-01-09 00:00:00', 0.0545282801244757, 0.0746000000000007, 0.0510885505764258, 0.0999600000000004, 0.0684053604137373, 0.14972, 0.144822304911917, 0.3316, 0.631133438083159, 1.2734 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1155, '2022-01-09 00:00:00', 0.0423193021366542, 0.0655600000000004, 0.0433973885543046, 0.1022, 0.0700002857137028, 0.14704, 0.253200592416368, 0.49404, 0.625207104352898, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1170, '2022-01-09 00:00:00', 0.0395115173082486, 0.0650799999999995, 0.0553413648789642, 0.100199999999999, 0.0771681065380425, 0.1452, 0.278668602465366, 0.518239999999999, 0.621280873143005, 1.27744 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1185, '2022-01-09 00:00:00', 0.0412017394454812, 0.0661999999999998, 0.0555383651181773, 0.0955200000000011, 0.0762805785679854, 0.14768, 0.278055150404856, 0.5368, 0.612799714425522, 1.27464 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1200, '2022-01-09 00:00:00', 0.0415040961833885, 0.0624400000000006, 0.0514688578980857, 0.0957200000000003, 0.0850491622533702, 0.14288, 0.275406015426921, 0.54916, 0.603873874800581, 1.27264 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1215, '2022-01-09 00:00:00', 0.038534702974505, 0.0615600000000006, 0.0572334401086166, 0.0947999999999996, 0.0691080554880063, 0.13756, 0.277913547708636, 0.55876, 0.60304178130541, 1.26784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1230, '2022-01-09 00:00:00', 0.03504639781775, 0.0553999999999994, 0.0470661945207678, 0.0823199999999997, 0.0577710134929281, 0.12236, 0.304037415460663, 0.5854, 0.59954136081953, 1.26648 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1245, '2022-01-09 00:00:00', 0.0390227711300297, 0.04988, 0.0471528366060842, 0.0828399999999999, 0.0542995395928912, 0.121239999999999, 0.302041840368737, 0.59624, 0.59870062635678, 1.26576 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1260, '2022-01-09 00:00:00', 0.0360355380145776, 0.0573200000000008, 0.0428453809256817, 0.0816800000000006, 0.0553659642740923, 0.129160000000001, 0.300885315915107, 0.60384, 0.600693912626612, 1.27052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1275, '2022-01-09 00:00:00', 0.031596307801176, 0.0520799999999991, 0.0371224550193901, 0.0819199999999986, 0.058004654985613, 0.127959999999998, 0.290789798078727, 0.61104, 0.599388279832031, 1.26932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1290, '2022-01-09 00:00:00', 0.0375121313710642, 0.0619199999999995, 0.0413550883608463, 0.0950800000000004, 0.101671808613139, 0.14164, 0.296138717495704, 0.61984, 0.598684956105185, 1.27852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1305, '2022-01-09 00:00:00', 0.0364752427453659, 0.0581200000000013, 0.0578226599180631, 0.0902799999999999, 0.114148412165918, 0.14588, 0.298585554461922, 0.6254, 0.596877843448725, 1.28008 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1320, '2022-01-09 00:00:00', 0.0375684881828881, 0.0579999999999995, 0.0408246293592342, 0.074708333333333, 0.081245200527143, 0.148, 0.292865376279253, 0.621291666666667, 0.596320596343266, 1.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1335, '2022-01-09 00:00:00', 0.0287333757859736, 0.0492916666666664, 0.0486807851269844, 0.0914166666666662, 0.207042314340658, 0.412541666666667, 0.286697054548798, 0.619625, 0.595893556295739, 1.2635 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1350, '2022-01-09 00:00:00', 0.0422592927778845, 0.06925, 0.0677141129082895, 0.120374999999999, 0.217362246065163, 0.439208333333333, 0.292536876778574, 0.622791666666667, 0.593676820051674, 1.26241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1365, '2022-01-09 00:00:00', 0.0600396004582679, 0.0981666666666658, 0.188232583350445, 0.386124999999999, 0.212970076825803, 0.456583333333333, 0.291351311918313, 0.615249999999999, 0.597788945354802, 1.26616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 990, '2022-01-09 00:00:00', 0.132160880980486, 0.294538461538461, 0.151958238190123, 0.345115384615384, 0.164714727752139, 0.405692307692308, 0.256428979521546, 0.557692307692308, 0.565458349142875, 1.25876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1005, '2022-01-09 00:00:00', 0.0890614653786056, 0.189230769230768, 0.0933089574395815, 0.253807692307691, 0.119552556836538, 0.319423076923075, 0.236027315889822, 0.477576923076923, 0.571419636990594, 1.22080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1020, '2022-01-09 00:00:00', 0.0701544340393723, 0.170730769230769, 0.0815991327254054, 0.218461538461538, 0.134407148390484, 0.292807692307691, 0.221257900337002, 0.424538461538462, 0.556030796048066, 1.20738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1035, '2022-01-09 00:00:00', 0.0456110141893873, 0.132269230769232, 0.0689457869522226, 0.177192307692308, 0.12129978755768, 0.244961538461538, 0.187898073842831, 0.379384615384616, 0.556983800344457, 1.20007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1050, '2022-01-09 00:00:00', 0.0470812717951212, 0.124615384615385, 0.0918760117683691, 0.179807692307693, 0.115297721640042, 0.23473076923077, 0.187888002646421, 0.374307692307694, 0.557847153039115, 1.19661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1065, '2022-01-09 00:00:00', 0.0566053136945775, 0.116192307692308, 0.0695444185671736, 0.158115384615385, 0.105707026183767, 0.223846153846154, 0.17350174461548, 0.364153846153847, 0.553289602844102, 1.19123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1080, '2022-01-09 00:00:00', 0.046885457807792, 0.108384615384616, 0.0782880283607621, 0.156846153846154, 0.111188965971657, 0.209884615384616, 0.170044410488736, 0.356307692307693, 0.556595419976181, 1.18930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1095, '2022-01-09 00:00:00', 0.0578793439971331, 0.101538461538462, 0.0788626556840337, 0.14496153846154, 0.106310749148971, 0.197153846153847, 0.165686228015023, 0.358615384615386, 0.560620015285275, 1.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1110, '2022-01-09 00:00:00', 0.0542820554001182, 0.110692307692309, 0.0837153877960693, 0.154884615384615, 0.0895237656456916, 0.190230769230769, 0.150607554208331, 0.352346153846154, 0.56763590849715, 1.20373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1125, '2022-01-09 00:00:00', 0.0551207346160715, 0.102153846153845, 0.0588774607521024, 0.126346153846153, 0.0691834239818045, 0.162115384615384, 0.134900310771153, 0.332576923076924, 0.584319497693355, 1.19265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1140, '2022-01-09 00:00:00', 0.0380956892372561, 0.0868076923076922, 0.0446551917904985, 0.108384615384616, 0.0597135340927521, 0.162115384615384, 0.125221698783214, 0.347923076923078, 0.591542808126474, 1.19857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1155, '2022-01-09 00:00:00', 0.0313624223946669, 0.0728076923076918, 0.0380560719910063, 0.101230769230768, 0.0699601754846725, 0.156884615384615, 0.308424682240875, 0.506230769230769, 0.589488467950097, 1.20957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1170, '2022-01-09 00:00:00', 0.0298480510895799, 0.0761153846153846, 0.060831773074477, 0.11523076923077, 0.0780093978559391, 0.157884615384615, 0.336267906014513, 0.53323076923077, 0.596774593447656, 1.21765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1185, '2022-01-09 00:00:00', 0.051796287363241, 0.0818461538461536, 0.0532608241075497, 0.110653846153846, 0.0690136218438068, 0.148, 0.34727548142649, 0.548500000000001, 0.59751665570606, 1.21792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1200, '2022-01-09 00:00:00', 0.0378977571895759, 0.0759999999999997, 0.0574128905386243, 0.106, 0.0588314410969038, 0.136538461538461, 0.354543120953411, 0.57223076923077, 0.590493472900812, 1.23069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1215, '2022-01-09 00:00:00', 0.0349247983310072, 0.0693076923076912, 0.0396001748247893, 0.0955769230769222, 0.0399614622047101, 0.139038461538461, 0.357895713216101, 0.589307692307693, 0.592504452433774, 1.24338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1230, '2022-01-09 00:00:00', 0.0275632977819309, 0.0671538461538454, 0.0302588067282139, 0.0903461538461532, 0.0518052566385371, 0.138769230769231, 0.349894647880451, 0.59623076923077, 0.607280105185281, 1.24761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1245, '2022-01-09 00:00:00', 0.0302258167797004, 0.0699999999999995, 0.0417477406113645, 0.109076923076923, 0.0627634018786792, 0.155269230769231, 0.341068709522561, 0.607769230769232, 0.608145291344606, 1.24684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1260, '2022-01-09 00:00:00', 0.0360192469916588, 0.0788846153846152, 0.0536710350189005, 0.105500000000001, 0.0652039758108231, 0.149038461538462, 0.341655183797033, 0.61323076923077, 0.606097901459695, 1.24188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1275, '2022-01-09 00:00:00', 0.0299069325639496, 0.0702307692307695, 0.0384873205894334, 0.102076923076923, 0.0799611444101737, 0.153769230769231, 0.332448318713428, 0.613269230769231, 0.618725921676024, 1.24961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1290, '2022-01-09 00:00:00', 0.0261406844710577, 0.0701538461538458, 0.0358611853594474, 0.0927692307692307, 0.0854251989484638, 0.160769230769231, 0.326737231520283, 0.616461538461539, 0.621896964011044, 1.24992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1305, '2022-01-09 00:00:00', 0.0280122226070089, 0.0617307692307688, 0.0762313886491949, 0.11023076923077, 0.0821469696056069, 0.16973076923077, 0.316414314564842, 0.619538461538462, 0.62165059689136, 1.24876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1320, '2022-01-09 00:00:00', 0.0417063144699535, 0.0738000000000011, 0.0522300360584461, 0.111320000000001, 0.0692436037960667, 0.198480000000001, 0.32326378805345, 0.63132, 0.6325665235109, 1.23736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1335, '2022-01-09 00:00:00', 0.0318254091358889, 0.0792400000000004, 0.050280148501504, 0.123520000000001, 0.284470367525337, 0.439160000000001, 0.315220224604957, 0.63404, 0.642180966187362, 1.23968 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1350, '2022-01-09 00:00:00', 0.0369097999633336, 0.0887999999999999, 0.0569422221788602, 0.1552, 0.299687604014581, 0.45192, 0.307268140229344, 0.61972, 0.647755128630154, 1.23096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1365, '2022-01-09 00:00:00', 0.0595722810262176, 0.12724, 0.274113948325631, 0.40404, 0.302014558148003, 0.466720000000001, 0.30678362624712, 0.611120000000001, 0.64847133835403, 1.22292 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 990, '2022-01-09 00:00:00', 0.13538367132538, 0.275538461538462, 0.177824580804965, 0.321307692307693, 0.204622252342814, 0.392115384615385, 0.23543371433623, 0.531076923076924, 0.652168793629852, 1.21984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1005, '2022-01-09 00:00:00', 0.0888603744863041, 0.183384615384616, 0.113856596714396, 0.257269230769232, 0.15399051419337, 0.314961538461539, 0.194716618547214, 0.449192307692308, 0.663461584303232, 1.18707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1020, '2022-01-09 00:00:00', 0.0746115375693439, 0.166192307692308, 0.103380856731126, 0.223192307692308, 0.139543988101905, 0.282269230769231, 0.172048848161927, 0.403384615384616, 0.671400269242173, 1.16780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1035, '2022-01-09 00:00:00', 0.0562010265441427, 0.136653846153846, 0.0833036706181757, 0.181692307692308, 0.114211120299207, 0.259500000000001, 0.138986352401399, 0.378384615384615, 0.682613272651507, 1.147 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1050, '2022-01-09 00:00:00', 0.0547887270830835, 0.116269230769231, 0.0744999019101055, 0.171653846153846, 0.088866165578444, 0.231346153846153, 0.113472544968104, 0.348461538461538, 0.691443605798767, 1.1355 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1065, '2022-01-09 00:00:00', 0.0535981199440662, 0.117961538461538, 0.0648620429479718, 0.15673076923077, 0.0626595686105613, 0.203307692307692, 0.106670737101822, 0.322384615384615, 0.696009579951753, 1.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1080, '2022-01-09 00:00:00', 0.0458726665723893, 0.0983076923076927, 0.053664097724787, 0.148346153846153, 0.0612160486750381, 0.183730769230768, 0.117721601180987, 0.312846153846154, 0.69746076592164, 1.13 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1095, '2022-01-09 00:00:00', 0.0429322901609211, 0.101307692307692, 0.0471957136254494, 0.138653846153846, 0.0602448848770266, 0.169384615384615, 0.126995826703085, 0.3135, 0.699525695354745, 1.12996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1110, '2022-01-09 00:00:00', 0.0301370459478282, 0.0858076923076929, 0.0458285769093742, 0.123538461538462, 0.0776528071710107, 0.167038461538461, 0.144800467487558, 0.313153846153846, 0.694986804523322, 1.12846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1125, '2022-01-09 00:00:00', 0.0400661184313358, 0.0835769230769226, 0.0511894370113445, 0.110961538461538, 0.0995214781611705, 0.171730769230769, 0.158340898064902, 0.314, 0.710138778419672, 1.15726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1140, '2022-01-09 00:00:00', 0.0420042671824958, 0.0809615384615378, 0.0764799420662789, 0.126307692307692, 0.100606629235621, 0.170576923076923, 0.201886338928996, 0.342423076923077, 0.713320952684317, 1.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1155, '2022-01-09 00:00:00', 0.0474740576930826, 0.0891153846153849, 0.0687540544259035, 0.118999999999999, 0.0716278952965635, 0.157346153846154, 0.199479619163308, 0.438961538461538, 0.714421401178282, 1.18046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1170, '2022-01-09 00:00:00', 0.0324304700029994, 0.0728461538461527, 0.0425966593128545, 0.103653846153846, 0.0537512933654768, 0.151192307692308, 0.19130060517014, 0.460192307692308, 0.71483777610997, 1.19161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1185, '2022-01-09 00:00:00', 0.028873623843331, 0.0693846153846166, 0.0316649041344857, 0.100115384615385, 0.0606846070965412, 0.146307692307692, 0.212382329411263, 0.483423076923077, 0.728814021861228, 1.20003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1200, '2022-01-09 00:00:00', 0.0242688784565435, 0.0754615384615383, 0.049860250855613, 0.110269230769231, 0.0616997194857105, 0.144153846153846, 0.255867312368075, 0.512807692307693, 0.737731888967802, 1.2165 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1215, '2022-01-09 00:00:00', 0.0367934776828718, 0.0760000000000005, 0.0456561732282293, 0.101615384615385, 0.0598250397794716, 0.153346153846154, 0.268300878750818, 0.525192307692308, 0.739741931091773, 1.21726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1230, '2022-01-09 00:00:00', 0.0313786796800235, 0.0696923076923082, 0.039106953936018, 0.089923076923077, 0.051712652818614, 0.146961538461539, 0.275105946025275, 0.533192307692308, 0.739957567390497, 1.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1245, '2022-01-09 00:00:00', 0.0241554262099553, 0.0652692307692309, 0.0396217694630689, 0.115269230769231, 0.0523959481698283, 0.152846153846153, 0.282552108196264, 0.540576923076923, 0.734933320889621, 1.22711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1260, '2022-01-09 00:00:00', 0.0400956548576222, 0.095692307692308, 0.0461987179309296, 0.116192307692307, 0.0641898626072566, 0.159461538461538, 0.301335917846869, 0.562846153846154, 0.733772361472916, 1.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1275, '2022-01-09 00:00:00', 0.0368489014552877, 0.0788076923076915, 0.0397924036043992, 0.111653846153845, 0.0804825542491145, 0.155807692307692, 0.321354156416489, 0.579423076923077, 0.733361974848606, 1.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1290, '2022-01-09 00:00:00', 0.0372596915631974, 0.0797307692307684, 0.0622330730770655, 0.114653846153846, 0.100177818825404, 0.164346153846154, 0.345010414558526, 0.592115384615385, 0.734518137179848, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1305, '2022-01-09 00:00:00', 0.0354140563140595, 0.0713461538461529, 0.070631143708272, 0.112038461538461, 0.0858404692079805, 0.163115384615385, 0.379454720112143, 0.614730769230769, 0.740748458291706, 1.23596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1320, '2022-01-09 00:00:00', 0.0324380435086126, 0.07268, 0.0466368237912207, 0.10992, 0.0983768265395877, 0.186, 0.357180355936138, 0.58516, 0.760873395075248, 1.22564 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1335, '2022-01-09 00:00:00', 0.030521140214612, 0.0779600000000002, 0.0452319208819037, 0.11752, 0.154564517273532, 0.369759999999999, 0.379237928834481, 0.592359999999999, 0.760601268734151, 1.22604 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1350, '2022-01-09 00:00:00', 0.036886402191956, 0.0832399999999996, 0.077434660628602, 0.14528, 0.17330495280478, 0.404759999999999, 0.389706077277051, 0.597919999999999, 0.760334305859381, 1.22644 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1365, '2022-01-09 00:00:00', 0.0529953457075873, 0.11444, 0.16124465882627, 0.358559999999999, 0.213232072321841, 0.439799999999999, 0.402228865199901, 0.606319999999999, 0.760913939505207, 1.22924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 990, '2022-01-09 00:00:00', 0.119930188026202, 0.279999999999999, 0.152582032581385, 0.33112, 0.234455575038571, 0.4018, 0.421618955139986, 0.58672, 0.683713190355917, 1.18032 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1005, '2022-01-09 00:00:00', 0.062732580583511, 0.164280000000001, 0.108755428983262, 0.24008, 0.161460284074237, 0.30844, 0.343097085385463, 0.48012, 0.628784162756453, 1.11724 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1020, '2022-01-09 00:00:00', 0.069330729117759, 0.157799999999999, 0.109190155233886, 0.20764, 0.139925575455906, 0.2538, 0.315158822394889, 0.4238, 0.60754701327003, 1.10096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1035, '2022-01-09 00:00:00', 0.0600450664084905, 0.12408, 0.0791296404642402, 0.1706, 0.0973838282262511, 0.21188, 0.264184928916596, 0.38152, 0.589476533318617, 1.0874 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1050, '2022-01-09 00:00:00', 0.0572134016934254, 0.127959999999999, 0.0714732584024726, 0.157519999999999, 0.11347095076127, 0.214359999999999, 0.260794478469157, 0.36848, 0.583427624760204, 1.08072 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1065, '2022-01-09 00:00:00', 0.0440015908803299, 0.10684, 0.077076801525059, 0.1476, 0.114756989620094, 0.2036, 0.249889422211771, 0.35516, 0.580591293424214, 1.0722 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1080, '2022-01-09 00:00:00', 0.035439996237773, 0.0939199999999994, 0.0622994649522223, 0.14216, 0.0967729300992791, 0.1904, 0.232690409485794, 0.33992, 0.577000938762958, 1.0686 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1095, '2022-01-09 00:00:00', 0.0627043858115193, 0.108439999999999, 0.0765555353975132, 0.1426, 0.123696577694507, 0.19852, 0.247537202591179, 0.336000000000001, 0.575173588290237, 1.06436 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1110, '2022-01-09 00:00:00', 0.0476488195026896, 0.0920800000000003, 0.0654501591543776, 0.12284, 0.103517711850034, 0.174, 0.255484128665559, 0.32716, 0.58877465128859, 1.06556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1125, '2022-01-09 00:00:00', 0.04995024190799, 0.082879999999999, 0.0756387687190474, 0.128839999999999, 0.139742465509476, 0.176039999999999, 0.250015052880155, 0.32712, 0.597477126479891, 1.1182 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1140, '2022-01-09 00:00:00', 0.0578389430516624, 0.0905200000000002, 0.0708015301152936, 0.11376, 0.134486033971315, 0.16808, 0.252619654817277, 0.33876, 0.610906806859006, 1.13328 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1155, '2022-01-09 00:00:00', 0.0429285452816655, 0.0748800000000006, 0.0824172918749463, 0.118120000000001, 0.100885380506792, 0.15488, 0.30217435364372, 0.44244, 0.601453993807229, 1.16164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1170, '2022-01-09 00:00:00', 0.0624599071405017, 0.0823600000000002, 0.0738363505779281, 0.10884, 0.0837327693717739, 0.152479999999999, 0.312228799653929, 0.47536, 0.623203209234356, 1.17736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1185, '2022-01-09 00:00:00', 0.0445283430337725, 0.0737600000000006, 0.0616152578506328, 0.10324, 0.0880298244914753, 0.145, 0.312786018442854, 0.483520000000001, 0.631737353124962, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1200, '2022-01-09 00:00:00', 0.0418689622512915, 0.0725200000000001, 0.0532431529244213, 0.1094, 0.0712805490064904, 0.143, 0.299883544063358, 0.48616, 0.631516362944514, 1.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1215, '2022-01-09 00:00:00', 0.0423078794867651, 0.0819599999999997, 0.0624369815627453, 0.10772, 0.0666182407453094, 0.14136, 0.29045108595654, 0.492, 0.633348574378017, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1230, '2022-01-09 00:00:00', 0.0452833670715129, 0.0699999999999994, 0.0455745908740101, 0.0967199999999991, 0.0637752041679735, 0.134879999999999, 0.264002102264358, 0.489120000000001, 0.640896148633563, 1.19296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1245, '2022-01-09 00:00:00', 0.0354543368292215, 0.0665199999999999, 0.0474423158512871, 0.09976, 0.0893160493229889, 0.14824, 0.275188680726515, 0.49632, 0.634050274031958, 1.1982 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1260, '2022-01-09 00:00:00', 0.0372715262186395, 0.0754000000000005, 0.0559014609230683, 0.0978400000000005, 0.0967165101383073, 0.157400000000001, 0.273610714946132, 0.502640000000001, 0.634287198357338, 1.1994 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1275, '2022-01-09 00:00:00', 0.0331200845409546, 0.0642400000000001, 0.0637444638119002, 0.10624, 0.138595490547131, 0.179720000000001, 0.269037500483978, 0.505520000000001, 0.63287222249045, 1.2002 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1290, '2022-01-09 00:00:00', 0.0464479995981171, 0.0714000000000004, 0.0765668988532253, 0.11264, 0.158034616461078, 0.175240000000001, 0.262699847735015, 0.50872, 0.645262414319425, 1.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1305, '2022-01-09 00:00:00', 0.0596644226766114, 0.0794799999999995, 0.114507612556254, 0.130080000000001, 0.134745290579423, 0.17772, 0.25436589787155, 0.503480000000001, 0.642150229048209, 1.2034 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1320, '2022-01-09 00:00:00', 0.0387391639828086, 0.081125000000001, 0.0479694196065709, 0.105750000000001, 0.070134330219675, 0.186958333333333, 0.232062757004233, 0.491083333333334, 0.654815073739985, 1.20920833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1335, '2022-01-09 00:00:00', 0.0378370840252814, 0.0745833333333339, 0.0389455212211669, 0.113333333333334, 0.147899636700812, 0.322041666666667, 0.229487567153998, 0.495250000000001, 0.65521232314861, 1.20916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1350, '2022-01-09 00:00:00', 0.0398954930075912, 0.0937916666666663, 0.0599446604698075, 0.159833333333333, 0.17836266181697, 0.36175, 0.232569562602837, 0.489416666666667, 0.64652759785071, 1.20925 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1365, '2022-01-09 00:00:00', 0.0422494318630861, 0.107333333333333, 0.141993971856126, 0.283125, 0.195210361264272, 0.368708333333334, 0.235049543806148, 0.480125000000001, 0.645248632002773, 1.20883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 930, '2022-01-09 00:00:00', 0, 0.231000000000002, 0, 0.290999999999997, 0, 0.301000000000002, 0, 0.344000000000001, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 945, '2022-01-09 00:00:00', 0, 0.152999999999999, 0, 0.163000000000004, 0, 0.304000000000002, 0, 0.384, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 960, '2022-01-09 00:00:00', 0, 0.154000000000003, 0, 0.283999999999999, 0, 0.344000000000001, 0, 0.423999999999999, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 975, '2022-01-09 00:00:00', 0, 0.163999999999994, 0, 0.183999999999997, 0, 0.223999999999997, 0, 0.303999999999995, 0, 2.044 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 930, '2022-01-09 00:00:00', 0, 0.253999999999998, 0, 0.554000000000002, 0, 0.584000000000003, 0, 0.584000000000003, 0, 1.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 945, '2022-01-09 00:00:00', 0, 0.334000000000003, 0, 0.364000000000004, 0, 0.364000000000004, 0, 0.364000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 960, '2022-01-09 00:00:00', 0, 0.274000000000001, 0, 0.284000000000006, 0, 0.294000000000004, 0, 0.294000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 975, '2022-01-09 00:00:00', 0, 0.104000000000006, 0, 0.134, 0, 0.134, 0, 0.194000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 930, '2022-01-09 00:00:00', 0, 0.374000000000002, 0, 0.423000000000002, 0, 0.444000000000003, 0, 0.533999999999999, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 945, '2022-01-09 00:00:00', 0, 0.161999999999999, 0, 0.161999999999999, 0, 0.212999999999994, 0, 0.272999999999996, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 960, '2022-01-09 00:00:00', 0, 0.0839999999999961, 0, 0.124000000000002, 0, 0.194000000000003, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.143999999999998, 0, 0.204000000000001, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 930, '2022-01-09 00:00:00', 0, 0.280999999999999, 0, 0.314, 0, 0.333999999999996, 0, 1.354, 0, 1.684 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 945, '2022-01-09 00:00:00', 0, 0.193000000000005, 0, 0.193000000000005, 0, 0.313000000000002, 0, 1.51300000000001, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 960, '2022-01-09 00:00:00', 0, 0.0840000000000032, 0, 0.173999999999999, 0, 0.323999999999998, 0, 1.524, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 975, '2022-01-09 00:00:00', 0, 0.134, 0, 0.234000000000002, 0, 0.324000000000005, 0, 1.484, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 930, '2022-01-09 00:00:00', 0, 0.293999999999997, 0, 0.433999999999997, 0, 0.473999999999997, 0, 0.783999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 945, '2022-01-09 00:00:00', 0, 0.213999999999999, 0, 0.223999999999997, 0, 0.443999999999996, 0, 0.564, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 960, '2022-01-09 00:00:00', 0, 0.153999999999996, 0, 0.183999999999997, 0, 0.494, 0, 0.494, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 975, '2022-01-09 00:00:00', 0, 0.150999999999996, 0, 0.340999999999994, 0, 0.460999999999999, 0, 0.460999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:37 Duration: 3s395ms 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 970095, 5, 990, '2022-01-09 00:00:00', 0.288768176917056, 0.6075, 0.361230307954102, 0.750153846153846, 0.415528499439152, 0.881423076923077, 0.512792057120772, 1.05357692307692, 1.26197452613568, 2.87523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1005, '2022-01-09 00:00:00', 0.145524219501562, 0.393461538461539, 0.167573102302801, 0.50723076923077, 0.182693202265017, 0.625615384615386, 0.350593433173834, 0.849653846153846, 1.23490214124907, 2.75646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1020, '2022-01-09 00:00:00', 0.119761660745897, 0.311153846153847, 0.153795168474675, 0.412076923076924, 0.192133895620096, 0.542923076923077, 0.324355730641529, 0.781999999999999, 1.22653029126256, 2.73065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1035, '2022-01-09 00:00:00', 0.0943745402434036, 0.266923076923077, 0.133870459773619, 0.3815, 0.170844724823449, 0.476999999999999, 0.256607596266241, 0.71753846153846, 1.23726511554874, 2.69661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1050, '2022-01-09 00:00:00', 0.104723849315162, 0.27226923076923, 0.153033269384345, 0.350307692307692, 0.168788028193763, 0.444038461538461, 0.252281478938476, 0.686230769230768, 1.23189826503028, 2.68815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1065, '2022-01-09 00:00:00', 0.122958711018717, 0.19826923076923, 0.136520773285465, 0.285807692307692, 0.17365162295195, 0.405615384615384, 0.226335071554068, 0.637730769230769, 1.22671112579688, 2.67488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1080, '2022-01-09 00:00:00', 0.0822856936813156, 0.205153846153847, 0.105535586415199, 0.285, 0.182417036991108, 0.396846153846154, 0.235398820335585, 0.622730769230769, 1.22868681181921, 2.67219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1095, '2022-01-09 00:00:00', 0.0797828687992994, 0.202115384615384, 0.14853701429403, 0.298730769230769, 0.175488702244287, 0.378269230769231, 0.25090364684476, 0.602, 1.23160471493339, 2.64957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1110, '2022-01-09 00:00:00', 0.112414343459296, 0.189769230769231, 0.130106323384434, 0.255153846153847, 0.138627625174559, 0.321538461538462, 0.245406366289435, 0.566269230769231, 1.23739638136508, 2.64026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1125, '2022-01-09 00:00:00', 0.0655769307466717, 0.162423076923077, 0.0869234942127487, 0.228576923076923, 0.145062172347424, 0.296923076923077, 0.239311232820037, 0.544884615384615, 1.29296849387518, 2.79861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1140, '2022-01-09 00:00:00', 0.0669274233778646, 0.167, 0.0770798686678057, 0.208115384615385, 0.126103772895428, 0.268807692307692, 0.228079500309734, 0.554538461538462, 1.28096611917003, 2.81996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1155, '2022-01-09 00:00:00', 0.0521992189744103, 0.134961538461538, 0.101024323042294, 0.192076923076923, 0.181720021334596, 0.276384615384615, 0.503489584339599, 1.10019230769231, 1.30879083890437, 2.8065 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1170, '2022-01-09 00:00:00', 0.0769813264070222, 0.14773076923077, 0.0854571147508419, 0.188038461538461, 0.166563441366946, 0.274500000000001, 0.516460009621714, 1.22030769230769, 1.30532766060421, 2.81969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1185, '2022-01-09 00:00:00', 0.0681453198347814, 0.141769230769231, 0.170691539153121, 0.218807692307692, 0.170907104771974, 0.276961538461539, 0.555396811713516, 1.26046153846154, 1.29582477269825, 2.82519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1200, '2022-01-09 00:00:00', 0.0456190018888328, 0.14148, 0.0603674305123781, 0.17432, 0.0854791787513196, 0.263760000000001, 0.571321354405731, 1.29344, 1.30665220187572, 2.86632 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1215, '2022-01-09 00:00:00', 0.042960252947735, 0.112, 0.0759559740902581, 0.175679999999999, 0.0684602561101447, 0.24984, 0.572338614807703, 1.29536, 1.30008788549082, 2.88252 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1230, '2022-01-09 00:00:00', 0.0497219602724322, 0.130759999999999, 0.0605017355122975, 0.18428, 0.0901660874904384, 0.25656, 0.570069951848016, 1.3226, 1.28964453371204, 2.90176 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1245, '2022-01-09 00:00:00', 0.0441862346589217, 0.118440000000001, 0.0333442648741871, 0.16156, 0.0807243251236369, 0.2444, 0.594518788601336, 1.32244, 1.29919053388382, 2.90572 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1260, '2022-01-09 00:00:00', 0.0262073780959999, 0.11608, 0.0480633262824516, 0.1708, 0.0638435065870697, 0.23792, 0.602906018104535, 1.3176, 1.30264418011981, 2.89888 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1275, '2022-01-09 00:00:00', 0.0411094879559457, 0.12764, 0.0532016603750922, 0.172199999999999, 0.148923783638925, 0.25872, 0.600837532116628, 1.32364, 1.29564042980039, 2.90696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1290, '2022-01-09 00:00:00', 0.0474251339832924, 0.12768, 0.063418267610103, 0.172280000000001, 0.164753937737463, 0.269120000000001, 0.598380904329898, 1.31804, 1.29003922808572, 2.92172 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1305, '2022-01-09 00:00:00', 0.0565973497612738, 0.12552, 0.156390717968383, 0.195840000000001, 0.171080877559903, 0.2864, 0.605609491889506, 1.32976, 1.28528394657886, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1320, '2022-01-09 00:00:00', 0.0535088879248733, 0.126375, 0.0785244238751709, 0.186458333333333, 0.123437333745989, 0.305916666666666, 0.609564240589781, 1.35129166666667, 1.29166242659426, 2.96745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1335, '2022-01-09 00:00:00', 0.069264406234476, 0.139583333333333, 0.0896912174783775, 0.205416666666666, 0.516280761093577, 1.04245833333333, 0.616418524301021, 1.34716666666667, 1.30406382379151, 2.96125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1350, '2022-01-09 00:00:00', 0.0962989006212925, 0.163, 0.124748899969011, 0.252874999999999, 0.523494153380139, 1.17704166666667, 0.642857410599208, 1.39445833333333, 1.29433702953075, 2.96454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1365, '2022-01-09 00:00:00', 0.107698418165553, 0.205416666666666, 0.526789316231501, 1.017875, 0.5828013246879, 1.20508333333333, 0.700466174999792, 1.41908333333333, 1.30875745641052, 2.95708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 990, '2022-01-09 00:00:00', 0.321753906995186, 0.55292, 0.291918122082203, 0.73324, 0.340479137882681, 0.85228, 0.511452669690298, 1.0738, 1.14251163378468, 2.8614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1005, '2022-01-09 00:00:00', 0.159710675911161, 0.3332, 0.203518164627468, 0.483320000000001, 0.24811954779904, 0.597319999999999, 0.486701886853406, 0.84632, 1.0498946026467, 2.75552 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1020, '2022-01-09 00:00:00', 0.177872613593736, 0.2904, 0.200736120317197, 0.38964, 0.212152759428986, 0.51472, 0.410095362893396, 0.75096, 1.01788401762349, 2.70904 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1035, '2022-01-09 00:00:00', 0.15156481561805, 0.25432, 0.18839431166218, 0.352199999999999, 0.17609080990595, 0.43616, 0.362636700661511, 0.66972, 1.00801694264862, 2.66236 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1050, '2022-01-09 00:00:00', 0.131372092419458, 0.22028, 0.144986493623831, 0.303, 0.158031115079699, 0.3622, 0.361842221601257, 0.614720000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1065, '2022-01-09 00:00:00', 0.121491673240048, 0.185320000000001, 0.116795005600981, 0.249640000000001, 0.145234500033566, 0.318680000000001, 0.362021440433206, 0.597240000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1080, '2022-01-09 00:00:00', 0.087181362687216, 0.163560000000001, 0.108153255460327, 0.23272, 0.145093096550685, 0.31344, 0.358547081985057, 0.581520000000001, 1.01143504157871, 2.63848 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1095, '2022-01-09 00:00:00', 0.0889545764234008, 0.1642, 0.0982819413727663, 0.235560000000001, 0.140373311803442, 0.331, 0.356758802741198, 0.580480000000001, 0.998947279222816, 2.6314 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1110, '2022-01-09 00:00:00', 0.0792672063340197, 0.14396, 0.109349470353846, 0.20384, 0.129867150067546, 0.30868, 0.365409368608231, 0.566440000000001, 0.997502394316257, 2.62788 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1125, '2022-01-09 00:00:00', 0.101470652571733, 0.141719999999999, 0.111623280128594, 0.22044, 0.122047231294554, 0.29788, 0.361676291730602, 0.568360000000001, 0.9981843934531, 2.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1140, '2022-01-09 00:00:00', 0.0779057764225475, 0.13232, 0.085974182171161, 0.188320000000001, 0.249727598261252, 0.315040000000001, 0.369161924724999, 0.590880000000001, 1.02909916107892, 2.8244 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1155, '2022-01-09 00:00:00', 0.0657831032003411, 0.1158, 0.0917179190053214, 0.17448, 0.372731257074048, 0.31544, 0.445470444212258, 1.0284, 1.01533823920898, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1170, '2022-01-09 00:00:00', 0.0718487531786969, 0.11408, 0.248076144224578, 0.20976, 0.371731744676185, 0.29336, 0.468817917746324, 1.08864, 1.01649235609521, 2.83928 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1185, '2022-01-09 00:00:00', 0.25576030445191, 0.1614, 0.382259458134568, 0.23172, 0.370384498415723, 0.291480000000001, 0.478630274846879, 1.15724, 1.01752110215628, 2.84012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1200, '2022-01-09 00:00:00', 0.291056340479525, 0.16128, 0.282671405227578, 0.20896, 0.276403521444041, 0.26864, 0.505412785090892, 1.2448, 1.01892663785639, 2.82492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1215, '2022-01-09 00:00:00', 0.0790563512101755, 0.12136, 0.0973334817350462, 0.17484, 0.122955276421957, 0.2404, 0.529913436327103, 1.269, 1.02270635733495, 2.82972 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1230, '2022-01-09 00:00:00', 0.0771384469638845, 0.11844, 0.0802964922438498, 0.167119999999999, 0.120638578683051, 0.2396, 0.560486092601769, 1.29492, 1.02828510637858, 2.83852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1245, '2022-01-09 00:00:00', 0.055935319789914, 0.103479999999999, 0.0841600657477551, 0.1674, 0.106435034958732, 0.217799999999999, 0.564209042229325, 1.29052, 1.0444934210739, 2.84444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1260, '2022-01-09 00:00:00', 0.0792100162016557, 0.12132, 0.0837061925228152, 0.16632, 0.0977508397235888, 0.21432, 0.557798500057741, 1.2932, 1.04569346687577, 2.84492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1275, '2022-01-09 00:00:00', 0.0604709847778249, 0.10664, 0.0761058035456783, 0.14452, 0.0996397343767372, 0.22508, 0.554961710390905, 1.3052, 1.04826192337602, 2.84532 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1290, '2022-01-09 00:00:00', 0.0596363144401126, 0.0983600000000001, 0.0685517322902927, 0.146559999999999, 0.0833988808877755, 0.224959999999999, 0.570895705594871, 1.31964, 1.04726405138978, 2.84292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1305, '2022-01-09 00:00:00', 0.0560454577404211, 0.101519999999998, 0.0836261123493539, 0.167079999999999, 0.124957219345929, 0.245159999999999, 0.574918907325197, 1.324, 1.04774595362298, 2.8364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1320, '2022-01-09 00:00:00', 0.0579818656058117, 0.106375, 0.0711861715116983, 0.156916666666666, 0.177412802627747, 0.302458333333334, 0.562948486265311, 1.37229166666667, 1.06666536373335, 2.84329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1335, '2022-01-09 00:00:00', 0.0677283041896512, 0.104583333333333, 0.127962262326477, 0.175083333333333, 0.388742992387561, 0.929375000000001, 0.556751655405802, 1.38666666666667, 1.06665476584167, 2.83870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1350, '2022-01-09 00:00:00', 0.0857828295207123, 0.129791666666666, 0.148003812867063, 0.244791666666668, 0.392425786854541, 0.998541666666668, 0.554381127729479, 1.3935, 1.05951430542763, 2.82229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1365, '2022-01-09 00:00:00', 0.112643435131662, 0.18425, 0.365818080134954, 0.883458333333334, 0.39407675997656, 1.05183333333333, 0.562405236784224, 1.41254166666667, 1.05405258562411, 2.799625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 990, '2022-01-09 00:00:00', 0.201615876206368, 0.582192307692308, 0.228137141615774, 0.681346153846155, 0.301179557994639, 0.879615384615385, 0.516354679832202, 1.15034615384615, 1.02768105872471, 2.61403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1005, '2022-01-09 00:00:00', 0.128864442789253, 0.34973076923077, 0.158141246504996, 0.512576923076923, 0.286765991439282, 0.702423076923077, 0.532339088002548, 1.00423076923077, 1.00721487204148, 2.54496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1020, '2022-01-09 00:00:00', 0.105995471601385, 0.360999999999999, 0.194381167970403, 0.513038461538461, 0.229477148183564, 0.625807692307692, 0.517367977957067, 0.909230769230768, 1.0188915908212, 2.52007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1035, '2022-01-09 00:00:00', 0.154563882735113, 0.307076923076923, 0.161377135926997, 0.389500000000001, 0.182762089992596, 0.509692307692307, 0.516414323819696, 0.800076923076923, 1.01952395527747, 2.46615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1050, '2022-01-09 00:00:00', 0.136077607947139, 0.260653846153846, 0.146070209672767, 0.346884615384615, 0.161521882299392, 0.441961538461537, 0.548248102174974, 0.763692307692307, 1.02775122176826, 2.44942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1065, '2022-01-09 00:00:00', 0.0916306969054834, 0.225230769230769, 0.128336097206336, 0.319923076923076, 0.155821480695551, 0.395576923076922, 0.557835598886101, 0.720346153846154, 1.03234204900985, 2.42588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1080, '2022-01-09 00:00:00', 0.0792412868299187, 0.208692307692307, 0.104177666291034, 0.272115384615385, 0.164250338952935, 0.354576923076923, 0.584127811356385, 0.7095, 1.05723931065771, 2.427 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1095, '2022-01-09 00:00:00', 0.0722682609342553, 0.180692307692307, 0.11184558723801, 0.254653846153845, 0.141690502368855, 0.337961538461538, 0.672772870577147, 0.720153846153846, 1.05311927880208, 2.41515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1110, '2022-01-09 00:00:00', 0.0757613256321359, 0.182461538461537, 0.103096676063706, 0.237269230769229, 0.114182310363734, 0.319999999999998, 0.668851249416605, 0.719923076923077, 1.0478272119743, 2.41288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1125, '2022-01-09 00:00:00', 0.0672174542350875, 0.157884615384615, 0.0702206193693522, 0.224846153846153, 0.117688800852732, 0.312423076923077, 0.67056329936967, 0.713461538461539, 1.10634298548798, 2.51080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1140, '2022-01-09 00:00:00', 0.0660026223255269, 0.163884615384615, 0.0826913445382197, 0.220461538461538, 0.182498948363672, 0.346884615384616, 0.673272066392639, 0.728653846153846, 1.13156193208938, 2.56638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1155, '2022-01-09 00:00:00', 0.0547342249841495, 0.137346153846153, 0.0812895773430731, 0.193346153846153, 0.334053298372948, 0.360384615384615, 0.714200346810763, 1.04584615384615, 1.12540264521022, 2.58507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1170, '2022-01-09 00:00:00', 0.0505547836890457, 0.125884615384616, 0.166479807045318, 0.240384615384615, 0.463903393457667, 0.379038461538462, 0.790283937289922, 1.14730769230769, 1.13796159797312, 2.59503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1185, '2022-01-09 00:00:00', 0.157388749475743, 0.179461538461539, 0.332491464320746, 0.269576923076923, 0.510927821185672, 0.394038461538461, 0.891132631067814, 1.19261538461539, 1.14108454820572, 2.59388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1200, '2022-01-09 00:00:00', 0.2810135857652, 0.201653846153846, 0.41043879146404, 0.284192307692307, 0.454396682003054, 0.382230769230768, 0.840255162710434, 1.20146153846154, 1.11424463893017, 2.59865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1215, '2022-01-09 00:00:00', 0.156482631132513, 0.166576923076923, 0.209353896180974, 0.238423076923076, 0.216562220584791, 0.307346153846154, 0.610675318492065, 1.17276923076923, 1.01420055140073, 2.55803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1230, '2022-01-09 00:00:00', 0.106172059195657, 0.166884615384615, 0.117593726938917, 0.22426923076923, 0.18283931575188, 0.300846153846153, 0.530803717162801, 1.16588461538462, 0.994848732993344, 2.54380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1245, '2022-01-09 00:00:00', 0.0770004295692313, 0.156884615384615, 0.115840002390566, 0.215884615384616, 0.177101765616878, 0.306346153846154, 0.542327617419014, 1.17926923076923, 0.991926179790536, 2.54688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1260, '2022-01-09 00:00:00', 0.0637145074652428, 0.140538461538461, 0.116033682112632, 0.206846153846153, 0.202937368132672, 0.308153846153846, 0.499050564726507, 1.17611538461539, 0.98443461712021, 2.53265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1275, '2022-01-09 00:00:00', 0.103274488621344, 0.156499999999999, 0.133715426875942, 0.206153846153846, 0.239950690447337, 0.332576923076923, 0.474730550296286, 1.17584615384615, 0.979707749201849, 2.52807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1290, '2022-01-09 00:00:00', 0.0676390533527893, 0.128192307692308, 0.127488593758271, 0.205692307692308, 0.206376060776289, 0.320961538461539, 0.459445431597033, 1.17223076923077, 0.983766205027315, 2.51688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1305, '2022-01-09 00:00:00', 0.0866007017203758, 0.145192307692308, 0.161200004771903, 0.225192307692308, 0.193096436647997, 0.311923076923078, 0.452269302007622, 1.15719230769231, 0.991567775719922, 2.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1320, '2022-01-09 00:00:00', 0.107434755394456, 0.15668, 0.121312983641488, 0.217440000000001, 0.145730378896554, 0.32648, 0.456421599693382, 1.14148, 1.02061380714418, 2.49728 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1335, '2022-01-09 00:00:00', 0.0840591458438644, 0.15224, 0.0913953499911234, 0.21388, 0.30039433527726, 0.77144, 0.456046938373671, 1.13268, 1.02113894418602, 2.49808 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1350, '2022-01-09 00:00:00', 0.0635060889469136, 0.15224, 0.103429654032746, 0.264879999999999, 0.34270443047423, 0.891080000000001, 0.477263379417835, 1.1354, 1.02120099719236, 2.49932 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1365, '2022-01-09 00:00:00', 0.102356843119224, 0.219559999999999, 0.3066830448525, 0.73664, 0.409188049678873, 0.941880000000001, 0.474835227561449, 1.12508, 1.02265824040423, 2.49772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 990, '2022-01-09 00:00:00', 0.243531302679174, 0.544153846153846, 0.303273747881095, 0.699615384615385, 0.383343182259206, 0.837653846153847, 0.442429857109054, 1.02446153846154, 1.00275072444981, 2.48215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1005, '2022-01-09 00:00:00', 0.125046329875708, 0.389769230769232, 0.223241810944649, 0.503884615384616, 0.239122051230361, 0.611346153846155, 0.374725318887561, 0.859769230769231, 1.03679719550903, 2.41676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1020, '2022-01-09 00:00:00', 0.148894950061599, 0.309115384615384, 0.140299487361309, 0.389884615384616, 0.175761871248047, 0.496653846153847, 0.401820084117258, 0.7685, 1.04094422816683, 2.40638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1035, '2022-01-09 00:00:00', 0.08941341320819, 0.261038461538462, 0.134952441765467, 0.380192307692308, 0.162875676986609, 0.470615384615385, 0.416959492590753, 0.762538461538462, 1.04736687863496, 2.39946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1050, '2022-01-09 00:00:00', 0.0922448581014352, 0.243923076923076, 0.10019861046173, 0.321807692307692, 0.1243416199892, 0.412038461538462, 0.431992458979766, 0.722269230769231, 1.05425097289315, 2.38707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1065, '2022-01-09 00:00:00', 0.0677462800568288, 0.218961538461539, 0.111574169880916, 0.294653846153846, 0.108295407957195, 0.385846153846155, 0.446655346393099, 0.693961538461539, 1.05730033357822, 2.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1080, '2022-01-09 00:00:00', 0.0734483073062536, 0.204423076923077, 0.0764493698721318, 0.266115384615385, 0.216353770122348, 0.409923076923078, 0.44781855528946, 0.669461538461539, 1.06365676722406, 2.37603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1095, '2022-01-09 00:00:00', 0.0452220504417228, 0.168923076923077, 0.0750500140931676, 0.253769230769231, 0.288010579399706, 0.385423076923077, 0.49435932898434, 0.684115384615384, 1.04705700160755, 2.37373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1110, '2022-01-09 00:00:00', 0.06184985541927, 0.181269230769231, 0.231086996605175, 0.284, 0.287980405316323, 0.359923076923077, 0.556302574006407, 0.707923076923076, 1.0360261839578, 2.38557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1125, '2022-01-09 00:00:00', 0.227014946983334, 0.200115384615386, 0.290033815004654, 0.271423076923078, 0.285337263332628, 0.337076923076924, 0.559651303526098, 0.698307692307692, 1.12698808129661, 2.54215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1140, '2022-01-09 00:00:00', 0.148848963201475, 0.174576923076923, 0.153184217905712, 0.235269230769231, 0.169741051650403, 0.296230769230769, 0.541725046636988, 0.715884615384615, 1.11908869793513, 2.58607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1155, '2022-01-09 00:00:00', 0.0541648907006684, 0.140346153846154, 0.0678795879594037, 0.186038461538461, 0.154857115283239, 0.291615384615385, 0.761993664419453, 1.14623076923077, 1.10846341322641, 2.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1170, '2022-01-09 00:00:00', 0.0632923497625226, 0.136807692307692, 0.109199809805413, 0.204961538461539, 0.200088076760056, 0.288961538461539, 0.745269202782045, 1.16476923076923, 1.1431801338641, 2.68846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1185, '2022-01-09 00:00:00', 0.077512569700265, 0.142961538461539, 0.113713080229958, 0.207769230769231, 0.190263541921766, 0.302153846153846, 0.744844074544878, 1.18584615384615, 1.15842075257654, 2.706 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1200, '2022-01-09 00:00:00', 0.0842341060104803, 0.150769230769231, 0.120634635924412, 0.194653846153847, 0.170710411561172, 0.282269230769232, 0.745367144432863, 1.2035, 1.18327204037722, 2.72219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1215, '2022-01-09 00:00:00', 0.0754565692710296, 0.133423076923077, 0.116740586838445, 0.209730769230769, 0.162013128622818, 0.312423076923077, 0.747497803444162, 1.22161538461538, 1.1903856834592, 2.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1230, '2022-01-09 00:00:00', 0.0653034102066303, 0.132153846153846, 0.0946617378637477, 0.19273076923077, 0.16060145128188, 0.308115384615385, 0.730587177970833, 1.22923076923077, 1.19379902251336, 2.72911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1245, '2022-01-09 00:00:00', 0.071226270002448, 0.137307692307693, 0.126154410880537, 0.230153846153846, 0.167236414878873, 0.298538461538462, 0.728779005228292, 1.24403846153846, 1.20387292263185, 2.73257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1260, '2022-01-09 00:00:00', 0.126466365245711, 0.185692307692307, 0.158119759870607, 0.245538461538462, 0.179009845023631, 0.290730769230769, 0.729493608344436, 1.26926923076923, 1.21340238807438, 2.73565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1275, '2022-01-09 00:00:00', 0.104642696095589, 0.165576923076924, 0.121950992678963, 0.214269230769231, 0.276543113901168, 0.332423076923076, 0.722583148263123, 1.28338461538462, 1.22234885615926, 2.74038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1290, '2022-01-09 00:00:00', 0.0762717812522064, 0.143230769230769, 0.10611871436491, 0.198307692307693, 0.322817319142671, 0.372307692307692, 0.717594442993663, 1.29276923076923, 1.22560991974797, 2.74534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1305, '2022-01-09 00:00:00', 0.0803946132906538, 0.137576923076923, 0.257716075138156, 0.245153846153846, 0.318920199808908, 0.367576923076923, 0.711143966815765, 1.30630769230769, 1.23637701307552, 2.74403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1320, '2022-01-09 00:00:00', 0.0805615706566514, 0.163, 0.132799372488478, 0.24456, 0.187635435530357, 0.380159999999999, 0.696306725995568, 1.28984, 1.27034018672165, 2.74724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1335, '2022-01-09 00:00:00', 0.092245830980773, 0.15572, 0.114225186948121, 0.21232, 0.713420500125978, 0.935679999999999, 0.690383045852084, 1.2756, 1.26036778098035, 2.78312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1350, '2022-01-09 00:00:00', 0.0591352404803318, 0.15732, 0.125118170809306, 0.298159999999999, 0.695422202694162, 0.970959999999999, 0.68558755093715, 1.27604, 1.26947162630758, 2.81072 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1365, '2022-01-09 00:00:00', 0.109614293471853, 0.24872, 0.695393588792228, 0.90908, 0.680186339664851, 0.99904, 0.675109109700055, 1.26732, 1.27797115642986, 2.81312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 990, '2022-01-09 00:00:00', 0.320332832118928, 0.564959999999999, 0.30773542749143, 0.63748, 0.323069265019129, 0.7552, 0.349295362122087, 1.02, 1.28751320122682, 2.67992 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1005, '2022-01-09 00:00:00', 0.0997249049468914, 0.35916, 0.172762524871569, 0.47284, 0.207581309370569, 0.6176, 0.293919206585755, 0.9076, 1.30283584665657, 2.63408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1020, '2022-01-09 00:00:00', 0.113917192147044, 0.284719999999999, 0.125694736034038, 0.3938, 0.209778120880133, 0.525119999999999, 0.273950877591829, 0.805199999999999, 1.31721848099192, 2.61012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1035, '2022-01-09 00:00:00', 0.0664033633686323, 0.24764, 0.116888579425024, 0.33924, 0.175334984149389, 0.44276, 0.273916653990467, 0.743, 1.33691327691814, 2.60012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1050, '2022-01-09 00:00:00', 0.0841367933784039, 0.233800000000001, 0.125655640541919, 0.30656, 0.1490708668162, 0.411040000000001, 0.275027374395107, 0.69116, 1.34487208437581, 2.59644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1065, '2022-01-09 00:00:00', 0.0893600954938314, 0.19068, 0.119856817355822, 0.259640000000001, 0.140018153584932, 0.364400000000001, 0.282535437305365, 0.65076, 1.3760655301741, 2.61648 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1080, '2022-01-09 00:00:00', 0.0953768315682595, 0.18964, 0.110935762192962, 0.28292, 0.235179031094753, 0.37052, 0.262499955555552, 0.63868, 1.37826313767244, 2.62088 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1095, '2022-01-09 00:00:00', 0.0674129067760757, 0.183199999999999, 0.0891816124545863, 0.24388, 0.225444501670219, 0.373159999999999, 0.293616433463796, 0.641119999999999, 1.38523476109046, 2.61652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1110, '2022-01-09 00:00:00', 0.0882893538315928, 0.18752, 0.204142368622162, 0.27376, 0.224203352636248, 0.39232, 0.293199164391715, 0.6356, 1.38582227456001, 2.61772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1125, '2022-01-09 00:00:00', 0.170472597993539, 0.17336, 0.181069968060233, 0.2496, 0.192456072910158, 0.350440000000001, 0.274919939861286, 0.601839999999999, 1.39765270483527, 2.7182 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1140, '2022-01-09 00:00:00', 0.0820602827194748, 0.168160000000001, 0.107172726630115, 0.232920000000001, 0.118028216965266, 0.319080000000001, 0.252965458775172, 0.56924, 1.42140642440272, 2.79316 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1155, '2022-01-09 00:00:00', 0.0873514548629081, 0.159120000000001, 0.0940910374761237, 0.216040000000002, 0.121381670774463, 0.30352, 0.515284183727776, 0.97696, 1.43391122691283, 2.86836 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1170, '2022-01-09 00:00:00', 0.0622811635515372, 0.149880000000001, 0.0917872177012316, 0.205320000000001, 0.126748214977568, 0.28512, 0.609667250774278, 1.05164, 1.41927917502747, 2.88228 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1185, '2022-01-09 00:00:00', 0.049725077509577, 0.1362, 0.0775666380174699, 0.204199999999999, 0.125623737141248, 0.27536, 0.639142506279572, 1.11768, 1.41066350464359, 2.88776 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1200, '2022-01-09 00:00:00', 0.066798203568659, 0.143799999999999, 0.10189712132015, 0.20276, 0.116376902061076, 0.2596, 0.672804263264336, 1.14492, 1.40586855478502, 2.89732 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1215, '2022-01-09 00:00:00', 0.0779963033312048, 0.14544, 0.0967221105366641, 0.1886, 0.117753159900984, 0.26184, 0.685795219678099, 1.1594, 1.40179757573386, 2.90012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1230, '2022-01-09 00:00:00', 0.0438262478430447, 0.11936, 0.0595186805409298, 0.16516, 0.0953512454035076, 0.24112, 0.7033608296363, 1.16896, 1.39485626141191, 2.91964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1245, '2022-01-09 00:00:00', 0.0526096315643188, 0.11676, 0.0779064610072015, 0.1758, 0.113861933937553, 0.25696, 0.712496778940086, 1.17192, 1.39703508903678, 2.92404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1260, '2022-01-09 00:00:00', 0.0464843342786935, 0.13228, 0.0726468168607548, 0.18632, 0.13785822427407, 0.273160000000001, 0.727572108682934, 1.17944, 1.39433030520031, 2.9344 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1275, '2022-01-09 00:00:00', 0.0692914617154713, 0.14916, 0.108619703553268, 0.19864, 0.261367321344245, 0.31572, 0.778945488037084, 1.19336, 1.39502064142435, 2.93644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1290, '2022-01-09 00:00:00', 0.0650225089231922, 0.129480000000001, 0.098132563402777, 0.186800000000001, 0.224597974167177, 0.319400000000001, 0.775114028170478, 1.18244, 1.38149912534657, 2.936 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1305, '2022-01-09 00:00:00', 0.0762972913455445, 0.13688, 0.224370029192849, 0.229919999999999, 0.218163333307868, 0.324639999999999, 0.773628705086187, 1.18296, 1.37378337326766, 2.94044 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1320, '2022-01-09 00:00:00', 0.0501395154991822, 0.130833333333333, 0.102334056198173, 0.212208333333334, 0.0943308143515784, 0.318041666666666, 0.789418566992848, 1.17875, 1.41737036572068, 2.97533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1335, '2022-01-09 00:00:00', 0.0635445182301464, 0.147916666666667, 0.064261679139259, 0.206208333333333, 0.507437009726901, 0.838833333333333, 0.790126653532955, 1.17195833333333, 1.41766894553363, 2.97575 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1350, '2022-01-09 00:00:00', 0.051393181045455, 0.143708333333334, 0.0911520071408031, 0.253083333333333, 0.604320745470315, 0.917541666666667, 0.781795851628279, 1.16233333333333, 1.41512830114292, 2.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1365, '2022-01-09 00:00:00', 0.0822880677070285, 0.208749999999999, 0.487016067868729, 0.794708333333334, 0.626988961313271, 0.986125, 0.761939497008422, 1.15683333333333, 1.41761123838251, 2.96166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 930, '2022-01-09 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 945, '2022-01-09 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 960, '2022-01-09 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 975, '2022-01-09 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 930, '2022-01-09 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 945, '2022-01-09 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 960, '2022-01-09 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 930, '2022-01-09 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 945, '2022-01-09 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 960, '2022-01-09 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 975, '2022-01-09 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 930, '2022-01-09 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 945, '2022-01-09 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 960, '2022-01-09 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 975, '2022-01-09 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 930, '2022-01-09 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 945, '2022-01-09 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 960, '2022-01-09 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 975, '2022-01-09 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:56:08 Duration: 3s350ms Database: acaweb_fx User: pgperfstats
12 52 23s618ms 53ms 2s221ms 454ms 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 #12
Day Hour Count Duration Avg duration Jan 09 14 52 23s618ms 454ms [ User: postgres - Total duration: 23s618ms - Times executed: 52 ]
-
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 = '665' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:12:11 Duration: 2s221ms 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 ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:11:45 Duration: 1s885ms 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 = '665' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:44 Duration: 1s854ms Database: acaweb_fx User: postgres Bind query: yes
13 51 5s959ms 51ms 195ms 116ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Jan 09 14 51 5s959ms 116ms [ User: postgres - Total duration: 5s959ms - Times executed: 51 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-09 14:56:12 Duration: 195ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-09 14:20:12 Duration: 194ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-09 14:46:13 Duration: 194ms Database: acaweb_fx User: postgres
14 46 30s780ms 54ms 6s572ms 669ms 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 #14
Day Hour Count Duration Avg duration Jan 09 14 46 30s780ms 669ms [ User: postgres - Total duration: 30s780ms - Times executed: 46 ]
-
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 = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64370311 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:14 Duration: 6s572ms 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 = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64436005 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:40 Duration: 5s888ms 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 = 5129 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64311827 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:13 Duration: 3s728ms Database: acaweb_fx User: postgres Bind query: yes
15 40 25s895ms 52ms 3s502ms 647ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Jan 09 14 40 25s895ms 647ms [ User: postgres - Total duration: 25s895ms - Times executed: 40 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s502ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s438ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988202' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:11:37 Duration: 2s502ms Database: acaweb_fx User: postgres Bind query: yes
16 38 10s480ms 50ms 3s422ms 275ms 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 (((longname 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 #16
Day Hour Count Duration Avg duration Jan 09 14 38 10s480ms 275ms [ User: postgres - Total duration: 10s480ms - Times executed: 38 ]
-
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 = 49 AND (((longname ilike '%australian dollar vs swiss franc%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534022267 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:03:00 Duration: 3s422ms 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 = 49 AND (((longname ilike '%euro vs australian dollar%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 533604385 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:03:11 Duration: 2s117ms 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 = 49 AND (((longname ilike '%euro vs australian dollar%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 533604385 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:11:13 Duration: 1s133ms Database: acaweb_fx User: postgres Bind query: yes
17 37 8s231ms 50ms 1s851ms 222ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Jan 09 14 37 8s231ms 222ms [ User: postgres - Total duration: 8s231ms - Times executed: 37 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 5376 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 535074688 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:11:10 Duration: 1s851ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 535074879 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:02:33 Duration: 567ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 535070263 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:11:05 Duration: 466ms Database: acaweb_fx User: postgres Bind query: yes
18 32 4s304ms 51ms 946ms 134ms 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 #18
Day Hour Count Duration Avg duration Jan 09 14 32 4s304ms 134ms [ User: pgperfstats - Total duration: 4s304ms - Times executed: 32 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 919311order by pricedatetime asc;
Date: 2022-01-09 14:17:50 Duration: 946ms 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 = 918929order by pricedatetime asc;
Date: 2022-01-09 14:17:48 Duration: 690ms 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 = 919583order by pricedatetime asc;
Date: 2022-01-09 14:18:05 Duration: 149ms Database: acaweb_fx User: pgperfstats
19 27 4s187ms 51ms 599ms 155ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and 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 #19
Day Hour Count Duration Avg duration Jan 09 14 27 4s187ms 155ms [ User: postgres - Total duration: 4s187ms - Times executed: 27 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5123 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 > 535063126 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:16:16 Duration: 599ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 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 > 535065947 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:04:19 Duration: 369ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5123 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 > 535063126 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:04:14 Duration: 360ms Database: acaweb_fx User: postgres Bind query: yes
20 26 4s542ms 60ms 729ms 174ms 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 a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Jan 09 14 26 4s542ms 174ms [ User: postgres - Total duration: 4s542ms - Times executed: 26 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 64449119 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:02 Duration: 729ms 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 = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 64449119 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:02 Duration: 729ms 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 = 666 AND sg.groupid = 5002 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 64419156 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:11:54 Duration: 352ms 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 13m56s 13m56s 13m56s 1 13m56s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Jan 09 14 1 13m56s 13m56s [ User: postgres - Total duration: 13m56s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-01-09 14:14:14 Duration: 13m56s Database: acaweb_fx User: postgres
2 1m32s 1m32s 1m32s 1 1m32s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jan 09 14 1 1m32s 1m32s [ User: pgperfstats - Total duration: 1m32s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-01-09 14:17:47 Duration: 1m32s Database: acaweb_fx User: pgperfstats
3 681ms 46s49ms 22s535ms 4 1m30s select updateageforrelevantresults ();Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Jan 09 14 4 1m30s 22s535ms [ User: postgres - Total duration: 1m30s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:17:48 Duration: 46s49ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:02:41 Duration: 38s818ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-09 14:32:07 Duration: 4s593ms Database: acaweb_fx User: postgres
4 1s554ms 19s324ms 10s325ms 4 41s303ms select updateresultsmaterializedview ();Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Jan 09 14 4 41s303ms 10s325ms [ User: postgres - Total duration: 41s303ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:03:00 Duration: 19s324ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:18:07 Duration: 18s823ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-09 14:32:08 Duration: 1s600ms Database: acaweb_fx User: postgres
5 4s782ms 16s3ms 7s868ms 4 31s475ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Jan 09 14 4 31s475ms 7s868ms [ User: postgres - Total duration: 31s475ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:16:17 Duration: 16s3ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:01:07 Duration: 5s789ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-09 14:31:06 Duration: 4s899ms Database: acaweb_fx User: postgres
6 280ms 1m49s 7s74ms 153 18m2s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), 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 ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.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 sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? 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 dss.enabled = ? 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 #6
Day Hour Count Duration Avg duration Jan 09 14 153 18m2s 7s74ms [ User: postgres - Total duration: 18m2s - Times executed: 153 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:12:19 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:07:13 Duration: 1m43s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), 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 ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.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 sg.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 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 dss.enabled = 1 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 ('327' = 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', '#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', '#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: 2022-01-09 14:16:59 Duration: 1m29s Database: acaweb_fx User: postgres Bind query: yes
7 883ms 10s892ms 6s543ms 4 26s172ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 Jan 09 14 4 26s172ms 6s543ms [ User: pgperfstats - Total duration: 26s172ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 5, 900, '2022-01-09 00:00:00', 0.0293872004426685, 0.0681296296296291, 0.0372831144994708, 0.0961296296296297, 0.0948102693777799, 0.18588888888889, 0.227146707615644, 0.446870370370371, 0.349652343615786, 0.830370370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 915, '2022-01-09 00:00:00', 0.0251951500103814, 0.0682592592592594, 0.0988058219734071, 0.152925925925926, 0.0914947455405966, 0.190833333333334, 0.216834793415005, 0.443092592592593, 0.348199751509916, 0.831481481481483 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 930, '2022-01-09 00:00:00', 0.100554874389723, 0.137425925925926, 0.0943719606216119, 0.153981481481482, 0.0981166234379881, 0.208555555555555, 0.209212275818788, 0.438759259259261, 0.345333896395937, 0.826833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 945, '2022-01-09 00:00:00', 0.048439163536365, 0.0929444444444466, 0.0572637534954499, 0.134314814814817, 0.104367079002372, 0.215111111111112, 0.203620089936238, 0.427944444444446, 0.344376815458941, 0.823444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 960, '2022-01-09 00:00:00', 0.0474230821219875, 0.0974444444444439, 0.0835080135022283, 0.149629629629629, 0.112534211322374, 0.253111111111112, 0.20057232214405, 0.422277777777778, 0.362297910069911, 0.836111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 975, '2022-01-09 00:00:00', 0.0502239216677899, 0.093833333333334, 0.079728309127645, 0.164759259259261, 0.11523501935874, 0.255574074074076, 0.196765886531595, 0.402722222222223, 0.378926249505234, 0.835777777777779 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 990, '2022-01-09 00:00:00', 0.0558611552061775, 0.134240740740741, 0.0797223324100609, 0.195351851851852, 0.101507687104526, 0.258814814814816, 0.189747027573385, 0.389629629629631, 0.384463157553059, 0.830648148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1005, '2022-01-09 00:00:00', 0.0465537323960168, 0.119666666666666, 0.07435258077435, 0.171037037037036, 0.0924280539484362, 0.236814814814815, 0.161596978107059, 0.356888888888889, 0.363905845497794, 0.805814814814816 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1020, '2022-01-09 00:00:00', 0.070784437623581, 0.127074074074074, 0.067448640374133, 0.168629629629631, 0.112095029256636, 0.25525925925926, 0.164232675783087, 0.340555555555556, 0.362563840532311, 0.807666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1035, '2022-01-09 00:00:00', 0.0400385053271453, 0.109796296296296, 0.0694018912359207, 0.156240740740741, 0.093095075164817, 0.225407407407408, 0.150218297943482, 0.314462962962962, 0.36304971679661, 0.795407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1050, '2022-01-09 00:00:00', 0.0507999960742083, 0.111203703703706, 0.0843287134304323, 0.173296296296299, 0.0873191089087989, 0.206370370370373, 0.138922940270256, 0.293111111111112, 0.362196592743324, 0.782611111111113 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1065, '2022-01-09 00:00:00', 0.0641594068487192, 0.122277777777778, 0.0634833917307598, 0.151222222222224, 0.0804444031260221, 0.185925925925926, 0.120715144084724, 0.273629629629629, 0.374986179232495, 0.779666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1080, '2022-01-09 00:00:00', 0.0425322987710125, 0.107351851851853, 0.0501313729954067, 0.132407407407409, 0.100517138621705, 0.172814814814815, 0.130818799889611, 0.252407407407407, 0.373431205692047, 0.770666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1095, '2022-01-09 00:00:00', 0.0396719004663202, 0.0879259259259268, 0.0759146835189952, 0.118592592592593, 0.0946533862720369, 0.157574074074075, 0.117671832893051, 0.241111111111112, 0.373447545296953, 0.768870370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1110, '2022-01-09 00:00:00', 0.0516817251284314, 0.0834074074074078, 0.0742635399225169, 0.114351851851853, 0.073492838382032, 0.138296296296298, 0.107283297117752, 0.227074074074075, 0.380742174281171, 0.76375925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1125, '2022-01-09 00:00:00', 0.0435886544610034, 0.0770185185185199, 0.041130265230712, 0.100611111111112, 0.0455264864519661, 0.124240740740742, 0.0904946914122, 0.207407407407409, 0.379134307814294, 0.757851851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1140, '2022-01-09 00:00:00', 0.0255046501541813, 0.0645555555555564, 0.033049992349501, 0.0805740740740762, 0.0439813561251787, 0.113074074074075, 0.0786481127620099, 0.201444444444446, 0.379691179431249, 0.75675925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1155, '2022-01-09 00:00:00', 0.0243689295896378, 0.0489629629629646, 0.0294347387648309, 0.0713333333333339, 0.0485169148405073, 0.112055555555556, 0.116333520069403, 0.22025925925926, 0.383010453019899, 0.752240740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1170, '2022-01-09 00:00:00', 0.0255771554945203, 0.0550370370370367, 0.0455822024422604, 0.0807777777777782, 0.0547045548294516, 0.11262962962963, 0.115345662228243, 0.225277777777779, 0.38316855432778, 0.752222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1185, '2022-01-09 00:00:00', 0.036641259651272, 0.0582037037037053, 0.0438237128307024, 0.0840370370370383, 0.051478904760374, 0.108907407407408, 0.116864018063513, 0.219222222222224, 0.380495488740099, 0.748981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1200, '2022-01-09 00:00:00', 0.0289932894534815, 0.054439999999999, 0.0368719292506752, 0.0711800000000011, 0.047772132741452, 0.104520000000001, 0.117541279982821, 0.206840000000002, 0.389847253207372, 0.73788 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1215, '2022-01-09 00:00:00', 0.0306578293426019, 0.0470600000000013, 0.0377383204890392, 0.068420000000001, 0.045757904599462, 0.0901600000000008, 0.137640134650714, 0.225340000000002, 0.389223819500639, 0.737160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1230, '2022-01-09 00:00:00', 0.0255175919710313, 0.0497200000000004, 0.0342647413531768, 0.0700200000000012, 0.0410180549677004, 0.0877199999999999, 0.161343727282262, 0.238440000000001, 0.387416374847527, 0.735980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1245, '2022-01-09 00:00:00', 0.0200964756445822, 0.0474200000000008, 0.0209364116632548, 0.0573999999999995, 0.0352121901240657, 0.0857400000000007, 0.17136479850502, 0.243960000000001, 0.384112096268785, 0.73496 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1260, '2022-01-09 00:00:00', 0.00952505468050712, 0.0376800000000003, 0.0201763681898733, 0.0562600000000009, 0.0380536572924774, 0.0893200000000007, 0.17149435607817, 0.246220000000001, 0.381544986425803, 0.733080000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1275, '2022-01-09 00:00:00', 0.0209665010592293, 0.0426400000000001, 0.0249982832743906, 0.0608199999999999, 0.0390916870958533, 0.0949200000000002, 0.170372941415784, 0.250720000000001, 0.379976394003628, 0.734680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1290, '2022-01-09 00:00:00', 0.0156258866415101, 0.038719999999999, 0.0380880886892467, 0.0678399999999999, 0.0404077859659088, 0.090680000000001, 0.169800004907733, 0.252900000000001, 0.376833436901062, 0.734780000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1305, '2022-01-09 00:00:00', 0.0362889675613215, 0.0554199999999997, 0.0346890953086615, 0.0755999999999995, 0.0400006041621058, 0.0900600000000009, 0.168458780813981, 0.261560000000001, 0.377230701958365, 0.73426 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1320, '2022-01-09 00:00:00', 0.0221890175537359, 0.0515399999999988, 0.0348389509026902, 0.0637599999999986, 0.0482892586399933, 0.0860399999999999, 0.15975619967104, 0.26172, 0.37775693463743, 0.73002 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1335, '2022-01-09 00:00:00', 0.0281124972209896, 0.0414999999999986, 0.0311234102673018, 0.0574000000000001, 0.110222056171469, 0.147120000000002, 0.155304587826631, 0.279839999999999, 0.376157742842017, 0.72622 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1350, '2022-01-09 00:00:00', 0.014672337918684, 0.0375600000000003, 0.0277265215993658, 0.0580200000000013, 0.108424897202319, 0.151900000000002, 0.14707728410601, 0.285459999999999, 0.373641511567796, 0.723000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 5, 1365, '2022-01-09 00:00:00', 0.0262476189396303, 0.0437000000000018, 0.105316459618934, 0.132660000000003, 0.108529654165731, 0.149460000000003, 0.148286513210069, 0.296159999999999, 0.373404898646675, 0.721980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 0, '2022-01-09 00:00:00', 0.0664758012798414, 0.0824791666666691, 0.0871492945875134, 0.108229166666667, 0.077022571037814, 0.133208333333334, 0.119276343063043, 0.312458333333333, 0.347593588169045, 0.737791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 15, '2022-01-09 00:00:00', 0.0502506579378668, 0.064958333333332, 0.0516319147385145, 0.0855625000000024, 0.0982129359967494, 0.157958333333333, 0.121737509775056, 0.324270833333333, 0.350020783544411, 0.733625 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 30, '2022-01-09 00:00:00', 0.0349355514286409, 0.055916666666669, 0.0384893877713646, 0.0852916666666659, 0.117343412466468, 0.176541666666665, 0.117151238109462, 0.332770833333332, 0.34806683255883, 0.730708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 45, '2022-01-09 00:00:00', 0.0360152380693009, 0.0684791666666662, 0.0886276177021903, 0.141562500000001, 0.116360709711195, 0.179354166666666, 0.114918715365707, 0.3355625, 0.347377221950016, 0.728270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 60, '2022-01-09 00:00:00', 0.0828403585216794, 0.11425, 0.105628478094761, 0.140846153846153, 0.111635597093676, 0.161057692307691, 0.11337144023756, 0.326211538461538, 0.330586606830018, 0.726269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 75, '2022-01-09 00:00:00', 0.0354681005108275, 0.0606153846153822, 0.0424112466941711, 0.0774230769230744, 0.0514939167430325, 0.121288461538461, 0.111778346946777, 0.308826923076921, 0.331049117898748, 0.713038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 90, '2022-01-09 00:00:00', 0.029904617600734, 0.0506153846153831, 0.0365550427963933, 0.0806346153846151, 0.0582716615385344, 0.121942307692307, 0.117561173928237, 0.311019230769229, 0.327899987097381, 0.710692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 105, '2022-01-09 00:00:00', 0.0318881699790904, 0.058846153846155, 0.0457980726836659, 0.0932884615384632, 0.0576984868485759, 0.120346153846154, 0.115905825499049, 0.308596153846153, 0.323882378935033, 0.704153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 120, '2022-01-09 00:00:00', 0.0447461042567248, 0.0720769230769229, 0.0515137210997054, 0.0912884615384613, 0.0528346331636587, 0.121538461538461, 0.113113387631787, 0.309461538461538, 0.321869560297576, 0.701923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 135, '2022-01-09 00:00:00', 0.0434224197674609, 0.0575576923076906, 0.0473732681842994, 0.0839423076923073, 0.0505225654077925, 0.141019230769229, 0.11657010601087, 0.31401923076923, 0.318869424083567, 0.697980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 150, '2022-01-09 00:00:00', 0.0349982636931988, 0.0585384615384601, 0.0422266093649693, 0.0860576923076917, 0.0480788974979174, 0.150096153846153, 0.124761292074107, 0.315499999999999, 0.316794933064571, 0.69601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 165, '2022-01-09 00:00:00', 0.0233842567027151, 0.0607884615384605, 0.0309254500620183, 0.11328846153846, 0.058403427849873, 0.164403846153844, 0.127943911990313, 0.311269230769229, 0.310616580987905, 0.691903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 180, '2022-01-09 00:00:00', 0.0293347326297937, 0.095057692307692, 0.0392179315345161, 0.123384615384615, 0.0639168720954166, 0.182442307692306, 0.121565847936893, 0.302846153846154, 0.301109780644868, 0.6905 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 195, '2022-01-09 00:00:00', 0.0310390324987989, 0.0821923076923072, 0.044443152972691, 0.117423076923077, 0.0828132212595595, 0.18298076923077, 0.110409282288153, 0.28048076923077, 0.291745036870318, 0.675057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 210, '2022-01-09 00:00:00', 0.0324198004549436, 0.080711538461538, 0.0562701621985049, 0.122365384615383, 0.0734440865295082, 0.170076923076921, 0.104332058647083, 0.262038461538461, 0.28171667231731, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 225, '2022-01-09 00:00:00', 0.0360551713990579, 0.0766538461538432, 0.0511000112900806, 0.115865384615383, 0.0561915029163681, 0.152749999999997, 0.0894583981524371, 0.245249999999999, 0.264211843908516, 0.663961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 240, '2022-01-09 00:00:00', 0.0318585093088918, 0.0792307692307704, 0.0346323326031993, 0.10753846153846, 0.0602237622410101, 0.147192307692308, 0.0868190093505767, 0.243403846153847, 0.259065714858961, 0.664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 255, '2022-01-09 00:00:00', 0.0303852697105794, 0.0722307692307687, 0.0385617038005333, 0.10275, 0.0578234847152567, 0.144653846153847, 0.0962338118254783, 0.245057692307693, 0.250882930866171, 0.66275 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 270, '2022-01-09 00:00:00', 0.0297088953267972, 0.0725384615384614, 0.0585511774827425, 0.107903846153847, 0.0661048147903125, 0.138942307692308, 0.102648948063102, 0.237942307692309, 0.239685572878623, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 285, '2022-01-09 00:00:00', 0.0405643126595115, 0.0727115384615402, 0.0410392495058092, 0.0955000000000018, 0.049483143983196, 0.133807692307694, 0.100845123065786, 0.232826923076924, 0.238051171777447, 0.659596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 300, '2022-01-09 00:00:00', 0.0220329560850575, 0.061865384615386, 0.0337056546271688, 0.0906346153846153, 0.0456025808986215, 0.128653846153847, 0.101624701721578, 0.233000000000001, 0.232621925846675, 0.665403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 315, '2022-01-09 00:00:00', 0.0262255673840483, 0.0589038461538465, 0.0369934505637887, 0.0883461538461532, 0.0560070222245515, 0.122557692307692, 0.108045054704757, 0.233576923076922, 0.22850432078056, 0.666230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 330, '2022-01-09 00:00:00', 0.0242174841480611, 0.0575576923076928, 0.0363739128835705, 0.0828076923076931, 0.0485750806642486, 0.117538461538461, 0.116529007613488, 0.23651923076923, 0.227356968562318, 0.665134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 345, '2022-01-09 00:00:00', 0.0269383626936647, 0.0538461538461552, 0.0386010163277907, 0.0815384615384612, 0.0389303717700433, 0.110423076923077, 0.120307792765057, 0.23425, 0.237697830157406, 0.672961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 360, '2022-01-09 00:00:00', 0.0244061546462235, 0.0610961538461543, 0.0330980420057645, 0.0790961538461538, 0.0406783064468587, 0.108269230769232, 0.117050508492964, 0.238307692307693, 0.240793126179683, 0.68401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 375, '2022-01-09 00:00:00', 0.0172976765892014, 0.0460192307692313, 0.0259734553845907, 0.0675961538461547, 0.0373965701841566, 0.0972884615384637, 0.110388128193905, 0.245673076923078, 0.24330203214555, 0.683673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 390, '2022-01-09 00:00:00', 0.0193304064981726, 0.0467692307692289, 0.0264673674259747, 0.0683076923076905, 0.0539122399403386, 0.100980769230768, 0.103543911160732, 0.264692307692307, 0.247609382200768, 0.689115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 405, '2022-01-09 00:00:00', 0.0149919465560182, 0.0475384615384606, 0.0185267062953426, 0.0653269230769235, 0.0477448547368842, 0.0971346153846146, 0.10165397756038, 0.274365384615383, 0.244614959602921, 0.705538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 420, '2022-01-09 00:00:00', 0.0209080404114352, 0.0463846153846155, 0.0441184812138335, 0.0745961538461531, 0.0533312147015111, 0.107461538461538, 0.102232632529178, 0.279134615384614, 0.242940847501229, 0.710346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 435, '2022-01-09 00:00:00', 0.03626212264142, 0.0553076923076913, 0.0399574629594229, 0.0713269230769226, 0.0653822723562076, 0.117192307692307, 0.115082253193097, 0.30475, 0.244981154691225, 0.713115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 450, '2022-01-09 00:00:00', 0.0245646165167566, 0.0465961538461539, 0.0338777950876392, 0.0777500000000001, 0.0525934369991601, 0.10948076923077, 0.111378460837192, 0.309307692307691, 0.25443323213642, 0.726480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 465, '2022-01-09 00:00:00', 0.0323862803335969, 0.0561346153846161, 0.0492003166031092, 0.0881346153846164, 0.0502763325570261, 0.11548076923077, 0.118698506244248, 0.313653846153846, 0.245391602263685, 0.742461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 480, '2022-01-09 00:00:00', 0.0317808844336414, 0.0632307692307689, 0.0368734478160922, 0.079865384615385, 0.055304597110353, 0.126461538461538, 0.121801578870657, 0.315730769230768, 0.25205478342248, 0.749423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 495, '2022-01-09 00:00:00', 0.0259273318808836, 0.0535576923076917, 0.0300463040092348, 0.0794038461538449, 0.0821157812997071, 0.140692307692306, 0.121812726693953, 0.320903846153845, 0.251280925383401, 0.764788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 510, '2022-01-09 00:00:00', 0.0278287344580835, 0.0555384615384605, 0.0592405818545153, 0.0945576923076923, 0.0874747084326929, 0.14876923076923, 0.125098836310152, 0.326173076923076, 0.258012510132002, 0.769153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 525, '2022-01-09 00:00:00', 0.0325569560096672, 0.0653461538461543, 0.053142117151884, 0.106230769230768, 0.062814366313645, 0.14526923076923, 0.111342370468473, 0.31878846153846, 0.252181241295897, 0.767961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 540, '2022-01-09 00:00:00', 0.0354048019342008, 0.0839999999999977, 0.0505907258147326, 0.112307692307691, 0.0545542249650608, 0.149211538461537, 0.115340772696191, 0.319423076923074, 0.252104600543872, 0.76951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 555, '2022-01-09 00:00:00', 0.0334779835804885, 0.0723461538461539, 0.0403227793990158, 0.102057692307693, 0.0528757651335806, 0.162057692307693, 0.118225965194428, 0.319673076923077, 0.256129997041767, 0.780846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 570, '2022-01-09 00:00:00', 0.0272353559804999, 0.0742307692307684, 0.0430836440498639, 0.108096153846153, 0.0639531439053972, 0.18726923076923, 0.117744679775286, 0.318019230769229, 0.256221379639981, 0.779653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 585, '2022-01-09 00:00:00', 0.0322227642895729, 0.0780576923076923, 0.0548054636523938, 0.130826923076923, 0.0717590868006365, 0.182442307692308, 0.114237451759988, 0.309653846153845, 0.245547880337952, 0.778692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974395, 1, 600, '2022-01-09 00:00:00', 0.0549512091278744, 0.112346153846154, 0.0645654736265061, 0.156403846153846, 0.0707861459717794, 0.182038461538461, 0.11940652765303, 0.310673076923076, 0.241195271193599, 0.779173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 615, '2022-01-09 00:00:00', 0.0427256768411953, 0.102788461538462, 0.0470261138583121, 0.129346153846154, 0.072959303724746, 0.191000000000002, 0.11354860023525, 0.296730769230769, 0.246538847773608, 0.781288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 630, '2022-01-09 00:00:00', 0.0304556423975284, 0.0868846153846154, 0.0357053755918328, 0.114576923076924, 0.069662971623272, 0.177980769230772, 0.112658880970559, 0.285211538461539, 0.241108004046703, 0.778519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 645, '2022-01-09 00:00:00', 0.0294442955164754, 0.0825576923076924, 0.0676557462452384, 0.143000000000003, 0.0709772254914339, 0.173057692307694, 0.126556969537288, 0.284942307692308, 0.236819591347831, 0.772826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 660, '2022-01-09 00:00:00', 0.0674802107743738, 0.101326923076925, 0.0603259384191744, 0.125826923076925, 0.0753154698584574, 0.157500000000001, 0.123746044225822, 0.27971153846154, 0.233822023046458, 0.770038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 675, '2022-01-09 00:00:00', 0.0288729911056073, 0.0744807692307701, 0.0621602674234435, 0.113173076923076, 0.0873666390299228, 0.163519230769229, 0.134194424107483, 0.286711538461538, 0.232504335774295, 0.766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 690, '2022-01-09 00:00:00', 0.0432052213724937, 0.0831346153846133, 0.0527745568067967, 0.112423076923075, 0.0822053549631375, 0.164096153846152, 0.124160801444679, 0.280769230769231, 0.231418841896279, 0.760403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 705, '2022-01-09 00:00:00', 0.03396765429731, 0.0743076923076924, 0.0557851372541255, 0.110807692307692, 0.0671791634362924, 0.154999999999999, 0.110663564985884, 0.275769230769232, 0.230635207299652, 0.756326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 720, '2022-01-09 00:00:00', 0.0392197605217654, 0.0770192307692301, 0.0512378916277959, 0.109307692307692, 0.0610000283732613, 0.150211538461536, 0.105672325538031, 0.282096153846155, 0.241880851151649, 0.755884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 735, '2022-01-09 00:00:00', 0.0331291644697186, 0.0713076923076928, 0.0398695420667882, 0.100096153846154, 0.0560747577929536, 0.134038461538463, 0.119017839645351, 0.285615384615386, 0.249744216842261, 0.754423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 750, '2022-01-09 00:00:00', 0.0246577807972682, 0.0668846153846145, 0.0352112744182005, 0.0945769230769221, 0.0552334242451624, 0.131865384615384, 0.120882084948675, 0.291538461538463, 0.247339859613946, 0.757384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 765, '2022-01-09 00:00:00', 0.0245611403518771, 0.0624807692307664, 0.0435478516647522, 0.0918461538461546, 0.0415727721545633, 0.123153846153844, 0.122331449192505, 0.314288461538463, 0.241111309277559, 0.754288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 780, '2022-01-09 00:00:00', 0.040382364772452, 0.0706538461538479, 0.039436263085564, 0.0996730769230773, 0.0442288802272224, 0.129923076923077, 0.142952278212535, 0.340423076923078, 0.241700358836181, 0.754711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 795, '2022-01-09 00:00:00', 0.0174629277658064, 0.0615769230769219, 0.0185860265956801, 0.0809038461538438, 0.03592728232673, 0.121480769230769, 0.154354123315886, 0.353846153846155, 0.239997153829278, 0.752423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 810, '2022-01-09 00:00:00', 0.0183227580221556, 0.059288461538461, 0.0324726216041476, 0.0898653846153852, 0.0355771750510823, 0.125346153846155, 0.160210630589379, 0.365884615384618, 0.241196775715151, 0.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 825, '2022-01-09 00:00:00', 0.0305604382268214, 0.0654038461538458, 0.0327309310309664, 0.090076923076923, 0.0485279182136815, 0.127826923076923, 0.161973316890824, 0.382346153846156, 0.241479625673441, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 840, '2022-01-09 00:00:00', 0.0229077497803706, 0.0627499999999996, 0.0267892917757484, 0.0878846153846147, 0.0545866847669478, 0.131115384615386, 0.163258809398311, 0.398673076923078, 0.241219185357665, 0.754846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 855, '2022-01-09 00:00:00', 0.0230336626567423, 0.0635192307692307, 0.0459478006504699, 0.0950961538461532, 0.0746786551730921, 0.150307692307694, 0.156701265273966, 0.393557692307693, 0.237406794666553, 0.752615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 870, '2022-01-09 00:00:00', 0.0358858071366116, 0.0666346153846138, 0.0408917943621202, 0.0936730769230771, 0.0668535368145582, 0.152153846153847, 0.149269994151022, 0.389634615384616, 0.235435883808343, 0.754346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 885, '2022-01-09 00:00:00', 0.0248434869966734, 0.0598269230769251, 0.0481518311817298, 0.106326923076925, 0.0560406994959926, 0.157500000000003, 0.149804304395383, 0.38848076923077, 0.236336794394389, 0.755403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 900, '2022-01-09 00:00:00', 0.0462796516175966, 0.0816153846153852, 0.0522314413120927, 0.110711538461537, 0.0679505589494192, 0.173038461538464, 0.147264978342286, 0.389576923076923, 0.236029013861889, 0.756346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 915, '2022-01-09 00:00:00', 0.020262773748923, 0.0704999999999999, 0.0457956833706484, 0.117730769230771, 0.0873364405397545, 0.183423076923078, 0.136380079754509, 0.383384615384614, 0.234971298574627, 0.755865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 930, '2022-01-09 00:00:00', 0.0372829565103665, 0.0858269230769251, 0.0619051663060885, 0.125980769230772, 0.0890160659656453, 0.176500000000003, 0.129782747460753, 0.377307692307691, 0.241413648361862, 0.75751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 945, '2022-01-09 00:00:00', 0.035588394824068, 0.0849230769230785, 0.0615325836135122, 0.127326923076924, 0.0730992818022174, 0.20025, 0.119659709818494, 0.358884615384614, 0.243940799880123, 0.753423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 960, '2022-01-09 00:00:00', 0.0600966273212125, 0.0932307692307695, 0.0632870536037679, 0.114365384615386, 0.0762035533191306, 0.216307692307694, 0.120063713854834, 0.349846153846153, 0.248328935084095, 0.759 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 975, '2022-01-09 00:00:00', 0.0202130289284292, 0.0644423076923093, 0.0621219767876065, 0.151999999999999, 0.0826178784897927, 0.222076923076923, 0.117685362791574, 0.342269230769229, 0.246224803474698, 0.758423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 990, '2022-01-09 00:00:00', 0.0529896651752446, 0.130730769230769, 0.0599707524869088, 0.173634615384615, 0.0935335234020398, 0.229500000000001, 0.116403993124739, 0.329480769230767, 0.248230913744564, 0.758057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1005, '2022-01-09 00:00:00', 0.0430141881780338, 0.105403846153848, 0.0717066567020437, 0.151269230769231, 0.100972105820597, 0.207884615384617, 0.111398826122801, 0.293961538461536, 0.238720209579203, 0.76053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1020, '2022-01-09 00:00:00', 0.046757035669678, 0.109403846153845, 0.0663242066263545, 0.143903846153846, 0.0964252999038023, 0.212461538461537, 0.101258974910868, 0.273999999999997, 0.230626775582075, 0.761480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1035, '2022-01-09 00:00:00', 0.0488948007303582, 0.089807692307691, 0.075701265104762, 0.137692307692308, 0.0856532926305909, 0.180442307692308, 0.0978642230534018, 0.252884615384613, 0.227503352468959, 0.770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1050, '2022-01-09 00:00:00', 0.0407579392926645, 0.100480769230771, 0.0483686524358645, 0.144057692307694, 0.0520784024332541, 0.160500000000002, 0.0834043187407902, 0.240596153846153, 0.226840381868295, 0.789173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1065, '2022-01-09 00:00:00', 0.0491865718072919, 0.100173076923077, 0.0482012487868874, 0.111096153846155, 0.0450533700609187, 0.136884615384615, 0.0915485327362153, 0.223423076923074, 0.219377918564852, 0.803634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1080, '2022-01-09 00:00:00', 0.0379780908500604, 0.0756538461538456, 0.0393409407028419, 0.0980192307692304, 0.055315625835185, 0.135461538461537, 0.0982067697024219, 0.213519230769227, 0.229914723321497, 0.815999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1095, '2022-01-09 00:00:00', 0.0244426172588265, 0.0706923076923091, 0.0368012959638024, 0.0938461538461543, 0.0631739265836783, 0.13025, 0.0992737803326657, 0.206211538461537, 0.233138100374337, 0.823076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1110, '2022-01-09 00:00:00', 0.0291684761343475, 0.0675000000000015, 0.0519423200808797, 0.0922307692307696, 0.0669720492788985, 0.124846153846153, 0.0955186429648478, 0.199634615384614, 0.233997320826215, 0.824384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1125, '2022-01-09 00:00:00', 0.0406487392178409, 0.0625000000000011, 0.0461086342656802, 0.0913846153846156, 0.0625540043605394, 0.11721153846154, 0.0909035499010654, 0.188153846153845, 0.234218057505263, 0.82653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1140, '2022-01-09 00:00:00', 0.0268598427740389, 0.0613653846153858, 0.0381891295447339, 0.0779807692307704, 0.0521422204537364, 0.100865384615384, 0.0898231103549985, 0.180365384615383, 0.251455863232194, 0.833134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1155, '2022-01-09 00:00:00', 0.0227346989965017, 0.051557692307692, 0.0423610488720282, 0.0739615384615391, 0.0435865231464952, 0.0982499999999974, 0.082437895039003, 0.167942307692307, 0.250576495306324, 0.835499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1170, '2022-01-09 00:00:00', 0.0295648179689716, 0.0514615384615399, 0.0310193302015661, 0.0631730769230769, 0.0459532747640304, 0.099288461538459, 0.0799491400829312, 0.16475, 0.247424957543464, 0.835519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1185, '2022-01-09 00:00:00', 0.0192274243244868, 0.0419230769230754, 0.0332458036681095, 0.0692884615384584, 0.0509660671427573, 0.0944999999999976, 0.0860099211629769, 0.163442307692308, 0.246716733397761, 0.835557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1200, '2022-01-09 00:00:00', 0.024089648271532, 0.052134615384614, 0.0420750062845638, 0.0723846153846139, 0.0558991158592524, 0.0921346153846153, 0.0839309537655802, 0.159750000000001, 0.243314655412415, 0.842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1215, '2022-01-09 00:00:00', 0.0250215906768516, 0.0469999999999976, 0.0317892821802951, 0.0629615384615358, 0.0437124872143121, 0.0851923076923062, 0.0759958298451045, 0.158615384615384, 0.238593169191023, 0.842096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1230, '2022-01-09 00:00:00', 0.0204100748123601, 0.0411346153846156, 0.0235417468798262, 0.0565769230769243, 0.0432125026423529, 0.0834038461538454, 0.0714138642001674, 0.156500000000001, 0.236989061740444, 0.842346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1245, '2022-01-09 00:00:00', 0.014480862702731, 0.0381538461538474, 0.0263808861459607, 0.056865384615385, 0.0381124500151038, 0.0763269230769235, 0.0697421211430969, 0.15271153846154, 0.237237472717821, 0.843038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1260, '2022-01-09 00:00:00', 0.0240539777615647, 0.0439230769230779, 0.0321714696825998, 0.0627884615384613, 0.0365058267214346, 0.0821538461538454, 0.070110045368252, 0.151538461538464, 0.237737829098811, 0.844346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1275, '2022-01-09 00:00:00', 0.0211188668839401, 0.0425576923076922, 0.0221564107757, 0.0540576923076935, 0.0322615274568052, 0.0796153846153844, 0.0712254087117361, 0.152326923076926, 0.237733740040926, 0.844365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1290, '2022-01-09 00:00:00', 0.0180486948175037, 0.037346153846154, 0.0263955415815736, 0.0612692307692282, 0.0395380245411362, 0.0826538461538462, 0.0734670412759777, 0.157884615384617, 0.238032319234175, 0.845749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1305, '2022-01-09 00:00:00', 0.0183937384830995, 0.0499807692307668, 0.0219330888069911, 0.0625961538461532, 0.0425720023561909, 0.0833461538461539, 0.0732023644006545, 0.159615384615386, 0.238410160470113, 0.847269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1320, '2022-01-09 00:00:00', 0.0171726526780227, 0.0440000000000008, 0.031276115241753, 0.0591538461538471, 0.0613192779324234, 0.0949230769230798, 0.0749219285964755, 0.157653846153847, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1335, '2022-01-09 00:00:00', 0.0293278811949427, 0.0432307692307696, 0.0438084861817727, 0.0607115384615392, 0.0622903993096367, 0.0929230769230773, 0.0737102670022193, 0.159211538461539, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1350, '2022-01-09 00:00:00', 0.0226826687481544, 0.0412884615384614, 0.0442831839936491, 0.0705961538461542, 0.0480269155306142, 0.0857307692307692, 0.0700989191181885, 0.160461538461539, 0.23995806684951, 0.850076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1365, '2022-01-09 00:00:00', 0.0331056815946473, 0.056884615384617, 0.0322786485752759, 0.0663653846153856, 0.0402369376797773, 0.0831346153846172, 0.0669796639631414, 0.160346153846155, 0.238893201113933, 0.84980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1380, '2022-01-09 00:00:00', 0.0183849436726414, 0.0401153846153832, 0.0282282455380043, 0.0554230769230759, 0.0278602073546876, 0.0741346153846163, 0.0769945552520522, 0.161307692307692, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1395, '2022-01-09 00:00:00', 0.0187287212590723, 0.0367500000000006, 0.0215077088147837, 0.0513076923076946, 0.0305393378095554, 0.083865384615385, 0.0711712371678338, 0.18275, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1410, '2022-01-09 00:00:00', 0.0112391657232148, 0.0323269230769244, 0.0169141838521607, 0.0515192307692319, 0.0326930479554211, 0.0831538461538458, 0.0737605481374599, 0.199038461538462, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 1, 1425, '2022-01-09 00:00:00', 0.0172133222109651, 0.0419615384615393, 0.0354395042507439, 0.0730384615384605, 0.0349663574575093, 0.0803846153846139, 0.0731410255286655, 0.21501923076923, 0.235962520654969, 0.848865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 0, '2022-01-09 00:00:00', 0.0376865411601474, 0.0608461538461531, 0.0369852205409364, 0.0694423076923064, 0.0332253436632126, 0.0802884615384607, 0.0764594638706339, 0.229019230769231, 0.236113359345758, 0.849038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 15, '2022-01-09 00:00:00', 0.0245206035814795, 0.0384999999999985, 0.023258083789052, 0.0505384615384607, 0.0294452817168491, 0.0762307692307709, 0.0776353012488527, 0.240499999999999, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 30, '2022-01-09 00:00:00', 0.015420615571869, 0.0323461538461531, 0.0223208767404321, 0.0508076923076922, 0.0462309295402322, 0.0841730769230771, 0.0804827549612575, 0.249576923076922, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 45, '2022-01-09 00:00:00', 0.0227480514803786, 0.0414230769230758, 0.028267676566382, 0.0628076923076932, 0.047224134149328, 0.0923269230769234, 0.0889764013657554, 0.259999999999998, 0.236543972981445, 0.849134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 60, '2022-01-09 00:00:00', 0.026253849534586, 0.0462307692307692, 0.041880526041809, 0.067538461538461, 0.045316922463231, 0.08678846153846, 0.0957168982749892, 0.274269230769229, 0.236167154786606, 0.848249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 75, '2022-01-09 00:00:00', 0.0237630935567037, 0.0392307692307707, 0.0280808448262131, 0.0550769230769243, 0.0296335114355355, 0.0762500000000012, 0.1035196673993, 0.280807692307691, 0.229836547271183, 0.844038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 90, '2022-01-09 00:00:00', 0.0126825288669701, 0.0359423076923082, 0.0190915204697301, 0.049384615384614, 0.0371071214396694, 0.0855384615384606, 0.107415891962752, 0.293423076923076, 0.229667924152711, 0.843346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 105, '2022-01-09 00:00:00', 0.0157805137870934, 0.0362307692307668, 0.0264703680483554, 0.0599038461538452, 0.0451616115063012, 0.0906346153846153, 0.118072938669932, 0.308826923076921, 0.229664840248032, 0.84332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 120, '2022-01-09 00:00:00', 0.0256275993053155, 0.0490769230769235, 0.0416142218663081, 0.0707884615384601, 0.0528899183355215, 0.110288461538462, 0.119402119553405, 0.321384615384613, 0.229547916901562, 0.842615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 135, '2022-01-09 00:00:00', 0.0280157098785661, 0.0454999999999992, 0.034435787511519, 0.0687884615384631, 0.0419919085612387, 0.139596153846154, 0.110787391673629, 0.325115384615384, 0.229490918204756, 0.84080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 150, '2022-01-09 00:00:00', 0.0265812904126202, 0.0492500000000007, 0.0370552238609407, 0.0835192307692306, 0.0388323467465733, 0.150634615384615, 0.113365243622276, 0.327961538461537, 0.229536710655315, 0.841192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 165, '2022-01-09 00:00:00', 0.0223663896195891, 0.0586538461538464, 0.032747571841871, 0.113288461538462, 0.0445680335597705, 0.161519230769231, 0.131944096553747, 0.34376923076923, 0.225302207302514, 0.838269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 180, '2022-01-09 00:00:00', 0.0300927093138203, 0.091134615384616, 0.0284764139920422, 0.121115384615386, 0.0530903040546522, 0.166596153846154, 0.126802438705013, 0.34303846153846, 0.218951122048173, 0.835076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 195, '2022-01-09 00:00:00', 0.0268760187642331, 0.0704038461538467, 0.0401235639570512, 0.110096153846155, 0.0525601926000454, 0.154076923076923, 0.1417687513035, 0.346173076923076, 0.213877122342569, 0.832788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 210, '2022-01-09 00:00:00', 0.034295486359222, 0.0775961538461532, 0.0432222343066799, 0.105692307692308, 0.0491077504457917, 0.147865384615384, 0.196249661440177, 0.359480769230768, 0.214383883758515, 0.830480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 225, '2022-01-09 00:00:00', 0.0216656143728679, 0.0691730769230754, 0.0389409809840501, 0.104999999999998, 0.0490392346847043, 0.15555769230769, 0.205237585589143, 0.381442307692307, 0.209843671666461, 0.82855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 240, '2022-01-09 00:00:00', 0.0410880714488361, 0.0829807692307697, 0.0457748713395658, 0.108173076923078, 0.0554475080941097, 0.168384615384615, 0.212365389944203, 0.392173076923076, 0.212494681381403, 0.830519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 255, '2022-01-09 00:00:00', 0.0277132847899016, 0.0701153846153833, 0.0449024069939049, 0.122615384615382, 0.0595221096607123, 0.172307692307691, 0.226552479911048, 0.408384615384614, 0.208684307950107, 0.833096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 270, '2022-01-09 00:00:00', 0.0479220721588712, 0.0957499999999992, 0.0492203874269775, 0.130942307692307, 0.0624718428881882, 0.175365384615385, 0.229868494177397, 0.405230769230769, 0.210340216170045, 0.831057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 285, '2022-01-09 00:00:00', 0.0316412158183199, 0.0844423076923075, 0.0415058290623612, 0.113423076923076, 0.0695992070025546, 0.157980769230768, 0.229831798027634, 0.393846153846153, 0.205571347337497, 0.821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 300, '2022-01-09 00:00:00', 0.0268527680853629, 0.0701346153846152, 0.0449882377790199, 0.103692307692307, 0.0648666205496958, 0.153461538461537, 0.225820817327502, 0.392807692307692, 0.202011374394156, 0.816653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 315, '2022-01-09 00:00:00', 0.0263113385912159, 0.0654423076923075, 0.0514042949417802, 0.0978076923076909, 0.0602261666872976, 0.150365384615385, 0.226323430922684, 0.398346153846154, 0.192379368796297, 0.809307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 330, '2022-01-09 00:00:00', 0.0518384621091922, 0.0713846153846152, 0.0614218703219482, 0.107884615384615, 0.0818613461897621, 0.156500000000001, 0.21647161565576, 0.408096153846153, 0.190692016088771, 0.801750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 345, '2022-01-09 00:00:00', 0.0313491013243775, 0.0666153846153835, 0.041315135055031, 0.0989038461538462, 0.108894580284718, 0.164019230769232, 0.211139858861371, 0.3975, 0.188128569989127, 0.793326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 360, '2022-01-09 00:00:00', 0.0314695029414922, 0.0649807692307701, 0.0462763937162851, 0.0952692307692304, 0.0991906575160266, 0.153442307692308, 0.204382560786986, 0.394365384615384, 0.188705207624524, 0.787346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 375, '2022-01-09 00:00:00', 0.0397608040469692, 0.059807692307692, 0.102625435443658, 0.114, 0.114458490964395, 0.156615384615386, 0.206987885189893, 0.409769230769232, 0.18501909360928, 0.779250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 390, '2022-01-09 00:00:00', 0.0963705608575585, 0.0857500000000001, 0.094425202388737, 0.105826923076925, 0.169368316217826, 0.166557692307694, 0.207927495684285, 0.416711538461539, 0.189174729976121, 0.77896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 405, '2022-01-09 00:00:00', 0.0320393267959602, 0.057461538461539, 0.0692320984915126, 0.090288461538462, 0.16478568949256, 0.175211538461539, 0.181940810324506, 0.399038461538462, 0.166796519286684, 0.764326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 420, '2022-01-09 00:00:00', 0.0682602485965416, 0.0661923076923084, 0.14550822472128, 0.106711538461539, 0.171907216700888, 0.186134615384615, 0.181647752955674, 0.398384615384616, 0.171572971692466, 0.765730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 435, '2022-01-09 00:00:00', 0.0829746856670064, 0.0690384615384616, 0.122575880737042, 0.132057692307693, 0.153712844165797, 0.186461538461537, 0.140084666706079, 0.380576923076923, 0.169011202405228, 0.757057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 450, '2022-01-09 00:00:00', 0.103534685752392, 0.0943653846153848, 0.107190063044038, 0.125980769230768, 0.133631859397952, 0.173076923076923, 0.136462150289149, 0.367961538461539, 0.172266538783988, 0.759403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 465, '2022-01-09 00:00:00', 0.0370190647348935, 0.0686346153846141, 0.0765848875431715, 0.11025, 0.0789756072370551, 0.152557692307693, 0.123066567352794, 0.346500000000002, 0.18155169638849, 0.745538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 480, '2022-01-09 00:00:00', 0.0498323072529636, 0.0791730769230784, 0.0698809014296142, 0.109903846153847, 0.0668756049577235, 0.152557692307695, 0.126284442369656, 0.345596153846156, 0.18760308755865, 0.739538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 495, '2022-01-09 00:00:00', 0.0450963583725073, 0.0718076923076914, 0.0416303328762175, 0.101769230769231, 0.0489813190449651, 0.152519230769232, 0.123041543953501, 0.334807692307694, 0.192846257018781, 0.735673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 510, '2022-01-09 00:00:00', 0.0405877255033896, 0.0697115384615374, 0.0392089079360599, 0.0994615384615395, 0.0718590714791536, 0.169115384615384, 0.125740644245941, 0.333019230769232, 0.19756890229448, 0.732634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 525, '2022-01-09 00:00:00', 0.0285421415831718, 0.0679230769230755, 0.0447340861261126, 0.117461538461537, 0.0681867937811557, 0.175326923076922, 0.12396564660607, 0.327192307692308, 0.204118841703703, 0.729307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 540, '2022-01-09 00:00:00', 0.0436527027976351, 0.0984615384615375, 0.0674119710893699, 0.137076923076921, 0.0825545810125265, 0.187326923076923, 0.125401989003977, 0.333173076923078, 0.202864021339039, 0.729634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 555, '2022-01-09 00:00:00', 0.0438632358762807, 0.0862115384615369, 0.0494173163359364, 0.121365384615384, 0.0855680925435297, 0.202538461538461, 0.119230036226033, 0.321692307692308, 0.205601553608317, 0.722826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 570, '2022-01-09 00:00:00', 0.0280554738934231, 0.0839807692307712, 0.0552909124540353, 0.124250000000001, 0.0743997234279374, 0.210173076923078, 0.110346091910858, 0.316500000000001, 0.2088595488692, 0.712134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 585, '2022-01-09 00:00:00', 0.0311998582343923, 0.0796346153846152, 0.067431917231666, 0.155788461538462, 0.0775005409410404, 0.207576923076923, 0.106779312314986, 0.313692307692308, 0.209302093965782, 0.704057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 600, '2022-01-09 00:00:00', 0.0598666980754863, 0.127692307692307, 0.0631013379109661, 0.162326923076922, 0.0797635471975661, 0.198788461538462, 0.107942415203662, 0.312750000000001, 0.212967860522155, 0.696519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 615, '2022-01-09 00:00:00', 0.037267742289875, 0.103230769230768, 0.0557616493520536, 0.136692307692307, 0.0845662530436682, 0.188865384615385, 0.0971721470064648, 0.309884615384615, 0.211356745447486, 0.690423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 630, '2022-01-09 00:00:00', 0.0553530382739178, 0.0956730769230768, 0.0607334656194894, 0.127576923076923, 0.0778624329284544, 0.188538461538462, 0.099614373769744, 0.311788461538462, 0.214262628206959, 0.695576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 645, '2022-01-09 00:00:00', 0.0377048915414673, 0.0876730769230774, 0.0618599907980783, 0.136461538461539, 0.0604428783105296, 0.177192307692309, 0.0945768389276059, 0.304038461538463, 0.217708023420217, 0.692788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 660, '2022-01-09 00:00:00', 0.0378959303680695, 0.102192307692308, 0.0485011221123178, 0.136173076923078, 0.0680830714303097, 0.17223076923077, 0.0923499031693295, 0.290730769230771, 0.227045194586044, 0.692903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 675, '2022-01-09 00:00:00', 0.0381872310515535, 0.0872307692307703, 0.0539505186401251, 0.117538461538464, 0.0627777428711799, 0.154250000000002, 0.114200080829824, 0.29146153846154, 0.226409452948889, 0.699096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 690, '2022-01-09 00:00:00', 0.0389663760380466, 0.0810384615384632, 0.0544519018527795, 0.108519230769231, 0.0524168975984482, 0.147134615384618, 0.102529824929139, 0.291250000000002, 0.225108238068165, 0.701826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 705, '2022-01-09 00:00:00', 0.0367640972438312, 0.0713269230769204, 0.0380313028964302, 0.0999999999999992, 0.0384013471318175, 0.137788461538461, 0.0920004703165244, 0.309557692307692, 0.230463502867257, 0.709615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 720, '2022-01-09 00:00:00', 0.0282595388932954, 0.0743076923076924, 0.0342296823509392, 0.103134615384616, 0.048693341828854, 0.143192307692309, 0.093043994970122, 0.31575, 0.229780996904578, 0.706557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974395, 2, 735, '2022-01-09 00:00:00', 0.0187966854688637, 0.067153846153846, 0.0284901062449082, 0.100615384615384, 0.0569055256205752, 0.140826923076922, 0.110209648118763, 0.318557692307691, 0.233095055717619, 0.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-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 974[...];
Date: 2022-01-09 14:58:45 Duration: 10s892ms 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 974390, 5, 900, '2022-01-09 00:00:00', 0.0293872004426685, 0.0681296296296291, 0.0372831144994708, 0.0961296296296297, 0.0948102693777799, 0.18588888888889, 0.227146707615644, 0.446870370370371, 0.349652343615786, 0.830370370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 915, '2022-01-09 00:00:00', 0.0251951500103814, 0.0682592592592594, 0.0988058219734071, 0.152925925925926, 0.0914947455405966, 0.190833333333334, 0.216834793415005, 0.443092592592593, 0.348199751509916, 0.831481481481483 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 930, '2022-01-09 00:00:00', 0.100554874389723, 0.137425925925926, 0.0943719606216119, 0.153981481481482, 0.0981166234379881, 0.208555555555555, 0.209212275818788, 0.438759259259261, 0.345333896395937, 0.826833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 945, '2022-01-09 00:00:00', 0.048439163536365, 0.0929444444444466, 0.0572637534954499, 0.134314814814817, 0.104367079002372, 0.215111111111112, 0.203620089936238, 0.427944444444446, 0.344376815458941, 0.823444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 960, '2022-01-09 00:00:00', 0.0474230821219875, 0.0974444444444439, 0.0835080135022283, 0.149629629629629, 0.112534211322374, 0.253111111111112, 0.20057232214405, 0.422277777777778, 0.362297910069911, 0.836111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 975, '2022-01-09 00:00:00', 0.0502239216677899, 0.093833333333334, 0.079728309127645, 0.164759259259261, 0.11523501935874, 0.255574074074076, 0.196765886531595, 0.402722222222223, 0.378926249505234, 0.835777777777779 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 990, '2022-01-09 00:00:00', 0.0558611552061775, 0.134240740740741, 0.0797223324100609, 0.195351851851852, 0.101507687104526, 0.258814814814816, 0.189747027573385, 0.389629629629631, 0.384463157553059, 0.830648148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1005, '2022-01-09 00:00:00', 0.0465537323960168, 0.119666666666666, 0.07435258077435, 0.171037037037036, 0.0924280539484362, 0.236814814814815, 0.161596978107059, 0.356888888888889, 0.363905845497794, 0.805814814814816 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1020, '2022-01-09 00:00:00', 0.070784437623581, 0.127074074074074, 0.067448640374133, 0.168629629629631, 0.112095029256636, 0.25525925925926, 0.164232675783087, 0.340555555555556, 0.362563840532311, 0.807666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1035, '2022-01-09 00:00:00', 0.0400385053271453, 0.109796296296296, 0.0694018912359207, 0.156240740740741, 0.093095075164817, 0.225407407407408, 0.150218297943482, 0.314462962962962, 0.36304971679661, 0.795407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1050, '2022-01-09 00:00:00', 0.0507999960742083, 0.111203703703706, 0.0843287134304323, 0.173296296296299, 0.0873191089087989, 0.206370370370373, 0.138922940270256, 0.293111111111112, 0.362196592743324, 0.782611111111113 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1065, '2022-01-09 00:00:00', 0.0641594068487192, 0.122277777777778, 0.0634833917307598, 0.151222222222224, 0.0804444031260221, 0.185925925925926, 0.120715144084724, 0.273629629629629, 0.374986179232495, 0.779666666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1080, '2022-01-09 00:00:00', 0.0425322987710125, 0.107351851851853, 0.0501313729954067, 0.132407407407409, 0.100517138621705, 0.172814814814815, 0.130818799889611, 0.252407407407407, 0.373431205692047, 0.770666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1095, '2022-01-09 00:00:00', 0.0396719004663202, 0.0879259259259268, 0.0759146835189952, 0.118592592592593, 0.0946533862720369, 0.157574074074075, 0.117671832893051, 0.241111111111112, 0.373447545296953, 0.768870370370372 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1110, '2022-01-09 00:00:00', 0.0516817251284314, 0.0834074074074078, 0.0742635399225169, 0.114351851851853, 0.073492838382032, 0.138296296296298, 0.107283297117752, 0.227074074074075, 0.380742174281171, 0.76375925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1125, '2022-01-09 00:00:00', 0.0435886544610034, 0.0770185185185199, 0.041130265230712, 0.100611111111112, 0.0455264864519661, 0.124240740740742, 0.0904946914122, 0.207407407407409, 0.379134307814294, 0.757851851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1140, '2022-01-09 00:00:00', 0.0255046501541813, 0.0645555555555564, 0.033049992349501, 0.0805740740740762, 0.0439813561251787, 0.113074074074075, 0.0786481127620099, 0.201444444444446, 0.379691179431249, 0.75675925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1155, '2022-01-09 00:00:00', 0.0243689295896378, 0.0489629629629646, 0.0294347387648309, 0.0713333333333339, 0.0485169148405073, 0.112055555555556, 0.116333520069403, 0.22025925925926, 0.383010453019899, 0.752240740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1170, '2022-01-09 00:00:00', 0.0255771554945203, 0.0550370370370367, 0.0455822024422604, 0.0807777777777782, 0.0547045548294516, 0.11262962962963, 0.115345662228243, 0.225277777777779, 0.38316855432778, 0.752222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1185, '2022-01-09 00:00:00', 0.036641259651272, 0.0582037037037053, 0.0438237128307024, 0.0840370370370383, 0.051478904760374, 0.108907407407408, 0.116864018063513, 0.219222222222224, 0.380495488740099, 0.748981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1200, '2022-01-09 00:00:00', 0.0289932894534815, 0.054439999999999, 0.0368719292506752, 0.0711800000000011, 0.047772132741452, 0.104520000000001, 0.117541279982821, 0.206840000000002, 0.389847253207372, 0.73788 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1215, '2022-01-09 00:00:00', 0.0306578293426019, 0.0470600000000013, 0.0377383204890392, 0.068420000000001, 0.045757904599462, 0.0901600000000008, 0.137640134650714, 0.225340000000002, 0.389223819500639, 0.737160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1230, '2022-01-09 00:00:00', 0.0255175919710313, 0.0497200000000004, 0.0342647413531768, 0.0700200000000012, 0.0410180549677004, 0.0877199999999999, 0.161343727282262, 0.238440000000001, 0.387416374847527, 0.735980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1245, '2022-01-09 00:00:00', 0.0200964756445822, 0.0474200000000008, 0.0209364116632548, 0.0573999999999995, 0.0352121901240657, 0.0857400000000007, 0.17136479850502, 0.243960000000001, 0.384112096268785, 0.73496 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1260, '2022-01-09 00:00:00', 0.00952505468050712, 0.0376800000000003, 0.0201763681898733, 0.0562600000000009, 0.0380536572924774, 0.0893200000000007, 0.17149435607817, 0.246220000000001, 0.381544986425803, 0.733080000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1275, '2022-01-09 00:00:00', 0.0209665010592293, 0.0426400000000001, 0.0249982832743906, 0.0608199999999999, 0.0390916870958533, 0.0949200000000002, 0.170372941415784, 0.250720000000001, 0.379976394003628, 0.734680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1290, '2022-01-09 00:00:00', 0.0156258866415101, 0.038719999999999, 0.0380880886892467, 0.0678399999999999, 0.0404077859659088, 0.090680000000001, 0.169800004907733, 0.252900000000001, 0.376833436901062, 0.734780000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1305, '2022-01-09 00:00:00', 0.0362889675613215, 0.0554199999999997, 0.0346890953086615, 0.0755999999999995, 0.0400006041621058, 0.0900600000000009, 0.168458780813981, 0.261560000000001, 0.377230701958365, 0.73426 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1320, '2022-01-09 00:00:00', 0.0221890175537359, 0.0515399999999988, 0.0348389509026902, 0.0637599999999986, 0.0482892586399933, 0.0860399999999999, 0.15975619967104, 0.26172, 0.37775693463743, 0.73002 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1335, '2022-01-09 00:00:00', 0.0281124972209896, 0.0414999999999986, 0.0311234102673018, 0.0574000000000001, 0.110222056171469, 0.147120000000002, 0.155304587826631, 0.279839999999999, 0.376157742842017, 0.72622 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1350, '2022-01-09 00:00:00', 0.014672337918684, 0.0375600000000003, 0.0277265215993658, 0.0580200000000013, 0.108424897202319, 0.151900000000002, 0.14707728410601, 0.285459999999999, 0.373641511567796, 0.723000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 5, 1365, '2022-01-09 00:00:00', 0.0262476189396303, 0.0437000000000018, 0.105316459618934, 0.132660000000003, 0.108529654165731, 0.149460000000003, 0.148286513210069, 0.296159999999999, 0.373404898646675, 0.721980000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 0, '2022-01-09 00:00:00', 0.0664758012798414, 0.0824791666666691, 0.0871492945875134, 0.108229166666667, 0.077022571037814, 0.133208333333334, 0.119276343063043, 0.312458333333333, 0.347593588169045, 0.737791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 15, '2022-01-09 00:00:00', 0.0502506579378668, 0.064958333333332, 0.0516319147385145, 0.0855625000000024, 0.0982129359967494, 0.157958333333333, 0.121737509775056, 0.324270833333333, 0.350020783544411, 0.733625 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 30, '2022-01-09 00:00:00', 0.0349355514286409, 0.055916666666669, 0.0384893877713646, 0.0852916666666659, 0.117343412466468, 0.176541666666665, 0.117151238109462, 0.332770833333332, 0.34806683255883, 0.730708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 45, '2022-01-09 00:00:00', 0.0360152380693009, 0.0684791666666662, 0.0886276177021903, 0.141562500000001, 0.116360709711195, 0.179354166666666, 0.114918715365707, 0.3355625, 0.347377221950016, 0.728270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 60, '2022-01-09 00:00:00', 0.0828403585216794, 0.11425, 0.105628478094761, 0.140846153846153, 0.111635597093676, 0.161057692307691, 0.11337144023756, 0.326211538461538, 0.330586606830018, 0.726269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 75, '2022-01-09 00:00:00', 0.0354681005108275, 0.0606153846153822, 0.0424112466941711, 0.0774230769230744, 0.0514939167430325, 0.121288461538461, 0.111778346946777, 0.308826923076921, 0.331049117898748, 0.713038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 90, '2022-01-09 00:00:00', 0.029904617600734, 0.0506153846153831, 0.0365550427963933, 0.0806346153846151, 0.0582716615385344, 0.121942307692307, 0.117561173928237, 0.311019230769229, 0.327899987097381, 0.710692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 105, '2022-01-09 00:00:00', 0.0318881699790904, 0.058846153846155, 0.0457980726836659, 0.0932884615384632, 0.0576984868485759, 0.120346153846154, 0.115905825499049, 0.308596153846153, 0.323882378935033, 0.704153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 120, '2022-01-09 00:00:00', 0.0447461042567248, 0.0720769230769229, 0.0515137210997054, 0.0912884615384613, 0.0528346331636587, 0.121538461538461, 0.113113387631787, 0.309461538461538, 0.321869560297576, 0.701923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 135, '2022-01-09 00:00:00', 0.0434224197674609, 0.0575576923076906, 0.0473732681842994, 0.0839423076923073, 0.0505225654077925, 0.141019230769229, 0.11657010601087, 0.31401923076923, 0.318869424083567, 0.697980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 150, '2022-01-09 00:00:00', 0.0349982636931988, 0.0585384615384601, 0.0422266093649693, 0.0860576923076917, 0.0480788974979174, 0.150096153846153, 0.124761292074107, 0.315499999999999, 0.316794933064571, 0.69601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 165, '2022-01-09 00:00:00', 0.0233842567027151, 0.0607884615384605, 0.0309254500620183, 0.11328846153846, 0.058403427849873, 0.164403846153844, 0.127943911990313, 0.311269230769229, 0.310616580987905, 0.691903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 180, '2022-01-09 00:00:00', 0.0293347326297937, 0.095057692307692, 0.0392179315345161, 0.123384615384615, 0.0639168720954166, 0.182442307692306, 0.121565847936893, 0.302846153846154, 0.301109780644868, 0.6905 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 195, '2022-01-09 00:00:00', 0.0310390324987989, 0.0821923076923072, 0.044443152972691, 0.117423076923077, 0.0828132212595595, 0.18298076923077, 0.110409282288153, 0.28048076923077, 0.291745036870318, 0.675057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 210, '2022-01-09 00:00:00', 0.0324198004549436, 0.080711538461538, 0.0562701621985049, 0.122365384615383, 0.0734440865295082, 0.170076923076921, 0.104332058647083, 0.262038461538461, 0.28171667231731, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 225, '2022-01-09 00:00:00', 0.0360551713990579, 0.0766538461538432, 0.0511000112900806, 0.115865384615383, 0.0561915029163681, 0.152749999999997, 0.0894583981524371, 0.245249999999999, 0.264211843908516, 0.663961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 240, '2022-01-09 00:00:00', 0.0318585093088918, 0.0792307692307704, 0.0346323326031993, 0.10753846153846, 0.0602237622410101, 0.147192307692308, 0.0868190093505767, 0.243403846153847, 0.259065714858961, 0.664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 255, '2022-01-09 00:00:00', 0.0303852697105794, 0.0722307692307687, 0.0385617038005333, 0.10275, 0.0578234847152567, 0.144653846153847, 0.0962338118254783, 0.245057692307693, 0.250882930866171, 0.66275 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 270, '2022-01-09 00:00:00', 0.0297088953267972, 0.0725384615384614, 0.0585511774827425, 0.107903846153847, 0.0661048147903125, 0.138942307692308, 0.102648948063102, 0.237942307692309, 0.239685572878623, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 285, '2022-01-09 00:00:00', 0.0405643126595115, 0.0727115384615402, 0.0410392495058092, 0.0955000000000018, 0.049483143983196, 0.133807692307694, 0.100845123065786, 0.232826923076924, 0.238051171777447, 0.659596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 300, '2022-01-09 00:00:00', 0.0220329560850575, 0.061865384615386, 0.0337056546271688, 0.0906346153846153, 0.0456025808986215, 0.128653846153847, 0.101624701721578, 0.233000000000001, 0.232621925846675, 0.665403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 315, '2022-01-09 00:00:00', 0.0262255673840483, 0.0589038461538465, 0.0369934505637887, 0.0883461538461532, 0.0560070222245515, 0.122557692307692, 0.108045054704757, 0.233576923076922, 0.22850432078056, 0.666230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 330, '2022-01-09 00:00:00', 0.0242174841480611, 0.0575576923076928, 0.0363739128835705, 0.0828076923076931, 0.0485750806642486, 0.117538461538461, 0.116529007613488, 0.23651923076923, 0.227356968562318, 0.665134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 345, '2022-01-09 00:00:00', 0.0269383626936647, 0.0538461538461552, 0.0386010163277907, 0.0815384615384612, 0.0389303717700433, 0.110423076923077, 0.120307792765057, 0.23425, 0.237697830157406, 0.672961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 360, '2022-01-09 00:00:00', 0.0244061546462235, 0.0610961538461543, 0.0330980420057645, 0.0790961538461538, 0.0406783064468587, 0.108269230769232, 0.117050508492964, 0.238307692307693, 0.240793126179683, 0.68401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 375, '2022-01-09 00:00:00', 0.0172976765892014, 0.0460192307692313, 0.0259734553845907, 0.0675961538461547, 0.0373965701841566, 0.0972884615384637, 0.110388128193905, 0.245673076923078, 0.24330203214555, 0.683673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 390, '2022-01-09 00:00:00', 0.0193304064981726, 0.0467692307692289, 0.0264673674259747, 0.0683076923076905, 0.0539122399403386, 0.100980769230768, 0.103543911160732, 0.264692307692307, 0.247609382200768, 0.689115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 405, '2022-01-09 00:00:00', 0.0149919465560182, 0.0475384615384606, 0.0185267062953426, 0.0653269230769235, 0.0477448547368842, 0.0971346153846146, 0.10165397756038, 0.274365384615383, 0.244614959602921, 0.705538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 420, '2022-01-09 00:00:00', 0.0209080404114352, 0.0463846153846155, 0.0441184812138335, 0.0745961538461531, 0.0533312147015111, 0.107461538461538, 0.102232632529178, 0.279134615384614, 0.242940847501229, 0.710346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 435, '2022-01-09 00:00:00', 0.03626212264142, 0.0553076923076913, 0.0399574629594229, 0.0713269230769226, 0.0653822723562076, 0.117192307692307, 0.115082253193097, 0.30475, 0.244981154691225, 0.713115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 450, '2022-01-09 00:00:00', 0.0245646165167566, 0.0465961538461539, 0.0338777950876392, 0.0777500000000001, 0.0525934369991601, 0.10948076923077, 0.111378460837192, 0.309307692307691, 0.25443323213642, 0.726480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 465, '2022-01-09 00:00:00', 0.0323862803335969, 0.0561346153846161, 0.0492003166031092, 0.0881346153846164, 0.0502763325570261, 0.11548076923077, 0.118698506244248, 0.313653846153846, 0.245391602263685, 0.742461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 480, '2022-01-09 00:00:00', 0.0317808844336414, 0.0632307692307689, 0.0368734478160922, 0.079865384615385, 0.055304597110353, 0.126461538461538, 0.121801578870657, 0.315730769230768, 0.25205478342248, 0.749423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 495, '2022-01-09 00:00:00', 0.0259273318808836, 0.0535576923076917, 0.0300463040092348, 0.0794038461538449, 0.0821157812997071, 0.140692307692306, 0.121812726693953, 0.320903846153845, 0.251280925383401, 0.764788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 510, '2022-01-09 00:00:00', 0.0278287344580835, 0.0555384615384605, 0.0592405818545153, 0.0945576923076923, 0.0874747084326929, 0.14876923076923, 0.125098836310152, 0.326173076923076, 0.258012510132002, 0.769153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 525, '2022-01-09 00:00:00', 0.0325569560096672, 0.0653461538461543, 0.053142117151884, 0.106230769230768, 0.062814366313645, 0.14526923076923, 0.111342370468473, 0.31878846153846, 0.252181241295897, 0.767961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 540, '2022-01-09 00:00:00', 0.0354048019342008, 0.0839999999999977, 0.0505907258147326, 0.112307692307691, 0.0545542249650608, 0.149211538461537, 0.115340772696191, 0.319423076923074, 0.252104600543872, 0.76951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 555, '2022-01-09 00:00:00', 0.0334779835804885, 0.0723461538461539, 0.0403227793990158, 0.102057692307693, 0.0528757651335806, 0.162057692307693, 0.118225965194428, 0.319673076923077, 0.256129997041767, 0.780846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 570, '2022-01-09 00:00:00', 0.0272353559804999, 0.0742307692307684, 0.0430836440498639, 0.108096153846153, 0.0639531439053972, 0.18726923076923, 0.117744679775286, 0.318019230769229, 0.256221379639981, 0.779653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 585, '2022-01-09 00:00:00', 0.0322227642895729, 0.0780576923076923, 0.0548054636523938, 0.130826923076923, 0.0717590868006365, 0.182442307692308, 0.114237451759988, 0.309653846153845, 0.245547880337952, 0.778692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 1, 600, '2022-01-09 00:00:00', 0.0549512091278744, 0.112346153846154, 0.0645654736265061, 0.156403846153846, 0.0707861459717794, 0.182038461538461, 0.11940652765303, 0.310673076923076, 0.241195271193599, 0.779173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 615, '2022-01-09 00:00:00', 0.0427256768411953, 0.102788461538462, 0.0470261138583121, 0.129346153846154, 0.072959303724746, 0.191000000000002, 0.11354860023525, 0.296730769230769, 0.246538847773608, 0.781288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 630, '2022-01-09 00:00:00', 0.0304556423975284, 0.0868846153846154, 0.0357053755918328, 0.114576923076924, 0.069662971623272, 0.177980769230772, 0.112658880970559, 0.285211538461539, 0.241108004046703, 0.778519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 645, '2022-01-09 00:00:00', 0.0294442955164754, 0.0825576923076924, 0.0676557462452384, 0.143000000000003, 0.0709772254914339, 0.173057692307694, 0.126556969537288, 0.284942307692308, 0.236819591347831, 0.772826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 660, '2022-01-09 00:00:00', 0.0674802107743738, 0.101326923076925, 0.0603259384191744, 0.125826923076925, 0.0753154698584574, 0.157500000000001, 0.123746044225822, 0.27971153846154, 0.233822023046458, 0.770038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 675, '2022-01-09 00:00:00', 0.0288729911056073, 0.0744807692307701, 0.0621602674234435, 0.113173076923076, 0.0873666390299228, 0.163519230769229, 0.134194424107483, 0.286711538461538, 0.232504335774295, 0.766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 690, '2022-01-09 00:00:00', 0.0432052213724937, 0.0831346153846133, 0.0527745568067967, 0.112423076923075, 0.0822053549631375, 0.164096153846152, 0.124160801444679, 0.280769230769231, 0.231418841896279, 0.760403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 705, '2022-01-09 00:00:00', 0.03396765429731, 0.0743076923076924, 0.0557851372541255, 0.110807692307692, 0.0671791634362924, 0.154999999999999, 0.110663564985884, 0.275769230769232, 0.230635207299652, 0.756326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 720, '2022-01-09 00:00:00', 0.0392197605217654, 0.0770192307692301, 0.0512378916277959, 0.109307692307692, 0.0610000283732613, 0.150211538461536, 0.105672325538031, 0.282096153846155, 0.241880851151649, 0.755884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 735, '2022-01-09 00:00:00', 0.0331291644697186, 0.0713076923076928, 0.0398695420667882, 0.100096153846154, 0.0560747577929536, 0.134038461538463, 0.119017839645351, 0.285615384615386, 0.249744216842261, 0.754423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 750, '2022-01-09 00:00:00', 0.0246577807972682, 0.0668846153846145, 0.0352112744182005, 0.0945769230769221, 0.0552334242451624, 0.131865384615384, 0.120882084948675, 0.291538461538463, 0.247339859613946, 0.757384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 765, '2022-01-09 00:00:00', 0.0245611403518771, 0.0624807692307664, 0.0435478516647522, 0.0918461538461546, 0.0415727721545633, 0.123153846153844, 0.122331449192505, 0.314288461538463, 0.241111309277559, 0.754288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 780, '2022-01-09 00:00:00', 0.040382364772452, 0.0706538461538479, 0.039436263085564, 0.0996730769230773, 0.0442288802272224, 0.129923076923077, 0.142952278212535, 0.340423076923078, 0.241700358836181, 0.754711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 795, '2022-01-09 00:00:00', 0.0174629277658064, 0.0615769230769219, 0.0185860265956801, 0.0809038461538438, 0.03592728232673, 0.121480769230769, 0.154354123315886, 0.353846153846155, 0.239997153829278, 0.752423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 810, '2022-01-09 00:00:00', 0.0183227580221556, 0.059288461538461, 0.0324726216041476, 0.0898653846153852, 0.0355771750510823, 0.125346153846155, 0.160210630589379, 0.365884615384618, 0.241196775715151, 0.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 825, '2022-01-09 00:00:00', 0.0305604382268214, 0.0654038461538458, 0.0327309310309664, 0.090076923076923, 0.0485279182136815, 0.127826923076923, 0.161973316890824, 0.382346153846156, 0.241479625673441, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 840, '2022-01-09 00:00:00', 0.0229077497803706, 0.0627499999999996, 0.0267892917757484, 0.0878846153846147, 0.0545866847669478, 0.131115384615386, 0.163258809398311, 0.398673076923078, 0.241219185357665, 0.754846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 855, '2022-01-09 00:00:00', 0.0230336626567423, 0.0635192307692307, 0.0459478006504699, 0.0950961538461532, 0.0746786551730921, 0.150307692307694, 0.156701265273966, 0.393557692307693, 0.237406794666553, 0.752615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 870, '2022-01-09 00:00:00', 0.0358858071366116, 0.0666346153846138, 0.0408917943621202, 0.0936730769230771, 0.0668535368145582, 0.152153846153847, 0.149269994151022, 0.389634615384616, 0.235435883808343, 0.754346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 885, '2022-01-09 00:00:00', 0.0248434869966734, 0.0598269230769251, 0.0481518311817298, 0.106326923076925, 0.0560406994959926, 0.157500000000003, 0.149804304395383, 0.38848076923077, 0.236336794394389, 0.755403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 900, '2022-01-09 00:00:00', 0.0462796516175966, 0.0816153846153852, 0.0522314413120927, 0.110711538461537, 0.0679505589494192, 0.173038461538464, 0.147264978342286, 0.389576923076923, 0.236029013861889, 0.756346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 915, '2022-01-09 00:00:00', 0.020262773748923, 0.0704999999999999, 0.0457956833706484, 0.117730769230771, 0.0873364405397545, 0.183423076923078, 0.136380079754509, 0.383384615384614, 0.234971298574627, 0.755865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 930, '2022-01-09 00:00:00', 0.0372829565103665, 0.0858269230769251, 0.0619051663060885, 0.125980769230772, 0.0890160659656453, 0.176500000000003, 0.129782747460753, 0.377307692307691, 0.241413648361862, 0.75751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 945, '2022-01-09 00:00:00', 0.035588394824068, 0.0849230769230785, 0.0615325836135122, 0.127326923076924, 0.0730992818022174, 0.20025, 0.119659709818494, 0.358884615384614, 0.243940799880123, 0.753423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 960, '2022-01-09 00:00:00', 0.0600966273212125, 0.0932307692307695, 0.0632870536037679, 0.114365384615386, 0.0762035533191306, 0.216307692307694, 0.120063713854834, 0.349846153846153, 0.248328935084095, 0.759 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 975, '2022-01-09 00:00:00', 0.0202130289284292, 0.0644423076923093, 0.0621219767876065, 0.151999999999999, 0.0826178784897927, 0.222076923076923, 0.117685362791574, 0.342269230769229, 0.246224803474698, 0.758423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 990, '2022-01-09 00:00:00', 0.0529896651752446, 0.130730769230769, 0.0599707524869088, 0.173634615384615, 0.0935335234020398, 0.229500000000001, 0.116403993124739, 0.329480769230767, 0.248230913744564, 0.758057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1005, '2022-01-09 00:00:00', 0.0430141881780338, 0.105403846153848, 0.0717066567020437, 0.151269230769231, 0.100972105820597, 0.207884615384617, 0.111398826122801, 0.293961538461536, 0.238720209579203, 0.76053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1020, '2022-01-09 00:00:00', 0.046757035669678, 0.109403846153845, 0.0663242066263545, 0.143903846153846, 0.0964252999038023, 0.212461538461537, 0.101258974910868, 0.273999999999997, 0.230626775582075, 0.761480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1035, '2022-01-09 00:00:00', 0.0488948007303582, 0.089807692307691, 0.075701265104762, 0.137692307692308, 0.0856532926305909, 0.180442307692308, 0.0978642230534018, 0.252884615384613, 0.227503352468959, 0.770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1050, '2022-01-09 00:00:00', 0.0407579392926645, 0.100480769230771, 0.0483686524358645, 0.144057692307694, 0.0520784024332541, 0.160500000000002, 0.0834043187407902, 0.240596153846153, 0.226840381868295, 0.789173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1065, '2022-01-09 00:00:00', 0.0491865718072919, 0.100173076923077, 0.0482012487868874, 0.111096153846155, 0.0450533700609187, 0.136884615384615, 0.0915485327362153, 0.223423076923074, 0.219377918564852, 0.803634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1080, '2022-01-09 00:00:00', 0.0379780908500604, 0.0756538461538456, 0.0393409407028419, 0.0980192307692304, 0.055315625835185, 0.135461538461537, 0.0982067697024219, 0.213519230769227, 0.229847852686546, 0.816153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1095, '2022-01-09 00:00:00', 0.0244426172588265, 0.0706923076923091, 0.0368012959638024, 0.0938461538461543, 0.0631739265836783, 0.13025, 0.0992737803326657, 0.206211538461537, 0.233138100374337, 0.823076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1110, '2022-01-09 00:00:00', 0.0291684761343475, 0.0675000000000015, 0.0519423200808797, 0.0922307692307696, 0.0669720492788985, 0.124846153846153, 0.0955186429648478, 0.199634615384614, 0.233997320826215, 0.824384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1125, '2022-01-09 00:00:00', 0.0406487392178409, 0.0625000000000011, 0.0461086342656802, 0.0913846153846156, 0.0625540043605394, 0.11721153846154, 0.0909035499010654, 0.188153846153845, 0.234218057505263, 0.82653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1140, '2022-01-09 00:00:00', 0.0268598427740389, 0.0613653846153858, 0.0381891295447339, 0.0779807692307704, 0.0521422204537364, 0.100865384615384, 0.0898231103549985, 0.180365384615383, 0.251455863232194, 0.833134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1155, '2022-01-09 00:00:00', 0.0227346989965017, 0.051557692307692, 0.0423610488720282, 0.0739615384615391, 0.0435865231464952, 0.0982499999999974, 0.082437895039003, 0.167942307692307, 0.250576495306324, 0.835499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1170, '2022-01-09 00:00:00', 0.0295648179689716, 0.0514615384615399, 0.0310193302015661, 0.0631730769230769, 0.0459532747640304, 0.099288461538459, 0.0799491400829312, 0.16475, 0.247424957543464, 0.835519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1185, '2022-01-09 00:00:00', 0.0192274243244868, 0.0419230769230754, 0.0332458036681095, 0.0692884615384584, 0.0509660671427573, 0.0944999999999976, 0.0860099211629769, 0.163442307692308, 0.246716733397761, 0.835557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1200, '2022-01-09 00:00:00', 0.024089648271532, 0.052134615384614, 0.0420750062845638, 0.0723846153846139, 0.0558991158592524, 0.0921346153846153, 0.0839309537655802, 0.159750000000001, 0.243314655412415, 0.842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1215, '2022-01-09 00:00:00', 0.0250215906768516, 0.0469999999999976, 0.0317892821802951, 0.0629615384615358, 0.0437124872143121, 0.0851923076923062, 0.0759958298451045, 0.158615384615384, 0.238593169191023, 0.842096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1230, '2022-01-09 00:00:00', 0.0204100748123601, 0.0411346153846156, 0.0235417468798262, 0.0565769230769243, 0.0432125026423529, 0.0834038461538454, 0.0714138642001674, 0.156500000000001, 0.236989061740444, 0.842346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1245, '2022-01-09 00:00:00', 0.014480862702731, 0.0381538461538474, 0.0263808861459607, 0.056865384615385, 0.0381124500151038, 0.0763269230769235, 0.0697421211430969, 0.15271153846154, 0.237237472717821, 0.843038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1260, '2022-01-09 00:00:00', 0.0240539777615647, 0.0439230769230779, 0.0321714696825998, 0.0627884615384613, 0.0365058267214346, 0.0821538461538454, 0.070110045368252, 0.151538461538464, 0.237737829098811, 0.844346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1275, '2022-01-09 00:00:00', 0.0211188668839401, 0.0425576923076922, 0.0221564107757, 0.0540576923076935, 0.0322615274568052, 0.0796153846153844, 0.0712254087117361, 0.152326923076926, 0.237733740040926, 0.844365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1290, '2022-01-09 00:00:00', 0.0180486948175037, 0.037346153846154, 0.0263955415815736, 0.0612692307692282, 0.0395380245411362, 0.0826538461538462, 0.0734670412759777, 0.157884615384617, 0.238032319234175, 0.845749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1305, '2022-01-09 00:00:00', 0.0183937384830995, 0.0499807692307668, 0.0219330888069911, 0.0625961538461532, 0.0425720023561909, 0.0833461538461539, 0.0732023644006545, 0.159615384615386, 0.238410160470113, 0.847269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1320, '2022-01-09 00:00:00', 0.0171726526780227, 0.0440000000000008, 0.031276115241753, 0.0591538461538471, 0.0613192779324234, 0.0949230769230798, 0.0749219285964755, 0.157653846153847, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1335, '2022-01-09 00:00:00', 0.0293278811949427, 0.0432307692307696, 0.0438084861817727, 0.0607115384615392, 0.0622903993096367, 0.0929230769230773, 0.0737102670022193, 0.159211538461539, 0.23987046584483, 0.849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1350, '2022-01-09 00:00:00', 0.0226826687481544, 0.0412884615384614, 0.0442831839936491, 0.0705961538461542, 0.0480269155306142, 0.0857307692307692, 0.0700989191181885, 0.160461538461539, 0.23995806684951, 0.850076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1365, '2022-01-09 00:00:00', 0.0331056815946473, 0.056884615384617, 0.0322786485752759, 0.0663653846153856, 0.0402369376797773, 0.0831346153846172, 0.0669796639631414, 0.160346153846155, 0.238893201113933, 0.84980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1380, '2022-01-09 00:00:00', 0.0183849436726414, 0.0401153846153832, 0.0282282455380043, 0.0554230769230759, 0.0278401757288889, 0.0741538461538471, 0.0769945552520522, 0.161307692307692, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1395, '2022-01-09 00:00:00', 0.0187287212590723, 0.0367500000000006, 0.0215077088147837, 0.0513076923076946, 0.0305393378095554, 0.083865384615385, 0.0711712371678338, 0.18275, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1410, '2022-01-09 00:00:00', 0.0112391657232148, 0.0323269230769244, 0.0168759729064292, 0.0515384615384628, 0.0326930479554211, 0.0831538461538458, 0.0737605481374599, 0.199038461538462, 0.236404829607051, 0.849711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 1, 1425, '2022-01-09 00:00:00', 0.0171816650934842, 0.0419807692307702, 0.0354395042507439, 0.0730384615384605, 0.0349663574575093, 0.0803846153846139, 0.0731410255286655, 0.21501923076923, 0.235962520654969, 0.848865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 0, '2022-01-09 00:00:00', 0.0376865411601474, 0.0608461538461531, 0.0369852205409364, 0.0694423076923064, 0.0332253436632126, 0.0802884615384607, 0.0764594638706339, 0.229019230769231, 0.236113359345758, 0.849038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 15, '2022-01-09 00:00:00', 0.0245206035814795, 0.0384999999999985, 0.023258083789052, 0.0505384615384607, 0.0294452817168491, 0.0762307692307709, 0.0776353012488527, 0.240499999999999, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 30, '2022-01-09 00:00:00', 0.015420615571869, 0.0323461538461531, 0.0223208767404321, 0.0508076923076922, 0.0462309295402322, 0.0841730769230771, 0.0804827549612575, 0.249576923076922, 0.236546095686688, 0.849153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 45, '2022-01-09 00:00:00', 0.0227480514803786, 0.0414230769230758, 0.028267676566382, 0.0628076923076932, 0.047224134149328, 0.0923269230769234, 0.0889764013657554, 0.259999999999998, 0.236543972981445, 0.849134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 60, '2022-01-09 00:00:00', 0.026253849534586, 0.0462307692307692, 0.041880526041809, 0.067538461538461, 0.045316922463231, 0.08678846153846, 0.0957168982749892, 0.274269230769229, 0.236167154786606, 0.848249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 75, '2022-01-09 00:00:00', 0.0237630935567037, 0.0392307692307707, 0.0280808448262131, 0.0550769230769243, 0.0296335114355355, 0.0762500000000012, 0.1035196673993, 0.280807692307691, 0.229836547271183, 0.844038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 90, '2022-01-09 00:00:00', 0.0126825288669701, 0.0359423076923082, 0.0190915204697301, 0.049384615384614, 0.0371071214396694, 0.0855384615384606, 0.107415891962752, 0.293423076923076, 0.229667924152711, 0.843346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 105, '2022-01-09 00:00:00', 0.0157805137870934, 0.0362307692307668, 0.0264703680483554, 0.0599038461538452, 0.0451616115063012, 0.0906346153846153, 0.118072938669932, 0.308826923076921, 0.229664840248032, 0.84332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 120, '2022-01-09 00:00:00', 0.0256275993053155, 0.0490769230769235, 0.0416142218663081, 0.0707884615384601, 0.0528899183355215, 0.110288461538462, 0.119402119553405, 0.321384615384613, 0.229547916901562, 0.842615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 135, '2022-01-09 00:00:00', 0.0280157098785661, 0.0454999999999992, 0.034435787511519, 0.0687884615384631, 0.0419919085612387, 0.139596153846154, 0.110787391673629, 0.325115384615384, 0.229490918204756, 0.84080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 150, '2022-01-09 00:00:00', 0.0265812904126202, 0.0492500000000007, 0.0370552238609407, 0.0835192307692306, 0.0388323467465733, 0.150634615384615, 0.113365243622276, 0.327961538461537, 0.229536710655315, 0.841192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 165, '2022-01-09 00:00:00', 0.0223663896195891, 0.0586538461538464, 0.032747571841871, 0.113288461538462, 0.0445680335597705, 0.161519230769231, 0.131944096553747, 0.34376923076923, 0.225302207302514, 0.838269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 180, '2022-01-09 00:00:00', 0.0300927093138203, 0.091134615384616, 0.0284764139920422, 0.121115384615386, 0.0530903040546522, 0.166596153846154, 0.126802438705013, 0.34303846153846, 0.218951122048173, 0.835076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 195, '2022-01-09 00:00:00', 0.0268760187642331, 0.0704038461538467, 0.0401235639570512, 0.110096153846155, 0.0525601926000454, 0.154076923076923, 0.1417687513035, 0.346173076923076, 0.213877122342569, 0.832788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 210, '2022-01-09 00:00:00', 0.034295486359222, 0.0775961538461532, 0.0432222343066799, 0.105692307692308, 0.0491077504457917, 0.147865384615384, 0.196249661440177, 0.359480769230768, 0.214383883758515, 0.830480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 225, '2022-01-09 00:00:00', 0.0216656143728679, 0.0691730769230754, 0.0389409809840501, 0.104999999999998, 0.0490392346847043, 0.15555769230769, 0.205237585589143, 0.381442307692307, 0.209843671666461, 0.82855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 240, '2022-01-09 00:00:00', 0.0410880714488361, 0.0829807692307697, 0.0457748713395658, 0.108173076923078, 0.0554475080941097, 0.168384615384615, 0.212365389944203, 0.392173076923076, 0.212494681381403, 0.830519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 255, '2022-01-09 00:00:00', 0.0277132847899016, 0.0701153846153833, 0.0449024069939049, 0.122615384615382, 0.0595221096607123, 0.172307692307691, 0.226552479911048, 0.408384615384614, 0.208684307950107, 0.833096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 270, '2022-01-09 00:00:00', 0.0479220721588712, 0.0957499999999992, 0.0492397314558718, 0.130865384615384, 0.0624718428881882, 0.175365384615385, 0.229868494177397, 0.405230769230769, 0.210340216170045, 0.831057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 285, '2022-01-09 00:00:00', 0.0317696577546264, 0.0843653846153846, 0.0415058290623612, 0.113423076923076, 0.0695992070025546, 0.157980769230768, 0.229831798027634, 0.393846153846153, 0.205571347337497, 0.821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 300, '2022-01-09 00:00:00', 0.0268527680853629, 0.0701346153846152, 0.0449882377790199, 0.103692307692307, 0.0648666205496958, 0.153461538461537, 0.225820817327502, 0.392807692307692, 0.202011374394156, 0.816653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 315, '2022-01-09 00:00:00', 0.0263113385912159, 0.0654423076923075, 0.0514042949417802, 0.0978076923076909, 0.0602261666872976, 0.150365384615385, 0.226323430922684, 0.398346153846154, 0.192379368796297, 0.809307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 330, '2022-01-09 00:00:00', 0.0518384621091922, 0.0713846153846152, 0.0614218703219482, 0.107884615384615, 0.0818613461897621, 0.156500000000001, 0.21647161565576, 0.408096153846153, 0.190692016088771, 0.801750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 345, '2022-01-09 00:00:00', 0.0313491013243775, 0.0666153846153835, 0.041315135055031, 0.0989038461538462, 0.108894580284718, 0.164019230769232, 0.211139858861371, 0.3975, 0.188128569989127, 0.793326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 360, '2022-01-09 00:00:00', 0.0314695029414922, 0.0649807692307701, 0.0462763937162851, 0.0952692307692304, 0.0991906575160266, 0.153442307692308, 0.204382560786986, 0.394365384615384, 0.188705207624524, 0.787346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 375, '2022-01-09 00:00:00', 0.0397608040469692, 0.059807692307692, 0.102625435443658, 0.114, 0.114458490964395, 0.156615384615386, 0.206987885189893, 0.409769230769232, 0.18501909360928, 0.779250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 390, '2022-01-09 00:00:00', 0.0963705608575585, 0.0857500000000001, 0.094425202388737, 0.105826923076925, 0.169368316217826, 0.166557692307694, 0.207927495684285, 0.416711538461539, 0.189174729976121, 0.77896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 405, '2022-01-09 00:00:00', 0.0320393267959602, 0.057461538461539, 0.0692320984915126, 0.090288461538462, 0.16478568949256, 0.175211538461539, 0.181940810324506, 0.399038461538462, 0.166796519286684, 0.764326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 420, '2022-01-09 00:00:00', 0.0682602485965416, 0.0661923076923084, 0.14550822472128, 0.106711538461539, 0.171907216700888, 0.186134615384615, 0.181647752955674, 0.398384615384616, 0.171572971692466, 0.765730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 435, '2022-01-09 00:00:00', 0.0829746856670064, 0.0690384615384616, 0.122575880737042, 0.132057692307693, 0.153712844165797, 0.186461538461537, 0.140084666706079, 0.380576923076923, 0.169011202405228, 0.757057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 450, '2022-01-09 00:00:00', 0.103534685752392, 0.0943653846153848, 0.107190063044038, 0.125980769230768, 0.133631859397952, 0.173076923076923, 0.136462150289149, 0.367961538461539, 0.172266538783988, 0.759403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 465, '2022-01-09 00:00:00', 0.0370190647348935, 0.0686346153846141, 0.0765848875431715, 0.11025, 0.0789756072370551, 0.152557692307693, 0.123066567352794, 0.346500000000002, 0.18155169638849, 0.745538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 480, '2022-01-09 00:00:00', 0.0498323072529636, 0.0791730769230784, 0.0698809014296142, 0.109903846153847, 0.0668756049577235, 0.152557692307695, 0.126284442369656, 0.345596153846156, 0.18760308755865, 0.739538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 495, '2022-01-09 00:00:00', 0.0450963583725073, 0.0718076923076914, 0.0416303328762175, 0.101769230769231, 0.0489813190449651, 0.152519230769232, 0.123041543953501, 0.334807692307694, 0.192846257018781, 0.735673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 510, '2022-01-09 00:00:00', 0.0405877255033896, 0.0697115384615374, 0.0392089079360599, 0.0994615384615395, 0.0718590714791536, 0.169115384615384, 0.125740644245941, 0.333019230769232, 0.19756890229448, 0.732634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 525, '2022-01-09 00:00:00', 0.0285421415831718, 0.0679230769230755, 0.0447340861261126, 0.117461538461537, 0.0681867937811557, 0.175326923076922, 0.12396564660607, 0.327192307692308, 0.204118841703703, 0.729307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 540, '2022-01-09 00:00:00', 0.0436527027976351, 0.0984615384615375, 0.0674119710893699, 0.137076923076921, 0.0825545810125265, 0.187326923076923, 0.125401989003977, 0.333173076923078, 0.202864021339039, 0.729634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 555, '2022-01-09 00:00:00', 0.0438632358762807, 0.0862115384615369, 0.0494173163359364, 0.121365384615384, 0.0855680925435297, 0.202538461538461, 0.119230036226033, 0.321692307692308, 0.205601553608317, 0.722826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 570, '2022-01-09 00:00:00', 0.0280554738934231, 0.0839807692307712, 0.0552909124540353, 0.124250000000001, 0.0743997234279374, 0.210173076923078, 0.110346091910858, 0.316500000000001, 0.2088595488692, 0.712134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 585, '2022-01-09 00:00:00', 0.0311998582343923, 0.0796346153846152, 0.067431917231666, 0.155788461538462, 0.0775005409410404, 0.207576923076923, 0.106779312314986, 0.313692307692308, 0.209302093965782, 0.704057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 600, '2022-01-09 00:00:00', 0.0598666980754863, 0.127692307692307, 0.0631013379109661, 0.162326923076922, 0.0797635471975661, 0.198788461538462, 0.107942415203662, 0.312750000000001, 0.212967860522155, 0.696519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 615, '2022-01-09 00:00:00', 0.037267742289875, 0.103230769230768, 0.0557616493520536, 0.136692307692307, 0.0845662530436682, 0.188865384615385, 0.0971721470064648, 0.309884615384615, 0.211356745447486, 0.690423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 630, '2022-01-09 00:00:00', 0.0553530382739178, 0.0956730769230768, 0.0607334656194894, 0.127576923076923, 0.0778624329284544, 0.188538461538462, 0.099614373769744, 0.311788461538462, 0.214262628206959, 0.695576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 645, '2022-01-09 00:00:00', 0.0377048915414673, 0.0876730769230774, 0.0618599907980783, 0.136461538461539, 0.0604428783105296, 0.177192307692309, 0.0945768389276059, 0.304038461538463, 0.217708023420217, 0.692788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 660, '2022-01-09 00:00:00', 0.0378959303680695, 0.102192307692308, 0.0485011221123178, 0.136173076923078, 0.0680830714303097, 0.17223076923077, 0.0923499031693295, 0.290730769230771, 0.227045194586044, 0.692903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 675, '2022-01-09 00:00:00', 0.0381872310515535, 0.0872307692307703, 0.0539505186401251, 0.117538461538464, 0.0627777428711799, 0.154250000000002, 0.114200080829824, 0.29146153846154, 0.226409452948889, 0.699096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 690, '2022-01-09 00:00:00', 0.0389663760380466, 0.0810384615384632, 0.0544519018527795, 0.108519230769231, 0.0524168975984482, 0.147134615384618, 0.102529824929139, 0.291250000000002, 0.225108238068165, 0.701826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 705, '2022-01-09 00:00:00', 0.0367640972438312, 0.0713269230769204, 0.0380313028964302, 0.0999999999999992, 0.0384013471318175, 0.137788461538461, 0.0920004703165244, 0.309557692307692, 0.230463502867257, 0.709615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 720, '2022-01-09 00:00:00', 0.0282595388932954, 0.0743076923076924, 0.0342296823509392, 0.103134615384616, 0.048693341828854, 0.143192307692309, 0.093043994970122, 0.31575, 0.229780996904578, 0.706557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974390, 2, 735, '2022-01-09 00:00:00', 0.0187966854688637, 0.067153846153846, 0.0284901062449082, 0.100615384615384, 0.0569055256205752, 0.140826923076922, 0.110209648118763, 0.318557692307691, 0.233095055717619, 0.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-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 974[...];
Date: 2022-01-09 14:58:33 Duration: 10s679ms 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 960544, 5, 870, '2022-01-09 00:00:00', 0.0587305712555233, 0.125, 0.0670195838198407, 0.155230769230769, 0.0697515701505098, 0.199192307692309, 0.130818517861138, 0.287730769230769, 0.298094646817985, 0.695538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 885, '2022-01-09 00:00:00', 0.0345545722233446, 0.0884615384615384, 0.0422056685948501, 0.147038461538461, 0.0698594192757033, 0.188538461538461, 0.114248420288691, 0.269692307692306, 0.294708575741163, 0.685230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 900, '2022-01-09 00:00:00', 0.0364124450407566, 0.117884615384616, 0.0394757374364787, 0.133423076923079, 0.0772231531641592, 0.188153846153847, 0.112656400685379, 0.254769230769231, 0.295691869246454, 0.680192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 915, '2022-01-09 00:00:00', 0.0273088602133786, 0.0685769230769269, 0.0627638921183683, 0.125115384615386, 0.0787017446781502, 0.164730769230771, 0.0998907095087126, 0.241076923076924, 0.291290278165691, 0.682884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 930, '2022-01-09 00:00:00', 0.0480284691214912, 0.0994230769230778, 0.0622812973532183, 0.124000000000002, 0.0653734361483789, 0.151615384615385, 0.0931382760283778, 0.231538461538462, 0.29104093552943, 0.683115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 945, '2022-01-09 00:00:00', 0.0451646560248841, 0.0723846153846156, 0.0641282968863092, 0.110961538461537, 0.0655794526920166, 0.14123076923077, 0.0955627623002885, 0.221807692307691, 0.291993572110494, 0.682615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 960, '2022-01-09 00:00:00', 0.0510883397806056, 0.0864615384615392, 0.0502139576060432, 0.0978076923076936, 0.0725912900051749, 0.130153846153848, 0.0980196212696533, 0.219384615384616, 0.294423277194324, 0.679884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 975, '2022-01-09 00:00:00', 0.0253095603706136, 0.0505769230769252, 0.0436333147244864, 0.0888846153846168, 0.0550648848038509, 0.115692307692308, 0.0845401315716628, 0.207076923076923, 0.296664246893042, 0.677346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 990, '2022-01-09 00:00:00', 0.0370663645993952, 0.068346153846155, 0.048599841721806, 0.0842307692307713, 0.0524755181012995, 0.109000000000001, 0.0882133515099361, 0.200346153846153, 0.30352114360516, 0.673269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1005, '2022-01-09 00:00:00', 0.0313075316571204, 0.0458076923076951, 0.0365077863138601, 0.0695384615384635, 0.043094761416424, 0.102961538461541, 0.0768657170755511, 0.185538461538463, 0.304026962367081, 0.670076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1020, '2022-01-09 00:00:00', 0.0251209994901584, 0.0527692307692324, 0.0314358932530194, 0.0668461538461555, 0.0521366990191675, 0.103346153846154, 0.0722198353320236, 0.187769230769232, 0.300357123335641, 0.669807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1035, '2022-01-09 00:00:00', 0.01664507319114, 0.0365384615384611, 0.0257981513947135, 0.0697692307692305, 0.0484540861180827, 0.0940384615384607, 0.119084068559213, 0.217153846153847, 0.295632838812969, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1050, '2022-01-09 00:00:00', 0.0286639951050886, 0.0622307692307696, 0.0510258607133535, 0.0790384615384618, 0.0545419528013507, 0.100230769230769, 0.119422842809136, 0.225153846153847, 0.294684950413149, 0.6685 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1065, '2022-01-09 00:00:00', 0.0349052343440863, 0.0408461538461532, 0.0331640444782301, 0.0594230769230764, 0.0500388310753229, 0.0947307692307695, 0.12799305269608, 0.233692307692307, 0.289481913876391, 0.666461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1080, '2022-01-09 00:00:00', 0.0236100369790878, 0.045923076923077, 0.0402171796433013, 0.0633076923076934, 0.0505465664967999, 0.0953461538461544, 0.133767191562288, 0.236692307692308, 0.292080402523794, 0.665192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1095, '2022-01-09 00:00:00', 0.0371302281995912, 0.0425769230769241, 0.0498552520186792, 0.0738846153846178, 0.0505895702233645, 0.101230769230771, 0.143977562354481, 0.261538461538461, 0.290779355949067, 0.665923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1110, '2022-01-09 00:00:00', 0.0339458392148419, 0.0590000000000024, 0.0388455917704951, 0.0735000000000011, 0.0366224185228335, 0.098807692307693, 0.138041220153759, 0.257538461538461, 0.288115663205969, 0.665653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1125, '2022-01-09 00:00:00', 0.0197710355356971, 0.0394230769230777, 0.021192596675399, 0.0676153846153872, 0.0261100628994919, 0.0928461538461539, 0.146839781866023, 0.266192307692307, 0.286612222617679, 0.664615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1140, '2022-01-09 00:00:00', 0.0173480213901715, 0.0520769230769247, 0.0227873109089578, 0.0666923076923069, 0.0364666338536366, 0.0958461538461535, 0.14802004542005, 0.267423076923076, 0.285485165989408, 0.6635 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1155, '2022-01-09 00:00:00', 0.0176052876672353, 0.0351153846153834, 0.0243737879383068, 0.0621923076923062, 0.0331907540415406, 0.0931153846153832, 0.15007692899105, 0.275730769230769, 0.281170848691407, 0.661384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1170, '2022-01-09 00:00:00', 0.0180483112357236, 0.0496923076923061, 0.0259371132964668, 0.0714230769230764, 0.0339346203977365, 0.0909615384615366, 0.148540639349849, 0.277192307692307, 0.279653455878192, 0.661153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1185, '2022-01-09 00:00:00', 0.0217705870738126, 0.0480384615384619, 0.0285579841994918, 0.0690384615384621, 0.0335772816969126, 0.0870769230769235, 0.141659358484196, 0.290576923076924, 0.281193445596006, 0.661076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1200, '2022-01-09 00:00:00', 0.019203244918101, 0.0512692307692307, 0.0291661816809494, 0.0648846153846153, 0.0427319372546858, 0.101461538461539, 0.140890644991618, 0.296423076923077, 0.283502934457748, 0.658076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1215, '2022-01-09 00:00:00', 0.0219363063997025, 0.0331923076923077, 0.0214181806309139, 0.0554615384615387, 0.120440709958819, 0.150269230769232, 0.13869958682208, 0.311846153846156, 0.282413098955304, 0.656038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1230, '2022-01-09 00:00:00', 0.0190240738175421, 0.0453461538461534, 0.0396150903648515, 0.0816538461538458, 0.120591873689729, 0.155000000000001, 0.138444990464139, 0.316153846153847, 0.281899873113732, 0.654461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 5, 1245, '2022-01-09 00:00:00', 0.0337141148254185, 0.0638076923076925, 0.115581233504672, 0.133692307692309, 0.115946804779009, 0.162307692307693, 0.136506635510739, 0.321307692307693, 0.281361164014127, 0.652769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 0, 1320, '2022-01-09 00:00:00', 0.0691385921720722, 0.101666666666668, 0.0921403702298127, 0.127750000000001, 0.0886443390216193, 0.146916666666667, 0.124660204823619, 0.308416666666667, 0.213166699244197, 0.626708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1335, '2022-01-09 00:00:00', 0.0460772177979539, 0.0488799999999998, 0.0524463853219035, 0.07904, 0.109396099869542, 0.148439999999999, 0.117978274836231, 0.31296, 0.207568880133799, 0.623439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1350, '2022-01-09 00:00:00', 0.037914948679031, 0.0597199999999998, 0.0447092458745052, 0.0840000000000003, 0.10558514731407, 0.146159999999998, 0.115080073571985, 0.310439999999999, 0.207452259568314, 0.62324 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1365, '2022-01-09 00:00:00', 0.0292314328534672, 0.0456800000000004, 0.0993334955255927, 0.116319999999999, 0.103097090162621, 0.136479999999997, 0.108891429108691, 0.305519999999998, 0.207555398227395, 0.613919999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1380, '2022-01-09 00:00:00', 0.0951392582561916, 0.103961538461537, 0.0944174771956972, 0.110499999999998, 0.0992701055008693, 0.135076923076921, 0.107105670323212, 0.305769230769229, 0.251488091169343, 0.640499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1395, '2022-01-09 00:00:00', 0.019587594190045, 0.0380769230769207, 0.0340360894436378, 0.0721538461538442, 0.0406349792477037, 0.139192307692308, 0.0871385192579098, 0.290192307692306, 0.251737910106156, 0.634153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1410, '2022-01-09 00:00:00', 0.0338175193558686, 0.0647692307692285, 0.0325936520483062, 0.0751153846153836, 0.0467717205814972, 0.157076923076923, 0.0920230071566534, 0.292923076923075, 0.252491303734481, 0.633461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 0, 1425, '2022-01-09 00:00:00', 0.0220240777332435, 0.0424999999999996, 0.0367866196410513, 0.121153846153847, 0.0552900185733926, 0.177115384615386, 0.0923979770008305, 0.290884615384614, 0.253427264637288, 0.631461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 0 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 0, '2022-01-09 00:00:00', 0.0356598459809433, 0.111230769230771, 0.0353785897879587, 0.136730769230772, 0.0553564672060869, 0.184461538461541, 0.0848790995384692, 0.287692307692307, 0.249751929229478, 0.627884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 15, '2022-01-09 00:00:00', 0.0366246659212926, 0.0663846153846148, 0.0493412606243498, 0.117999999999999, 0.0618927732826305, 0.174653846153846, 0.0671775603560028, 0.263769230769228, 0.23670052484424, 0.638538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 30, '2022-01-09 00:00:00', 0.0429064277056649, 0.091192307692307, 0.0477367138181265, 0.117923076923077, 0.0544835896253301, 0.163692307692306, 0.0630309447811148, 0.255499999999997, 0.235115133825635, 0.637615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 45, '2022-01-09 00:00:00', 0.0209184497145828, 0.0636923076923085, 0.0430942616204892, 0.122346153846154, 0.050046332379258, 0.160653846153846, 0.0597420738225206, 0.243653846153844, 0.230121977688757, 0.630730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 60, '2022-01-09 00:00:00', 0.0356682146800416, 0.0966923076923092, 0.0351949515610502, 0.11173076923077, 0.0551492101903129, 0.153653846153847, 0.060102028635928, 0.234423076923076, 0.226834839950535, 0.62826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 75, '2022-01-09 00:00:00', 0.0217190805868581, 0.0550384615384609, 0.04916197717749, 0.105499999999999, 0.0592270208604152, 0.144999999999999, 0.0676211619129813, 0.224692307692306, 0.224969061120721, 0.622961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 90, '2022-01-09 00:00:00', 0.0477250458354944, 0.0970000000000008, 0.0590213129692617, 0.117653846153848, 0.0528559726630207, 0.143923076923077, 0.0685440341341589, 0.222730769230769, 0.221903028023851, 0.622076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 105, '2022-01-09 00:00:00', 0.0280150783576381, 0.05373076923077, 0.0291578199037312, 0.0935384615384627, 0.0411280925888841, 0.128000000000002, 0.0750414859619981, 0.214230769230771, 0.218279725264485, 0.622961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 120, '2022-01-09 00:00:00', 0.0260702010850585, 0.0748461538461549, 0.0307469323047662, 0.0915769230769236, 0.0471050054501809, 0.126192307692309, 0.0829234308541051, 0.217153846153846, 0.21873965206294, 0.623653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 135, '2022-01-09 00:00:00', 0.0192988241969463, 0.0472692307692318, 0.0402626186622084, 0.0830384615384623, 0.0462396599668107, 0.123884615384615, 0.103749728451915, 0.218384615384615, 0.219138368651829, 0.61876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 150, '2022-01-09 00:00:00', 0.0261599811808903, 0.0632307692307694, 0.0350567890933932, 0.0815384615384617, 0.0432203833678241, 0.117192307692308, 0.103218722213486, 0.217230769230769, 0.219271763238787, 0.616884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 165, '2022-01-09 00:00:00', 0.0243245048965348, 0.0508076923076922, 0.0309634275582299, 0.0845769230769214, 0.0421047959994334, 0.113576923076923, 0.102081212013544, 0.219423076923077, 0.21387421177304, 0.625538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 180, '2022-01-09 00:00:00', 0.0233837879408267, 0.0671923076923061, 0.0281226981964084, 0.0813846153846154, 0.0497119239681548, 0.113346153846154, 0.100765080948024, 0.223807692307692, 0.214979072326732, 0.632192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 195, '2022-01-09 00:00:00', 0.0237064418379358, 0.0433461538461537, 0.039808561120211, 0.0768076923076923, 0.0507489295074671, 0.104576923076923, 0.0969724782526547, 0.235307692307693, 0.215438329565921, 0.639923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 210, '2022-01-09 00:00:00', 0.0284864610216567, 0.0600384615384618, 0.034029421659227, 0.0728076923076934, 0.0407914772395484, 0.101230769230769, 0.0955812984604453, 0.24276923076923, 0.217687100780349, 0.643923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 225, '2022-01-09 00:00:00', 0.0174613419168865, 0.0365384615384611, 0.0263458944400476, 0.0668846153846145, 0.0443655444963947, 0.0913076923076899, 0.0958402597273988, 0.254346153846153, 0.216407962316192, 0.660615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 240, '2022-01-09 00:00:00', 0.021472271923075, 0.0545384615384612, 0.0270757342396367, 0.068846153846153, 0.0419893026670087, 0.0913076923076916, 0.0980887274947454, 0.258038461538461, 0.21626025987222, 0.6615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 255, '2022-01-09 00:00:00', 0.0123440424746257, 0.0328461538461533, 0.0245543980080666, 0.0539615384615376, 0.0354143821284282, 0.0904615384615375, 0.0902745555769471, 0.270846153846153, 0.225958624531129, 0.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 270, '2022-01-09 00:00:00', 0.0200717175686049, 0.0469230769230769, 0.0216696881522396, 0.0608461538461541, 0.0407086647363349, 0.0926538461538458, 0.0845168713243777, 0.274692307692308, 0.227960185457562, 0.669615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 285, '2022-01-09 00:00:00', 0.0131087756865381, 0.0340000000000011, 0.0256877103210542, 0.0655384615384607, 0.0452258605395023, 0.0984615384615407, 0.0967700287358564, 0.278961538461539, 0.227661709222596, 0.675576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 300, '2022-01-09 00:00:00', 0.0213822715926433, 0.0541923076923068, 0.0289430209470008, 0.0644615384615385, 0.0444495911549947, 0.107384615384617, 0.104019199411233, 0.286923076923078, 0.223996483488881, 0.679769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 315, '2022-01-09 00:00:00', 0.0167004836410856, 0.0348846153846153, 0.0343965338146383, 0.0708076923076954, 0.0590654395890358, 0.125615384615385, 0.1102981414168, 0.308000000000001, 0.220015849079455, 0.694576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 330, '2022-01-09 00:00:00', 0.0341831267418039, 0.0613846153846177, 0.0371894319149118, 0.0815769230769234, 0.057231580846188, 0.127423076923076, 0.119738124511531, 0.314461538461539, 0.224693760825365, 0.701384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 345, '2022-01-09 00:00:00', 0.0264175058509432, 0.0462692307692303, 0.0555474156429916, 0.100346153846154, 0.0573797739760142, 0.130038461538462, 0.122016165385514, 0.319769230769232, 0.231000659339719, 0.707230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 360, '2022-01-09 00:00:00', 0.046322498271939, 0.0824230769230775, 0.0450583894689816, 0.0934615384615387, 0.0489572655093604, 0.128423076923077, 0.123385325146627, 0.32146153846154, 0.231487843176401, 0.710692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 375, '2022-01-09 00:00:00', 0.0213280602457463, 0.0506153846153842, 0.0363618565998051, 0.0912307692307703, 0.0658264501432478, 0.156192307692309, 0.133286827787066, 0.324538461538463, 0.246370181137747, 0.728115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 390, '2022-01-09 00:00:00', 0.0333744490015034, 0.0765769230769214, 0.0479128214733659, 0.0980384615384602, 0.0707447959488642, 0.163115384615382, 0.132786288680492, 0.326038461538463, 0.254709415126034, 0.733615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 405, '2022-01-09 00:00:00', 0.0264350874058309, 0.0574230769230751, 0.0559873612111218, 0.12476923076923, 0.0716747890447936, 0.166346153846153, 0.135937134791729, 0.32123076923077, 0.274853090829376, 0.742307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 420, '2022-01-09 00:00:00', 0.0448403835844434, 0.1095, 0.0462023142943489, 0.127423076923076, 0.0656092863971134, 0.166538461538461, 0.132731585714005, 0.320923076923078, 0.283979189378376, 0.7485 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 435, '2022-01-09 00:00:00', 0.0241710888968931, 0.0648076923076929, 0.0518867553872409, 0.111346153846153, 0.0554216980557687, 0.17326923076923, 0.121983132503575, 0.310730769230769, 0.291707841196263, 0.750769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 450, '2022-01-09 00:00:00', 0.0427688599873258, 0.0908461538461525, 0.0502268699157964, 0.115538461538462, 0.0672581707933055, 0.173307692307692, 0.121126050047048, 0.304, 0.288069468117567, 0.750538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 465, '2022-01-09 00:00:00', 0.0241268442898082, 0.062230769230769, 0.049778153997356, 0.124230769230769, 0.0670995127805295, 0.16376923076923, 0.133545641866511, 0.304038461538462, 0.283983837568266, 0.7445 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 480, '2022-01-09 00:00:00', 0.0503124392020652, 0.0996923076923071, 0.0635072860750256, 0.126846153846153, 0.0773439968333258, 0.169423076923076, 0.13078560847668, 0.308653846153846, 0.28347854619679, 0.744384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 495, '2022-01-09 00:00:00', 0.0315518864485372, 0.0708076923076943, 0.0562331000253537, 0.112807692307694, 0.0828348960281839, 0.186500000000001, 0.155246583017025, 0.310692307692308, 0.282221767682519, 0.747384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 510, '2022-01-09 00:00:00', 0.0450645519910484, 0.088576923076923, 0.0571196854117601, 0.116538461538461, 0.0880655437728061, 0.183499999999998, 0.145031837353577, 0.300076923076922, 0.278395501732006, 0.747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 525, '2022-01-09 00:00:00', 0.0309004605392609, 0.0609615384615393, 0.0580420007077113, 0.124076923076925, 0.0718715199826449, 0.161653846153846, 0.122883365588927, 0.281807692307692, 0.269455625003734, 0.746576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 540, '2022-01-09 00:00:00', 0.0515195556598131, 0.0997692307692305, 0.0605303356876653, 0.119807692307692, 0.0613853528006615, 0.154192307692307, 0.120983463587131, 0.279038461538461, 0.267254361697154, 0.752423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 555, '2022-01-09 00:00:00', 0.0279404036092201, 0.0571153846153857, 0.0391028623780139, 0.0970769230769231, 0.0544195242113028, 0.143730769230768, 0.127044316919485, 0.270461538461538, 0.265324370419419, 0.758307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 570, '2022-01-09 00:00:00', 0.0339198149486977, 0.0790769230769219, 0.034962243371078, 0.0979615384615378, 0.0612407230023142, 0.145884615384616, 0.125855649914434, 0.274269230769231, 0.264762875041044, 0.759500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 585, '2022-01-09 00:00:00', 0.0230412339413155, 0.0565384615384631, 0.0553416243402305, 0.107846153846155, 0.0669664554373764, 0.146115384615387, 0.132598549707813, 0.304846153846156, 0.265762045099341, 0.764230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-09 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 960544, 1, 600, '2022-01-09 00:00:00', 0.0486679170896596, 0.0813846153846148, 0.055240063499099, 0.10323076923077, 0.0593539707698977, 0.144423076923078, 0.140677437915472, 0.309307692307693, 0.267322027064448, 0.765884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 615, '2022-01-09 00:00:00', 0.0259509893097312, 0.0514230769230771, 0.0331195735758502, 0.0901153846153842, 0.0507744484498308, 0.12926923076923, 0.145752055005965, 0.321307692307692, 0.26274455567806, 0.764692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 630, '2022-01-09 00:00:00', 0.028509539564046, 0.0720769230769229, 0.0359296749005839, 0.0923076923076931, 0.0519486284708259, 0.1255, 0.146443520223276, 0.31776923076923, 0.264390797582204, 0.764423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 645, '2022-01-09 00:00:00', 0.0170160105601945, 0.0457692307692323, 0.0255951918561623, 0.0800769230769228, 0.0507348461649848, 0.12123076923077, 0.140989213990075, 0.323961538461538, 0.276135231641755, 0.767115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 660, '2022-01-09 00:00:00', 0.0212453795881868, 0.0676153846153839, 0.0263301231409092, 0.0826538461538462, 0.051544111056604, 0.134346153846153, 0.140232822888885, 0.336730769230767, 0.274896525987505, 0.768500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 675, '2022-01-09 00:00:00', 0.0152396244653906, 0.0483846153846169, 0.0491030940588668, 0.0909230769230771, 0.0820439281960975, 0.141384615384615, 0.136637240109041, 0.347153846153845, 0.274632655350042, 0.766153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 690, '2022-01-09 00:00:00', 0.0362093060711472, 0.0760769230769223, 0.043006350157231, 0.0961153846153828, 0.0704646992908793, 0.140076923076925, 0.129157292298371, 0.346384615384615, 0.276009032739593, 0.764884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 705, '2022-01-09 00:00:00', 0.0324882227181585, 0.0577307692307689, 0.0494030830554604, 0.104230769230769, 0.0536223403500393, 0.144653846153847, 0.117982606279975, 0.346153846153845, 0.277391752969305, 0.76123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 720, '2022-01-09 00:00:00', 0.0456190243715876, 0.0831538461538464, 0.0454535434854608, 0.0987692307692312, 0.0528145667551913, 0.139538461538461, 0.121342896213741, 0.348461538461537, 0.276166686009623, 0.761961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 735, '2022-01-09 00:00:00', 0.0182061697065749, 0.051769230769232, 0.0388958372303013, 0.100615384615385, 0.0640868281198374, 0.142807692307691, 0.117060063478279, 0.339538461538461, 0.271396913422728, 0.75673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 750, '2022-01-09 00:00:00', 0.0349218908643025, 0.0815384615384617, 0.0394215091620717, 0.0961538461538451, 0.0689426182806004, 0.143269230769228, 0.116949903805006, 0.337999999999999, 0.27336550905054, 0.757692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 765, '2022-01-09 00:00:00', 0.0190483191263277, 0.055038461538462, 0.0516882519013294, 0.104653846153847, 0.0754473428190924, 0.185692307692307, 0.113940659319464, 0.336923076923077, 0.259772210866484, 0.773807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 780, '2022-01-09 00:00:00', 0.0444108268157852, 0.0891923076923083, 0.0486805758135474, 0.106961538461539, 0.0725466852341419, 0.197692307692307, 0.112057299902946, 0.336038461538461, 0.260728898401266, 0.778961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 795, '2022-01-09 00:00:00', 0.0185025569958485, 0.054769230769231, 0.0632441423252911, 0.148307692307692, 0.0811196362455813, 0.210346153846155, 0.113095983741519, 0.325692307692307, 0.256774597353697, 0.780923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 810, '2022-01-09 00:00:00', 0.0571469495787301, 0.135576923076923, 0.0646183708101177, 0.160423076923078, 0.0827530896471779, 0.207923076923077, 0.111074417188866, 0.320615384615385, 0.254435374899009, 0.782000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 825, '2022-01-09 00:00:00', 0.0276138482538141, 0.0707307692307697, 0.05267964137487, 0.133769230769229, 0.0738852853050971, 0.183346153846154, 0.109929802776416, 0.286807692307693, 0.263635762719354, 0.779846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 840, '2022-01-09 00:00:00', 0.0463534414953379, 0.107807692307691, 0.056474636921229, 0.121230769230769, 0.0715945528654251, 0.184499999999999, 0.113606425874597, 0.286499999999999, 0.269189438585829, 0.775076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 855, '2022-01-09 00:00:00', 0.0329134295714354, 0.0625769230769251, 0.0578667035920972, 0.131346153846154, 0.0795513960618215, 0.182769230769231, 0.102047560555775, 0.27623076923077, 0.271899585537354, 0.782769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 870, '2022-01-09 00:00:00', 0.0420680218400924, 0.115961538461537, 0.0395476149237081, 0.139423076923075, 0.0698666972499453, 0.177653846153847, 0.094401507484703, 0.265269230769231, 0.266994465514521, 0.797269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 885, '2022-01-09 00:00:00', 0.033579961973682, 0.0854230769230754, 0.0570119690537403, 0.128730769230768, 0.0711562635763996, 0.160576923076922, 0.0940935377491654, 0.243923076923077, 0.270606273734767, 0.808653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 900, '2022-01-09 00:00:00', 0.0471247281159264, 0.103499999999999, 0.052317668731878, 0.114538461538462, 0.072805536560389, 0.152615384615385, 0.106013119652525, 0.255692307692308, 0.268166676068907, 0.816384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 915, '2022-01-09 00:00:00', 0.0205237948207963, 0.0591153846153854, 0.0434731393639085, 0.0969230769230773, 0.0641542012533962, 0.129807692307693, 0.10878113524235, 0.241846153846154, 0.274375511914715, 0.822192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 930, '2022-01-09 00:00:00', 0.0286625190798024, 0.0795000000000003, 0.0453543314868089, 0.0961538461538478, 0.0533337964723477, 0.121576923076924, 0.109845464876096, 0.241884615384615, 0.273043577812436, 0.827653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 945, '2022-01-09 00:00:00', 0.0243137504622054, 0.0490384615384634, 0.0350952330753799, 0.0856538461538474, 0.0473934756950938, 0.105307692307693, 0.10831501067932, 0.229307692307692, 0.265406709671142, 0.835192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 960, '2022-01-09 00:00:00', 0.0284957216761766, 0.0673846153846174, 0.0279946423445628, 0.0745000000000021, 0.049374440600532, 0.104346153846154, 0.109058488189381, 0.229923076923077, 0.266532815125008, 0.838692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 975, '2022-01-09 00:00:00', 0.0188839777426434, 0.0407307692307697, 0.0370696848983291, 0.0708076923076915, 0.0502108170999648, 0.100615384615386, 0.10440710998483, 0.22026923076923, 0.265324106591282, 0.839192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 990, '2022-01-09 00:00:00', 0.0271793190609201, 0.0596538461538446, 0.0376414664964052, 0.0729999999999993, 0.0511605767694677, 0.106730769230771, 0.101135643872663, 0.218461538461538, 0.265760948106492, 0.838807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1005, '2022-01-09 00:00:00', 0.0281574966107532, 0.0422692307692309, 0.0386588431519365, 0.0748846153846155, 0.049337971022484, 0.104653846153847, 0.101826881746195, 0.216923076923077, 0.264780283370078, 0.837038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1020, '2022-01-09 00:00:00', 0.0272095288738792, 0.0590384615384614, 0.0406017998843198, 0.0771153846153844, 0.0611048657259361, 0.114269230769229, 0.101152649305583, 0.212538461538461, 0.261457079872366, 0.83673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1035, '2022-01-09 00:00:00', 0.017677103835188, 0.0400000000000013, 0.0244377073077979, 0.0651923076923085, 0.0781147971799293, 0.110807692307692, 0.102453479124016, 0.212346153846153, 0.259984842753455, 0.841961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1050, '2022-01-09 00:00:00', 0.0213952187325916, 0.0516538461538463, 0.0559475166149887, 0.0802692307692298, 0.0791893932291435, 0.111999999999998, 0.102600412354845, 0.212269230769231, 0.260775379323928, 0.843038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1065, '2022-01-09 00:00:00', 0.0553445709935635, 0.0596923076923069, 0.0828517118341322, 0.0916153846153837, 0.0835913595093124, 0.111346153846155, 0.104490124671405, 0.211884615384616, 0.261296392273955, 0.843730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1080, '2022-01-09 00:00:00', 0.0687292234340391, 0.0768846153846152, 0.067561493356907, 0.0876538461538449, 0.104179371943111, 0.133307692307692, 0.0997652012708588, 0.209846153846155, 0.260892480063811, 0.845384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1095, '2022-01-09 00:00:00', 0.015651984391272, 0.0347692307692284, 0.0226824567927261, 0.0575769230769225, 0.0945990160950608, 0.110576923076923, 0.0972626262319615, 0.198461538461538, 0.257016874633075, 0.842923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1110, '2022-01-09 00:00:00', 0.0213822356174478, 0.049, 0.095534907031609, 0.089038461538462, 0.0963464342080974, 0.116653846153846, 0.0973407338247368, 0.200461538461538, 0.25709437058134, 0.843653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1125, '2022-01-09 00:00:00', 0.0974099663199884, 0.069307692307692, 0.0936847167570344, 0.0938846153846149, 0.0965228789139958, 0.116884615384615, 0.0961817270347356, 0.200269230769231, 0.259672340874774, 0.848730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1140, '2022-01-09 00:00:00', 0.0894647674528032, 0.0722307692307698, 0.0894105225264966, 0.0861923076923082, 0.096718695989172, 0.116884615384618, 0.0925980893639069, 0.191615384615385, 0.260250234611584, 0.85023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1155, '2022-01-09 00:00:00', 0.0213789256404174, 0.0354615384615378, 0.0366651584771423, 0.0614230769230772, 0.0560816026326477, 0.0928846153846173, 0.0820903442274729, 0.179769230769231, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1170, '2022-01-09 00:00:00', 0.0276471447962479, 0.0487307692307696, 0.0451871492964383, 0.0740384615384642, 0.0476971213451659, 0.0908461538461564, 0.0862149371316576, 0.183153846153847, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1185, '2022-01-09 00:00:00', 0.025531277951684, 0.046615384615388, 0.0247433907259168, 0.0633461538461562, 0.0409955344660106, 0.0889230769230796, 0.0872270247466578, 0.182076923076923, 0.251643092799795, 0.838384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1200, '2022-01-09 00:00:00', 0.016588596639304, 0.0456923076923078, 0.0196520893389129, 0.0567307692307696, 0.0407068317834511, 0.0816153846153857, 0.0825846325805333, 0.181692307692308, 0.250869650492963, 0.838692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1215, '2022-01-09 00:00:00', 0.012187761831508, 0.0323076923076913, 0.0272210325921833, 0.0587692307692294, 0.0469153083102535, 0.100384615384616, 0.113208894730731, 0.217423076923077, 0.249993270678663, 0.840653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1230, '2022-01-09 00:00:00', 0.0200856627013872, 0.0449230769230766, 0.029884521334374, 0.0547307692307698, 0.0446048807263894, 0.0936538461538468, 0.115248280481082, 0.219384615384615, 0.249952426242705, 0.841153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1245, '2022-01-09 00:00:00', 0.0215070650288207, 0.0329230769230773, 0.043059547319783, 0.0782692307692312, 0.041246146673171, 0.0867307692307702, 0.111624645748426, 0.224692307692307, 0.248330437429337, 0.840384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1260, '2022-01-09 00:00:00', 0.0287627073366423, 0.0487200000000001, 0.0284090947878795, 0.0559199999999998, 0.0426148643863485, 0.0911199999999997, 0.112299406350464, 0.225359999999998, 0.249967684578093, 0.84848 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1275, '2022-01-09 00:00:00', 0.0140089257261226, 0.0281999999999999, 0.0339044244900287, 0.0594799999999998, 0.0419097442925469, 0.109519999999999, 0.110294877487578, 0.234719999999998, 0.251591381675393, 0.85016 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1290, '2022-01-09 00:00:00', 0.0305901945073906, 0.0495199999999994, 0.0398622628559896, 0.0747999999999996, 0.0415759545891628, 0.111679999999998, 0.107349320755496, 0.239279999999999, 0.251960989043939, 0.85044 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1305, '2022-01-09 00:00:00', 0.0400419779731221, 0.0561199999999997, 0.0371993727545681, 0.0892799999999977, 0.0406478781734053, 0.117199999999999, 0.103717854457817, 0.268679999999998, 0.2518053944352, 0.84904 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1320, '2022-01-09 00:00:00', 0.0292223307657805, 0.0532307692307682, 0.0267386496408375, 0.0636538461538451, 0.0316522450291385, 0.0917692307692317, 0.0974541864751757, 0.271961538461538, 0.248542672392489, 0.841500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1335, '2022-01-09 00:00:00', 0.0217007975748504, 0.0307307692307678, 0.0319879063685957, 0.0641153846153852, 0.043262010337727, 0.0898076923076926, 0.09420538119531, 0.270423076923076, 0.2482564090117, 0.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1350, '2022-01-09 00:00:00', 0.0314163357800702, 0.0538846153846163, 0.03005054716, 0.0613461538461543, 0.0470004909958004, 0.091384615384615, 0.0952336802090191, 0.273423076923076, 0.2482564090117, 0.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1365, '2022-01-09 00:00:00', 0.0234129484227462, 0.0363846153846159, 0.0345247514334069, 0.0639615384615389, 0.0485932727221191, 0.0908846153846154, 0.110942535367847, 0.288384615384614, 0.244641728624975, 0.841846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1380, '2022-01-09 00:00:00', 0.0328572904917869, 0.0521923076923071, 0.039096822613375, 0.0641923076923081, 0.047684104753618, 0.0975769230769228, 0.124188467196497, 0.294846153846154, 0.242785593920613, 0.84473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1395, '2022-01-09 00:00:00', 0.0182778975394205, 0.0321923076923073, 0.0271513422249326, 0.0593461538461525, 0.103227992625733, 0.138538461538461, 0.137114550650179, 0.306, 0.240328621170776, 0.844615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1410, '2022-01-09 00:00:00', 0.0173480657312393, 0.0503461538461521, 0.0336935510834861, 0.0691538461538451, 0.100429876032981, 0.146, 0.143258088776864, 0.311999999999999, 0.240303922948868, 0.844846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 1, 1425, '2022-01-09 00:00:00', 0.0253313123350411, 0.0463461538461554, 0.103920087641343, 0.12623076923077, 0.096633845002669, 0.154500000000001, 0.149126275866616, 0.330384615384614, 0.23928001298768, 0.844269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 0, '2022-01-09 00:00:00', 0.105691750642357, 0.113115384615385, 0.10164181453289, 0.125461538461539, 0.0962119455241309, 0.159538461538462, 0.147466543793708, 0.326692307692308, 0.233979131219334, 0.841076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 15, '2022-01-09 00:00:00', 0.0237794998976966, 0.0547692307692299, 0.0286779464987424, 0.0912307692307687, 0.039221991476524, 0.143730769230768, 0.145521935962087, 0.313076923076922, 0.238023567029693, 0.830461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 30, '2022-01-09 00:00:00', 0.0250093213391768, 0.0721153846153852, 0.031799080780136, 0.0976923076923085, 0.0290314418412956, 0.144230769230769, 0.144375642522713, 0.311384615384616, 0.237518517496734, 0.827384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 45, '2022-01-09 00:00:00', 0.0235982072330812, 0.0606538461538472, 0.0324727815017669, 0.108807692307692, 0.0639000300950923, 0.172576923076923, 0.148474934429506, 0.314615384615385, 0.238575429130109, 0.825346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 60, '2022-01-09 00:00:00', 0.0313071139617728, 0.0861538461538471, 0.0286327408075771, 0.102923076923076, 0.0701360436251167, 0.178230769230769, 0.148215835342091, 0.314423076923077, 0.239389441319755, 0.82476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 75, '2022-01-09 00:00:00', 0.0201337069077234, 0.0563846153846162, 0.0632622016202893, 0.136884615384616, 0.0618790383297554, 0.167153846153846, 0.164333680240961, 0.342038461538462, 0.23526125902919, 0.8245 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 90, '2022-01-09 00:00:00', 0.0570851590574572, 0.110346153846153, 0.0598584484108428, 0.128923076923076, 0.0592025467227668, 0.155307692307691, 0.185940221990418, 0.338384615384615, 0.233052744112703, 0.818692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 105, '2022-01-09 00:00:00', 0.0202557494212237, 0.0501538461538468, 0.0252949371644592, 0.0870769230769235, 0.0670583672287399, 0.128769230769232, 0.195617369843825, 0.327653846153847, 0.218092178817898, 0.802961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 120, '2022-01-09 00:00:00', 0.0222027025382048, 0.0710000000000018, 0.0291231073997162, 0.0873461538461555, 0.0852348791011322, 0.137769230769232, 0.194489885044481, 0.336653846153847, 0.217995444553673, 0.805423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 135, '2022-01-09 00:00:00', 0.0246204417882009, 0.0513846153846148, 0.0695164396716002, 0.0961538461538478, 0.105055296794667, 0.146153846153848, 0.210896620682705, 0.354769230769233, 0.246980609640638, 0.816692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 150, '2022-01-09 00:00:00', 0.0691798992593829, 0.0775384615384645, 0.0904067815700032, 0.105884615384617, 0.116418555222093, 0.147000000000002, 0.223136908645791, 0.357000000000001, 0.248161547879911, 0.812076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 165, '2022-01-09 00:00:00', 0.033853530664638, 0.0566923076923089, 0.0491728036152572, 0.0957307692307716, 0.0808315627614688, 0.151307692307694, 0.202175631948675, 0.357115384615386, 0.221843312688516, 0.798846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 180, '2022-01-09 00:00:00', 0.0274886550024952, 0.0701153846153866, 0.038536296576682, 0.0873846153846172, 0.0578467072395785, 0.139807692307695, 0.201733125307059, 0.358423076923077, 0.217407455112425, 0.792192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 195, '2022-01-09 00:00:00', 0.0336663264770799, 0.0523076923076945, 0.0574579444865139, 0.106846153846155, 0.0826621762634839, 0.141346153846155, 0.203857993560373, 0.380192307692308, 0.225545264090927, 0.793115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 210, '2022-01-09 00:00:00', 0.0458526066703037, 0.0866923076923084, 0.0437041804020555, 0.0998461538461551, 0.0727323861838728, 0.132999999999999, 0.188990207316512, 0.388538461538462, 0.225199330508637, 0.791461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 225, '2022-01-09 00:00:00', 0.011489192245825, 0.0391923076923095, 0.0468751697432836, 0.0751923076923082, 0.0611751583569685, 0.116999999999999, 0.189601071077793, 0.366615384615385, 0.230105276909371, 0.777961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 240, '2022-01-09 00:00:00', 0.0434249308046033, 0.0622692307692291, 0.0485448721842446, 0.0752692307692283, 0.0611727440563587, 0.117230769230767, 0.186874733856254, 0.363615384615383, 0.232624715930053, 0.774538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 255, '2022-01-09 00:00:00', 0.0228758522329678, 0.0397692307692315, 0.0506279946882544, 0.0790769230769213, 0.117393434490768, 0.139461538461537, 0.186853150896633, 0.3645, 0.23612499949098, 0.773846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 270, '2022-01-09 00:00:00', 0.0500321896382728, 0.0694999999999984, 0.056087623754814, 0.0833076923076905, 0.146760128729213, 0.146846153846152, 0.186089213509583, 0.365346153846155, 0.236798846800726, 0.774576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 285, '2022-01-09 00:00:00', 0.0237676250391154, 0.0424999999999996, 0.0965262897628668, 0.10126923076923, 0.130260023975718, 0.145923076923076, 0.17579824099934, 0.365307692307692, 0.239823422221753, 0.774076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 300, '2022-01-09 00:00:00', 0.094599569034633, 0.08803846153846, 0.125779269418233, 0.106230769230767, 0.129157441192462, 0.15126923076923, 0.172766129159091, 0.373153846153847, 0.240639407860359, 0.77226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 315, '2022-01-09 00:00:00', 0.03797027177229, 0.0526923076923062, 0.0444128186623937, 0.0955384615384613, 0.069765453209582, 0.153538461538462, 0.148049118668306, 0.360692307692307, 0.24431573519022, 0.767538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 330, '2022-01-09 00:00:00', 0.0352112744182029, 0.0740769230769242, 0.0377608873754929, 0.09173076923077, 0.0678574637355051, 0.152653846153848, 0.146166143612199, 0.358692307692308, 0.249466979470537, 0.763576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 345, '2022-01-09 00:00:00', 0.0227600527240161, 0.0515000000000021, 0.0524160867849391, 0.110384615384616, 0.0764251267581556, 0.165000000000001, 0.148585929554379, 0.34846153846154, 0.254910364336472, 0.756423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 360, '2022-01-09 00:00:00', 0.0469543968613748, 0.0943461538461551, 0.0591181867110288, 0.115000000000002, 0.101031967522852, 0.174461538461539, 0.148695910657134, 0.348076923076923, 0.253133035864845, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 375, '2022-01-09 00:00:00', 0.0354062141438472, 0.061000000000001, 0.0596473353586283, 0.116730769230769, 0.125651189960388, 0.19530769230769, 0.130801129141209, 0.338153846153844, 0.248313192437415, 0.745807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 390, '2022-01-09 00:00:00', 0.0459729686463014, 0.0939230769230761, 0.075824625591912, 0.119423076923075, 0.111668355134576, 0.206692307692306, 0.114471279568954, 0.329923076923076, 0.24719275568175, 0.744538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 405, '2022-01-09 00:00:00', 0.0417550549680475, 0.0702692307692296, 0.0863871874403062, 0.146884615384614, 0.0952584177584669, 0.199384615384616, 0.127604153537416, 0.326499999999999, 0.253749337248091, 0.739615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 420, '2022-01-09 00:00:00', 0.0810417556192266, 0.126615384615383, 0.0866159338690089, 0.160999999999999, 0.0952529587668878, 0.195384615384615, 0.130288703093732, 0.326884615384615, 0.25642038800496, 0.741846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 435, '2022-01-09 00:00:00', 0.038468448610019, 0.0796923076923067, 0.044941808528877, 0.118384615384615, 0.0627216561790759, 0.168384615384615, 0.11367754666329, 0.30076923076923, 0.26416064168491, 0.729269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 450, '2022-01-09 00:00:00', 0.0332075292667187, 0.0955000000000007, 0.0414382209300313, 0.117615384615385, 0.054167901366597, 0.163807692307694, 0.11142716834845, 0.300423076923077, 0.266106077749802, 0.736730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 465, '2022-01-09 00:00:00', 0.0396660870459695, 0.0689615384615404, 0.0516982963563972, 0.123076923076925, 0.0571008419714295, 0.164884615384615, 0.10916833155904, 0.290269230769231, 0.269842438357016, 0.750307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 480, '2022-01-09 00:00:00', 0.0364707891543141, 0.102961538461539, 0.0491598961005348, 0.119846153846155, 0.063596335162915, 0.169423076923076, 0.108212412198629, 0.287615384615385, 0.2745907388208, 0.753076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 495, '2022-01-09 00:00:00', 0.0224703907740504, 0.0640384615384634, 0.0504390569057186, 0.114461538461538, 0.0697513826717115, 0.161153846153846, 0.108487539163934, 0.285115384615384, 0.274839052202163, 0.754769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 510, '2022-01-09 00:00:00', 0.0502118128914517, 0.095884615384613, 0.0528766925533801, 0.115769230769229, 0.063309544790171, 0.157538461538459, 0.108409111169749, 0.288153846153846, 0.273321678613312, 0.7555 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 525, '2022-01-09 00:00:00', 0.03446237636344, 0.067153846153846, 0.0525137491153865, 0.113423076923078, 0.0560369109124985, 0.148846153846155, 0.114582351977148, 0.302653846153846, 0.278159945687036, 0.759653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 540, '2022-01-09 00:00:00', 0.0321477598214619, 0.0900384615384619, 0.0304734941572806, 0.102923076923076, 0.0606110043321654, 0.148576923076923, 0.123537873358117, 0.296384615384615, 0.280861717959896, 0.754230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 555, '2022-01-09 00:00:00', 0.0207351429666196, 0.0608846153846142, 0.0464131944104753, 0.107769230769231, 0.0566651161175516, 0.157846153846152, 0.129904959341582, 0.30853846153846, 0.283643969684641, 0.756692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 570, '2022-01-09 00:00:00', 0.0426549663444494, 0.0873846153846167, 0.0570184315678852, 0.109307692307692, 0.0577492324291313, 0.153423076923077, 0.131368026785586, 0.308961538461537, 0.286911372002949, 0.754153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 585, '2022-01-09 00:00:00', 0.0223803828935414, 0.0541923076923068, 0.034609025056834, 0.10176923076923, 0.0596619322000717, 0.137884615384614, 0.131101557815071, 0.322461538461538, 0.284720853847034, 0.75726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 600, '2022-01-09 00:00:00', 0.0283118078112015, 0.0820384615384608, 0.0366369296664516, 0.0952307692307697, 0.053442319733163, 0.135192307692306, 0.132804448488976, 0.328307692307691, 0.284346692504873, 0.755807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 615, '2022-01-09 00:00:00', 0.0252926562768413, 0.0499615384615393, 0.0503779713763863, 0.0984999999999981, 0.0579910470543654, 0.127807692307692, 0.13354349334724, 0.347230769230769, 0.283043766661895, 0.753423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 630, '2022-01-09 00:00:00', 0.0456941841106541, 0.0840384615384583, 0.0483423050912793, 0.0985384615384587, 0.0538949405360513, 0.129769230769229, 0.133730567243934, 0.362230769230769, 0.283646551457701, 0.754615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 645, '2022-01-09 00:00:00', 0.0204996435241046, 0.0506538461538453, 0.0300272952751058, 0.0829615384615389, 0.0425483797033983, 0.125730769230769, 0.135371761627578, 0.385076923076924, 0.283518052606613, 0.756384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 660, '2022-01-09 00:00:00', 0.0253191627033743, 0.0685000000000008, 0.0358783414418122, 0.0881538461538473, 0.0570082989909912, 0.130115384615384, 0.137903316187046, 0.39173076923077, 0.283373002351209, 0.755461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 675, '2022-01-09 00:00:00', 0.027551015617188, 0.0584615384615389, 0.0357263961884684, 0.0978461538461537, 0.0485583550602161, 0.141923076923077, 0.136255867904693, 0.404692307692308, 0.280812403846137, 0.757384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 690, '2022-01-09 00:00:00', 0.0243405328302711, 0.0716923076923068, 0.0357292597180504, 0.0904999999999992, 0.0479417755840741, 0.144423076923075, 0.1365556071575, 0.408076923076924, 0.280812403846137, 0.757384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960544, 2, 705, '2022-01-09 00:00:00', 0.026570776312449, 0.0576153846153853, 0.0434559370113971, 0.103538461538462, 0.0847267462992739, 0.179307692307691, 0.140304021544423, 0.426538461538462, 0.281797384930816, 0.759615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 960544 and enddate = '2022-01-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 960[...];
Date: 2022-01-09 14:22:35 Duration: 3s717ms Database: acaweb_fx User: pgperfstats
8 154ms 10s284ms 4s330ms 12 51s965ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jan 09 14 12 51s965ms 4s330ms [ User: postgres - Total duration: 51s965ms - Times executed: 12 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 2';
Date: 2022-01-09 14:17:12 Duration: 10s284ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';
Date: 2022-01-09 14:17:12 Duration: 10s34ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'LEGACYFXMT5 - 1';
Date: 2022-01-09 14:02:11 Duration: 9s932ms Database: acaweb_fx User: postgres
9 64ms 1m15s 3s964ms 151 9m58s with rar_max as ( ;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Jan 09 14 151 9m58s 3s964ms [ User: postgres - Total duration: 9m58s - Times executed: 151 ]
-
WITH rar_max as ( ;
Date: 2022-01-09 14:18:16 Duration: 1m15s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:01:25 Duration: 40s769ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-09 14:11:57 Duration: 34s761ms Database: acaweb_fx User: postgres Bind query: yes
10 158ms 10s974ms 3s536ms 8 28s294ms select fixcandlegaps (?, false);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Jan 09 14 8 28s294ms 3s536ms [ User: postgres - Total duration: 28s294ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2022-01-09 14:06:26 Duration: 10s974ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2022-01-09 14:06:08 Duration: 4s931ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2022-01-09 14:06:29 Duration: 3s519ms Database: acaweb_fx User: postgres
11 2s959ms 3s922ms 3s399ms 7 23s798ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jan 09 14 7 23s798ms 3s399ms [ User: pgperfstats - Total duration: 23s798ms - 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 969855, 5, 930, '2022-01-09 00:00:00', 5.74732101083089, 5.01119230769231, 6.89378382301486, 6.44103846153846, 7.29831478388092, 7.64126923076921, 17.8015525525595, 24.5818076923077, 55.1720597065636, 81.5032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 945, '2022-01-09 00:00:00', 3.70342360712977, 3.63242307692308, 5.93430994653448, 5.19830769230769, 8.75579801054923, 13.7291923076923, 17.6441235815214, 24.44, 55.3089111481491, 81.5160769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 960, '2022-01-09 00:00:00', 3.97920345875325, 3.65838461538463, 4.64582056758047, 5.29511538461539, 9.57266744530808, 16.4015384615385, 17.3578513185067, 24.0213461538462, 55.2600620084844, 81.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 975, '2022-01-09 00:00:00', 3.3527826321522, 4.21853846153845, 7.2253770227953, 12.4578076923077, 10.8187267455023, 17.3090769230769, 17.2477153646059, 24.1445384615385, 56.9649923000218, 82.5483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 990, '2022-01-09 00:00:00', 7.05956820601547, 11.9521538461539, 9.3591725449504, 15.4903846153846, 11.0556002307219, 17.6683076923077, 17.3369929276633, 24.2095769230769, 57.1729303357939, 82.7896923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1005, '2022-01-09 00:00:00', 5.7912889588256, 9.27226923076922, 8.06821349484888, 11.5870384615384, 10.5316367021538, 15.0871153846154, 15.4650046418954, 21.4424230769231, 56.7336268688496, 82.1235769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1020, '2022-01-09 00:00:00', 5.07304139166421, 7.3068076923077, 6.94765095365666, 9.73842307692308, 10.3074222798615, 13.0471538461539, 13.353272608385, 19.3840769230769, 56.8193444309649, 80.3662692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1035, '2022-01-09 00:00:00', 4.72972067690455, 6.33419230769228, 7.60798616970756, 9.55196153846153, 10.8313559444506, 12.8956538461538, 12.5952532326209, 18.2680769230769, 57.2239385327504, 79.519 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1050, '2022-01-09 00:00:00', 5.17512246098137, 6.71638461538461, 6.67214249063857, 8.71115384615385, 10.0601584897288, 12.4070384615385, 12.4229065634664, 18.1097307692308, 57.2830291868234, 79.3175384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1065, '2022-01-09 00:00:00', 3.63342971118938, 5.33588461538462, 6.71403136080301, 7.80807692307692, 8.72343934607307, 10.7552307692308, 12.8763450655127, 17.2856153846154, 57.9346742324358, 79.3455384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1080, '2022-01-09 00:00:00', 5.36820490093863, 5.61146153846154, 7.29971244870961, 8.11907692307691, 8.55523754793159, 10.5636923076923, 13.048135354967, 16.9391923076923, 58.1834044488765, 79.1983076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1095, '2022-01-09 00:00:00', 5.10930785858965, 5.4520769230769, 6.06287816102095, 7.33134615384614, 6.94761095064617, 9.54080769230768, 17.0833296056081, 18.3545769230769, 58.5072116800866, 79.5414615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1110, '2022-01-09 00:00:00', 3.32482477155391, 4.34080769230769, 4.92767997399932, 6.39238461538461, 5.21486337441799, 8.53757692307692, 17.0462856646702, 18.2601923076923, 58.9128880662079, 79.9753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1125, '2022-01-09 00:00:00', 2.97071343956296, 4.36749999999999, 3.20095754735984, 5.90149999999999, 4.84890960748275, 8.6513076923077, 17.2480622950923, 18.8371538461538, 58.5645729589537, 79.8437692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1140, '2022-01-09 00:00:00', 2.15831267464621, 4.11219230769231, 3.30117965512096, 5.79965384615384, 4.49081659612146, 8.13750000000002, 17.8510411149085, 19.7213846153846, 57.797039551294, 79.3534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1155, '2022-01-09 00:00:00', 2.89885195525081, 4.18646153846153, 4.22431631682755, 6.15323076923077, 4.97861198590068, 7.79888461538462, 23.5583953172014, 30.5698076923077, 58.5104400055632, 78.3082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1170, '2022-01-09 00:00:00', 3.03323969303195, 4.23965384615386, 3.59286860578863, 5.37553846153847, 5.52410264164096, 7.77934615384615, 23.4526218904937, 30.7194615384615, 58.5024912917522, 78.2086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1185, '2022-01-09 00:00:00', 2.66884483366, 3.78411538461538, 4.47957234720527, 5.75042307692305, 5.71447627333089, 7.97096153846154, 24.3863481383776, 31.0413846153846, 58.2822200250973, 78.2364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1200, '2022-01-09 00:00:00', 2.88384832703339, 3.84055999999998, 3.85423520602121, 5.41476000000001, 4.29318747047771, 6.89936, 25.4285309074276, 30.67188, 59.5257526503446, 77.71344 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1215, '2022-01-09 00:00:00', 2.40296628010743, 3.58612000000001, 3.554436402582, 5.22316000000001, 4.41222440990181, 6.93208000000001, 26.3754403797674, 37.64068, 59.4346466416405, 77.755 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1230, '2022-01-09 00:00:00', 2.49299980812943, 3.61928, 2.39898860425251, 4.44035999999999, 4.68702454548724, 6.98743999999998, 26.1161641717028, 40.18128, 59.4695774944915, 77.72204 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1245, '2022-01-09 00:00:00', 1.67046545409752, 2.9028, 2.84901485195612, 4.53871999999999, 4.9664597176124, 7.16028, 25.3454907940906, 41.97352, 59.3644387271538, 77.93316 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1260, '2022-01-09 00:00:00', 2.45356959482844, 3.51856, 3.68530425835732, 5.37131999999997, 6.60747722609269, 8.02571999999998, 25.0156928298352, 43.71556, 59.0767769143962, 78.27952 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1275, '2022-01-09 00:00:00', 2.87810434835152, 3.99015999999999, 4.52098003682093, 5.74592000000001, 12.6096603751515, 10.24488, 24.7518261294664, 44.26808, 58.5617187258594, 77.98928 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1290, '2022-01-09 00:00:00', 3.32847823236587, 3.70248000000003, 5.37696169628662, 5.67640000000001, 12.5780342663974, 9.75755999999999, 25.2144835891332, 44.1234, 58.8723419001657, 77.58468 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1305, '2022-01-09 00:00:00', 3.15566072690542, 3.82003999999999, 11.9256544485687, 7.21787999999999, 13.3656770620372, 10.37892, 25.6694993745495, 44.26884, 59.0468146903511, 77.32908 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1320, '2022-01-09 00:00:00', 2.81324420459905, 3.54745833333333, 4.49620529535419, 5.62433333333332, 5.71926348617333, 8.96104166666666, 24.3345516760708, 42.0646666666666, 49.6942911394038, 70.36325 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1335, '2022-01-09 00:00:00', 2.89460132670799, 4.01533333333333, 4.2326667066136, 6.01916666666665, 16.9478171370281, 21.7561666666666, 24.4045468708397, 41.5586666666667, 49.8664928712193, 69.7863333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1350, '2022-01-09 00:00:00', 3.74810888523525, 4.29104166666665, 4.89203586569353, 6.43504166666664, 17.6157498509085, 21.170125, 24.7138252700439, 41.284, 50.0374530003907, 69.361375 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 1365, '2022-01-09 00:00:00', 3.87116347876811, 4.92937500000002, 17.2569951032257, 19.7399166666667, 18.9978479940702, 20.9181666666667, 24.6820061632876, 40.930375, 49.9588289787455, 68.9748333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 930, '2022-01-09 00:00:00', 5.9564259339529, 3.38836000000001, 5.91788850097736, 4.28668000000001, 8.27296457806995, 7.74608000000001, 17.4469038469103, 34.54048, 53.2008989671227, 75.62308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 945, '2022-01-09 00:00:00', 3.7940141451151, 2.70739999999999, 4.67060446409241, 4.21168, 10.4069820085684, 16.24088, 17.1246790293035, 34.38176, 54.570937788442, 76.30712 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 960, '2022-01-09 00:00:00', 3.33689438949851, 2.7768, 5.84294116491573, 5.50295999999999, 9.95066354035416, 21.06068, 16.9700292730056, 34.47488, 55.1423262369903, 76.76792 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 975, '2022-01-09 00:00:00', 4.57773200140273, 3.72811999999999, 10.1330528017638, 14.8464, 11.96461750301, 24.10892, 16.4664829682399, 34.32052, 55.5244462544202, 77.17212 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 990, '2022-01-09 00:00:00', 10.1966773243379, 13.85804, 8.76665557058868, 19.77932, 11.9894922154082, 25.5648, 15.3009965715745, 33.9922, 56.0417182989006, 77.22168 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1005, '2022-01-09 00:00:00', 6.3223666133287, 8.76348, 7.29242893646099, 13.10728, 8.43133008842615, 18.39468, 15.1437344449776, 27.83076, 56.9738792754189, 75.86176 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1020, '2022-01-09 00:00:00', 6.43548291453978, 8.02848000000001, 7.30114641295006, 12.35812, 7.63074221117011, 16.58312, 14.6190894634379, 25.37936, 57.3216833635115, 74.60828 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1035, '2022-01-09 00:00:00', 4.66259665029407, 6.34276, 5.29359624924305, 9.65379999999998, 6.66641977951183, 13.07752, 15.3175542181729, 22.55732, 56.8449697672538, 74.39956 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1050, '2022-01-09 00:00:00', 3.96371893470427, 5.88371999999999, 4.80000190381905, 9.10288000000001, 5.95292527614226, 11.74552, 16.921655413306, 21.77952, 57.3452967104249, 73.89284 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1065, '2022-01-09 00:00:00', 4.10920079090811, 5.18784, 4.43021530402302, 7.43784000000001, 5.4555398526024, 10.1042, 19.3630266094087, 21.75568, 58.4427564438058, 73.9606 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1080, '2022-01-09 00:00:00', 2.68971342773414, 4.52564000000002, 3.59259914871299, 7.20032000000003, 11.4289643177615, 11.24472, 19.1576922428912, 21.85164, 58.393356550981, 73.41004 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1095, '2022-01-09 00:00:00', 3.56999745704859, 4.62548000000003, 4.11575896200606, 6.4956, 11.9134427716481, 11.24556, 19.7040914204809, 22.76904, 58.2679239567248, 73.58932 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1110, '2022-01-09 00:00:00', 3.56599020469769, 4.54815999999999, 10.8266290464761, 8.16648, 11.7762528232315, 11.34216, 19.5038307029671, 22.48656, 57.9973314329203, 73.28256 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1125, '2022-01-09 00:00:00', 9.58078894628901, 5.47060000000001, 9.45335215624597, 7.96764000000001, 9.93808714441569, 10.77844, 18.5032826212, 22.98952, 57.5354761805561, 73.50536 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1140, '2022-01-09 00:00:00', 3.20705106393189, 3.98987999999998, 6.58281453913652, 7.63956, 7.96622273979332, 10.33336, 17.9567626270253, 22.90572, 57.6969986247985, 74.19968 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1155, '2022-01-09 00:00:00', 4.90382492652423, 5.06092, 5.84833289550679, 6.85864, 6.68164020232558, 9.50772, 17.1587895126667, 22.96504, 57.5314991247404, 73.66804 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1170, '2022-01-09 00:00:00', 2.69287368375622, 3.71352, 2.8989335240165, 5.58308000000002, 4.38220922861213, 7.94983999999999, 15.8350919597372, 22.38804, 57.2652965576302, 73.009 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1185, '2022-01-09 00:00:00', 2.43663985028563, 3.49148000000001, 3.21913254775258, 5.24612000000001, 4.59311941313672, 8.00688000000001, 15.5794043444114, 22.19768, 57.4356084478668, 73.03288 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1200, '2022-01-09 00:00:00', 2.83837542325417, 3.45828, 4.03232328482395, 5.36864000000001, 4.99441741914577, 8.16024000000002, 15.5205969023961, 21.26996, 57.2464079700494, 72.42584 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1215, '2022-01-09 00:00:00', 2.76597766199704, 3.36748000000001, 2.79436851721459, 5.03892000000003, 5.57276360913807, 9.34908000000001, 16.6489600287826, 24.46096, 57.156299848544, 72.17028 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1230, '2022-01-09 00:00:00', 2.14817572062128, 3.24448000000002, 4.08318227693386, 6.08556000000002, 6.81898301923878, 9.86860000000001, 16.4751160466322, 24.4154, 56.8869390058913, 72.25072 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1245, '2022-01-09 00:00:00', 3.33552510458747, 3.57484, 4.20521917304357, 6.40772, 10.2250713363445, 9.96939999999999, 16.921829413315, 25.01412, 56.6650408480102, 72.23116 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1260, '2022-01-09 00:00:00', 3.21764741024661, 3.96224000000002, 5.77686891836746, 6.35420000000001, 10.3572260287203, 10.50448, 16.9447664587034, 24.77856, 56.64287943237, 71.95016 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1275, '2022-01-09 00:00:00', 3.85569256770644, 4.07048000000001, 7.2687936222824, 6.22184, 9.99060410635913, 11.04492, 17.1150388442445, 28.65784, 56.550579821018, 71.67452 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1290, '2022-01-09 00:00:00', 5.44728810143176, 4.07892, 6.67858554760416, 7.42580000000002, 8.8765297830853, 10.41464, 30.4810375308978, 35.73928, 56.5472775281003, 71.70144 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1305, '2022-01-09 00:00:00', 4.52479553202869, 4.22524000000001, 6.24484750948064, 6.58840000000001, 7.71699563992793, 9.96404000000002, 31.0511723960089, 38.0802, 57.0220249861694, 71.54324 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1320, '2022-01-09 00:00:00', 2.56865287326515, 3.5144, 3.46355602524342, 5.76644000000002, 7.78978134053409, 10.303, 31.7844723621457, 38.95056, 56.8154880677209, 71.28296 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1335, '2022-01-09 00:00:00', 3.17052479252252, 3.82528000000003, 4.7685061507772, 6.43392000000003, 14.0148192511831, 13.19932, 31.7319230054426, 39.04204, 56.59329842393, 71.1804 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1350, '2022-01-09 00:00:00', 4.00987055402039, 4.52188000000002, 6.75845489812573, 7.41812000000002, 13.9700423331499, 12.78696, 32.370365645551, 39.92688, 56.2953933010212, 71.0152 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1365, '2022-01-09 00:00:00', 4.25685298156588, 4.82516000000001, 12.5946501912518, 10.01876, 12.4733376124168, 11.14812, 31.7271548110868, 39.01564, 56.0187442805829, 70.54476 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1380, '2022-01-09 00:00:00', 4.67693647136061, 3.11542857142858, 4.84708462794661, 4.18776190476193, 4.83726842831977, 4.92638095238098, 32.2417525964467, 34.9270952380952, 45.9020872357674, 57.921 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1395, '2022-01-09 00:00:00', 2.64983623303492, 2.3874761904762, 2.67564267936117, 3.39304761904763, 8.91718460560709, 11.9972380952381, 32.2239228844334, 35.2318095238095, 45.9153252519295, 57.9000952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1410, '2022-01-09 00:00:00', 2.26296505665003, 2.12661904761905, 2.70085607327963, 2.72914285714285, 8.74292541756722, 11.9265714285714, 32.2438911185035, 35.6025238095238, 45.7471994176901, 58.3618095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 1425, '2022-01-09 00:00:00', 1.81384744725259, 1.71080952380951, 8.5967200193141, 10.7997619047619, 9.11781924376132, 12.0275238095238, 32.2560063931252, 35.5923333333333, 45.570450696278, 58.5304761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 930, '2022-01-09 00:00:00', 9.34674357122061, 5.03411538461537, 11.6987291752303, 6.69265384615385, 11.8128026096851, 9.17584615384615, 31.3158759462108, 36.5339615384615, 56.3596200405383, 69.4000769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 945, '2022-01-09 00:00:00', 4.35144549369692, 3.61373076923076, 7.55029331758298, 5.9883076923077, 10.2556322513721, 18.4043461538462, 31.0395304203428, 36.1343461538461, 56.4137352156233, 69.2754615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 960, '2022-01-09 00:00:00', 5.16694221506746, 4.1124230769231, 6.85173788499059, 5.99173076923079, 26.8985169778216, 25.1616153846154, 32.8803027374235, 37.0847692307692, 57.2434683761858, 69.6731538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 975, '2022-01-09 00:00:00', 6.16097808968173, 4.76869230769231, 8.91513286470731, 17.0556538461538, 26.4693597473642, 27.6506538461538, 33.4363532757617, 37.7486923076923, 57.6774227067563, 69.9475769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 990, '2022-01-09 00:00:00', 8.18723151977892, 16.1429615384615, 25.9869524922678, 23.8823461538462, 26.6049627225102, 28.3198846153846, 34.2517893923582, 38.3114615384615, 57.5049376037732, 69.9924230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1005, '2022-01-09 00:00:00', 22.3691997679502, 14.8254615384616, 22.6690331768999, 19.2671538461539, 23.3526402758628, 22.3045769230769, 33.6462266332863, 35.0965384615385, 56.1733548069381, 67.4848846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1020, '2022-01-09 00:00:00', 8.97004751355226, 10.4736538461539, 9.21085656285773, 13.0053076923077, 13.2274772558431, 17.9759230769231, 26.9893326122634, 30.5148461538462, 51.3976055980612, 63.8095769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1035, '2022-01-09 00:00:00', 5.73896430216627, 8.7663076923077, 7.110188234228, 11.3763846153846, 14.8618687571713, 17.3306538461539, 26.368557497403, 29.615576923077, 51.2400114566882, 63.5661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1050, '2022-01-09 00:00:00', 5.60769073326984, 7.37599999999999, 10.6734068800058, 12.0141153846154, 17.0961126270092, 16.9576538461538, 26.3475907938468, 28.441, 51.1542082307845, 63.2910384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1065, '2022-01-09 00:00:00', 8.13011727013541, 9.33188461538463, 12.6133303804409, 13.1013846153846, 16.1315237592066, 17.3880769230769, 24.381841238228, 27.0413846153846, 49.2167059114625, 62.1401538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1080, '2022-01-09 00:00:00', 7.69273940253953, 7.84065384615385, 9.41837261984009, 10.1253846153846, 11.7754079570682, 14.3973461538462, 20.6170811027018, 24.0233461538462, 48.7909809196488, 61.7256923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1095, '2022-01-09 00:00:00', 6.12544138993578, 6.8806923076923, 7.98835352410957, 10.0488846153846, 11.0079512143933, 13.4005384615385, 18.4153617269346, 23.3534230769231, 48.4535590398127, 62.2872307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1110, '2022-01-09 00:00:00', 5.7480304416784, 7.37303846153844, 7.30652301019177, 9.87153846153848, 9.09827965682779, 12.0470769230769, 16.9772819899463, 22.3973846153846, 48.5224833531679, 63.4680384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1125, '2022-01-09 00:00:00', 4.92500711940136, 6.32638461538463, 6.58815732613047, 8.15992307692308, 8.37538451048439, 10.9514615384615, 15.9774447007216, 21.3222692307692, 48.4648999378059, 64.1396923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1140, '2022-01-09 00:00:00', 3.82420630438025, 5.49053846153847, 5.90743600089036, 7.55776923076923, 10.4186869242057, 11.2347692307692, 14.8779870609103, 21.2712307692308, 48.4097060501301, 64.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1155, '2022-01-09 00:00:00', 4.23287398638507, 5.25976923076922, 7.22278023659544, 7.9748846153846, 11.2110136211605, 11.6025769230769, 17.3452248299507, 22.1818076923077, 48.3243731355259, 64.6526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1170, '2022-01-09 00:00:00', 5.0215049881638, 5.42488461538461, 8.15625999330953, 7.90496153846154, 10.7589819627781, 11.2356538461538, 16.6964291871507, 21.6161923076923, 48.0977422600943, 64.9980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1185, '2022-01-09 00:00:00', 4.72290948528064, 5.54138461538462, 6.64443217554252, 8.08615384615386, 11.3593205912759, 11.4058461538462, 16.3110049106542, 21.3943461538462, 49.5240897725386, 66.1540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1200, '2022-01-09 00:00:00', 5.15288130138412, 5.76588461538464, 7.19948637794072, 7.88011538461539, 9.78910030626687, 11.7953846153846, 14.9988744019215, 20.6977307692308, 49.5119713555761, 66.2543461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1215, '2022-01-09 00:00:00', 4.50880428716972, 5.36849999999998, 7.7395713792074, 7.87142307692309, 8.71490433364677, 11.9407692307693, 16.4649400216152, 23.0173461538462, 49.4069953068934, 66.1471538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1230, '2022-01-09 00:00:00', 5.66414076109862, 5.83219230769231, 7.11831494634683, 8.77865384615384, 9.05565237517428, 11.9085, 16.4821335268036, 22.7853461538462, 48.6759249796194, 65.8136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1245, '2022-01-09 00:00:00', 5.58844553107984, 6.0834230769231, 6.54494896507106, 8.37965384615388, 8.68976204162113, 11.1235, 16.0915716261172, 22.8340384615385, 47.9380727134979, 65.4277307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1260, '2022-01-09 00:00:00', 3.9271232007471, 5.53507692307694, 7.24965446306552, 8.35292307692309, 8.24755307824455, 10.5734615384616, 16.3218269328104, 22.3657692307692, 48.0330570877374, 64.9689230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1275, '2022-01-09 00:00:00', 4.639439726784, 5.65446153846154, 5.57051638719425, 7.29049999999999, 8.74671026615152, 11.205, 17.8899612889034, 24.8050384615385, 47.8158611801082, 64.9166538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1290, '2022-01-09 00:00:00', 3.70943661158732, 4.96484615384616, 5.7922770993267, 7.19634615384616, 8.53876375244101, 11.2625, 18.878557886783, 26.1952692307692, 47.7485243920045, 65.0535769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1305, '2022-01-09 00:00:00', 4.74294899970957, 5.85942307692307, 6.62399966752601, 8.50734615384616, 9.87767354671051, 11.7578461538461, 22.8607912012282, 28.3188846153846, 43.8699129847114, 61.5113846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1320, '2022-01-09 00:00:00', 4.97159450060657, 6.10803846153846, 6.73004758789895, 8.34384615384614, 9.19345191895589, 11.6481153846154, 22.7634683858894, 28.3303461538461, 44.1394226542005, 61.6603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1335, '2022-01-09 00:00:00', 3.69760510039424, 5.07503846153845, 5.75802186011293, 7.03030769230767, 9.32015896076059, 11.2864230769231, 23.8557686302818, 28.9926923076923, 44.4638608255496, 62.1560769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1350, '2022-01-09 00:00:00', 4.6871726803463, 5.10684615384612, 5.53929326233537, 7.57238461538461, 8.80343848251264, 10.2153461538461, 24.4987621325273, 29.9938846153846, 44.6853709235343, 62.3775769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1365, '2022-01-09 00:00:00', 3.16350138831109, 5.21607692307695, 7.93773383781541, 7.92900000000002, 8.20762530821187, 8.38400000000002, 23.913470278035, 30.4304615384615, 45.8332922500664, 63.326 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1380, '2022-01-09 00:00:00', 1.90593180049511, 2.87113636363636, 2.68193939204402, 3.54395454545454, 2.83542664395445, 3.94340909090909, 22.6991615584521, 26.6068636363636, 39.3109281197527, 55.5482727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1395, '2022-01-09 00:00:00', 1.37369282375136, 1.63954545454547, 1.75714714672339, 2.26300000000002, 8.29876424326945, 9.67418181818183, 22.8726968430585, 26.8612727272727, 39.4892776722461, 55.7388636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1410, '2022-01-09 00:00:00', 1.3291900969586, 1.55786363636365, 1.96295518944207, 2.27313636363639, 8.54313722701759, 10.0631818181818, 22.7526419060651, 27.0630909090909, 39.7735548374682, 56.0801363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 1425, '2022-01-09 00:00:00', 1.59079604347887, 1.44063636363637, 8.2150827427176, 9.29577272727272, 9.48032528164975, 11.0602727272727, 22.5784380310525, 27.0342727272727, 40.069316527062, 56.0942272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 930, '2022-01-09 00:00:00', 3.60425985830013, 3.91438461538462, 4.0796656448594, 5.06457692307694, 5.04618611077863, 7.19923076923077, 21.1392590409772, 28.6321923076923, 43.6443327077129, 62.1493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 945, '2022-01-09 00:00:00', 3.3051013204532, 3.45553846153851, 4.42798201598043, 5.27357692307696, 9.875812867031, 14.5962307692308, 21.0676026841068, 28.7778461538462, 43.4582645721864, 62.3738846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 960, '2022-01-09 00:00:00', 2.65960923474455, 3.71080769230773, 3.68809152335125, 5.08926923076925, 14.0565715874763, 18.1769230769231, 20.923299556126, 28.7806538461538, 43.9342812373208, 63.271 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 975, '2022-01-09 00:00:00', 2.66564484130952, 3.76950000000002, 9.86151649626737, 13.9033846153846, 18.3530367993965, 20.882, 20.98007272672, 29.1825384615385, 46.4267942891238, 69.2497307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 990, '2022-01-09 00:00:00', 10.0114733823825, 13.6243846153846, 14.2728343892003, 17.6073076923077, 18.4941052489706, 21.842, 20.9985660491011, 29.1620384615385, 46.4617347177223, 69.5145 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1005, '2022-01-09 00:00:00', 7.43159173891071, 10.1005769230769, 11.9433923022797, 14.4336153846154, 13.251773514573, 17.7048076923077, 15.3411914842161, 24.5796538461539, 44.3299059929247, 67.9646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1020, '2022-01-09 00:00:00', 6.7678363805463, 8.95307692307692, 6.7025791225353, 11.2945769230769, 10.4153428352304, 15.0211538461538, 12.4364825443284, 22.4266538461539, 44.0924516324681, 67.2871923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1035, '2022-01-09 00:00:00', 4.23929544799424, 7.03515384615387, 6.36317687177864, 10.0966923076923, 9.54778286442219, 14.4038846153846, 13.8573165376496, 22.6067692307692, 43.9817573742184, 71.5037307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1050, '2022-01-09 00:00:00', 4.53315915178195, 6.65715384615384, 6.62231645318719, 9.49138461538461, 8.18379757410006, 12.6054230769231, 15.1862256381843, 22.9655769230769, 45.0512150336276, 73.3703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1065, '2022-01-09 00:00:00', 4.09155180265948, 6.25307692307691, 6.10979748638326, 9.32873076923076, 8.21874883880659, 12.5226538461538, 17.0971927293973, 23.6021153846154, 44.2105127996289, 75.0833846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1080, '2022-01-09 00:00:00', 4.2612817632907, 6.04411538461538, 5.81521198925714, 8.42, 7.24801856382408, 11.9063076923077, 17.6997343634131, 23.5078461538462, 44.3285799216054, 76.2658846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1095, '2022-01-09 00:00:00', 4.052494000565, 5.86876923076923, 6.07203454991691, 8.66015384615385, 6.02499432913873, 10.4158846153846, 19.198054672965, 23.4448846153846, 44.2810343671141, 77.2733076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1110, '2022-01-09 00:00:00', 3.49336459899885, 5.5613076923077, 3.51471769497701, 6.89565384615384, 4.95801803701686, 9.08915384615384, 19.6959944278018, 23.1485, 44.4104317328884, 77.6746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1125, '2022-01-09 00:00:00', 2.52146948852025, 4.40769230769232, 3.09372275024519, 6.18984615384617, 5.43034353184457, 9.22107692307694, 18.9947190534633, 22.566, 44.3267535705713, 77.7671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1140, '2022-01-09 00:00:00', 2.36875373269444, 4.68938461538463, 4.19112441402615, 6.49042307692308, 5.48826495674038, 9.06234615384616, 19.4897313682399, 22.3916153846154, 44.7612962756717, 78.0350384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1155, '2022-01-09 00:00:00', 2.9332194538792, 4.25926923076924, 4.21660492029383, 6.27642307692309, 5.87862891196708, 8.83726923076921, 21.7267073749196, 23.8776538461539, 44.6661709126028, 78.5959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1170, '2022-01-09 00:00:00', 3.72242975570443, 5.05061538461538, 4.58803024200345, 6.41130769230768, 5.87333198317747, 9.10476923076923, 22.5563743660531, 24.3353076923077, 44.7493681439363, 79.1291923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1185, '2022-01-09 00:00:00', 2.64561889458489, 4.00684615384615, 4.08234387896878, 6.33811538461538, 4.70381162054122, 8.3658076923077, 22.6862002019188, 24.0431923076923, 44.8379800271875, 79.6040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1200, '2022-01-09 00:00:00', 3.34976469988795, 4.87176923076922, 4.26062966184401, 6.69665384615387, 6.91839916754873, 9.4508076923077, 22.5278196585057, 23.8666153846154, 45.272886935543, 80.3079615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1215, '2022-01-09 00:00:00', 3.17953595646624, 4.67753846153849, 3.37798353254628, 6.03511538461539, 9.04524157435618, 11.1324615384615, 25.9531757316903, 28.399, 45.4250996040566, 80.5159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1230, '2022-01-09 00:00:00', 2.79388871756799, 4.1993846153846, 5.38818344956388, 6.51661538461538, 10.0293328781898, 11.8263076923077, 28.6216690097932, 29.2208846153846, 46.0867120166557, 81.8941153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1245, '2022-01-09 00:00:00', 4.50101636470974, 4.90165384615386, 8.23290057232846, 9.11592307692309, 11.2501667828321, 12.4898076923077, 30.5504218068073, 29.5764230769231, 47.1305055349668, 83.0333076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1260, '2022-01-09 00:00:00', 6.64241436793767, 7.09434615384615, 8.1332772984724, 8.90742307692308, 11.1315312082391, 11.634, 29.9120791463145, 29.2801538461539, 46.8745143095905, 83.146 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1275, '2022-01-09 00:00:00', 5.17652874483992, 5.49438461538462, 7.82399685317304, 8.13696153846155, 10.9974144054934, 11.5896153846154, 26.958061372464, 30.1488076923077, 45.8964203205603, 82.4558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1290, '2022-01-09 00:00:00', 5.12837360513507, 5.52892307692307, 6.54278044682724, 7.41115384615384, 14.4568522878892, 13.4109230769231, 26.5116019100202, 31.0936538461539, 45.8921769448613, 82.3934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1305, '2022-01-09 00:00:00', 5.15260531441659, 5.21861538461538, 8.43384917332897, 8.38303846153845, 13.2597244953976, 12.9764230769231, 25.3504481372314, 30.9720384615385, 46.2018814812358, 82.2356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1320, '2022-01-09 00:00:00', 5.99585051694407, 5.94369230769228, 10.9245063823709, 10.0775384615385, 11.9006959082878, 11.9516923076923, 23.6312897151213, 30.875, 46.9029391852513, 82.4001538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1335, '2022-01-09 00:00:00', 7.24425285046971, 6.6998076923077, 7.82166333559459, 8.78284615384615, 11.0658717739933, 12.4509615384615, 22.2487347717019, 30.1576923076923, 48.2516990250722, 82.8793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1350, '2022-01-09 00:00:00', 5.0400413412529, 5.76380769230769, 6.43592147678827, 7.20784615384615, 10.9960519553436, 11.6222692307692, 21.3555651384256, 30.0766923076923, 48.1367586286757, 82.7833461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1365, '2022-01-09 00:00:00', 5.05335154343515, 5.33869230769231, 9.02771246363961, 9.21238461538463, 10.5398419880872, 10.2395769230769, 21.7313229271978, 30.3663846153846, 47.9815007984728, 82.7180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 1380, '2022-01-09 00:00:00', 4.45718518614045, 3.16154545454546, 4.66874686251395, 3.77486363636366, 4.81663539879605, 4.05822727272729, 18.404162174175, 25.194, 48.3294546010691, 76.5166818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1395, '2022-01-09 00:00:00', 1.95794390841129, 1.9084090909091, 2.35817749901978, 2.27045454545455, 11.8692555505674, 12.4529090909091, 18.4654874665899, 25.1540454545455, 48.6511323011498, 76.5807727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1410, '2022-01-09 00:00:00', 1.48981439981209, 1.47677272727272, 1.5367014689789, 1.8885, 12.337390125565, 12.8055909090909, 18.4044713250724, 25.6017727272727, 49.7335408278447, 77.1616818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 3, 1425, '2022-01-09 00:00:00', 0.917864121455131, 1.11454545454548, 11.8710186247142, 12.0590454545455, 12.3618659696294, 12.6491818181819, 18.3492047626025, 26.0509090909091, 49.6633780219149, 77.7945 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 930, '2022-01-09 00:00:00', 3.67878333012425, 3.85496000000001, 3.98196325112794, 4.74860000000001, 4.49815496916975, 6.44328000000001, 20.7985762647351, 28.36584, 48.6938956595862, 81.96044 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 945, '2022-01-09 00:00:00', 2.66333608593931, 2.88376000000002, 3.07124066841615, 4.12008000000002, 9.19388178845039, 13.93944, 20.5665505244965, 28.30068, 48.9372610770498, 82.12584 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 960, '2022-01-09 00:00:00', 3.01191854305525, 3.12432000000001, 3.50573369734021, 4.97456000000002, 12.3073819212969, 17.09156, 20.6061115903349, 28.45104, 48.8447615953509, 82.08616 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 975, '2022-01-09 00:00:00', 2.52194306702856, 3.88380000000002, 8.98154762554872, 13.4874, 16.0322346225763, 19.49408, 20.5321580900142, 28.4256, 48.631367977092, 82.77136 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 990, '2022-01-09 00:00:00', 8.77104236963883, 12.9982, 11.9968468774091, 16.3786, 16.9987952991773, 21.41396, 20.3858084021704, 28.35628, 54.6665553198968, 86.72772 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1005, '2022-01-09 00:00:00', 9.36978298183401, 10.02872, 13.6336736047186, 13.02672, 14.9138553365654, 17.7944, 18.0480109302937, 23.99104, 52.0053001431264, 83.45868 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1020, '2022-01-09 00:00:00', 6.96561457135455, 7.98176000000003, 8.37470224704538, 11.20432, 11.6802801050888, 15.921, 15.733060391206, 22.37424, 51.3395677637954, 81.84256 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1035, '2022-01-09 00:00:00', 5.3791562792567, 7.68612000000002, 8.26195233727072, 11.42144, 11.6494569089436, 14.96876, 14.7656840175681, 21.24256, 50.6785419195343, 81.61456 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1050, '2022-01-09 00:00:00', 6.12161680114003, 7.58351999999999, 8.11814803654956, 9.94028000000001, 10.9555257270779, 12.86904, 12.5649484190478, 18.99876, 53.092870582813, 81.05284 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1065, '2022-01-09 00:00:00', 6.22448607999088, 6.66128000000002, 7.77696886368121, 8.60496000000001, 9.1964751713179, 10.88008, 10.6731112416514, 17.18792, 53.0989101073961, 80.17552 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1080, '2022-01-09 00:00:00', 3.30768974109325, 5.10744000000001, 4.94253279807023, 6.97872, 6.27785959463893, 9.37555999999998, 8.89871086581271, 16.47636, 53.6602943667227, 80.05976 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1095, '2022-01-09 00:00:00', 4.17630022188698, 4.85727999999999, 5.96315986090147, 7.11711999999999, 7.29379449555121, 9.77368, 9.32685145998726, 16.75864, 53.5767936760559, 80.23824 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1110, '2022-01-09 00:00:00', 3.86109909352245, 5.24128000000001, 4.6773880168316, 6.99907999999999, 6.58576971760579, 9.84176, 9.28331590147974, 16.70072, 54.1742358206371, 80.4378 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1125, '2022-01-09 00:00:00', 3.03930884577398, 4.51252000000001, 5.11616854784905, 7.05212000000001, 6.59612259841594, 9.37720000000001, 8.8159891167507, 16.13076, 54.2639673808504, 79.91908 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1140, '2022-01-09 00:00:00', 3.27212978145223, 4.64984, 4.57027301445624, 6.45152, 5.73559888997364, 8.01527999999999, 8.35521349677355, 15.44608, 54.3212435046671, 79.27132 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1155, '2022-01-09 00:00:00', 4.09861715582222, 4.61956, 4.85179637763171, 6.27356, 5.70088205894493, 7.9726, 8.9509248203747, 15.83816, 54.1658725269581, 79.40424 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1170, '2022-01-09 00:00:00', 4.01292740527414, 4.81488000000001, 4.79561491538537, 5.85679999999999, 5.85445422306813, 8.1524, 8.96498271517203, 15.6174, 54.6298102898653, 79.54384 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1185, '2022-01-09 00:00:00', 2.52495733495307, 3.60227999999999, 3.68866828950504, 5.67199999999999, 5.358249377673, 7.95931999999998, 8.79704986875334, 15.35332, 54.8496476057352, 79.56184 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1200, '2022-01-09 00:00:00', 2.52697206817435, 4.17300000000001, 3.89537375485332, 5.95876000000001, 5.25102521037556, 7.98347999999999, 8.48432094179218, 15.01352, 54.7935258191452, 79.47412 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1215, '2022-01-09 00:00:00', 3.09062042692618, 4.35296000000001, 3.51262246144765, 5.53916, 4.49401840524341, 8.26951999999999, 9.97197697349931, 17.80952, 54.5451536917809, 79.57248 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1230, '2022-01-09 00:00:00', 2.36705496133909, 3.67524, 3.84292965500713, 5.497, 4.12724684141861, 7.75436000000001, 10.6643300456866, 18.78564, 54.4919438147206, 79.46096 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1245, '2022-01-09 00:00:00', 3.28167374724137, 4.04099999999997, 3.73642469570397, 6.10643999999998, 4.02747182816547, 7.86808, 10.5506246137373, 18.55864, 54.4560908077324, 79.36032 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1260, '2022-01-09 00:00:00', 2.6166338828095, 4.68172, 2.7477964201641, 5.71020000000001, 4.99778426972059, 8.67723999999999, 11.3447945556542, 18.88752, 54.0989135095768, 79.8154 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1275, '2022-01-09 00:00:00', 2.0246973082414, 3.52576000000001, 2.76713643080108, 5.18512, 5.7849460305751, 8.38308000000001, 12.5517870474022, 20.8154, 54.3867583966294, 80.61532 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1290, '2022-01-09 00:00:00', 2.48702961582685, 4.14868, 4.68783656569494, 6.82000000000001, 5.91511175098718, 8.60212000000002, 13.8042421136886, 23.5228, 54.1822365233908, 81.04752 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1305, '2022-01-09 00:00:00', 3.79701148931628, 4.7768, 4.828090989891, 6.22924000000004, 5.54743040755511, 8.11528000000003, 14.6345133619127, 24.04156, 54.1793936451551, 80.83144 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1320, '2022-01-09 00:00:00', 3.04259050426881, 4.12632000000002, 4.35621968492561, 5.67188000000002, 5.89570367216672, 8.28996, 15.1303287645488, 24.18224, 54.0666613943689, 80.9318 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1335, '2022-01-09 00:00:00', 2.77673206425588, 3.78996, 3.99026529694455, 5.57984, 6.19256985561461, 8.5736, 15.2018474233671, 24.7572, 55.4529560152868, 81.2174 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1350, '2022-01-09 00:00:00', 3.29995417543941, 4.53432000000001, 4.22869052505226, 6.20784, 6.13482832631309, 8.32552000000001, 15.5275009077443, 25.29824, 55.4715120215774, 81.16372 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1365, '2022-01-09 00:00:00', 2.98952196457342, 4.26491999999999, 5.69121725321864, 6.35564000000001, 5.61212533478481, 7.04624000000002, 17.767955914886, 26.45568, 55.4199862948979, 81.74848 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 1380, '2022-01-09 00:00:00', 1.39934167228362, 1.90820000000002, 1.80329617134262, 2.53965000000001, 2.49658031378082, 3.24300000000002, 18.1565880158952, 23.1538, 48.1161068953608, 72.83665 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1395, '2022-01-09 00:00:00', 1.30184169544535, 1.63470000000002, 2.24947503290972, 2.50965000000002, 5.54579045170394, 8.42705000000001, 18.16400156614, 23.1115, 48.1370886361628, 72.89055 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1410, '2022-01-09 00:00:00', 1.59598183853934, 1.68765, 1.59344011827441, 1.9584, 5.42457439780933, 8.61815, 18.075017197342, 23.2405, 48.074623288641, 72.97615 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 4, 1425, '2022-01-09 00:00:00', 0.911837941510964, 1.20030000000001, 5.56321621551115, 7.95635000000001, 5.40251243209557, 8.32550000000001, 18.0252298150179, 23.2179, 47.7658802065372, 73.0913 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969855, 1, 870, '2022-01-09 00:00:00', 0, 19.0330000000001, 0, 19.0330000000001, 0, 22.5230000000001, 0, 56.3120000000001, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 885, '2022-01-09 00:00:00', 0, 9.61199999999985, 0, 11.0719999999999, 0, 30.7380000000001, 0, 58.981, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 900, '2022-01-09 00:00:00', 0, 6.20299999999997, 0, 14.384, 0, 30.7380000000001, 0, 62.673, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 1, 915, '2022-01-09 00:00:00', 0, 10.521, 0, 30.7380000000001, 0, 30.7380000000001, 0, 74.0430000000001, 0, 105.49 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 870, '2022-01-09 00:00:00', 0, 11.1889999999999, 0, 18.982, 0, 18.982, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 885, '2022-01-09 00:00:00', 0, 18.444, 0, 18.444, 0, 49.27, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 900, '2022-01-09 00:00:00', 0, 13.001, 0, 13.9509999999998, 0, 62.4159999999999, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 2, 915, '2022-01-09 00:00:00', 0, 10.6019999999999, 0, 49.27, 0, 62.4159999999999, 0, 62.4159999999999, 0, 97.8899999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 870, '2022-01-09 00:00:00', 0, 4.10400000000004, 0, 5.50399999999991, 0, 8.173, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 885, '2022-01-09 00:00:00', 0, 3.69999999999982, 0, 6.36899999999991, 0, 18.874, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 900, '2022-01-09 00:00:00', 0, 4.904, 0, 6.50099999999998, 0, 19.0799999999999, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 3, 915, '2022-01-09 00:00:00', 0, 4.82999999999993, 0, 17.203, 0, 20.0999999999999, 0, 37.597, 0, 91.28 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 870, '2022-01-09 00:00:00', 0, 3.02400000000011, 0, 9.73099999999999, 0, 11.3699999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 885, '2022-01-09 00:00:00', 0, 7.71199999999999, 0, 7.89400000000001, 0, 19.5339999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 900, '2022-01-09 00:00:00', 0, 5.88999999999987, 0, 11.3699999999999, 0, 19.5339999999999, 0, 26.952, 0, 110.82 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 4, 915, '2022-01-09 00:00:00', 0, 7.48099999999999, 0, 15.645, 0, 17.0239999999999, 0, 26.2280000000001, 0, 110.096 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 870, '2022-01-09 00:00:00', 0, 6.88200000000006, 0, 6.88200000000006, 0, 8.49500000000012, 0, 30.6609999999998, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 885, '2022-01-09 00:00:00', 0, 1.20399999999995, 0, 5.79500000000007, 0, 12.404, 0, 31.713, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 900, '2022-01-09 00:00:00', 0, 5.45499999999993, 0, 6.99500000000012, 0, 26.423, 0, 31.713, 0, 228.164 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-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 969855, 5, 915, '2022-01-09 00:00:00', 0, 6.17000000000007, 0, 12.404, 0, 29.3529999999998, 0, 31.713, 0, 235.714 where not exists (select 1 from powerstats_trumpet where symbolid = 969855 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:51:21 Duration: 3s922ms 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 969905, 5, 930, '2022-01-09 00:00:00', 0.187369634679688, 0.263500000000001, 0.214901641186417, 0.302653846153847, 0.336611220618318, 0.498076923076923, 0.621772755916501, 1.615, 1.76206533931066, 4.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 945, '2022-01-09 00:00:00', 0.159737708086148, 0.195153846153846, 0.278285755184237, 0.297807692307693, 0.582916919796137, 1.06684615384615, 0.62035905732084, 1.614, 1.76880051012413, 4.11826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 960, '2022-01-09 00:00:00', 0.255989422858414, 0.238230769230769, 0.328949853554984, 0.434615384615385, 0.603026302526235, 1.15619230769231, 0.629928328035452, 1.59546153846154, 1.76917651291389, 4.11742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 975, '2022-01-09 00:00:00', 0.264605997373743, 0.359423076923077, 0.586839131409832, 1.02838461538462, 0.6024246291829, 1.23207692307692, 0.627160140265995, 1.59780769230769, 1.77048603496328, 4.121 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 990, '2022-01-09 00:00:00', 0.584985918305206, 0.954730769230769, 0.613923773770002, 1.109, 0.588356031667901, 1.2935, 0.643517042987507, 1.57923076923077, 1.78179009253227, 4.10242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1005, '2022-01-09 00:00:00', 0.287923806694651, 0.600038461538462, 0.322012422120638, 0.740999999999999, 0.481262450388399, 1.03311538461538, 0.603226857441262, 1.33919230769231, 1.72903893491776, 3.99196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1020, '2022-01-09 00:00:00', 0.246468871493711, 0.468769230769229, 0.329174727976589, 0.699807692307692, 0.467182035020776, 0.878423076923076, 0.551923840900033, 1.20238461538462, 1.75417580208353, 3.93676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1035, '2022-01-09 00:00:00', 0.292774455064751, 0.495192307692308, 0.448765700389585, 0.662423076923077, 0.519528650279788, 0.866461538461538, 1.03817852696256, 1.29457692307692, 1.74725346318597, 3.97123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1050, '2022-01-09 00:00:00', 0.28876879226228, 0.430153846153845, 0.307964475973348, 0.56303846153846, 0.450747133614333, 0.774538461538459, 1.026191120301, 1.18115384615385, 1.74481818360715, 3.94757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1065, '2022-01-09 00:00:00', 0.136284318190375, 0.315846153846153, 0.28265106784487, 0.475115384615384, 0.31772635783255, 0.623961538461538, 1.00318144152261, 1.02826923076923, 1.77131558974157, 3.92396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1080, '2022-01-09 00:00:00', 0.172437190348789, 0.34876923076923, 0.210532789333668, 0.459846153846153, 0.222441681207594, 0.569307692307692, 0.997626726093173, 0.955269230769232, 1.78860962933611, 3.93261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1095, '2022-01-09 00:00:00', 0.144856050562673, 0.291653846153845, 0.164189220108995, 0.3985, 0.19826341452336, 0.511307692307692, 1.00166241587903, 0.918346153846155, 1.81442500364334, 3.93357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1110, '2022-01-09 00:00:00', 0.138165408116503, 0.306000000000001, 0.15295300434598, 0.374692307692308, 0.198693114742694, 0.480923076923077, 0.982307418589203, 0.892230769230769, 1.83358639115973, 3.92542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1125, '2022-01-09 00:00:00', 0.111410598860528, 0.229192307692307, 0.162228670519305, 0.334307692307692, 0.224649100736099, 0.441461538461539, 0.960410867205361, 0.875076923076924, 1.82775651172519, 3.92711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1140, '2022-01-09 00:00:00', 0.10934513460387, 0.261961538461538, 0.166511279359225, 0.349384615384616, 0.213755431779835, 0.445230769230771, 0.91552315183094, 0.951807692307693, 1.84966431382728, 3.96892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1155, '2022-01-09 00:00:00', 0.158392093819785, 0.241153846153846, 0.20583351375472, 0.324346153846154, 0.20087791929811, 0.409461538461539, 0.965069103942621, 1.19984615384615, 1.89204364602446, 3.98796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1170, '2022-01-09 00:00:00', 0.114644554367635, 0.229423076923077, 0.126932132077917, 0.303384615384617, 0.191822004833807, 0.395192307692308, 0.963639566355674, 1.18457692307692, 1.91071672456659, 3.98880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1185, '2022-01-09 00:00:00', 0.105666383563478, 0.20223076923077, 0.162435407280743, 0.282307692307692, 0.157066884332266, 0.378384615384616, 0.969649586984113, 1.17819230769231, 1.92370986777752, 3.99915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1200, '2022-01-09 00:00:00', 0.0801844332357184, 0.18228, 0.120880450583762, 0.26, 0.153528357858301, 0.36004, 0.54123169715012, 1.045, 1.65925577493847, 3.81232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1215, '2022-01-09 00:00:00', 0.0875027999552021, 0.194359999999999, 0.112972149960362, 0.265959999999999, 0.139978355469694, 0.35924, 0.821593244860253, 1.54172, 1.65419549227613, 3.81232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1230, '2022-01-09 00:00:00', 0.105177500762599, 0.197159999999999, 0.126809936519186, 0.26152, 0.127777371496939, 0.358159999999999, 0.825240910280144, 1.66432, 1.65539904756124, 3.82156 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1245, '2022-01-09 00:00:00', 0.0749052290119545, 0.17172, 0.0822856407076379, 0.233519999999999, 0.10716381541049, 0.3192, 0.826981150530854, 1.78136, 1.67099830141545, 3.83664 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1260, '2022-01-09 00:00:00', 0.0610011748520731, 0.16468, 0.084947042326381, 0.2404, 0.117297939737521, 0.32184, 0.8488406348269, 1.84444, 1.66342154208327, 3.83868 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1275, '2022-01-09 00:00:00', 0.0749359059463496, 0.17616, 0.0981602940772569, 0.22912, 0.140465298205644, 0.3534, 0.825796853550155, 1.89388, 1.65526500597336, 3.85136 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1290, '2022-01-09 00:00:00', 0.0787477407083314, 0.16104, 0.10074720839805, 0.231400000000002, 0.139183416157723, 0.347760000000001, 0.832625630160399, 1.90876, 1.65214268653366, 3.83896 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1305, '2022-01-09 00:00:00', 0.0770360738009591, 0.162160000000002, 0.104383220235184, 0.255240000000001, 0.143737573375928, 0.37064, 0.831114737365827, 1.92304, 1.6687313045145, 3.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1320, '2022-01-09 00:00:00', 0.0875755574396734, 0.184000000000001, 0.111434446512582, 0.262625000000001, 0.17553295656537, 0.477916666666667, 0.799437192201717, 1.96845833333333, 1.6806356953783, 3.89141666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1335, '2022-01-09 00:00:00', 0.0893478688423352, 0.169208333333334, 0.108648007311472, 0.261958333333333, 0.486351231033228, 0.754708333333334, 0.785389046721526, 1.96104166666667, 1.69620626992855, 3.85483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1350, '2022-01-09 00:00:00', 0.0795895266578661, 0.190333333333334, 0.164503199167165, 0.346208333333333, 0.461511662358335, 0.730666666666667, 0.775220917554792, 2.02058333333333, 1.70619605664052, 3.861875 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 1365, '2022-01-09 00:00:00', 0.128884258829048, 0.265250000000001, 0.46454914834911, 0.658541666666668, 0.477547053603932, 0.696333333333333, 0.777291272835408, 2.004625, 1.72653033514862, 3.85295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 930, '2022-01-09 00:00:00', 0.212121820345449, 0.192800000000001, 0.28167470599967, 0.263160000000001, 0.312851684775177, 0.434519999999999, 0.970223139282918, 1.96124, 1.89561124882363, 4.07544 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 945, '2022-01-09 00:00:00', 0.154930339185067, 0.16708, 0.156453848360041, 0.227839999999999, 0.889929532790846, 1.17436, 0.999375346570713, 1.9188, 1.91830804182575, 4.09992 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 960, '2022-01-09 00:00:00', 0.118548625747692, 0.162879999999999, 0.199645544236111, 0.314479999999999, 0.892809009064462, 1.31252, 1.00783574719958, 1.92432, 1.95876385083382, 4.13136 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 975, '2022-01-09 00:00:00', 0.177601848714101, 0.258199999999999, 0.883041199491846, 1.12252, 0.849742043210761, 1.46804, 1.00845277033682, 1.93864, 1.96971531360922, 4.131 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 990, '2022-01-09 00:00:00', 0.54831039870983, 0.87728, 0.570898195828293, 1.1456, 0.82268079674521, 1.51412, 0.977457813241404, 1.91388, 1.97391117412444, 4.14536 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1005, '2022-01-09 00:00:00', 0.286951552240676, 0.561119999999999, 0.405773799877056, 0.895279999999999, 0.463798896793282, 1.117, 0.653592882968186, 1.51064, 1.7572781035833, 3.9924 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1020, '2022-01-09 00:00:00', 0.25686266279129, 0.488916666666667, 0.356226021313534, 0.683750000000001, 0.326220914634436, 0.833791666666668, 0.545681059631522, 1.26258333333333, 1.70207913725912, 3.75754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1035, '2022-01-09 00:00:00', 0.224571137175226, 0.39525, 0.186424475713162, 0.535458333333334, 0.222075568154208, 0.660916666666668, 0.497956212425104, 1.13904166666667, 1.67991451430194, 3.77008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1050, '2022-01-09 00:00:00', 0.157460686374799, 0.321291666666667, 0.140952633631076, 0.457416666666666, 0.198032551123162, 0.588249999999999, 0.519973682444394, 1.09225, 1.69700859357478, 3.73458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1065, '2022-01-09 00:00:00', 0.327609142119081, 0.349999999999999, 0.342645088490506, 0.46964, 0.35760895775507, 0.617, 0.645819376193271, 1.12, 1.78185572741828, 3.8462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1080, '2022-01-09 00:00:00', 0.183458551177099, 0.30296, 0.199731461384196, 0.415639999999999, 0.480802280915277, 0.680199999999998, 0.643943483544945, 1.10328, 1.78809541412085, 3.85128 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1095, '2022-01-09 00:00:00', 0.134911230073703, 0.26604, 0.320421066723149, 0.43892, 0.473550155738545, 0.667199999999999, 0.654508212324337, 1.0734, 1.86485189045493, 3.94036 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1110, '2022-01-09 00:00:00', 0.140161668559323, 0.246720000000001, 0.204390704289603, 0.40532, 0.289013131189572, 0.53944, 0.50346942310333, 0.956720000000002, 1.77709332713095, 3.88312 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1125, '2022-01-09 00:00:00', 0.121069883400732, 0.217799999999999, 0.275198243695946, 0.351639999999999, 0.30047250012827, 0.481159999999999, 0.502357332981213, 0.907840000000001, 1.80136001583988, 3.92364 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1140, '2022-01-09 00:00:00', 0.232224977123479, 0.264239999999999, 0.231685613134121, 0.34084, 0.271593188427103, 0.468120000000001, 0.458947480655466, 0.887960000000002, 1.81394953807064, 3.96752 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1155, '2022-01-09 00:00:00', 0.140907984159878, 0.20732, 0.177100235271819, 0.31292, 0.25106647858021, 0.456720000000002, 0.597936387363517, 1.18144, 1.82384533152714, 3.99972 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1170, '2022-01-09 00:00:00', 0.113124592080296, 0.203560000000001, 0.140512063539042, 0.27984, 0.244429185382323, 0.41728, 0.610409703942087, 1.13544, 1.83387525748073, 4.01872 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1185, '2022-01-09 00:00:00', 0.0992291119917267, 0.1784, 0.176226010187676, 0.289760000000001, 0.246744489975629, 0.443480000000002, 0.600521628808378, 1.13668, 1.84482605955142, 4.02076 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1200, '2022-01-09 00:00:00', 0.138952413916901, 0.19724, 0.174028091602094, 0.291880000000001, 0.242841498375655, 0.453920000000002, 0.581966780266137, 1.1052, 1.83687833293335, 4.00652 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1215, '2022-01-09 00:00:00', 0.109919243083275, 0.17936, 0.152200065703008, 0.297120000000001, 0.203712272580717, 0.431240000000001, 0.532834377019102, 1.23384, 1.84297378982991, 4.00016 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1230, '2022-01-09 00:00:00', 0.110829042523458, 0.196920000000001, 0.16442431896367, 0.296240000000002, 0.247863786517245, 0.432960000000001, 0.526733544277055, 1.25868, 1.84315551432862, 3.9976 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1245, '2022-01-09 00:00:00', 0.102717655087461, 0.1682, 0.161185162675312, 0.270640000000001, 0.236562902135281, 0.38356, 0.535361071302974, 1.26232, 1.83566459627025, 4.00152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1260, '2022-01-09 00:00:00', 0.132413028059931, 0.189720000000001, 0.197252351063301, 0.26764, 0.226877184103353, 0.392440000000001, 0.5342681910801, 1.3186, 1.83052378660681, 3.9916 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1275, '2022-01-09 00:00:00', 0.126299551332009, 0.173079999999999, 0.162380653609557, 0.247319999999999, 0.199228077003887, 0.39408, 0.634580241839702, 1.5888, 1.82892591430052, 3.998 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1290, '2022-01-09 00:00:00', 0.109201846748731, 0.15672, 0.137082858155206, 0.26528, 0.179160523925705, 0.38908, 0.66063612021546, 1.688, 1.82741296007954, 4.00028 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1305, '2022-01-09 00:00:00', 0.101750315314827, 0.168280000000001, 0.125713656113142, 0.273560000000001, 0.162147309567566, 0.3976, 0.661552058924063, 1.79728, 1.86283663803351, 4.03444 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1320, '2022-01-09 00:00:00', 0.118575404982091, 0.19372, 0.141193094732002, 0.285640000000001, 0.236752001047511, 0.42252, 0.692724452193416, 1.828, 1.86142257426948, 4.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1335, '2022-01-09 00:00:00', 0.148373144470285, 0.179560000000001, 0.18566270492482, 0.273839999999999, 0.612993928735568, 0.844840000000001, 0.681025630942038, 1.87708, 1.87235756289586, 4.04048 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1350, '2022-01-09 00:00:00', 0.101183035468733, 0.179439999999999, 0.164663576219313, 0.29448, 0.609052438902705, 0.807960000000001, 0.716787179014805, 1.94212, 1.87669027101793, 4.05004 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1365, '2022-01-09 00:00:00', 0.14253447536181, 0.214079999999999, 0.633861204576103, 0.75988, 0.608293547557428, 0.80004, 0.736494738609855, 1.9582, 1.85092813834933, 4.21416 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1380, '2022-01-09 00:00:00', 0.684208834034924, 0.747142857142858, 0.675331572883524, 0.761666666666668, 0.645669932631808, 0.804809523809525, 0.781095000624124, 2.014, 1.87593199820909, 4.51747619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1395, '2022-01-09 00:00:00', 0.199884966918474, 0.130999999999999, 0.236875524876915, 0.217285714285713, 0.367804334628384, 0.558142857142856, 0.694208504427197, 1.74295238095238, 1.77663904338394, 4.33709523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1410, '2022-01-09 00:00:00', 0.0947023155547351, 0.129857142857143, 0.164433109862484, 0.194619047619047, 0.338594236724221, 0.575571428571429, 0.692910696506651, 1.77066666666667, 1.7753066307918, 4.33433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 1425, '2022-01-09 00:00:00', 0.122489844088241, 0.119809523809524, 0.329587845071762, 0.496619047619048, 0.326361135057761, 0.571761904761906, 0.711754977235176, 1.83495238095238, 1.77505466448354, 4.33147619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 930, '2022-01-09 00:00:00', 0.17017807867507, 0.201538461538462, 0.200257080927339, 0.293461538461539, 0.188708256718795, 0.485615384615385, 0.651276342151434, 1.69292307692308, 1.69992858492531, 3.98392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 945, '2022-01-09 00:00:00', 0.121937417744324, 0.174423076923076, 0.121686261154849, 0.230115384615385, 0.253085561694977, 0.875307692307693, 0.679122901531537, 1.68265384615384, 2.15498069132881, 4.2105 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 960, '2022-01-09 00:00:00', 0.0939764045672354, 0.165269230769231, 0.159111286646993, 0.383192307692309, 0.319663883573886, 1.04896153846154, 0.691695117363579, 1.72184615384615, 2.15448709477185, 4.20780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 975, '2022-01-09 00:00:00', 0.150099828319483, 0.331961538461539, 0.264657351770461, 0.836076923076924, 0.446293976932417, 1.21607692307692, 0.67097713820964, 1.708, 2.29278029005431, 4.39053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 990, '2022-01-09 00:00:00', 0.253199298212661, 0.79373076923077, 0.315456565338851, 0.989269230769231, 0.490449057967835, 1.23196153846154, 0.668789340180045, 1.69269230769231, 2.29185175819434, 4.37680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1005, '2022-01-09 00:00:00', 0.289834424881093, 0.643923076923078, 0.426251691627593, 0.892769230769231, 0.473462689619297, 1.03803846153846, 0.598748109359468, 1.50053846153846, 2.3264410921802, 4.27665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1020, '2022-01-09 00:00:00', 0.214483555044705, 0.512653846153846, 0.246910176753845, 0.635346153846154, 0.339571052947687, 0.865499999999999, 0.524239886370294, 1.32153846153846, 2.40978867921267, 4.14596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1035, '2022-01-09 00:00:00', 0.148435186581163, 0.42226923076923, 0.177558051178935, 0.581692307692306, 0.260785287456647, 0.761615384615384, 0.48176460897573, 1.23053846153846, 2.39288654043283, 4.10834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1050, '2022-01-09 00:00:00', 0.157669532689297, 0.410807692307692, 0.233071402067132, 0.556038461538461, 0.26110808843495, 0.698923076923077, 0.457691491660552, 1.18569230769231, 2.39553156201612, 4.10323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1065, '2022-01-09 00:00:00', 0.107316842179522, 0.352230769230769, 0.148330794561968, 0.466769230769231, 0.195083165697252, 0.643807692307692, 0.414389220605274, 1.11388461538461, 2.39038497446621, 4.10938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1080, '2022-01-09 00:00:00', 0.100358564848556, 0.308807692307693, 0.155956448555852, 0.440423076923077, 0.261655157676017, 0.657307692307692, 0.432838724629002, 1.05680769230769, 2.38218886417836, 4.12023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1095, '2022-01-09 00:00:00', 0.127596919422666, 0.314576923076924, 0.181837239141111, 0.466692307692308, 0.322516938135992, 0.663846153846154, 0.405671494609199, 1.01619230769231, 2.38035797437147, 4.18838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1110, '2022-01-09 00:00:00', 0.162260896279845, 0.340038461538462, 0.233346042144741, 0.462153846153847, 0.307007652122123, 0.604538461538461, 0.39691745315038, 0.96623076923077, 2.4263917243512, 4.209 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1125, '2022-01-09 00:00:00', 0.136427833839557, 0.285923076923076, 0.220625519829416, 0.422499999999999, 0.264427195156742, 0.520692307692307, 0.369162178244404, 0.917076923076922, 2.42881757746756, 4.21223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1140, '2022-01-09 00:00:00', 0.153358845146328, 0.290153846153846, 0.171312831258625, 0.349615384615384, 0.243156401076786, 0.495653846153845, 0.358309561048071, 0.906692307692308, 2.44042135737632, 4.20219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1155, '2022-01-09 00:00:00', 0.112548854349498, 0.229730769230769, 0.15463895419281, 0.347615384615384, 0.220789729415532, 0.48323076923077, 1.35040124179673, 1.29592307692308, 2.44571758511768, 4.19611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1170, '2022-01-09 00:00:00', 0.120879552256973, 0.247115384615385, 0.199152543003134, 0.343153846153846, 0.214751405475834, 0.481615384615385, 1.36867817928889, 1.28903846153846, 2.45309212251364, 4.19380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1185, '2022-01-09 00:00:00', 0.10418173470505, 0.226076923076923, 0.145201038351871, 0.320692307692309, 0.21351525616542, 0.462269230769231, 1.40145348340708, 1.27488461538462, 2.45979171100694, 4.21230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1200, '2022-01-09 00:00:00', 0.0985396132761618, 0.216153846153847, 0.151723518789429, 0.323115384615384, 0.201537936875418, 0.420499999999999, 1.39563510770049, 1.26007692307692, 2.47560855517619, 4.23496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1215, '2022-01-09 00:00:00', 0.107835608504512, 0.224961538461538, 0.150069137912651, 0.307115384615384, 0.194869648739869, 0.419500000000001, 1.3781006689811, 1.34642307692308, 2.47631619827641, 4.23607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1230, '2022-01-09 00:00:00', 0.10739597471328, 0.211153846153845, 0.136195453442695, 0.282807692307691, 0.204918775653632, 0.43276923076923, 1.37337520505001, 1.35957692307692, 2.47825485248111, 4.23507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1245, '2022-01-09 00:00:00', 0.0937381377110645, 0.192038461538463, 0.136619561613208, 0.307230769230772, 0.17700416335825, 0.429923076923078, 1.37239720197908, 1.371, 2.47896667554478, 4.23646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1260, '2022-01-09 00:00:00', 0.106937393618164, 0.225384615384617, 0.140253791941059, 0.329384615384616, 0.174554981419785, 0.420807692307694, 1.37608988078541, 1.373, 2.4708248579091, 4.24796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1275, '2022-01-09 00:00:00', 0.110334770305925, 0.213807692307693, 0.126366822568876, 0.283576923076923, 0.181337102147863, 0.397769230769232, 1.38742498009248, 1.63634615384615, 2.47043115389882, 4.24838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1290, '2022-01-09 00:00:00', 0.0824582691659616, 0.207615384615384, 0.111317294253857, 0.267500000000001, 0.168257110948142, 0.384846153846155, 1.37445772075894, 1.68511538461539, 2.47043115389882, 4.24838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1305, '2022-01-09 00:00:00', 0.0712935858588643, 0.190846153846156, 0.112430327143251, 0.29246153846154, 0.175961136443424, 0.427807692307694, 1.44763417393293, 1.76030769230769, 2.5315457375956, 4.18869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1320, '2022-01-09 00:00:00', 0.0720251665418745, 0.208769230769232, 0.112880931141556, 0.293769230769233, 0.190190111366334, 0.446038461538464, 1.44107369213162, 1.83811538461538, 2.53941911861748, 4.2135 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1335, '2022-01-09 00:00:00', 0.0913423989511659, 0.203923076923079, 0.147820077745262, 0.299153846153847, 1.39922884530675, 1.03319230769231, 1.43486005535785, 1.89553846153846, 2.5423586459458, 4.22226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1350, '2022-01-09 00:00:00', 0.092746635850247, 0.217538461538461, 0.137609659768268, 0.324538461538463, 1.40970261402893, 1.0035, 1.43515691181782, 1.93319230769231, 2.54113597402058, 4.22496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1365, '2022-01-09 00:00:00', 0.0892811290251186, 0.236, 1.41436244511576, 0.917384615384615, 1.43961515156495, 0.968230769230769, 1.4772947229519, 2.08153846153846, 2.54336804923042, 4.23492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1380, '2022-01-09 00:00:00', 1.51421653194901, 0.942090909090909, 1.51471546697307, 0.971772727272727, 1.54761579023966, 0.992409090909091, 1.55156565041008, 2.28859090909091, 2.57232969684371, 4.66654545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1395, '2022-01-09 00:00:00', 0.529475677917782, 0.308272727272727, 0.554724860625222, 0.372363636363636, 0.51982610520604, 0.621681818181817, 1.55935175023225, 2.2365, 2.52601068410062, 4.6315 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1410, '2022-01-09 00:00:00', 0.262514122481373, 0.166045454545453, 0.280003528889327, 0.246499999999997, 0.4299002527014, 0.59131818181818, 1.61303923900818, 2.25459090909091, 2.54272000329402, 4.62959090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 1425, '2022-01-09 00:00:00', 0.18997429650701, 0.118333333333332, 0.368470261124737, 0.461333333333332, 0.471278206178736, 0.603380952380951, 1.61633432862906, 2.27180952380952, 2.32432293162465, 4.40990476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 930, '2022-01-09 00:00:00', 0.200996965151218, 0.2025, 0.228000215924325, 0.288538461538461, 0.597625707407107, 0.554384615384613, 1.33497281562642, 2.01653846153846, 2.40102466844086, 4.18846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 945, '2022-01-09 00:00:00', 0.152809247605785, 0.187115384615384, 0.273836529001126, 0.322730769230768, 1.05842525189366, 1.20642307692308, 1.29225992146138, 2.00376923076923, 2.37916210363746, 4.19965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 960, '2022-01-09 00:00:00', 0.248532817829882, 0.231807692307693, 0.46603811663194, 0.441384615384614, 0.947614465584299, 1.29115384615385, 1.23821542365802, 1.99565384615385, 2.3665251787248, 4.19669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 975, '2022-01-09 00:00:00', 0.387611629578648, 0.352846153846152, 0.927044472420906, 1.12042307692308, 1.00183429997949, 1.38873076923077, 1.19917715698981, 2.00157692307692, 2.40791905051772, 4.27292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 990, '2022-01-09 00:00:00', 0.686282329209062, 1.00865384615385, 0.66264482190688, 1.181, 0.771106299167232, 1.39973076923077, 1.00797851930714, 1.95884615384615, 2.31558388449951, 4.21338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1005, '2022-01-09 00:00:00', 0.287454237160522, 0.636461538461539, 0.367935046525251, 0.850038461538463, 0.422651156392598, 1.039, 0.822675500098028, 1.64346153846154, 2.20713418399377, 3.98888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1020, '2022-01-09 00:00:00', 0.231566720739069, 0.527115384615385, 0.283648937949712, 0.688999999999999, 0.374407240232426, 0.844307692307692, 0.73125551884834, 1.48992307692308, 2.19860901375952, 3.92434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1035, '2022-01-09 00:00:00', 0.175325596007499, 0.406230769230769, 0.217505186498728, 0.551884615384615, 0.536491336226555, 0.844923076923077, 0.668704190091667, 1.40657692307692, 2.17531020917796, 3.99788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1050, '2022-01-09 00:00:00', 0.114807645148811, 0.359346153846153, 0.191986253514311, 0.485807692307693, 0.650080436443177, 0.841576923076924, 0.649871921109193, 1.36692307692308, 2.13633910589696, 4.02284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1065, '2022-01-09 00:00:00', 0.1421562358274, 0.340653846153847, 0.549421044933105, 0.625269230769232, 0.67965948487799, 0.892846153846155, 0.660046180202568, 1.337, 2.12210589636441, 4.04834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1080, '2022-01-09 00:00:00', 0.521848578096692, 0.472538461538462, 0.641279715760723, 0.649076923076924, 0.66625024173758, 0.857230769230769, 0.626437438708277, 1.30076923076923, 2.09858780978653, 4.05734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1095, '2022-01-09 00:00:00', 0.47294983308527, 0.396230769230769, 0.498309468256269, 0.569615384615384, 0.497332570976249, 0.695384615384615, 0.552831003527786, 1.20196153846154, 2.0806133389349, 4.01488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1110, '2022-01-09 00:00:00', 0.32088775895343, 0.395923076923076, 0.385761345114586, 0.498846153846153, 0.44900683051169, 0.667423076923077, 0.576785388697898, 1.16623076923077, 2.0606124974423, 4.00823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1125, '2022-01-09 00:00:00', 0.131748851987407, 0.270999999999999, 0.170687082112266, 0.392999999999999, 0.226948631937849, 0.535807692307692, 0.406011420832165, 1.06107692307692, 1.96609409274797, 3.91930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1140, '2022-01-09 00:00:00', 0.110555353347751, 0.270384615384615, 0.196369859037637, 0.393192307692308, 0.200476927504235, 0.492961538461538, 0.394218689796179, 1.05515384615385, 1.94243465665762, 3.91034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1155, '2022-01-09 00:00:00', 0.198778473528854, 0.270192307692309, 0.198220875249342, 0.368653846153847, 0.218979805883134, 0.470346153846154, 0.646088805517775, 1.32876923076923, 1.92174321385559, 3.9405 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1170, '2022-01-09 00:00:00', 0.106838973010068, 0.241615384615385, 0.146610362735854, 0.318961538461539, 0.196970505406267, 0.475500000000002, 0.639159584021202, 1.30557692307692, 1.93233727745602, 3.94707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1185, '2022-01-09 00:00:00', 0.0930531361849035, 0.204384615384616, 0.131641032882843, 0.320807692307692, 0.205256087701344, 0.469692307692308, 0.673730080624625, 1.30569230769231, 1.93067275361167, 3.93919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1200, '2022-01-09 00:00:00', 0.106042698221772, 0.247576923076923, 0.165296581936833, 0.350000000000001, 0.250681164337981, 0.497615384615386, 0.669949651380324, 1.28284615384615, 1.9270380080879, 3.91873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1215, '2022-01-09 00:00:00', 0.11527645032703, 0.223500000000002, 0.146311979634667, 0.314346153846154, 0.221879371246213, 0.534846153846155, 0.644311978899855, 1.42161538461538, 1.91528603206294, 3.92676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1230, '2022-01-09 00:00:00', 0.111430806401932, 0.23376923076923, 0.209583733954862, 0.345307692307692, 0.236321488980259, 0.548615384615386, 0.653576330660774, 1.4305, 1.91110033870945, 3.92823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1245, '2022-01-09 00:00:00', 0.17969913316858, 0.225461538461539, 0.226955492078547, 0.409346153846154, 0.25088375487771, 0.520461538461539, 0.641197875374378, 1.45634615384615, 1.88656326200275, 3.95469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1260, '2022-01-09 00:00:00', 0.200566202383308, 0.334192307692308, 0.208125110302582, 0.418692307692309, 0.222060896013824, 0.495807692307693, 0.674043391664183, 1.47942307692308, 1.90016505720303, 3.93826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1275, '2022-01-09 00:00:00', 0.105468923603845, 0.256576923076924, 0.167577343796369, 0.337615384615386, 0.188546770365829, 0.463269230769231, 0.76101803880369, 1.63615384615385, 1.92298416650148, 3.91323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1290, '2022-01-09 00:00:00', 0.110065183484083, 0.233769230769231, 0.137293604534786, 0.311423076923076, 0.241831880573134, 0.484538461538461, 0.769999905094899, 1.68557692307692, 1.93461292650096, 3.92115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1305, '2022-01-09 00:00:00', 0.0880527901099889, 0.197423076923076, 0.183220342337181, 0.302423076923077, 0.276049998258398, 0.482192307692308, 0.787873391820323, 1.75680769230769, 1.95532481071167, 3.92765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1320, '2022-01-09 00:00:00', 0.190042667273998, 0.251846153846154, 0.252950895204219, 0.368346153846154, 0.306204549531595, 0.519884615384615, 0.819761169722388, 1.80384615384615, 1.95248941098281, 3.9265 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1335, '2022-01-09 00:00:00', 0.108454804482719, 0.23273076923077, 0.128373445612641, 0.330307692307693, 0.634215140638716, 0.893730769230769, 0.824697072589969, 1.82930769230769, 1.95027963478219, 3.92457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1350, '2022-01-09 00:00:00', 0.0977319725654736, 0.240461538461539, 0.159969997186972, 0.344, 0.663369094384579, 0.909346153846154, 0.850746025556394, 1.846, 1.94508167319129, 3.92034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1365, '2022-01-09 00:00:00', 0.126698363780339, 0.251346153846154, 0.642236577546361, 0.777307692307692, 0.709206031689393, 0.859346153846153, 0.855765798299081, 1.85730769230769, 1.93522019895968, 3.92146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 1380, '2022-01-09 00:00:00', 0.694326446483002, 0.745499999999999, 0.721907227733968, 0.816045454545454, 0.761498897851185, 0.847999999999999, 0.896270436199475, 1.90586363636364, 1.91210665366196, 4.24704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1395, '2022-01-09 00:00:00', 0.246556551998386, 0.183333333333333, 0.310884590437396, 0.251857142857143, 0.382020798486405, 0.646095238095237, 0.554135121909209, 1.58266666666667, 1.58260229640028, 3.83185714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1410, '2022-01-09 00:00:00', 0.148336152996207, 0.133714285714285, 0.146225038569875, 0.16447619047619, 0.303667793108568, 0.623857142857142, 0.480892562993916, 1.56357142857143, 1.95113875906939, 4.09042857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 3, 1425, '2022-01-09 00:00:00', 0.089676243071555, 0.0781428571428567, 0.318973136650663, 0.557523809523809, 0.319193276274811, 0.591952380952381, 0.478601807848854, 1.5807619047619, 1.94100313166745, 4.09857142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 930, '2022-01-09 00:00:00', 0.099708692365979, 0.162359999999999, 0.105051860208819, 0.249319999999999, 0.183741784396836, 0.393719999999998, 0.411577343885691, 1.54208, 1.60091882159382, 3.55636 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 945, '2022-01-09 00:00:00', 0.123293051980502, 0.177519999999999, 0.11714459725769, 0.218240000000001, 0.304556644977581, 0.9098, 0.412637653799715, 1.5546, 1.59396436388438, 3.58232 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 960, '2022-01-09 00:00:00', 0.10519595999847, 0.15976, 0.167809336251989, 0.317159999999999, 0.295447417769502, 1.00052, 0.406571027005122, 1.54, 1.5964565366252, 3.57284 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 975, '2022-01-09 00:00:00', 0.172113886714581, 0.283759999999999, 0.325194285517648, 0.87736, 0.345746496728456, 1.14616, 0.457038382779099, 1.591, 1.6062137695006, 3.64356 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 990, '2022-01-09 00:00:00', 0.330398244547395, 0.860200000000001, 0.305091691135633, 0.976240000000001, 0.337244382211674, 1.21176, 0.47103388766981, 1.59444, 1.60731832773308, 3.64404 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1005, '2022-01-09 00:00:00', 0.200100183241628, 0.564, 0.281436008120259, 0.74768, 0.329006671664878, 1.01484, 0.462148489845707, 1.42832, 1.59469110070467, 3.60404 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1020, '2022-01-09 00:00:00', 0.188584304755194, 0.457039999999999, 0.265439333935271, 0.67404, 0.387922707077927, 0.882879999999999, 0.446786794791431, 1.26676, 1.60154277911436, 3.58724 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1035, '2022-01-09 00:00:00', 0.171147080995655, 0.464640000000001, 0.212512250627268, 0.617040000000001, 0.323010748015191, 0.801120000000001, 0.345396477496031, 1.17032, 1.57683809462692, 3.59628 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1050, '2022-01-09 00:00:00', 0.148643892127013, 0.373560000000001, 0.194698681728119, 0.513079999999999, 0.278187964033912, 0.67628, 0.353991172206315, 1.0668, 1.59325792743464, 3.59864 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1065, '2022-01-09 00:00:00', 0.143238763375468, 0.344519999999999, 0.193055536051156, 0.47376, 0.225675740831839, 0.592959999999999, 0.340638615935814, 0.9958, 1.64171847261744, 3.62772 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1080, '2022-01-09 00:00:00', 0.12061670696881, 0.30984, 0.161818911132166, 0.412119999999999, 0.17804332805996, 0.557479999999999, 0.339374807550591, 0.975480000000001, 1.67397398227491, 3.67032 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1095, '2022-01-09 00:00:00', 0.107233670085473, 0.283319999999999, 0.144820198867423, 0.387159999999999, 0.181325738198781, 0.560759999999998, 0.346992132475653, 0.985040000000001, 1.68236839306972, 3.72508 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1110, '2022-01-09 00:00:00', 0.137983114909035, 0.271559999999999, 0.18085890449003, 0.392879999999998, 0.172997610773482, 0.526559999999999, 0.333955071828533, 0.931360000000001, 1.68727367173596, 3.76112 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1125, '2022-01-09 00:00:00', 0.103789257632956, 0.25972, 0.138941618434985, 0.37524, 0.159737284313963, 0.4666, 0.344989453945095, 0.903160000000001, 1.68552032322366, 3.77152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1140, '2022-01-09 00:00:00', 0.123126926380869, 0.258359999999999, 0.125960311209524, 0.335199999999999, 0.143508977651807, 0.428919999999999, 0.332578562147353, 0.874800000000001, 1.67688891303708, 3.78848 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1155, '2022-01-09 00:00:00', 0.0746792697696849, 0.22092, 0.101784085199997, 0.3038, 0.197154068349266, 0.43968, 1.70528624185697, 1.4948, 1.69337779108306, 3.82648 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1170, '2022-01-09 00:00:00', 0.103813326055314, 0.211959999999999, 0.0999566572737074, 0.2816, 0.217675852281935, 0.44288, 1.71494027301245, 1.49816, 1.69643390479362, 3.83492 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1185, '2022-01-09 00:00:00', 0.0796141319113649, 0.19792, 0.182169261951625, 0.32184, 0.192007664777562, 0.43512, 1.7195129950076, 1.48224, 1.70077313105932, 3.83808 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1200, '2022-01-09 00:00:00', 0.149552298544689, 0.22784, 0.166067757255887, 0.3234, 0.197941380211414, 0.462959999999999, 1.72310717407053, 1.4658, 1.70121103237272, 3.84032 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1215, '2022-01-09 00:00:00', 0.11698051119738, 0.221240000000001, 0.10654659387642, 0.290480000000001, 0.184725246424703, 0.459, 1.70047336546818, 1.482, 1.68266489731814, 3.85564 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1230, '2022-01-09 00:00:00', 0.069509423821523, 0.18632, 0.124877606746232, 0.309399999999998, 0.222699910193067, 0.478, 1.7003500865018, 1.4732, 1.68530268003505, 3.86004 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1245, '2022-01-09 00:00:00', 0.0898437903623088, 0.22836, 0.128143643359059, 0.346720000000002, 0.20128762174229, 0.453040000000001, 1.69726667517708, 1.4664, 1.68802756987754, 3.85392 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1260, '2022-01-09 00:00:00', 0.109988635776611, 0.249000000000001, 0.173452923488382, 0.349000000000001, 0.197916337543585, 0.427720000000001, 1.68024013859131, 1.50344, 1.68802756987754, 3.85392 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1275, '2022-01-09 00:00:00', 0.104728649375424, 0.218560000000001, 0.106391306035786, 0.276120000000001, 0.138422264586784, 0.40116, 1.61797556944885, 1.71012, 1.68841866154893, 3.85192 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1290, '2022-01-09 00:00:00', 0.0771394840532409, 0.1858, 0.103384025200543, 0.271559999999999, 0.124952430948743, 0.39712, 1.60597768560671, 1.76808, 1.68716657743093, 3.85468 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1305, '2022-01-09 00:00:00', 0.109062015997015, 0.204759999999999, 0.127227460348255, 0.31208, 0.146221031319028, 0.427559999999999, 1.59841921597558, 1.80636, 1.68570059915751, 3.86152 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1320, '2022-01-09 00:00:00', 0.0889974344199492, 0.21928, 0.110047747213047, 0.291559999999999, 0.149759663016001, 0.432960000000001, 1.57637958098084, 1.8628, 1.68236926980969, 3.86388 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1335, '2022-01-09 00:00:00', 0.0989934846340913, 0.208719999999999, 0.12565130321648, 0.296999999999999, 1.78987374973767, 1.17896, 1.57300123119257, 1.89396, 1.67625931068754, 3.86712 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1350, '2022-01-09 00:00:00', 0.116056710275623, 0.24008, 0.139665648365421, 0.340920000000001, 1.79048435904925, 1.18764, 1.56699348541509, 1.9386, 1.67525291622887, 3.8714 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1365, '2022-01-09 00:00:00', 0.0875945774577417, 0.214320000000001, 1.81507793680235, 1.0946, 1.8116545964026, 1.11928, 1.57468872585452, 1.981, 1.67305227553315, 3.8654 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 1380, '2022-01-09 00:00:00', 2.01924447765156, 1.20045, 2.01363290178669, 1.2289, 2.00577393121904, 1.2457, 1.68768419345626, 2.2286, 1.59431339783818, 4.2395 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1395, '2022-01-09 00:00:00', 0.477769554668798, 0.300200000000001, 1.06683954670843, 0.510750000000001, 1.10669374834756, 0.773, 1.21682276095533, 1.9475, 1.45551540789906, 4.14195 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1410, '2022-01-09 00:00:00', 0.736264242706191, 0.360578947368423, 0.780307744059098, 0.422210526315792, 0.76283273633591, 0.667315789473686, 0.908770498373187, 1.87152631578948, 1.22394847577217, 4.11826315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 4, 1425, '2022-01-09 00:00:00', 0.309742781422384, 0.187421052631579, 0.323305135323142, 0.454105263157895, 0.387257103650126, 0.537210526315789, 0.668894776644444, 1.782, 1.4456530950906, 4.27226315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969905, 1, 870, '2022-01-09 00:00:00', 0, 0.140000000000001, 0, 0.140000000000001, 0, 0.439, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 885, '2022-01-09 00:00:00', 0, 0.0719999999999956, 0, 0.100999999999999, 0, 1.05099999999999, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 900, '2022-01-09 00:00:00', 0, 0.100999999999999, 0, 0.399999999999999, 0, 1.482, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 1, 915, '2022-01-09 00:00:00', 0, 0.381, 0, 1.05099999999999, 0, 1.482, 0, 1.922, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 870, '2022-01-09 00:00:00', 0, 0.0230000000000032, 0, 0.142000000000003, 0, 0.390999999999998, 0, 1.582, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 885, '2022-01-09 00:00:00', 0, 0.140999999999998, 0, 0.140999999999998, 0, 0.941000000000003, 0, 1.582, 0, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 900, '2022-01-09 00:00:00', 0, 0.0599999999999952, 0, 0.309999999999995, 0, 1.021, 0, 1.501, 0, 2.249 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 2, 915, '2022-01-09 00:00:00', 0, 0.280999999999999, 0, 0.831000000000003, 0, 1.001, 0, 1.492, 0, 2.22 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 870, '2022-01-09 00:00:00', 0, 0.110999999999997, 0, 0.110999999999997, 0, 0.559999999999995, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 885, '2022-01-09 00:00:00', 0, 0.0710000000000051, 0, 0.332000000000001, 0, 0.960000000000001, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 900, '2022-01-09 00:00:00', 0, 0.262999999999998, 0, 0.470999999999997, 0, 0.909999999999997, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 3, 915, '2022-01-09 00:00:00', 0, 0.470999999999997, 0, 0.909999999999997, 0, 1.079, 0, 1.381, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 870, '2022-01-09 00:00:00', 0, 0.152000000000001, 0, 0.203000000000003, 0, 0.451999999999998, 0, 1.253, 0, 2.043 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 885, '2022-01-09 00:00:00', 0, 0.131, 0, 0.131, 0, 0.431999999999995, 0, 1.373, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 900, '2022-01-09 00:00:00', 0, 0.0910000000000011, 0, 0.381999999999998, 0, 0.533000000000001, 0, 1.49299999999999, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 4, 915, '2022-01-09 00:00:00', 0, 0.381999999999998, 0, 0.431999999999995, 0, 0.533000000000001, 0, 1.583, 0, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 870, '2022-01-09 00:00:00', 0, 0.0619999999999976, 0, 0.0689999999999955, 0, 0.219000000000001, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 885, '2022-01-09 00:00:00', 0, 0.0589999999999975, 0, 0.0889999999999986, 0, 0.542000000000002, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 900, '2022-01-09 00:00:00', 0, 0.0810000000000031, 0, 0.211000000000006, 0, 0.662000000000006, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-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 969905, 5, 915, '2022-01-09 00:00:00', 0, 0.181000000000004, 0, 0.542000000000002, 0, 0.662000000000006, 0, 1.072, 0, 2.093 where not exists (select 1 from powerstats_trumpet where symbolid = 969905 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:51:59 Duration: 3s811ms 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 969470, 5, 930, '2022-01-09 00:00:00', 0.989845483668266, 1.06280769230769, 0.960567813647422, 1.20526923076922, 0.826890721084348, 1.72076923076923, 2.77901710598992, 4.72534615384614, 4.68654563552369, 10.1959230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 945, '2022-01-09 00:00:00', 0.414980208981291, 0.620576923076918, 0.521801577377697, 0.881384615384611, 0.958431979047836, 2.45653846153846, 2.5655494969964, 4.58330769230768, 4.71145450218442, 10.1356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 960, '2022-01-09 00:00:00', 0.322323346966992, 0.570499999999994, 0.545731448467249, 1.20857692307692, 1.29756336202188, 2.82096153846153, 2.71161009705701, 4.66596153846153, 4.7314831813486, 10.1321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 975, '2022-01-09 00:00:00', 0.550537678442288, 1.08584615384616, 0.993830408841699, 2.3151923076923, 1.76269632490856, 3.27142307692307, 2.73507991501866, 4.66030769230769, 4.67204890533545, 10.4734230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 990, '2022-01-09 00:00:00', 0.976174873993072, 2.13823076923076, 1.31064814500307, 2.64999999999999, 2.03273439938954, 3.43353846153845, 2.75654523355149, 4.63076923076923, 4.62305535483258, 10.4704230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1005, '2022-01-09 00:00:00', 0.93467487066153, 1.60907692307692, 1.43265637352974, 2.33573076923077, 1.84421747758104, 2.86176923076923, 2.50444841309342, 4.15557692307691, 4.65314828955788, 10.2607307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1020, '2022-01-09 00:00:00', 0.748015410166231, 1.48557692307692, 1.10608319063956, 1.96376923076923, 1.58950944585477, 2.51196153846154, 2.09180315002668, 3.63446153846154, 4.72353217640554, 10.0763076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1035, '2022-01-09 00:00:00', 0.544328452880598, 1.13976923076923, 0.772388400701655, 1.46619230769231, 1.54364065816448, 2.3068076923077, 1.94415338426227, 3.29530769230769, 4.8702435807036, 10.0668461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1050, '2022-01-09 00:00:00', 0.536879525233913, 1.07576923076923, 1.06353738352436, 1.65161538461539, 1.38452567162354, 2.24784615384616, 1.87291259806751, 3.161, 4.83657323955075, 10.0763076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1065, '2022-01-09 00:00:00', 0.567919806093998, 1.06888461538462, 0.857171405531907, 1.50853846153847, 0.957364299281346, 1.90919230769231, 1.78145485100067, 2.89211538461538, 4.83932278749191, 10.0938076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1080, '2022-01-09 00:00:00', 0.560935527626704, 1.01411538461539, 0.647882122469346, 1.33573076923078, 0.933486121193849, 1.75253846153846, 1.95467766258669, 2.78273076923078, 4.92319503762156, 10.1055384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1095, '2022-01-09 00:00:00', 0.426001531235965, 0.805769230769239, 0.677210468363807, 1.17846153846154, 0.88949528731401, 1.53711538461538, 1.9916975025185, 2.72530769230769, 5.08901742367439, 10.2144615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1110, '2022-01-09 00:00:00', 0.657625930613582, 0.914769230769233, 0.838115086644754, 1.21153846153846, 0.877603428925355, 1.51053846153846, 1.99181126731811, 2.67873076923077, 5.17006212088851, 10.2174230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1125, '2022-01-09 00:00:00', 0.356542449732902, 0.72203846153846, 0.43241738561789, 0.976653846153847, 0.737502166880777, 1.44938461538461, 1.91730104574112, 2.6795, 5.18903167904705, 10.2023846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1140, '2022-01-09 00:00:00', 0.304164421628527, 0.733346153846152, 0.543199835731253, 1.0536923076923, 0.89059611583391, 1.4641923076923, 2.0405830980384, 2.8905, 5.17985651494176, 10.2126538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1155, '2022-01-09 00:00:00', 0.375688938433838, 0.695461538461538, 0.474317616727937, 0.990192307692301, 1.00213537930837, 1.40396153846153, 2.04338198432064, 3.42942307692308, 5.25922086478742, 10.1362307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1170, '2022-01-09 00:00:00', 0.371486320278205, 0.66661538461538, 0.812590816699652, 0.997346153846147, 1.05363008031939, 1.40388461538462, 2.04558400011792, 3.37469230769231, 5.24588313618036, 10.1580384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1185, '2022-01-09 00:00:00', 0.717518352485737, 0.709884615384611, 0.989354746208933, 1.06257692307692, 1.14006029597628, 1.41303846153846, 2.03889411088085, 3.34634615384616, 5.29943425674274, 10.1591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1200, '2022-01-09 00:00:00', 0.222303658689344, 0.578800000000001, 0.421060557798216, 0.82308, 0.567282727864457, 1.09588000000001, 1.40848381010693, 3.08468, 5.438406660043, 10.1096 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1215, '2022-01-09 00:00:00', 0.357921886263851, 0.571920000000002, 0.47245852728044, 0.756320000000001, 0.531890261238151, 1.02280000000001, 1.32243871943719, 3.9706, 5.54437588913306, 10.1694 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1230, '2022-01-09 00:00:00', 0.273567024084899, 0.552399999999996, 0.340081451028031, 0.763679999999999, 0.435259738546983, 1.00504, 1.59112279538696, 4.34020000000001, 5.54037020423726, 10.1846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1245, '2022-01-09 00:00:00', 0.264960613425218, 0.511280000000004, 0.290029205425935, 0.684240000000004, 0.500532260032587, 0.998720000000001, 1.62426678330049, 4.46020000000001, 5.5641237875638, 10.23876 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1260, '2022-01-09 00:00:00', 0.235213024015823, 0.4904, 0.433037073085738, 0.717239999999993, 0.608375396719275, 1.02204, 1.62609405427033, 4.66104000000001, 5.59209834737075, 10.27848 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1275, '2022-01-09 00:00:00', 0.467169758581743, 0.544199999999994, 0.502624618046769, 0.750559999999994, 0.686536143743837, 1.13172, 1.76401179417826, 4.82788, 5.57919141303947, 10.33164 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1290, '2022-01-09 00:00:00', 0.317456495707158, 0.533279999999993, 0.448869108612597, 0.739319999999996, 0.554831199555319, 1.06808, 1.88666790753787, 4.83628, 5.72694216343533, 10.39572 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1305, '2022-01-09 00:00:00', 0.310261653017794, 0.525280000000003, 0.448456289211488, 0.832719999999997, 0.582877968932324, 1.19032, 1.95375160481913, 4.8246, 5.91036786700568, 10.47164 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1320, '2022-01-09 00:00:00', 0.31756477999419, 0.578541666666662, 0.41146017822005, 0.763499999999998, 0.873385761508518, 1.57491666666667, 1.9193735273049, 4.90929166666667, 5.98146679926021, 10.587875 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1335, '2022-01-09 00:00:00', 0.297656495801376, 0.531791666666668, 0.431885317574275, 0.869833333333332, 1.43312848658379, 2.37104166666667, 2.00649180063475, 4.84670833333333, 6.01951715391728, 10.538625 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1350, '2022-01-09 00:00:00', 0.284372230039076, 0.618999999999995, 0.76394997441312, 1.31520833333334, 1.36866115686785, 2.36183333333333, 1.99715227515203, 4.91191666666667, 6.21663364563636, 10.6658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 1365, '2022-01-09 00:00:00', 0.809783756248585, 1.15841666666667, 1.43428827727164, 2.22441666666667, 1.38356568067932, 2.30691666666667, 2.06767922132976, 4.94083333333333, 6.3566576254087, 10.7120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 930, '2022-01-09 00:00:00', 0.615308914286154, 0.487319999999995, 0.854914621468134, 0.741479999999999, 0.897432333568015, 1.23627999999999, 1.56251941321273, 4.62400000000001, 5.76964762124459, 10.96244 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 945, '2022-01-09 00:00:00', 0.436415513014839, 0.413399999999999, 0.452654548193214, 0.645839999999996, 0.965854238485288, 2.70892, 1.56218111412644, 4.5436, 5.83245470849681, 11.00852 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 960, '2022-01-09 00:00:00', 0.298356051276548, 0.440600000000002, 0.513062592022969, 0.844839999999999, 1.28854183478846, 3.19032, 1.5985614491369, 4.52296, 5.8201162287936, 11.0522 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 975, '2022-01-09 00:00:00', 0.48182859331232, 0.715279999999996, 1.03154164078173, 2.52836, 1.25000080399974, 3.49252, 1.60105295352777, 4.54932, 5.81895425398756, 11.05488 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 990, '2022-01-09 00:00:00', 1.07208325236429, 2.276, 1.27214206884818, 2.94688, 1.3009384920126, 3.64272, 1.62498672609963, 4.44887999999999, 5.83269803721513, 11.00532 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1005, '2022-01-09 00:00:00', 1.08157453588121, 1.33232, 1.15839434563537, 1.98072000000001, 1.20532699850843, 2.68644000000001, 1.6107619853142, 3.58356, 5.75332808757968, 10.7076 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1020, '2022-01-09 00:00:00', 0.767034929669654, 1.2014, 0.801296557669714, 1.80344, 0.89087635318638, 2.15548, 1.46924543899241, 3.13908, 5.7910206866608, 10.59148 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1035, '2022-01-09 00:00:00', 0.524779398096635, 0.914800000000003, 0.631295987103775, 1.33904000000001, 0.89115335754665, 1.72684, 1.43168333090806, 2.79608, 5.70309469118887, 10.81884 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1050, '2022-01-09 00:00:00', 0.596950785241122, 0.872360000000008, 0.651607133683067, 1.13124, 0.821316956681967, 1.52872, 1.44672581484307, 2.701, 5.58177530211789, 10.73776 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1065, '2022-01-09 00:00:00', 0.479226032264528, 0.743440000000003, 0.715374256362832, 1.11008, 0.773254910535116, 1.52936, 1.30837538318838, 2.59632, 5.57585626070112, 10.67104 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1080, '2022-01-09 00:00:00', 0.592894335723771, 0.803880000000004, 0.592348222472778, 1.092, 0.922426781195491, 1.5474, 1.26341884055394, 2.5988, 5.55351319946812, 10.67224 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1095, '2022-01-09 00:00:00', 0.293040486395078, 0.611320000000005, 0.413793660334877, 0.973119999999999, 0.690868897355599, 1.54400000000001, 1.07998052142929, 2.45052, 5.50002271268037, 10.68944 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1110, '2022-01-09 00:00:00', 0.411888030901602, 0.628599999999992, 0.587321141568512, 1.04696, 0.719798682503194, 1.47768, 1.14730448298029, 2.40992, 5.46698568682962, 10.673 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1125, '2022-01-09 00:00:00', 0.543620219761307, 0.687120000000002, 0.601138497630395, 1.12692, 0.612006364345992, 1.35296, 0.999300243503753, 2.29467999999999, 5.43451450974847, 10.69204 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1140, '2022-01-09 00:00:00', 0.394369974347268, 0.667520000000002, 0.390511630215196, 0.882199999999998, 0.489356339150385, 1.20528, 1.14765975358553, 2.47907999999999, 5.38618830899923, 10.6458 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1155, '2022-01-09 00:00:00', 0.347362433201979, 0.521079999999995, 0.377089061098309, 0.757919999999995, 0.510864946275755, 1.06492, 1.29212424841164, 2.66763999999999, 5.38163200866305, 10.63192 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1170, '2022-01-09 00:00:00', 0.287948045082218, 0.459920000000002, 0.341561107270727, 0.73136, 0.453109931473586, 1.03812, 1.28584512805133, 2.61888, 5.36066550967943, 10.65304 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1185, '2022-01-09 00:00:00', 0.373134390445763, 0.525240000000001, 0.443530765561983, 0.777960000000001, 0.509523306630817, 1.088, 1.29392246418916, 2.57652, 5.38313786807162, 10.70816 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1200, '2022-01-09 00:00:00', 0.374794023431535, 0.538319999999999, 0.407277845375036, 0.750920000000001, 0.474611746588727, 1.02568, 1.31092953662659, 2.5112, 5.40739692828259, 10.68796 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1215, '2022-01-09 00:00:00', 0.320701273253889, 0.489160000000004, 0.390570382048277, 0.738839999999998, 0.448746840285996, 0.96932, 2.11554486677389, 3.47539999999999, 5.38430958495764, 10.66596 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1230, '2022-01-09 00:00:00', 0.376730084631779, 0.497839999999999, 0.42740352517654, 0.636760000000002, 0.533057063862153, 1.0024, 2.13659948516329, 3.44211999999999, 5.3788080470181, 10.60944 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1245, '2022-01-09 00:00:00', 0.246016428990693, 0.4124, 0.340349168746831, 0.638159999999998, 0.452869727405131, 0.904639999999997, 2.17338782165847, 3.37095999999999, 5.29824497923605, 10.71412 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1260, '2022-01-09 00:00:00', 0.339475978531618, 0.468239999999996, 0.427368509992654, 0.685479999999998, 0.542512786331659, 0.958959999999995, 2.36044471445531, 3.64939999999999, 5.26686835320573, 10.708 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1275, '2022-01-09 00:00:00', 0.295903655491671, 0.440839999999996, 0.314838069489696, 0.618519999999996, 0.448597908302453, 0.899399999999994, 2.39526933280303, 4.12748, 5.23732319892519, 10.68804 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1290, '2022-01-09 00:00:00', 0.277883068933675, 0.411799999999998, 0.426566360605238, 0.697879999999996, 0.459493028601446, 0.970479999999995, 2.6798078090291, 4.51768, 5.2619340512781, 10.81872 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1305, '2022-01-09 00:00:00', 0.400467955438803, 0.504599999999996, 0.406990184156817, 0.679519999999995, 0.567168993040582, 1.07119999999999, 2.80391000390526, 4.74132, 5.24712417837936, 10.82432 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1320, '2022-01-09 00:00:00', 0.335091420361668, 0.522520000000004, 0.419530523323396, 0.746120000000001, 1.16405790520345, 1.54316, 3.03416877304697, 4.91532, 5.28471789691749, 10.798 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1335, '2022-01-09 00:00:00', 0.381948936377635, 0.515359999999998, 0.580195765812428, 0.829719999999995, 1.39673134257571, 1.77611999999999, 3.1047976251816, 5.14328, 5.28999527409997, 10.7428 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1350, '2022-01-09 00:00:00', 0.382827419777288, 0.564999999999998, 0.980080911625838, 1.21652, 1.22304906143077, 1.60456, 3.24842288657127, 5.26359999999999, 5.28348750037953, 10.6482 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1365, '2022-01-09 00:00:00', 0.816985673068995, 0.97444, 1.05440339845178, 1.35188, 1.03093970564076, 1.41848, 3.31120502335127, 5.48195999999999, 5.16736775350855, 10.5704 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1380, '2022-01-09 00:00:00', 0.511165423787821, 0.486095238095231, 0.514786062822399, 0.547095238095232, 0.547565147243854, 0.672904761904755, 3.13215332137037, 5.22214285714285, 3.9871046751341, 9.58690476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1395, '2022-01-09 00:00:00', 0.160557021468576, 0.190428571428573, 0.157919147486487, 0.315571428571429, 1.60977238408772, 1.91385714285714, 3.14572014996643, 5.20852380952381, 3.99646814074628, 9.532 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1410, '2022-01-09 00:00:00', 0.112428771101649, 0.21085714285714, 0.162792783857851, 0.297238095238091, 1.6644411946585, 1.96590476190475, 3.18111950270281, 5.26090476190476, 4.0582428780376, 9.55957142857142 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 1425, '2022-01-09 00:00:00', 0.153948785547105, 0.220142857142857, 1.63140657103005, 1.80799999999999, 1.6464886114453, 1.96938095238095, 3.15798552275098, 5.32180952380952, 4.03530636884936, 9.57009523809523 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 930, '2022-01-09 00:00:00', 0.651769817792002, 0.668153846153836, 0.722523304920912, 0.899384615384601, 0.849884401189129, 1.55915384615384, 2.394042790248, 4.76219230769231, 4.90124333362307, 9.68015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 945, '2022-01-09 00:00:00', 0.427044281616715, 0.532538461538453, 0.486996774590483, 0.826461538461536, 0.701641258325518, 2.32315384615384, 2.30783958414658, 4.66088461538461, 4.98546721226962, 9.73673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 960, '2022-01-09 00:00:00', 0.319164881430366, 0.582692307692316, 0.544022891203893, 1.18711538461538, 1.00851872489386, 2.70953846153846, 2.30294736403993, 4.70280769230769, 4.97908467275477, 9.87353846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 975, '2022-01-09 00:00:00', 0.49627775876635, 0.980423076923068, 0.561125595429534, 2.16142307692308, 1.02716533984778, 2.95265384615384, 2.27216743695056, 4.67430769230769, 4.98353645902802, 9.94603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 990, '2022-01-09 00:00:00', 0.550501903860325, 1.94211538461539, 0.96203338899357, 2.49519230769231, 1.2231079680627, 3.03069230769231, 2.21881225329784, 4.60115384615385, 5.07031466418468, 9.99592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1005, '2022-01-09 00:00:00', 0.645857908878984, 1.49196153846153, 0.747242224140502, 1.97769230769231, 1.23325142049536, 2.60311538461539, 2.05952378999089, 4.11280769230769, 5.15562362071375, 9.69396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1020, '2022-01-09 00:00:00', 0.587664341662434, 1.36853846153846, 0.886799042364431, 1.72569230769231, 1.33274575392885, 2.60673076923077, 1.91521370729623, 3.84423076923078, 5.19176339155071, 9.65592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1035, '2022-01-09 00:00:00', 0.437390346698023, 1.11665384615385, 0.656489315631612, 1.64830769230769, 1.4603246261863, 2.54842307692307, 1.90868826684715, 3.5205, 5.25285353264153, 9.80765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1050, '2022-01-09 00:00:00', 0.613348925665785, 1.20976923076924, 1.19367033717276, 1.75492307692308, 1.57686523691297, 2.46015384615384, 1.9571391479952, 3.39226923076923, 5.25275097405013, 9.82234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1065, '2022-01-09 00:00:00', 0.682536154015637, 1.09419230769231, 0.99152090245239, 1.7125, 1.19442217249758, 2.15438461538462, 1.47490911115019, 2.95561538461538, 5.04980469767053, 9.70073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1080, '2022-01-09 00:00:00', 0.490970431508235, 1.12726923076923, 0.548590340361969, 1.4151923076923, 0.693871973338461, 1.77834615384615, 1.12075968260544, 2.62688461538461, 4.80238035401356, 9.64723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1095, '2022-01-09 00:00:00', 0.299026813822131, 0.81634615384615, 0.480580067770661, 1.20380769230769, 0.623339074291399, 1.61619230769231, 1.10112461671623, 2.50469230769231, 4.86460932101991, 9.92661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1110, '2022-01-09 00:00:00', 0.437587230864184, 0.927230769230774, 0.5087135101259, 1.19434615384615, 0.659100002917737, 1.56257692307693, 1.07966875547016, 2.4833076923077, 4.93102764340254, 10.0815 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1125, '2022-01-09 00:00:00', 0.348296849518649, 0.790846153846154, 0.516421916057617, 1.11834615384616, 0.605718411348177, 1.36607692307693, 1.13749322567722, 2.43203846153846, 4.92718974670146, 10.379 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1140, '2022-01-09 00:00:00', 0.380899706161418, 0.744115384615384, 0.464241165774863, 0.981500000000005, 0.547853339442648, 1.26580769230769, 1.21024398620851, 2.54588461538461, 5.07564859682598, 10.5670384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1155, '2022-01-09 00:00:00', 0.270197400773237, 0.626346153846157, 0.401832534961825, 0.884115384615386, 0.407671466521, 1.16276923076923, 2.2974675278529, 2.97119230769231, 5.07278376254482, 10.5813076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1170, '2022-01-09 00:00:00', 0.253414434049485, 0.606653846153845, 0.293736556484526, 0.815730769230765, 0.463871635095489, 1.17257692307692, 2.53090520291731, 3.05111538461539, 5.18297014521151, 10.6516153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1185, '2022-01-09 00:00:00', 0.196346432456668, 0.550807692307691, 0.29710093596932, 0.794384615384611, 0.498039300271967, 1.14776923076922, 2.56783323326228, 3.00107692307692, 5.21276758221138, 10.6748846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1200, '2022-01-09 00:00:00', 0.227790484031682, 0.608769230769228, 0.382362164204814, 0.889769230769225, 0.496475511829291, 1.15742307692308, 2.55227542280338, 3.00992307692308, 5.23765786543801, 10.7136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1215, '2022-01-09 00:00:00', 0.366331737006859, 0.696307692307692, 0.39483224870239, 0.897769230769224, 0.53710366425286, 1.25588461538461, 3.13745092735145, 3.88919230769231, 5.25792462903524, 10.7302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1230, '2022-01-09 00:00:00', 0.205166382761366, 0.58773076923077, 0.336347002593817, 0.821884615384623, 0.432105535542132, 1.21092307692308, 3.10557946952553, 3.9291923076923, 5.30850797812777, 10.7600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1245, '2022-01-09 00:00:00', 0.301922995786376, 0.561153846153845, 0.383284509711285, 0.907153846153842, 0.45830854907349, 1.21261538461538, 3.13250127754901, 3.91342307692308, 5.306373744267, 10.7559230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1260, '2022-01-09 00:00:00', 0.319721965752457, 0.712153846153849, 0.415427966541269, 0.943653846153847, 0.61037837949411, 1.32661538461539, 3.09868580207804, 4.0205, 5.31992448240212, 10.7624615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1275, '2022-01-09 00:00:00', 0.261322179576205, 0.555192307692308, 0.306096880088636, 0.786499999999996, 0.650390954615877, 1.20392307692308, 3.24974672646252, 4.45611538461539, 5.33057017775772, 10.7685 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1290, '2022-01-09 00:00:00', 0.226068267429249, 0.554692307692304, 0.45988234783056, 0.860576923076932, 0.67033939050419, 1.15353846153847, 3.18918716627583, 4.66369230769231, 5.3806227665006, 10.7916538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1305, '2022-01-09 00:00:00', 0.367631883190862, 0.663807692307695, 0.450704692675808, 0.865000000000003, 0.640873471251422, 1.20138461538462, 3.1769832979392, 4.79265384615385, 5.17458185497593, 10.4674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1320, '2022-01-09 00:00:00', 0.316765773695036, 0.613653846153843, 0.388111657209024, 0.825538461538451, 0.698387052704023, 1.52634615384615, 3.33281547320903, 4.90746153846154, 5.22935960265176, 10.4905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1335, '2022-01-09 00:00:00', 0.290769842897203, 0.610692307692301, 0.415451704126419, 0.872961538461539, 2.33388754326669, 2.16676923076923, 3.5995722335599, 5.03723076923077, 5.3092066583943, 10.5436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1350, '2022-01-09 00:00:00', 0.372028394284429, 0.682615384615382, 0.586868623746802, 1.30230769230769, 2.60800610782674, 2.28453846153846, 3.66872952480199, 5.09761538461539, 5.32942511663746, 10.5999230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1365, '2022-01-09 00:00:00', 0.53971455276056, 1.18396153846154, 2.36214301299608, 1.96757692307692, 2.65559940589981, 2.19073076923077, 3.62899555588256, 5.18076923076923, 5.37168318628771, 10.6364230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1380, '2022-01-09 00:00:00', 2.70843547433103, 1.36163636363636, 3.00598181697474, 1.63827272727273, 3.01602391564462, 1.70645454545455, 3.82602968994122, 5.07495454545455, 5.60135746939972, 10.4455 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1395, '2022-01-09 00:00:00', 0.987985106886026, 0.608999999999999, 1.0787508338221, 0.715136363636361, 2.89734659361799, 2.56495454545454, 3.17023800709742, 4.87445454545454, 5.25669967673083, 10.2644090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1410, '2022-01-09 00:00:00', 0.779756295872238, 0.425499999999997, 1.20109861416637, 0.627499999999998, 2.87118560100375, 2.53622727272727, 3.15007401720226, 4.90586363636363, 5.23918373322374, 10.289 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 1425, '2022-01-09 00:00:00', 0.550801902620839, 0.385454545454554, 2.83044698870057, 2.40281818181819, 2.83854870278725, 2.5125, 3.11853128934077, 4.86045454545455, 5.1725366766216, 10.4063636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 930, '2022-01-09 00:00:00', 0.663300253394978, 0.877115384615385, 0.692472857563049, 1.02153846153846, 0.817683372988309, 1.45953846153845, 1.82669882196104, 4.36811538461539, 4.85646263494484, 10.2882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 945, '2022-01-09 00:00:00', 0.32157431250263, 0.548961538461537, 0.474270023704447, 0.768846153846152, 1.54464215074112, 2.70257692307692, 1.86616387276145, 4.333, 4.81280506086068, 10.2720769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 960, '2022-01-09 00:00:00', 0.377701251499941, 0.557346153846147, 0.562243802852607, 1.02142307692307, 1.3787643810534, 3.00653846153846, 1.82066645109802, 4.28661538461538, 4.81324220810112, 10.3599230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 975, '2022-01-09 00:00:00', 0.422534726838651, 0.849346153846146, 1.41904601540829, 2.50892307692308, 1.30974505857497, 3.13303846153846, 1.73387636858528, 4.28230769230769, 4.69273394089203, 10.573 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 990, '2022-01-09 00:00:00', 1.14972692142359, 2.30692307692308, 1.09406171742661, 2.69619230769231, 1.18213670757007, 3.20034615384616, 1.61793833485229, 4.23684615384615, 4.74377595738312, 10.4734230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1005, '2022-01-09 00:00:00', 0.62427098282717, 1.6725, 0.746400305053939, 2.18684615384615, 1.23672545613251, 2.79057692307692, 1.44099640313436, 3.68107692307692, 4.71628378688789, 10.1560384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1020, '2022-01-09 00:00:00', 0.478689571803947, 1.44011538461538, 0.729420879876626, 1.8645, 1.15351986278787, 2.33907692307693, 1.42112926278311, 3.4516923076923, 4.7281185583209, 10.0363076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1035, '2022-01-09 00:00:00', 0.612997564306861, 1.18257692307693, 0.962766043950768, 1.63215384615385, 1.00398483286122, 1.99176923076923, 1.48125470515319, 3.3066923076923, 4.34972502190125, 10.3786153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1050, '2022-01-09 00:00:00', 0.556672631320731, 1.10646153846154, 0.630010686112057, 1.38323076923078, 0.775145405714311, 1.729, 1.29073343252825, 3.04407692307692, 4.27373763368067, 10.2261923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1065, '2022-01-09 00:00:00', 0.353489827946346, 0.900538461538465, 0.401803105245123, 1.17215384615384, 0.88141824613256, 1.72373076923076, 1.28168708349582, 2.9535, 4.18640832530151, 10.2661153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1080, '2022-01-09 00:00:00', 0.306359688049099, 0.819538461538457, 0.557811371481301, 1.14161538461538, 0.837861013809298, 1.68496153846154, 1.25272582548862, 2.91307692307692, 4.18493381567002, 10.3628076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1095, '2022-01-09 00:00:00', 0.320102723896811, 0.775923076923076, 0.536121920691694, 1.16992307692308, 0.531395955515721, 1.47030769230769, 1.44811900116616, 2.93380769230769, 4.15784556730267, 10.4118076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1110, '2022-01-09 00:00:00', 0.331385733874251, 0.812769230769229, 0.382635154603525, 1.1026923076923, 0.384406963836704, 1.32407692307692, 1.82650107203742, 3.04538461538461, 4.14471253452469, 10.4810769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1125, '2022-01-09 00:00:00', 0.302502172910183, 0.755269230769229, 0.316853016154411, 0.924923076923075, 0.592273607510786, 1.34611538461538, 1.9165576850176, 3.072, 4.1825899462488, 10.4535384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1140, '2022-01-09 00:00:00', 0.264944211834514, 0.671346153846153, 0.408068357772793, 0.888769230769231, 0.769790489978622, 1.31203846153846, 2.29571604817455, 3.60657692307691, 4.15353837903947, 10.4751153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1155, '2022-01-09 00:00:00', 0.236705737475561, 0.568615384615389, 0.485070978152842, 0.883423076923079, 0.843221664442156, 1.29584615384615, 2.49015845309861, 3.56980769230769, 4.11542941324288, 10.5251538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1170, '2022-01-09 00:00:00', 0.36785921429055, 0.658807692307691, 0.628075708322334, 0.900153846153848, 0.848577231877883, 1.36096153846154, 2.528821975971, 3.50711538461538, 4.11441973495469, 10.5656538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1185, '2022-01-09 00:00:00', 0.635984547465877, 0.667769230769227, 0.822942929136259, 0.969769230769228, 0.920088420500146, 1.37169230769231, 2.55450632412606, 3.45199999999999, 4.1209015908583, 10.5851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1200, '2022-01-09 00:00:00', 0.492851010409362, 0.731038461538468, 0.610868677817467, 1.03169230769231, 0.823589330076205, 1.33623076923077, 2.59248324317706, 3.41138461538461, 3.88015049529704, 10.5891153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1215, '2022-01-09 00:00:00', 0.361054310851725, 0.652153846153845, 0.462928977772545, 0.849038461538461, 0.9962145343557, 1.51403846153846, 2.84593650937343, 3.91984615384615, 3.81453649165319, 10.5493846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1230, '2022-01-09 00:00:00', 0.281415597402733, 0.573538461538458, 0.433858369304286, 0.842269230769231, 1.06344159219019, 1.5105, 2.78695090293759, 3.90915384615384, 3.83596272320863, 10.5024230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1245, '2022-01-09 00:00:00', 0.353517872467353, 0.627384615384609, 0.926058861727813, 1.23715384615385, 1.09009838158694, 1.50419230769231, 2.80776460469617, 3.90834615384615, 3.8733258751859, 10.5068461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1260, '2022-01-09 00:00:00', 0.961556744995404, 1.08357692307692, 1.07929803754392, 1.25842307692308, 1.13829845552304, 1.54142307692308, 2.8133176812057, 3.98415384615384, 3.89482210139801, 10.5051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1275, '2022-01-09 00:00:00', 0.552992507947593, 0.71507692307692, 0.593894183789056, 0.968307692307696, 0.881503761499903, 1.3968076923077, 2.31703413108556, 4.15773076923077, 3.90233618155153, 10.3739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1290, '2022-01-09 00:00:00', 0.466965399805369, 0.719269230769227, 0.625643827158507, 0.985961538461538, 1.30372585367418, 1.5023076923077, 2.18351465620136, 4.27257692307693, 3.89822687582247, 10.3678461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1305, '2022-01-09 00:00:00', 0.430140563787451, 0.682230769230767, 0.75099266000716, 1.01915384615385, 1.23959293318412, 1.469, 1.94603808643258, 4.23392307692307, 3.87845208536364, 10.3134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1320, '2022-01-09 00:00:00', 0.550311179103388, 0.757923076923084, 0.943945700035434, 1.01973076923077, 1.3998506579687, 1.98723076923076, 1.7159583897591, 4.21634615384615, 3.85236474109884, 10.2655384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1335, '2022-01-09 00:00:00', 0.488690161396926, 0.629923076923079, 0.64050157268768, 0.932230769230767, 1.19431563924863, 1.88761538461538, 1.55640166261304, 4.18615384615384, 3.79754779500991, 10.2281538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1350, '2022-01-09 00:00:00', 0.44686668464561, 0.687076923076924, 0.933090798615837, 1.55603846153846, 1.06763713224759, 1.73761538461538, 1.48294797667972, 4.2246923076923, 3.80046995980558, 10.2236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1365, '2022-01-09 00:00:00', 0.832809351163051, 1.38084615384615, 0.924419442760619, 1.54811538461538, 0.9410147387058, 1.58353846153845, 1.59078843393409, 4.33580769230769, 3.83278826002087, 10.1793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 1380, '2022-01-09 00:00:00', 0.312759786389946, 0.542272727272722, 0.372191488791729, 0.623863636363632, 0.353755045242654, 0.677818181818176, 1.60177718670362, 4.08881818181818, 4.08752404020096, 10.0837272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1395, '2022-01-09 00:00:00', 0.261897244480845, 0.322499999999999, 0.291049199214899, 0.407272727272724, 1.11566365239771, 1.63763636363636, 1.68374819198893, 4.14545454545454, 4.09078177627767, 10.0727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1410, '2022-01-09 00:00:00', 0.234544469610998, 0.256818181818176, 0.217465571739007, 0.304681818181812, 1.05202724624406, 1.66522727272727, 1.72250343649718, 4.18677272727273, 4.08551346261969, 10.0645909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 3, 1425, '2022-01-09 00:00:00', 0.175001601724265, 0.229681818181823, 1.07481334733141, 1.52827272727272, 1.02292139677626, 1.68477272727273, 2.04682355374692, 4.43877272727273, 4.08554633732856, 10.0492727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 3 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 930, '2022-01-09 00:00:00', 0.703470326310923, 0.671599999999996, 0.755906050158785, 0.89896, 1.23886986537462, 1.46871999999999, 2.10282894216338, 4.24432, 3.9853044843943, 9.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 945, '2022-01-09 00:00:00', 0.329708497514593, 0.54212, 0.555422970956965, 0.760479999999995, 1.10121313861879, 2.44871999999999, 2.04688293754186, 4.14152, 4.03805495670048, 9.823 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 960, '2022-01-09 00:00:00', 0.374445487799401, 0.549559999999997, 0.766419924062517, 1.126, 1.09492634759907, 2.70996, 2.0795349295776, 4.11023999999999, 4.07881676061412, 9.779 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 975, '2022-01-09 00:00:00', 0.713023008043916, 1.01532, 1.07359668560093, 2.28451999999999, 1.21072529639606, 2.94808, 2.11369151959315, 4.07743999999999, 4.13878067913727, 9.92852 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 990, '2022-01-09 00:00:00', 1.11434593970334, 2.13295999999999, 1.1428146510553, 2.53208, 1.28334708867087, 3.0736, 2.0965046839919, 4.06783999999999, 4.13403217089563, 9.92836 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1005, '2022-01-09 00:00:00', 0.589983355697433, 1.45412, 1.02343922144894, 2.00344, 1.22532118646501, 2.48748, 1.84559021995675, 3.50347999999999, 4.01706126955183, 9.56708 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1020, '2022-01-09 00:00:00', 0.651834777122757, 1.30191999999999, 1.09534767387651, 1.76212, 1.10579577379068, 2.06771999999999, 1.65940220159751, 3.08379999999999, 3.97871172617469, 9.4586 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1035, '2022-01-09 00:00:00', 0.823461794296901, 1.20492, 0.826938278631893, 1.47159999999999, 0.882285144761403, 1.82991999999999, 1.57028901267675, 2.85879999999999, 4.27061539359376, 9.42656 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1050, '2022-01-09 00:00:00', 0.578475490693721, 0.992319999999984, 0.564207260971829, 1.25479999999998, 0.912251193476876, 1.72335999999999, 1.70095475836367, 2.75255999999999, 4.37196575657526, 9.45207999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1065, '2022-01-09 00:00:00', 0.53999076535313, 0.917879999999996, 0.735559820816762, 1.28859999999999, 1.01136360589717, 1.80652, 1.73548827615362, 2.66016, 4.44932282001056, 9.44983999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1080, '2022-01-09 00:00:00', 0.573124308796386, 0.913159999999998, 0.732281252889447, 1.3138, 0.950602393222325, 1.68392000000001, 1.66607027662901, 2.5404, 4.5459153826998, 9.4782 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1095, '2022-01-09 00:00:00', 0.423927399444763, 0.795759999999998, 0.689652344784444, 1.15176, 1.07793282103602, 1.6138, 1.3422104591556, 2.44619999999999, 4.51317011903311, 9.48576 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1110, '2022-01-09 00:00:00', 0.482362768049118, 0.784440000000002, 0.588283797725786, 1.03692, 0.993596385192032, 1.56888, 1.1815922548268, 2.37956, 4.5901402364198, 9.53016 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1125, '2022-01-09 00:00:00', 0.389346216967194, 0.651680000000001, 0.703015770330466, 1.09756, 0.801537071299057, 1.32152, 1.1190067396282, 2.2306, 4.61594513615576, 9.644 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1140, '2022-01-09 00:00:00', 0.569268501382845, 0.798279999999997, 0.642516972538467, 1.01568, 0.756746342354335, 1.27011999999999, 1.06296738739562, 2.3874, 4.61510571818241, 9.64496 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1155, '2022-01-09 00:00:00', 0.287097846270798, 0.559559999999997, 0.507018024005721, 0.803879999999997, 0.647958589211788, 1.1012, 1.10804246007693, 2.48948, 4.53139272189026, 9.6858 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1170, '2022-01-09 00:00:00', 0.382488357121277, 0.608480000000006, 0.564511225161497, 0.85944, 0.606555405548413, 1.12028, 1.12367814935298, 2.5396, 4.5251999907923, 9.71396 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1185, '2022-01-09 00:00:00', 0.47002041445027, 0.656760000000011, 0.472634718008178, 0.883920000000005, 0.610922832006351, 1.14196, 1.09547058837743, 2.56832, 4.5332079524328, 9.74544 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1200, '2022-01-09 00:00:00', 0.348503825899609, 0.665, 0.38926362104192, 0.844599999999996, 0.494845743641394, 1.10468, 0.975859706446916, 2.505, 4.60440645179521, 9.69624 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1215, '2022-01-09 00:00:00', 0.38701808743262, 0.560999999999992, 0.415616409685658, 0.759999999999998, 0.547997728097483, 1.08248, 1.12570095644151, 3.09932, 4.63288809419495, 9.68152 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1230, '2022-01-09 00:00:00', 0.238064298037313, 0.500119999999999, 0.3426756581181, 0.683240000000003, 0.628770551685331, 1.04664, 1.16957995023855, 3.13848, 4.63107033992503, 9.66792 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1245, '2022-01-09 00:00:00', 0.296033641106334, 0.506000000000008, 0.498317696521675, 0.79112000000001, 0.77485530477202, 1.10608000000001, 1.289712781979, 3.25732, 4.62980246806852, 9.67468 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1260, '2022-01-09 00:00:00', 0.356893532210005, 0.572920000000004, 0.524231421543324, 0.769200000000001, 0.785935222097426, 1.09656, 1.36783608057886, 3.34672, 4.59450243298082, 9.68376 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1275, '2022-01-09 00:00:00', 0.30468689940112, 0.514760000000001, 0.467795361242502, 0.734800000000002, 0.692606129051714, 1.2128, 1.5135536968781, 3.79771999999999, 4.58034145124575, 9.68668000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1290, '2022-01-09 00:00:00', 0.35840471537076, 0.544760000000008, 0.49007960917929, 0.820240000000008, 0.624084401343281, 1.14956000000001, 1.84317316784579, 4.12591999999999, 4.52176043335631, 9.78580000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1305, '2022-01-09 00:00:00', 0.377324630347217, 0.627280000000001, 0.527188217496046, 0.9352, 0.826148255460237, 1.27324, 2.25329241555551, 4.51771999999999, 4.52007839791892, 9.77816000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1320, '2022-01-09 00:00:00', 0.391736093137534, 0.647000000000003, 0.477136860170472, 0.834600000000003, 0.812271574044048, 1.50788, 2.48626665705834, 4.72516, 4.51520605399133, 9.73172 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1335, '2022-01-09 00:00:00', 0.354221296178914, 0.53732, 0.655932001048889, 0.91796, 0.865935865600529, 1.62656, 2.53655776726387, 4.75484, 4.51574398742887, 9.71248000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1350, '2022-01-09 00:00:00', 0.461925614502306, 0.746760000000002, 0.680891817153551, 1.2654, 0.829081845577786, 1.62596, 2.74546515488117, 4.8908, 4.51217409460229, 9.70532000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1365, '2022-01-09 00:00:00', 0.501114364857627, 1.01476, 0.753343664383438, 1.33652, 0.830302059494012, 1.50052, 2.71438130888054, 4.92716, 4.79514439754773, 9.86728000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 1380, '2022-01-09 00:00:00', 0.300959041626674, 0.587849999999995, 0.544847760001769, 0.733350000000002, 0.604209270125231, 0.828, 2.97389790997395, 4.9026, 4.65409775981282, 9.8892 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1395, '2022-01-09 00:00:00', 0.577154681446649, 0.397500000000005, 0.641474731832009, 0.522400000000002, 0.99271966149351, 2.03229999999999, 2.98181734191186, 4.92884999999999, 4.65681107174156, 9.8799 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1410, '2022-01-09 00:00:00', 0.301660714780864, 0.283850000000001, 0.348541260866356, 0.355199999999996, 0.971419377969542, 1.91065, 3.14199441186812, 4.92339999999999, 4.77412766873367, 9.99095 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 4, 1425, '2022-01-09 00:00:00', 0.204072813372805, 0.250149999999996, 0.937484484082129, 1.79199999999999, 0.890378953917344, 1.92504999999999, 3.13918862463736, 4.91479999999999, 4.76666241255484, 10.33735 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 4 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969470, 1, 870, '2022-01-09 00:00:00', 0, 0.611000000000047, 0, 0.611000000000047, 0, 1.30100000000004, 0, 6.03800000000001, 0, 8.35699999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 885, '2022-01-09 00:00:00', 0, 0.451999999999998, 0, 1.08200000000005, 0, 3.94100000000003, 0, 5.88900000000001, 0, 8.35699999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 900, '2022-01-09 00:00:00', 0, 0.93300000000005, 0, 1.00300000000004, 0, 4.93200000000002, 0, 5.74000000000001, 0, 8.49700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 1, 915, '2022-01-09 00:00:00', 0, 0.65100000000001, 0, 3.44, 0, 4.75, 0, 5.38799999999998, 0, 8.49700000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 870, '2022-01-09 00:00:00', 0, 0.340999999999951, 0, 0.428999999999974, 0, 0.770999999999958, 0, 3.47099999999995, 0, 6.90299999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 885, '2022-01-09 00:00:00', 0, 0.281000000000006, 0, 0.370999999999981, 0, 3.06299999999999, 0, 3.47099999999995, 0, 6.90299999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 900, '2022-01-09 00:00:00', 0, 0.322999999999979, 0, 0.770999999999958, 0, 3.15099999999995, 0, 3.47099999999995, 0, 7.012 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 2, 915, '2022-01-09 00:00:00', 0, 0.770999999999958, 0, 3.06299999999999, 0, 3.15099999999995, 0, 3.47099999999995, 0, 7.10300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 870, '2022-01-09 00:00:00', 0, 0.313000000000045, 0, 0.319999999999993, 0, 0.662000000000035, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 885, '2022-01-09 00:00:00', 0, 0.31899999999996, 0, 0.31899999999996, 0, 2.96199999999999, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 900, '2022-01-09 00:00:00', 0, 0.15100000000001, 0, 0.592000000000041, 0, 2.96199999999999, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 3, 915, '2022-01-09 00:00:00', 0, 0.572000000000003, 0, 2.96199999999999, 0, 2.99100000000004, 0, 3.572, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 870, '2022-01-09 00:00:00', 0, 0.442000000000007, 0, 0.512, 0, 1.96100000000001, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 885, '2022-01-09 00:00:00', 0, 0.262999999999977, 0, 0.312999999999988, 0, 4.803, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 900, '2022-01-09 00:00:00', 0, 0.263000000000034, 0, 1.762, 0, 4.803, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 4, 915, '2022-01-09 00:00:00', 0, 1.63099999999997, 0, 4.67199999999997, 0, 5.28299999999996, 0, 6.62, 0, 9.27199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 870, '2022-01-09 00:00:00', 0, 1.54199999999997, 0, 1.54199999999997, 0, 2.60199999999998, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 885, '2022-01-09 00:00:00', 0, 0.620000000000005, 0, 0.793000000000006, 0, 2.86099999999999, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 900, '2022-01-09 00:00:00', 0, 0.363, 0, 1.25200000000001, 0, 2.86099999999999, 0, 2.86099999999999, 0, 4.36200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-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 969470, 5, 915, '2022-01-09 00:00:00', 0, 0.88900000000001, 0, 2.86099999999999, 0, 2.86099999999999, 0, 2.97000000000003, 0, 4.66199999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 969470 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 915);
Date: 2022-01-09 14:47:08 Duration: 3s572ms Database: acaweb_fx User: pgperfstats
12 52ms 57s668ms 3s179ms 172 9m6s 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 #12
Day Hour Count Duration Avg duration Jan 09 14 172 9m6s 3s179ms [ User: postgres - Total duration: 9m6s - Times executed: 172 ]
-
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: 2022-01-09 14:03:01 Duration: 57s668ms 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 = '431' 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: 2022-01-09 14:01:58 Duration: 18s784ms 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 = '665' 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: 2022-01-09 14:16:29 Duration: 13s496ms Database: acaweb_fx User: postgres Bind query: yes
13 2s523ms 4s113ms 3s154ms 147 7m43s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Jan 09 14 147 7m43s 3s154ms [ User: pgperfstats - Total duration: 7m43s - Times executed: 147 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970070, 5, 900, '2022-01-09 00:00:00', 0.0259246986482002, 0.0374399999999999, 0.0468297626159543, 0.0498799999999997, 0.0552456634798913, 0.0788000000000004, 0.205641678654887, 0.2782, 4.35943359776627, 1.39372 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 915, '2022-01-09 00:00:00', 0.0321492871875361, 0.0329199999999997, 0.0432909536354504, 0.05524, 0.0442094635419466, 0.0776800000000002, 0.212601371898991, 0.28752, 4.35926947740865, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 930, '2022-01-09 00:00:00', 0.0354753435501336, 0.0450000000000001, 0.0378412473367356, 0.0592800000000002, 0.0473805515656652, 0.0848, 0.211515460427837, 0.28796, 4.35918790219769, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 945, '2022-01-09 00:00:00', 0.027493938725957, 0.0408, 0.0292122691119107, 0.05624, 0.0549416356994703, 0.0908, 0.205200917801716, 0.286, 4.35913968844006, 1.39464 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 960, '2022-01-09 00:00:00', 0.0163649014662479, 0.0383200000000001, 0.0425737790977812, 0.06388, 0.053973851693821, 0.0955199999999995, 0.199853071029694, 0.291, 4.35890046341965, 1.395 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 975, '2022-01-09 00:00:00', 0.0351295222474394, 0.0463999999999999, 0.0464850155067916, 0.0702399999999999, 0.0492404643899023, 0.0919599999999993, 0.202176515286354, 0.28852, 4.35932674962545, 1.39328 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 990, '2022-01-09 00:00:00', 0.0344116259424052, 0.0529200000000001, 0.0431675804279092, 0.0727599999999996, 0.0588815760658623, 0.0969599999999996, 0.203987360719563, 0.28548, 4.35955765607781, 1.39204 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1005, '2022-01-09 00:00:00', 0.036975577525353, 0.04988, 0.0429592830480209, 0.0711999999999998, 0.0557200741803765, 0.0943199999999999, 0.199858074642983, 0.2782, 4.35459455517962, 1.38836 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1020, '2022-01-09 00:00:00', 0.0326630780341758, 0.0507199999999997, 0.0448198988545637, 0.0676399999999995, 0.0595779041815559, 0.0921199999999996, 0.188167009152331, 0.27464, 4.33818135974051, 1.38852 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1035, '2022-01-09 00:00:00', 0.0228089894559142, 0.0415999999999998, 0.0398606740200577, 0.0629599999999999, 0.0688470527086426, 0.0923999999999998, 0.178281771362077, 0.26716, 4.33782607727265, 1.39092 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1050, '2022-01-09 00:00:00', 0.0401664038718925, 0.0484400000000002, 0.0442902171289929, 0.0629600000000003, 0.0635864765496563, 0.0923600000000002, 0.175365589555078, 0.26556, 4.33726634836583, 1.39428 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1065, '2022-01-09 00:00:00', 0.0371973565369015, 0.0453200000000005, 0.0577972606040578, 0.0682400000000003, 0.165087370807097, 0.20044, 0.171409480484599, 0.27328, 4.33414405352045, 1.40048 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1080, '2022-01-09 00:00:00', 0.0372002688162332, 0.04488, 0.0393438686455715, 0.06224, 0.16965127959042, 0.21984, 0.167564982419757, 0.27276, 4.32292149593305, 1.39752 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 1095, '2022-01-09 00:00:00', 0.0352123084541002, 0.04936, 0.155987948252421, 0.18536, 0.17367530048916, 0.22788, 0.167785080782927, 0.2712, 4.32292803934247, 1.399 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 600, '2022-01-09 00:00:00', 0.0772986316925366, 0.0909615384615383, 0.106371113776973, 0.134423076923077, 0.113219901756918, 0.155115384615385, 0.127428193957949, 0.217769230769231, 4.18981814329049, 1.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 615, '2022-01-09 00:00:00', 0.0637316127329166, 0.0720384615384616, 0.0723343518775035, 0.0935384615384618, 0.0754693620973745, 0.110769230769231, 0.0948674865272611, 0.182, 4.19149414152776, 1.33846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 630, '2022-01-09 00:00:00', 0.036019417840083, 0.0479615384615387, 0.0435110772810086, 0.0694230769230773, 0.0522695381210187, 0.100230769230769, 0.0843654778102629, 0.168423076923077, 4.19399620483303, 1.32661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 645, '2022-01-09 00:00:00', 0.0376736798553869, 0.0441153846153843, 0.0459790755084894, 0.0633461538461535, 0.0554806133846632, 0.0925384615384614, 0.0886892674106974, 0.167115384615384, 4.19418163668891, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 660, '2022-01-09 00:00:00', 0.0294879636462065, 0.0364999999999994, 0.0302466781392853, 0.0613076923076919, 0.0582570035406769, 0.0860384615384614, 0.0858081312266818, 0.162346153846154, 4.19455503975552, 1.32469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 675, '2022-01-09 00:00:00', 0.0291077573588474, 0.0433076923076924, 0.0472577873110716, 0.0625384615384618, 0.057713563263893, 0.0808461538461537, 0.0901641579820686, 0.161153846153846, 4.19420073122951, 1.32757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 690, '2022-01-09 00:00:00', 0.0277824515726141, 0.0387692307692309, 0.038505384238891, 0.0552307692307692, 0.041977081659108, 0.0706538461538461, 0.0923698335705236, 0.154884615384615, 4.19458867296719, 1.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 705, '2022-01-09 00:00:00', 0.0343852383354343, 0.0392307692307694, 0.0345341080004192, 0.049269230769231, 0.0379466224300155, 0.0681153846153846, 0.090065651268736, 0.149692307692308, 4.18604234018794, 1.40407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 720, '2022-01-09 00:00:00', 0.0252075690708473, 0.0313076923076925, 0.0327077737172446, 0.0440384615384618, 0.0326839645462653, 0.0641923076923074, 0.0868382492825687, 0.143807692307692, 4.18256177222304, 1.41753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 735, '2022-01-09 00:00:00', 0.0219566355836646, 0.0314230769230773, 0.0269209669502873, 0.0454615384615387, 0.0590524799192664, 0.0756538461538462, 0.0847812116341458, 0.143576923076923, 4.18257195091912, 1.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 750, '2022-01-09 00:00:00', 0.0250766517210422, 0.0350384615384615, 0.0271407726209393, 0.048307692307692, 0.0674586140932689, 0.0812307692307696, 0.0869348827925469, 0.143923076923077, 4.18238578068326, 1.42446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 765, '2022-01-09 00:00:00', 0.0219198891069626, 0.031807692307692, 0.0602981311102143, 0.0567692307692308, 0.0654939222077423, 0.0804230769230766, 0.0949892382568435, 0.152346153846154, 4.18252499390205, 1.43273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 780, '2022-01-09 00:00:00', 0.0593348256798783, 0.0473076923076921, 0.0618669540223208, 0.0610000000000003, 0.0676041532634017, 0.082807692307692, 0.0975538036951129, 0.164230769230769, 4.18279916875695, 1.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 795, '2022-01-09 00:00:00', 0.0334439830163814, 0.0365000000000006, 0.043165887528856, 0.0524230769230768, 0.0533411228285963, 0.0716538461538461, 0.100169947896256, 0.163538461538462, 4.1734137032484, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 810, '2022-01-09 00:00:00', 0.0272400158138436, 0.0315384615384613, 0.0311598360813303, 0.0441538461538461, 0.0539927630478241, 0.0734615384615384, 0.105856477582404, 0.166076923076924, 4.17225823026332, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 825, '2022-01-09 00:00:00', 0.0203579128445095, 0.030269230769231, 0.0345253752834284, 0.0481923076923081, 0.0495342150592747, 0.0719615384615388, 0.107476115414615, 0.173653846153847, 4.17073094294772, 1.42103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 840, '2022-01-09 00:00:00', 0.0256818702889502, 0.0340384615384621, 0.0360216387958471, 0.0500384615384622, 0.0480107840449979, 0.0696538461538469, 0.11240296327876, 0.176115384615385, 4.17094354737446, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 855, '2022-01-09 00:00:00', 0.0276583830663714, 0.0328846153846153, 0.0360292402618502, 0.0471153846153843, 0.0476478912278551, 0.0671923076923079, 0.114380041292849, 0.172923076923077, 4.17122523228626, 1.41946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 870, '2022-01-09 00:00:00', 0.0199359358561749, 0.0278076923076921, 0.0257332170848978, 0.040038461538462, 0.0449001798865679, 0.0641153846153847, 0.125619847770351, 0.171115384615385, 4.17151004000304, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 885, '2022-01-09 00:00:00', 0.0235126479875119, 0.0317307692307697, 0.0344032198850857, 0.0463076923076927, 0.047441769976062, 0.0621923076923079, 4.22199443136316, 1.04053846153846, 4.17150795774603, 1.41819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 900, '2022-01-09 00:00:00', 0.0277279364817951, 0.0320384615384618, 0.0381297582150538, 0.0479615384615384, 0.0431895998877221, 0.0626923076923076, 4.22045581369887, 1.04834615384615, 4.17136312511132, 1.41680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 915, '2022-01-09 00:00:00', 0.0248671547350189, 0.0331538461538457, 0.0295119271846801, 0.042076923076923, 0.0448517043668948, 0.0653461538461538, 4.21884554989231, 1.05657692307692, 4.17094305587892, 1.41784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 930, '2022-01-09 00:00:00', 0.0232362117924062, 0.0288076923076923, 0.0373648950836927, 0.0461538461538458, 0.0455789425063811, 0.0650000000000001, 4.21847020394105, 1.05869230769231, 4.17075416976539, 1.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 945, '2022-01-09 00:00:00', 0.0277233864065362, 0.0321153846153842, 0.0377333355984405, 0.046730769230769, 0.060773032987185, 0.075807692307692, 4.21809823662823, 1.06042307692308, 4.17096569319938, 1.41757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 960, '2022-01-09 00:00:00', 0.019267230051207, 0.0268846153846152, 0.0398941869681059, 0.0451153846153846, 0.0631747880578463, 0.0884230769230766, 4.21832327991184, 1.05857692307692, 4.17154636242319, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 975, '2022-01-09 00:00:00', 0.0374857511390872, 0.0343076923076925, 0.0576070642035664, 0.0584230769230768, 0.0726719075974077, 0.0983846153846157, 4.2182055552277, 1.05911538461538, 4.17201688635125, 1.4135 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 990, '2022-01-09 00:00:00', 0.0435711442973967, 0.046730769230769, 0.0515990459065038, 0.0716923076923075, 0.0739080197584493, 0.100346153846154, 4.19796974665685, 1.05792307692308, 4.15283220891293, 1.40834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1005, '2022-01-09 00:00:00', 0.0336359697576637, 0.0464615384615385, 0.0384499874962472, 0.0668076923076927, 0.0615293300917417, 0.0955384615384619, 4.1983647703142, 1.05576923076923, 4.15259623868472, 1.40319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1020, '2022-01-09 00:00:00', 0.0298825392804254, 0.0443846153846157, 0.0469054859838868, 0.0647307692307696, 0.0591134112077406, 0.0873461538461542, 4.19834286062782, 1.05615384615385, 4.15273788537338, 1.40223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1035, '2022-01-09 00:00:00', 0.0410709891997519, 0.0431153846153848, 0.0501738516023574, 0.0648461538461537, 0.0639718808419882, 0.0848076923076924, 4.19786106267686, 1.05830769230769, 4.15278813347593, 1.40219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1050, '2022-01-09 00:00:00', 0.0429804427796935, 0.0460384615384618, 0.0533973349954418, 0.0606538461538464, 0.0805916964609982, 0.0886923076923082, 4.19561654330583, 1.05946153846154, 4.15139521773658, 1.39957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1065, '2022-01-09 00:00:00', 0.0342323508709796, 0.0375769230769231, 0.0416269328495576, 0.0521923076923077, 4.19470045231068, 0.979269230769231, 4.18014668642142, 1.055, 4.13631558831696, 1.39438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1080, '2022-01-09 00:00:00', 0.0308247652683061, 0.0376153846153847, 0.0504327122167597, 0.0615384615384618, 4.18435091722259, 0.991038461538462, 4.17252289886328, 1.05169230769231, 4.12864015087106, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 1, 1095, '2022-01-09 00:00:00', 0.0377165134207203, 0.0441538461538463, 4.18712615690597, 0.965423076923077, 4.1813005801471, 0.995692307692308, 4.17126912987476, 1.04807692307692, 4.1271218880064, 1.38796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 600, '2022-01-09 00:00:00', 0.0447095440966837, 0.10188, 0.0579547812235247, 0.12344, 0.0676253897092896, 0.14888, 0.100809440695469, 0.20028, 0.470705410350608, 0.561200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 615, '2022-01-09 00:00:00', 0.036744614117809, 0.0693999999999999, 0.0445426013310104, 0.0937199999999999, 0.0538512766793875, 0.11528, 0.0917631371158005, 0.17184, 0.474069608109752, 0.54908 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 630, '2022-01-09 00:00:00', 0.16456903157595, 0.0893846153846154, 0.231001005658817, 0.122769230769231, 0.272528931421122, 0.152461538461538, 0.276766505310051, 0.215538461538461, 0.50225163169318, 0.581692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 645, '2022-01-09 00:00:00', 0.0791814760777176, 0.0671153846153845, 0.12113791250535, 0.0960769230769229, 0.125918459574196, 0.107538461538461, 0.13803475593543, 0.174923076923077, 0.50263597012305, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 660, '2022-01-09 00:00:00', 0.0800222372940076, 0.0639615384615384, 0.0909408683621479, 0.0788076923076923, 0.094096129242714, 0.0961923076923076, 0.112046041360752, 0.164653846153846, 0.503046639526061, 0.576807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 675, '2022-01-09 00:00:00', 0.0246559401486819, 0.0416538461538464, 0.0955861995188717, 0.0691923076923077, 0.0945918926433242, 0.0938846153846154, 0.112451350164621, 0.162884615384615, 0.503256559436025, 0.57573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 690, '2022-01-09 00:00:00', 0.090078196798457, 0.0578076923076922, 0.0882869099104643, 0.0744615384615383, 0.0886642760425745, 0.0979230769230769, 0.11057884760867, 0.162807692307692, 0.50163464639271, 0.578038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 705, '2022-01-09 00:00:00', 0.0406502720210407, 0.0442692307692305, 0.0533629228815431, 0.0621923076923077, 0.0578246819805682, 0.0865769230769233, 0.108034930248722, 0.160115384615385, 0.489746031514923, 0.598153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 720, '2022-01-09 00:00:00', 0.0439950521693587, 0.0462692307692307, 0.0498159072524492, 0.067230769230769, 0.07452154051011, 0.0904999999999998, 0.119517929134567, 0.159846153846154, 0.48856486381426, 0.600884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 735, '2022-01-09 00:00:00', 0.0284272079854172, 0.0468846153846155, 0.0357024455098618, 0.0592307692307697, 0.061562688500297, 0.0832692307692307, 0.130821457896455, 0.162576923076923, 0.473854180751194, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 750, '2022-01-09 00:00:00', 0.0226627787012439, 0.041192307692308, 0.0423565997037242, 0.0628076923076924, 0.05340903121556, 0.0777307692307695, 0.123010224715734, 0.158653846153846, 0.470745046135952, 0.599538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 765, '2022-01-09 00:00:00', 0.0284713080945602, 0.0438461538461537, 0.0375297215550554, 0.0550000000000001, 0.0471626971238926, 0.0750000000000002, 0.144026156812413, 0.164576923076923, 0.462922827926411, 0.598769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 780, '2022-01-09 00:00:00', 0.0354459284848604, 0.0404230769230774, 0.0416017011486496, 0.0553076923076928, 0.055120469463224, 0.0821153846153847, 0.142239516309639, 0.165, 0.461937426664962, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 795, '2022-01-09 00:00:00', 0.0211847550411574, 0.0369230769230774, 0.0325904186014139, 0.0551538461538461, 0.0492797508734957, 0.0764230769230766, 0.138309441248461, 0.166307692307692, 0.45635830895673, 0.598884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 810, '2022-01-09 00:00:00', 0.0211190398965919, 0.036576923076923, 0.0377971101866474, 0.0563076923076921, 0.0443720112753004, 0.0713461538461535, 0.135742182095324, 0.1625, 0.455064330194518, 0.599769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 825, '2022-01-09 00:00:00', 0.0262683196147878, 0.0357692307692311, 0.0321682356466029, 0.0476538461538465, 0.0374019538773868, 0.0671153846153845, 0.160849729202804, 0.163653846153846, 0.456231346510147, 0.601807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 840, '2022-01-09 00:00:00', 0.0222246225199406, 0.0334230769230768, 0.0273149437825922, 0.0461153846153845, 0.0380655507492817, 0.0701153846153841, 0.164539118565956, 0.166192307692307, 0.456972554301258, 0.603653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 855, '2022-01-09 00:00:00', 0.0234776817096908, 0.0331923076923077, 0.0274419387070226, 0.0474999999999995, 0.0412230704637771, 0.0696923076923076, 0.217090721907827, 0.179307692307692, 0.458004731248657, 0.606423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 870, '2022-01-09 00:00:00', 0.0219780659889667, 0.0343461538461533, 0.0335862838304338, 0.0500384615384614, 0.0424470711139634, 0.0709230769230772, 0.217005526338705, 0.181961538461538, 0.457635750351741, 0.607 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 885, '2022-01-09 00:00:00', 0.0206698963564077, 0.0347307692307696, 0.0241282789720664, 0.0475769230769234, 0.0422445808996214, 0.0727307692307698, 0.209026255251859, 0.235153846153847, 0.453930852070598, 0.603538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 900, '2022-01-09 00:00:00', 0.0153709516246119, 0.0301153846153847, 0.030255323752765, 0.0532307692307694, 0.0467608152853846, 0.0764230769230773, 0.20764319989236, 0.244538461538462, 0.452494399455355, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 915, '2022-01-09 00:00:00', 0.0265229073705095, 0.0407692307692308, 0.0401247286115917, 0.0569230769230771, 0.0784768461688885, 0.0888461538461539, 0.215170919539292, 0.256730769230769, 0.452775060471108, 0.602846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 930, '2022-01-09 00:00:00', 0.0250061223272659, 0.035115384615385, 0.0395385887456801, 0.0535000000000002, 0.069312802680202, 0.0812307692307694, 0.20422138816641, 0.260846153846154, 0.450767040293969, 0.60173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 945, '2022-01-09 00:00:00', 0.0307789138609786, 0.0383076923076918, 0.0613222133174742, 0.061576923076923, 0.0923721902872369, 0.097307692307692, 0.20385746151511, 0.274230769230769, 0.451554804579092, 0.603307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 960, '2022-01-09 00:00:00', 0.0391520310898622, 0.0408076923076924, 0.0444038806342939, 0.0582307692307693, 0.0811795825031431, 0.0972692307692309, 0.202745862141215, 0.283269230769231, 0.454065459530299, 0.606192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 975, '2022-01-09 00:00:00', 0.0269251098133605, 0.0411923076923071, 0.0671352824813163, 0.074115384615384, 0.0767260962525386, 0.103576923076923, 0.199437320016551, 0.284730769230769, 0.455098158473701, 0.607576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 990, '2022-01-09 00:00:00', 0.0664427688952045, 0.0621923076923079, 0.0700993690304095, 0.0758076923076927, 0.0771424755790315, 0.0981923076923075, 0.199608277922997, 0.286230769230769, 0.455035209119538, 0.607192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1005, '2022-01-09 00:00:00', 0.0318423279009847, 0.040576923076923, 0.0494515924920515, 0.0654999999999996, 0.0733499514970211, 0.0871538461538459, 0.205874902269838, 0.281346153846154, 0.450907012416257, 0.602423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1020, '2022-01-09 00:00:00', 0.0374856690565262, 0.0488461538461539, 0.0434795973373183, 0.060653846153846, 0.0752490531501896, 0.0884999999999999, 0.208054179334282, 0.285307692307693, 0.446398954024141, 0.600115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1035, '2022-01-09 00:00:00', 0.0334008060704201, 0.0404230769230768, 0.0528809548383479, 0.0616538461538461, 0.105075211158484, 0.0910000000000001, 0.201014691388083, 0.282115384615385, 0.43907730001062, 0.595653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1050, '2022-01-09 00:00:00', 0.0415316746592286, 0.0449999999999997, 0.051774124811531, 0.0629999999999995, 0.0979926213862747, 0.0899230769230769, 0.202054893531436, 0.2815, 0.439438958743463, 0.594961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1065, '2022-01-09 00:00:00', 0.0264163119769122, 0.0373076923076923, 0.0679579621191265, 0.0607307692307691, 0.160166989780618, 0.174769230769231, 0.202840247864782, 0.280615384615385, 0.440226670635097, 0.593807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1080, '2022-01-09 00:00:00', 0.0667023699267586, 0.0456153846153847, 0.0709996858064555, 0.0666538461538462, 0.16492454685051, 0.191115384615385, 0.202520502285951, 0.283076923076924, 0.44200026453177, 0.596076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 2, 1095, '2022-01-09 00:00:00', 0.0383521336283409, 0.0466153846153846, 0.1336396590146, 0.162961538461539, 0.143431913625085, 0.198923076923077, 0.184895933308027, 0.276884615384616, 0.436661017970903, 0.59073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 600, '2022-01-09 00:00:00', 0.0675690416138589, 0.107153846153846, 0.0743765161448568, 0.130115384615384, 0.088936597987209, 0.160961538461538, 0.142735085439371, 0.242230769230769, 0.430597447203838, 0.568192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 615, '2022-01-09 00:00:00', 0.0514820954686788, 0.0753846153846155, 0.0589128691700389, 0.0993846153846154, 0.0756832772912116, 0.130038461538462, 0.122920562215541, 0.211769230769231, 0.422034289529254, 0.551307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 630, '2022-01-09 00:00:00', 0.0482252407578631, 0.066923076923077, 0.0580299789896438, 0.0930384615384615, 0.0848576817609703, 0.137884615384616, 0.115411617866061, 0.204807692307693, 0.417745283083438, 0.547192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 645, '2022-01-09 00:00:00', 0.0379659766714275, 0.0638461538461539, 0.0528976515401347, 0.0918076923076927, 0.079536281029477, 0.1295, 0.105979744073319, 0.187884615384616, 0.412529885164513, 0.543884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 660, '2022-01-09 00:00:00', 0.0348094814669797, 0.0595000000000001, 0.0540934376796296, 0.0845, 0.0708866592634925, 0.111038461538462, 0.0979713301862413, 0.176307692307692, 0.410659462141266, 0.536923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 675, '2022-01-09 00:00:00', 0.0321453669349815, 0.0517307692307692, 0.0525702021476631, 0.0738846153846156, 0.0709434552735762, 0.101576923076923, 0.097484744368621, 0.170653846153846, 0.411171109805227, 0.537807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 690, '2022-01-09 00:00:00', 0.0474548044094432, 0.0530384615384618, 0.0525935357244603, 0.0720000000000004, 0.0705543434851145, 0.106653846153847, 0.0944043431204307, 0.1695, 0.411249503156119, 0.534076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 705, '2022-01-09 00:00:00', 0.0236348178623113, 0.0467307692307692, 0.03715125010838, 0.0668461538461541, 0.0539415780836443, 0.0985769230769234, 0.0898927994035972, 0.167653846153846, 0.41540127772849, 0.547692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 720, '2022-01-09 00:00:00', 0.0319333922166373, 0.0483076923076925, 0.0408313793357704, 0.0728076923076926, 0.0467988823009209, 0.0901538461538463, 0.0855188058490419, 0.166884615384615, 0.415979304218926, 0.552307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 735, '2022-01-09 00:00:00', 0.0301107698596113, 0.0474615384615386, 0.0332123239406469, 0.0634615384615381, 0.0373137219552516, 0.0820769230769225, 0.0895364816064464, 0.165692307692307, 0.413160278081782, 0.547846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 750, '2022-01-09 00:00:00', 0.0239299297629876, 0.0411923076923073, 0.0245609132879553, 0.0530384615384614, 0.0436805888943115, 0.079923076923077, 0.0850438800764733, 0.164692307692308, 0.412045217832293, 0.546692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 765, '2022-01-09 00:00:00', 0.0166947250996791, 0.037923076923077, 0.0290915795377286, 0.0549999999999999, 0.0408483122709449, 0.0777692307692311, 0.0810224755142766, 0.163807692307692, 0.411474878193816, 0.543153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 780, '2022-01-09 00:00:00', 0.0260703191093151, 0.0406923076923077, 0.0402570968420954, 0.0569230769230773, 0.0554602560397984, 0.0810000000000001, 0.0875647979850004, 0.163923076923077, 0.410868769990914, 0.544115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 795, '2022-01-09 00:00:00', 0.0282811162874017, 0.0396923076923077, 0.0331331347050745, 0.055269230769231, 0.0473554805535906, 0.0726923076923074, 0.0805954379315895, 0.161230769230769, 0.41050362501913, 0.542884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 810, '2022-01-09 00:00:00', 0.0201772148722269, 0.0370000000000004, 0.0361684945774637, 0.0550000000000001, 0.0453169521685445, 0.0688846153846154, 0.0733588859910392, 0.157384615384616, 0.405975855667078, 0.539653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 825, '2022-01-09 00:00:00', 0.0247777816105169, 0.0374615384615384, 0.0261556583082604, 0.0449615384615385, 0.0367404199967614, 0.0645384615384613, 0.0693056663240133, 0.157653846153846, 0.403458771127857, 0.5385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 840, '2022-01-09 00:00:00', 0.0171276205181977, 0.0316538461538462, 0.0243244732728171, 0.0459999999999999, 0.0339319001258967, 0.0675769230769229, 0.0710293980307832, 0.156846153846154, 0.404467954421418, 0.537384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 855, '2022-01-09 00:00:00', 0.018233527866585, 0.0326923076923075, 0.0228988746784297, 0.0450384615384613, 0.034388929345626, 0.0709615384615384, 0.0738728741721994, 0.157807692307693, 0.405006575445198, 0.536615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 870, '2022-01-09 00:00:00', 0.0221383065157338, 0.0322307692307691, 0.0281795343085391, 0.0473846153846152, 0.0377457078558403, 0.0755384615384614, 0.0776835890005095, 0.1635, 0.405554458071341, 0.536538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 885, '2022-01-09 00:00:00', 0.0262525017122909, 0.0360769230769229, 0.0312860008015383, 0.0545769230769231, 0.0391162370378337, 0.0779999999999997, 0.323437776681412, 0.274346153846154, 0.397655738238299, 0.547615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 900, '2022-01-09 00:00:00', 0.0216111438489862, 0.0398076923076926, 0.0285954541841886, 0.0575000000000002, 0.0458181690531674, 0.0822307692307693, 0.332319477889297, 0.290346153846154, 0.399024587636479, 0.552307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 915, '2022-01-09 00:00:00', 0.0186009511750177, 0.039653846153846, 0.0300163032623683, 0.0554615384615383, 0.0598813827495659, 0.0834999999999998, 0.333201793789612, 0.289653846153846, 0.399336842585497, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 930, '2022-01-09 00:00:00', 0.0222316475738114, 0.0373846153846153, 0.0342893793828575, 0.0558076923076924, 0.0503116441637679, 0.0796923076923079, 0.350453648861015, 0.295, 0.401196826814662, 0.553423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 945, '2022-01-09 00:00:00', 0.0247098859070304, 0.0414615384615386, 0.0404062447572723, 0.0567692307692309, 0.0497103146702508, 0.0863461538461538, 0.37641638973554, 0.305461538461538, 0.401781923244631, 0.553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 960, '2022-01-09 00:00:00', 0.0290790963778762, 0.0390769230769226, 0.041382586452981, 0.0599615384615383, 0.0495921830068472, 0.0867692307692307, 0.393556323796226, 0.3095, 0.402845381676968, 0.554807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 975, '2022-01-09 00:00:00', 0.0351728041794532, 0.0433846153846152, 0.0420954410102346, 0.0658846153846153, 0.0438680539099488, 0.0843846153846158, 0.396032051927425, 0.307884615384616, 0.404639298064909, 0.557192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 990, '2022-01-09 00:00:00', 0.0301377606232551, 0.050269230769231, 0.0306493819739427, 0.0627692307692313, 0.0330929692742225, 0.0792307692307697, 0.394977841637497, 0.310153846153846, 0.405742108317018, 0.557538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1005, '2022-01-09 00:00:00', 0.020824541734731, 0.0416923076923082, 0.0257855355995154, 0.0565769230769236, 0.0399421312169732, 0.0784230769230772, 0.395838648169447, 0.309346153846154, 0.406110127163329, 0.557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1020, '2022-01-09 00:00:00', 0.0203551921178322, 0.0415769230769231, 0.0255533529336927, 0.0555769230769231, 0.0455332845290134, 0.0800000000000004, 0.396116424222048, 0.310307692307692, 0.407628337506682, 0.559692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1035, '2022-01-09 00:00:00', 0.0233477061960138, 0.0403461538461535, 0.035239662968789, 0.0580769230769227, 0.0470014893381052, 0.0795000000000003, 0.396522532098163, 0.309961538461538, 0.407993071208135, 0.559115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1050, '2022-01-09 00:00:00', 0.0232743173080077, 0.0395769230769229, 0.0339031198927409, 0.057692307692308, 0.0678618052764932, 0.0942307692307698, 0.392103628374714, 0.309846153846154, 0.405255702754921, 0.557769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1065, '2022-01-09 00:00:00', 0.0344795368521463, 0.0419615384615385, 0.0424311931701928, 0.0573846153846156, 0.328137260210512, 0.222692307692308, 0.391715133935168, 0.311115384615385, 0.405831933762658, 0.556961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1080, '2022-01-09 00:00:00', 0.0218764362165889, 0.0365384615384618, 0.0590267214586229, 0.0630769230769232, 0.317376757425376, 0.241615384615384, 0.382066311199831, 0.308884615384615, 0.398983039932585, 0.553115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 3, 1095, '2022-01-09 00:00:00', 0.0579041117179614, 0.0493846153846156, 0.306387738256357, 0.210615384615384, 0.310169306124153, 0.242038461538461, 0.376631411329433, 0.3135, 0.393723708279726, 0.550038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 600, '2022-01-09 00:00:00', 0.181789396322736, 0.135230769230769, 0.195525359362529, 0.171384615384615, 0.198866081727223, 0.193038461538461, 0.234087215830734, 0.258230769230769, 0.305754320681466, 0.500769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 615, '2022-01-09 00:00:00', 0.0883035324670181, 0.0980769230769227, 0.0972728201424296, 0.119807692307692, 0.130616408440311, 0.152384615384615, 0.177295980257266, 0.222769230769231, 0.294598744057065, 0.4835 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 630, '2022-01-09 00:00:00', 0.0438234921193926, 0.064461538461539, 0.0762673939807534, 0.0946538461538466, 0.122832575233371, 0.130192307692308, 0.15613680392035, 0.196307692307692, 0.294633456766461, 0.475076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 645, '2022-01-09 00:00:00', 0.0639357008732518, 0.070423076923077, 0.100591450928993, 0.0999999999999996, 0.121237973233828, 0.124615384615385, 0.154568282147904, 0.196076923076923, 0.293212718792242, 0.474461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 660, '2022-01-09 00:00:00', 0.051432824000004, 0.0591538461538457, 0.0739368545553469, 0.0835384615384615, 0.106646309756201, 0.118653846153846, 0.132615006692305, 0.1785, 0.296244215782545, 0.474653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 675, '2022-01-09 00:00:00', 0.0367117671347188, 0.054076923076923, 0.0484891264575414, 0.0686538461538464, 0.0869128652953414, 0.104384615384615, 0.122435119396105, 0.170038461538462, 0.292308743520377, 0.472807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 690, '2022-01-09 00:00:00', 0.0433764203935027, 0.0489230769230771, 0.0838752553590063, 0.0784615384615385, 0.0946346903380819, 0.103730769230769, 0.123847331575862, 0.165192307692308, 0.297510439377279, 0.474307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 705, '2022-01-09 00:00:00', 0.0541566389140016, 0.0566923076923074, 0.0598459689536396, 0.0734999999999995, 0.0675406202563719, 0.092846153846154, 0.10191435318254, 0.157153846153846, 4.28485476138385, 1.30461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 720, '2022-01-09 00:00:00', 0.0424512208758028, 0.0491153846153845, 0.0515524527507222, 0.0688461538461543, 0.0551931015756366, 0.086961538461539, 0.0918090074347498, 0.148576923076923, 4.28378619465753, 1.30919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 735, '2022-01-09 00:00:00', 0.033712015662075, 0.0505000000000002, 0.0437992623752434, 0.0661538461538467, 0.0731390351422445, 0.0990384615384619, 0.0915069732525679, 0.145384615384616, 4.28319212665579, 1.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 750, '2022-01-09 00:00:00', 0.0310091053625322, 0.0407307692307693, 0.0440274739400123, 0.0595384615384613, 0.0624162207714039, 0.0882307692307692, 0.0833900196942976, 0.139846153846154, 4.28319990966495, 1.31211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 765, '2022-01-09 00:00:00', 0.0242690369369316, 0.0391153846153843, 0.0441319002013801, 0.0622307692307688, 0.0687434472401663, 0.0876923076923073, 0.0876203084994481, 0.145038461538462, 4.28312122154645, 1.31096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 780, '2022-01-09 00:00:00', 0.0372955761451674, 0.0479999999999998, 0.044601362517994, 0.0641923076923076, 0.0672840705802358, 0.0868846153846153, 0.0885017253199926, 0.142346153846154, 4.28304853400185, 1.31123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 795, '2022-01-09 00:00:00', 0.0356978129043482, 0.043423076923077, 0.0645631116398166, 0.068653846153846, 0.0654267059093904, 0.081576923076923, 0.0935106164273091, 0.142653846153846, 4.28282945241362, 1.31196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 810, '2022-01-09 00:00:00', 0.0511954925900556, 0.0475384615384612, 0.0507822652265377, 0.057961538461538, 0.0497387637098529, 0.072230769230769, 0.0969124347026735, 0.1435, 4.28236572864184, 1.31407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 825, '2022-01-09 00:00:00', 0.0253097731199747, 0.0367692307692305, 0.0320487369245894, 0.051807692307692, 0.043774474472969, 0.0717307692307689, 0.10988873393644, 0.149576923076923, 4.2818411108379, 1.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 840, '2022-01-09 00:00:00', 0.0279909875605595, 0.0411538461538464, 0.0331902905171883, 0.0546538461538457, 0.0547220669875012, 0.0757692307692305, 0.117960182330244, 0.151269230769231, 4.28180178896688, 1.317 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 855, '2022-01-09 00:00:00', 0.0198033796649416, 0.0345769230769227, 0.0345507430622529, 0.0540769230769227, 0.0488671196676799, 0.0773461538461534, 0.1374394915814, 0.155576923076923, 4.28191458417305, 1.31588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 870, '2022-01-09 00:00:00', 0.0312630772637627, 0.0394999999999999, 0.0476136373483316, 0.0564615384615381, 0.0562472700192227, 0.0736538461538458, 0.135838116322901, 0.157076923076923, 4.28172955420874, 1.31684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 885, '2022-01-09 00:00:00', 0.0287785443583343, 0.0387307692307692, 0.0343391232359737, 0.0528461538461537, 0.0452212339504351, 0.0709999999999998, 0.165287441935371, 0.229538461538462, 4.28139254430863, 1.31796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 900, '2022-01-09 00:00:00', 0.0250297054286738, 0.036615384615385, 0.0404794534776117, 0.0541153846153844, 0.0526359339088945, 0.0723076923076921, 0.17125420152061, 0.240192307692308, 4.2813001290945, 1.31834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 915, '2022-01-09 00:00:00', 0.0324384624505205, 0.0384230769230769, 0.0425225370109329, 0.0543846153846152, 0.0503954210374161, 0.0725384615384615, 0.168889663572223, 0.246038461538461, 4.27997228909074, 1.32334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 930, '2022-01-09 00:00:00', 0.0344475744373304, 0.041346153846154, 0.0418459629520535, 0.0552692307692311, 0.0479667192316311, 0.0786153846153845, 0.167086011935816, 0.247153846153846, 4.27937929072034, 1.32607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 945, '2022-01-09 00:00:00', 0.0304464473107477, 0.0391153846153847, 0.0342730439042333, 0.0541923076923077, 0.0651612910104909, 0.0900769230769231, 0.166285278500997, 0.249076923076923, 4.27874943717833, 1.32888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 960, '2022-01-09 00:00:00', 0.0239534163293283, 0.0376153846153843, 0.0325577356990023, 0.055615384615384, 0.0596336636989026, 0.0865769230769229, 0.159466499978474, 0.246269230769231, 4.27877817588871, 1.32803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 975, '2022-01-09 00:00:00', 0.0239983332754587, 0.0389999999999998, 0.0474492927725524, 0.066653846153846, 0.0629458375235287, 0.0924615384615382, 0.151801206035546, 0.249384615384615, 4.27814582913961, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 990, '2022-01-09 00:00:00', 0.0446192266250257, 0.055653846153846, 0.0482147120860271, 0.0694615384615385, 0.0678390856251875, 0.0956923076923074, 0.148800087882522, 0.246115384615385, 4.27795736232213, 1.33192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1005, '2022-01-09 00:00:00', 0.0283840692046683, 0.0491538461538462, 0.0510865329235976, 0.0710769230769229, 0.0736831470137242, 0.0966153846153842, 0.143239084696236, 0.243653846153846, 4.27796032940933, 1.3305 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1020, '2022-01-09 00:00:00', 0.035922330745009, 0.0474230769230771, 0.0514280528056873, 0.0657307692307694, 0.0720786749643423, 0.0851538461538463, 0.141904567064793, 0.240884615384615, 4.27770923958858, 1.33153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1035, '2022-01-09 00:00:00', 0.0322651753204835, 0.0468076923076927, 0.0415095355124763, 0.0611923076923079, 0.0680635449697279, 0.0813846153846158, 0.145479810917582, 0.239153846153846, 4.27712338916635, 1.33438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1050, '2022-01-09 00:00:00', 0.0285100791893779, 0.0407692307692309, 0.0422006926665719, 0.0524615384615387, 0.0609694501053919, 0.0770769230769234, 0.145975324574448, 0.239346153846154, 4.27671137854597, 1.33684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1065, '2022-01-09 00:00:00', 0.0279628324745548, 0.0370000000000002, 0.0565409041858536, 0.0549230769230771, 0.134344035967363, 0.175, 0.143432407023711, 0.242153846153846, 4.27656533285227, 1.33761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1080, '2022-01-09 00:00:00', 0.0458534790224427, 0.0403076923076924, 0.0491324896424109, 0.0598076923076925, 0.139417005915568, 0.186692307692308, 0.143776584163925, 0.241115384615385, 4.27632243801215, 1.33807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 4, 1095, '2022-01-09 00:00:00', 0.0358430767910079, 0.0436153846153846, 0.130863998692712, 0.165884615384616, 0.132790459573895, 0.192115384615384, 0.142211527175326, 0.238038461538462, 4.27594686607989, 1.34019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 600, '2022-01-09 00:00:00', 0.089511331470035, 0.123961538461539, 0.0977956110388479, 0.146692307692308, 0.095370532459133, 0.163461538461538, 0.116150326997123, 0.212461538461539, 4.27743048965686, 1.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 615, '2022-01-09 00:00:00', 0.0371677486332109, 0.0658076923076925, 0.0446764091939085, 0.0863076923076921, 0.074799969148492, 0.122346153846153, 0.0919364663566849, 0.179923076923077, 4.27894554228564, 1.32292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 630, '2022-01-09 00:00:00', 0.0303565478933295, 0.061, 0.0581387862062708, 0.0880384615384615, 0.0696897741091518, 0.107230769230769, 0.0931626204341301, 0.170923076923077, 4.2799198829669, 1.31826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 645, '2022-01-09 00:00:00', 0.0541313644330585, 0.0602692307692308, 0.0591068914373322, 0.0797692307692304, 0.065138149049067, 0.0994615384615381, 0.0961191248079497, 0.157384615384616, 4.28143512172478, 1.31169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 660, '2022-01-09 00:00:00', 0.0307961286278245, 0.0538076923076921, 0.0372486860893726, 0.0647692307692306, 0.049670978990213, 0.0856153846153849, 0.0888865828760712, 0.15223076923077, 4.28165387186558, 1.30996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 675, '2022-01-09 00:00:00', 0.0264413429194626, 0.0447692307692303, 0.0359694100804901, 0.0610384615384612, 0.0472112763583517, 0.0822307692307696, 0.0920228483333603, 0.149269230769231, 4.28215767054234, 1.30734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 690, '2022-01-09 00:00:00', 0.0217411697371245, 0.043961538461538, 0.0276510119442035, 0.0574615384615386, 0.0497355622653068, 0.0828846153846162, 0.101976596108353, 0.150115384615385, 4.28268348746976, 1.30457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 705, '2022-01-09 00:00:00', 0.0241655826458911, 0.0411538461538466, 0.0358733884655467, 0.0575000000000004, 0.0535912162722452, 0.0844615384615391, 0.102095317454592, 0.153423076923078, 4.28090706797232, 1.31673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 720, '2022-01-09 00:00:00', 0.0281510486209934, 0.0398076923076923, 0.0451361700430364, 0.0639230769230774, 0.0523309145284566, 0.0852692307692311, 0.0985694600854576, 0.156538461538462, 4.28096634022668, 1.31661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 735, '2022-01-09 00:00:00', 0.034031659468117, 0.0470769230769232, 0.0373831718619697, 0.0623076923076922, 0.05440951557049, 0.0926538461538461, 0.097348264573051, 0.154269230769231, 4.28004385329798, 1.32388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 750, '2022-01-09 00:00:00', 0.024820586988658, 0.0423076923076924, 0.0344584476635934, 0.0602307692307694, 0.053940537061301, 0.0883076923076925, 0.102466121981103, 0.156884615384616, 4.2795734862969, 1.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 765, '2022-01-09 00:00:00', 0.0254060259357137, 0.0441153846153849, 0.0442077090388265, 0.0688076923076924, 0.0483311652917822, 0.0833076923076929, 0.117409454474501, 0.1625, 4.27791624688757, 1.33515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 780, '2022-01-09 00:00:00', 0.034463112944802, 0.0498846153846153, 0.0444206639371294, 0.0613461538461537, 0.0520626988868674, 0.079269230769231, 0.117295347143603, 0.164038461538461, 4.27767281519358, 1.33707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 795, '2022-01-09 00:00:00', 0.0327950512214172, 0.0373461538461538, 0.036369133150982, 0.0499230769230772, 0.0422555776928192, 0.0675769230769233, 0.110926094592474, 0.152961538461538, 4.27797614137268, 1.33688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 810, '2022-01-09 00:00:00', 0.0182048176210417, 0.0318461538461536, 0.0224836350742901, 0.0439230769230768, 0.0308341469054131, 0.0607692307692308, 0.111867779096574, 0.15, 4.27802056545566, 1.33803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 825, '2022-01-09 00:00:00', 0.0153725529634929, 0.0306538461538461, 0.0220546175175664, 0.0436153846153846, 0.0353892856449739, 0.0601923076923079, 0.110080949235621, 0.151846153846154, 4.27798677165574, 1.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 840, '2022-01-09 00:00:00', 0.0188922857679649, 0.0329615384615384, 0.0247047799797152, 0.0436153846153846, 0.0366251069833039, 0.0640384615384617, 0.112416102049484, 0.1575, 4.2772758922545, 1.34753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 855, '2022-01-09 00:00:00', 0.0170393210410055, 0.0305384615384615, 0.0283373360671856, 0.0432692307692307, 0.052449198864601, 0.0680384615384617, 0.127964231781324, 0.167269230769231, 4.27713487997964, 1.34830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 870, '2022-01-09 00:00:00', 0.0259907971878809, 0.0321923076923077, 0.033434781521413, 0.0467307692307693, 0.0728387154028575, 0.0700384615384615, 0.128717657625577, 0.170346153846154, 4.2771888460314, 1.34823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-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 970070, 5, 885, '2022-01-09 00:00:00', 0.0206938117840535, 0.0310769230769229, 0.035970607659374, 0.0502692307692307, 0.0620834797795558, 0.0759615384615385, 0.189862788511963, 0.245961538461538, 4.27801334212326, 1.34534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:49 Duration: 4s113ms 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 970100, 5, 900, '2022-01-09 00:00:00', 6.10373108243363, 12.87972, 8.51449982617884, 17.81896, 9.53864983684797, 23.40028, 29.1671135174532, 81.50576, 58.1686055829087, 162.07028 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 915, '2022-01-09 00:00:00', 6.28019229588816, 13.32624, 9.16195418110498, 18.0552, 19.3360283178838, 25.90912, 30.3359483966355, 84.80904, 58.0243930866723, 162.39608 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 930, '2022-01-09 00:00:00', 8.91426339114269, 13.25716, 9.80579800543197, 17.57424, 19.2032883598965, 26.5998, 29.790156857705, 85.67876, 57.0690906905831, 163.156 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 945, '2022-01-09 00:00:00', 7.75575673354959, 12.44748, 17.6976467332053, 19.31368, 16.5326013866542, 31.65388, 28.3442310493099, 86.45912, 56.9455029165312, 164.3582 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 960, '2022-01-09 00:00:00', 15.747757372824, 13.59376, 15.591955262036, 19.79468, 15.8457252119722, 34.56808, 30.6914611940085, 86.21084, 56.8208265640044, 163.9446 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 975, '2022-01-09 00:00:00', 7.45442112485381, 14.2691600000001, 10.5785522145834, 26.1230400000001, 13.4726218874922, 36.84424, 29.9588226084292, 86.251, 56.9923619820235, 164.43004 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 990, '2022-01-09 00:00:00', 9.04257025002671, 21.59732, 11.07941709989, 29.34476, 10.3236722653973, 37.23472, 30.272234220872, 85.79384, 56.9469680864574, 165.10236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1005, '2022-01-09 00:00:00', 7.03781300949852, 17.78204, 6.73973868880189, 23.79148, 10.2912923746243, 33.77536, 29.7444386150868, 83.57212, 57.8106892894961, 164.18972 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1020, '2022-01-09 00:00:00', 5.31344748946799, 15.57816, 6.40612910994885, 21.36456, 10.492361394208, 32.6917200000001, 28.0509220347567, 82.0426, 58.0696313898811, 164.11756 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1035, '2022-01-09 00:00:00', 4.89967774042339, 14.80428, 9.22520530539382, 23.41348, 8.27337265126303, 31.2488800000001, 28.017360901353, 80.24272, 58.1422580177848, 163.95564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1050, '2022-01-09 00:00:00', 6.24997985410079, 15.79648, 6.71487061503546, 22.4207200000001, 7.11993806784859, 27.6814400000001, 27.0207450096526, 80.73372, 57.9860362677371, 163.71928 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1065, '2022-01-09 00:00:00', 5.12715668540247, 14.32252, 6.03374169511204, 18.91652, 23.4841125247829, 56.2420800000001, 27.9935060497371, 79.53396, 59.485900920218, 163.48704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1080, '2022-01-09 00:00:00', 5.96462716074242, 12.5052, 6.57762782670669, 16.6910800000001, 25.2432407003671, 60.32284, 29.1244721936725, 78.07568, 60.2262619176773, 162.93008 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 1095, '2022-01-09 00:00:00', 5.33497986937784, 11.87696, 24.5576861788728, 51.02228, 25.7349033035551, 63.72172, 28.6081272098798, 77.32504, 60.4213589283624, 162.5544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 600, '2022-01-09 00:00:00', 15.585176181256, 25.6806521739131, 15.2955681472973, 38.5893043478261, 16.5809240186502, 47.1966956521739, 21.5079828350408, 67.3792173913043, 53.8216639427398, 166.856260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 615, '2022-01-09 00:00:00', 10.9982709879017, 17.8882173913044, 12.1789830926051, 27.0134782608695, 9.81212677566188, 35.0730434782608, 19.0025306302023, 58.7664782608695, 51.5759634252343, 163.502173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 630, '2022-01-09 00:00:00', 8.93406841559573, 15.54, 9.43130689140384, 21.8460434782609, 12.2898736472278, 33.2070869565218, 20.9783871275727, 56.4052608695652, 51.8529736035803, 163.36652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 645, '2022-01-09 00:00:00', 10.341089341399, 13.318695652174, 9.82121827268301, 22.2892173913044, 13.179493846855, 31.5108260869566, 21.4272671171727, 54.1542608695652, 50.9791749584734, 162.763913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 660, '2022-01-09 00:00:00', 9.2772908173179, 12.65, 10.3892374451497, 20.8416521739131, 15.2440449920409, 29.3820869565218, 20.9845923626945, 52.9229130434782, 51.50116463724, 162.457913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 675, '2022-01-09 00:00:00', 6.82842106703851, 13.2717826086957, 10.1850465645346, 19.8443913043479, 13.2045929929957, 31.0747391304348, 20.1291024038574, 51.425304347826, 52.2727065429758, 162.888652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 690, '2022-01-09 00:00:00', 8.64799030710483, 13.9464782608696, 8.4604041157838, 20.8185652173913, 11.726839707344, 29.9023913043478, 19.8472755545128, 50.9928695652173, 51.5705599911653, 163.971565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 705, '2022-01-09 00:00:00', 5.45068163304574, 10.9919130434783, 6.89876506277063, 19.5708695652174, 8.84989764617794, 25.6134347826087, 19.4927994286408, 49.1947391304348, 59.7574762381724, 174.917086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 720, '2022-01-09 00:00:00', 7.26622612004804, 13.1488695652174, 7.08284538243369, 17.7445652173913, 9.69411115446376, 27.3675652173913, 18.7645616593827, 48.5192173913043, 63.3696163576225, 175.992695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 735, '2022-01-09 00:00:00', 6.465455028327, 11.8252173913043, 8.86126278664118, 17.4199130434783, 11.9451216478451, 26.72, 17.5340054202984, 48.2065217391304, 63.8242289922142, 174.605782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 750, '2022-01-09 00:00:00', 7.947224343804, 12.6559565217391, 8.85048873150868, 19.5411739130434, 11.9857419621565, 24.6722608695652, 24.2771932310526, 49.7957826086956, 63.4228841939739, 175.493130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 765, '2022-01-09 00:00:00', 6.28826411853906, 10.8535217391304, 7.56864714051002, 16.5480869565217, 11.8596637075811, 23.1225652173913, 24.9528605962674, 48.7361304347826, 64.6113788854124, 176.321260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 780, '2022-01-09 00:00:00', 6.43664928973543, 11.0414782608696, 6.54987941324596, 14.1996521739131, 16.0857661372202, 24.0723043478261, 23.3634347168979, 50.7719565217391, 66.1698851169572, 176.586130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 795, '2022-01-09 00:00:00', 5.626712517531, 9.9698695652174, 9.81099847533377, 16.4390869565217, 13.7602138680927, 25.1751739130434, 22.6675560588221, 52.5699565217391, 66.1000301147134, 176.364565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 810, '2022-01-09 00:00:00', 6.20849337346663, 10.9598260869565, 13.035012623199, 16.8487826086957, 12.008577618641, 24.8458260869565, 23.6517240403115, 51.6744782608696, 66.3160356013048, 175.232347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 825, '2022-01-09 00:00:00', 12.4019938045487, 12.2436521739131, 11.7919500658598, 17.1449130434783, 12.243879898479, 24.6981739130435, 24.3485372116648, 52.4904347826087, 66.1001094466693, 175.474043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 840, '2022-01-09 00:00:00', 5.96930016786487, 10.1923043478261, 6.2750800999565, 15.9855217391304, 8.02750633192464, 22.071, 24.4053965504068, 52.8786521739131, 65.7680720026718, 175.952304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 855, '2022-01-09 00:00:00', 6.24673982954501, 9.84995652173915, 7.78973796740233, 15.367652173913, 8.27239954912685, 20.1321304347826, 25.6961823587517, 53.3887826086957, 66.6587663864702, 176.687434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 870, '2022-01-09 00:00:00', 5.28316550778113, 10.389347826087, 6.49410848537063, 14.7762608695652, 11.3700199408157, 20.1150000000001, 25.7201584517398, 55.284347826087, 66.0787581519893, 177.77 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 885, '2022-01-09 00:00:00', 6.27858636187775, 9.11139130434786, 9.02254771934324, 13.9134347826087, 12.6552036056476, 20.1618695652174, 36.6791906642255, 80.6516521739131, 65.6273602551203, 178.146652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 900, '2022-01-09 00:00:00', 7.03151362746884, 9.35356521739133, 10.7402418244023, 13.5980869565218, 10.8402491845621, 19.7747391304348, 34.9323791413397, 82.7147391304349, 64.4697712412048, 179.291565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 915, '2022-01-09 00:00:00', 6.49472559887973, 9.51517391304357, 8.40535199889316, 14.0369565217392, 12.6779861270296, 23.9716521739131, 34.5015815390491, 84.8548260869566, 63.9276685625704, 180.151869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 930, '2022-01-09 00:00:00', 6.55744777035005, 10.1964782608696, 7.64693558039758, 15.1880434782609, 22.7263899911021, 26.9051304347827, 34.5555191925115, 85.1631304347827, 64.1765539273042, 180.118565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 945, '2022-01-09 00:00:00', 5.4810015403551, 9.98060869565222, 10.7733304450142, 17.4928260869566, 21.8525031161807, 30.6004782608697, 35.1582062913974, 85.6810869565218, 63.9323373856215, 180.250956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 960, '2022-01-09 00:00:00', 9.68235296550463, 12.3823043478262, 20.1167970919119, 20.196347826087, 22.5143946477743, 35.8339130434783, 34.4471673334745, 86.3351304347827, 63.2999237910487, 180.651043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 975, '2022-01-09 00:00:00', 13.2505498349636, 14.1097391304348, 14.5925875006603, 24.233347826087, 16.5892024069279, 36.032043478261, 33.5305740982717, 85.1337826086957, 63.3411116755342, 179.002739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 990, '2022-01-09 00:00:00', 10.2543558647816, 19.1592608695653, 13.9866118286967, 28.2390869565218, 15.3303676828864, 35.3262608695653, 33.129147032288, 84.5662173913043, 63.7081032486567, 178.559217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1005, '2022-01-09 00:00:00', 10.4024254335797, 16.9709130434783, 9.90458202145664, 24.7097391304348, 13.6717910742471, 33.2097826086956, 31.546889530654, 84.0558260869565, 60.7400340696855, 177.345826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1020, '2022-01-09 00:00:00', 7.5635291452096, 14.274695652174, 9.06192241512292, 21.471695652174, 11.6519278582657, 29.9512173913044, 31.3035570891046, 82.9666086956522, 56.570766926044, 177.474347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1035, '2022-01-09 00:00:00', 8.45625060627962, 14.6249565217392, 9.75819946559178, 21.5760869565218, 11.7524934323517, 27.4068260869565, 31.03029295507, 79.7048260869565, 56.7400665070574, 176.293043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1050, '2022-01-09 00:00:00', 8.41247325116579, 13.6182608695652, 8.86493169898488, 18.2798695652174, 11.576103373597, 25.0280434782609, 33.7502999795774, 78.0355652173913, 56.6667437244109, 176.854652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1065, '2022-01-09 00:00:00', 6.83785465627882, 10.6791304347826, 8.59082896629084, 15.751652173913, 29.6346484839419, 56.605695652174, 34.1355499347502, 76.7315652173913, 56.4122061265751, 177.116608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1080, '2022-01-09 00:00:00', 7.01848047020657, 10.6167391304348, 8.86471591072523, 16.4972173913044, 28.3634024632534, 58.2142608695653, 33.7696931863644, 76.6260869565217, 56.264723885443, 177.797217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 1, 1095, '2022-01-09 00:00:00', 7.66106351299851, 11.8081739130435, 29.8749903186846, 53.7452173913044, 29.032112446917, 59.991695652174, 33.2679352731714, 77.5143913043478, 55.7494663991905, 178.864391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 600, '2022-01-09 00:00:00', 25.3469620336112, 36.6578, 26.4622648281157, 41.9758, 25.0089890872595, 49.5436, 27.9759730061351, 68.40184, 54.796121402036, 174.46996 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 615, '2022-01-09 00:00:00', 17.5840421926624, 24.7946, 18.0846254575536, 31.71424, 18.7627787181607, 40.87068, 22.4621877706365, 62.26312, 55.0755065342117, 170.7268 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 630, '2022-01-09 00:00:00', 10.8145135832978, 20.10128, 10.3116395280608, 27.5885600000001, 18.0751958211615, 39.6951600000001, 20.3137855881993, 59.19244, 55.2875303895613, 171.05208 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 645, '2022-01-09 00:00:00', 7.38913073890746, 20.2050800000001, 9.81701629450958, 28.7114800000001, 17.2404029325497, 36.41112, 19.9437733446641, 55.74416, 55.1300876609134, 169.9476 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 660, '2022-01-09 00:00:00', 8.30524027286395, 17.58464, 15.742308823147, 24.2536, 15.7497774886928, 29.70288, 18.8449674791441, 50.94796, 55.5627391601002, 167.48116 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 675, '2022-01-09 00:00:00', 11.5095917752687, 16.6424, 11.3336879445013, 21.26556, 15.3285776180745, 28.12628, 16.3494482020036, 47.40752, 56.275305121548, 166.00524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 690, '2022-01-09 00:00:00', 5.74792826242639, 14.67068, 6.46043502069845, 19.16764, 9.19580290621757, 27.03656, 13.8893122909907, 47.0062, 57.2604167422254, 166.06592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 705, '2022-01-09 00:00:00', 6.01948670929126, 14.33592, 9.03290668648068, 20.17296, 8.67472538124403, 26.65476, 13.3160565650396, 47.18512, 60.3230421097665, 180.59372 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 720, '2022-01-09 00:00:00', 8.18983448591404, 14.80536, 9.31784832244007, 21.8601200000001, 10.2229733525362, 27.7748, 14.0539885412173, 46.8448, 62.853708945906, 183.93456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 735, '2022-01-09 00:00:00', 5.66290088293975, 15.6160800000001, 5.69811781789971, 18.7718, 10.1332451037825, 26.2078, 15.4826031987518, 46.04132, 62.2431003688227, 183.85124 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 750, '2022-01-09 00:00:00', 3.81288239918312, 11.33476, 9.59463175131456, 18.80012, 10.4032882497154, 23.09036, 16.3575092758647, 47.77572, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 765, '2022-01-09 00:00:00', 6.51851206871625, 13.90956, 6.83881777063841, 17.9956, 8.73662870944313, 24.64696, 19.0186828252291, 51.56364, 62.2380727475018, 183.56264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 780, '2022-01-09 00:00:00', 4.26028402809013, 11.803, 5.3686780657191, 15.62744, 9.5753883449532, 23.71496, 16.2739128861705, 51.23528, 62.0792248615965, 182.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 795, '2022-01-09 00:00:00', 4.89995045655226, 11.52132, 8.07341178044739, 17.8808800000001, 9.99347093406489, 23.6443200000001, 14.9480373819887, 52.6663600000001, 61.9114272032231, 182.81456 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 810, '2022-01-09 00:00:00', 6.17469487721193, 13.46408, 7.64876949798676, 18.024, 10.4944979857701, 23.47284, 18.0167123619525, 54.953, 61.8786358129632, 184.21264 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 825, '2022-01-09 00:00:00', 5.80953241750143, 12.27592, 7.86313519596354, 16.26212, 9.03684196922061, 21.52012, 17.3250269862223, 54.80536, 62.2647255447791, 184.882 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 840, '2022-01-09 00:00:00', 5.57318622004812, 11.34432, 7.06042770847963, 16.04552, 8.92008296355288, 20.61108, 17.4661125767393, 54.84572, 62.2638778072005, 184.48544 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 855, '2022-01-09 00:00:00', 6.04587322697619, 11.79508, 6.78975222989278, 15.12652, 8.15544806494404, 21.22916, 17.3827955245984, 54.5276, 62.6466257072957, 184.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 870, '2022-01-09 00:00:00', 4.92966265850582, 11.13152, 6.28643963013507, 14.74216, 8.51213792533932, 23.41968, 17.789944020429, 55.2712, 62.5906463353484, 184.16952 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 885, '2022-01-09 00:00:00', 3.63087843732981, 9.70831999999997, 7.97413833735868, 15.50584, 9.33262928296915, 24.2536, 29.7647871716451, 74.17304, 61.610559080215, 185.49148 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 900, '2022-01-09 00:00:00', 5.65445755812761, 11.38912, 6.73551541779344, 18.02788, 8.75691075665388, 25.0956000000001, 32.8953703754799, 77.76584, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 915, '2022-01-09 00:00:00', 6.09250884912504, 12.79608, 8.82318439075904, 18.2292800000001, 9.90878782949761, 25.0596, 37.2489809382753, 82.80176, 61.7661881385493, 185.6896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 930, '2022-01-09 00:00:00', 4.63095288682579, 12.40916, 6.02937364270398, 17.0967600000001, 9.16030247408164, 26.5102, 39.8097041564825, 84.26712, 61.6400032216633, 185.2896 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 945, '2022-01-09 00:00:00', 5.24030212010719, 12.4233200000001, 7.17956873751246, 17.54656, 11.5705488996849, 31.01544, 40.5517402091862, 85.39508, 61.7420339179611, 185.13492 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 960, '2022-01-09 00:00:00', 4.41002985137292, 11.12504, 6.78912888692899, 18.62628, 12.8735589694536, 32.61396, 43.6557061244766, 86.51732, 61.8467401479388, 184.89848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 975, '2022-01-09 00:00:00', 5.68913938219129, 13.9839199999999, 9.6005795611515, 25.64492, 13.9564103219034, 35.82064, 44.0517841342436, 87.40792, 61.8359467213583, 184.85848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 990, '2022-01-09 00:00:00', 6.62933736457375, 21.15732, 12.739655107184, 28.2742, 14.7171362448678, 39.1828000000001, 43.8615474461781, 88.6520400000001, 61.7824344333133, 184.49856 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1005, '2022-01-09 00:00:00', 9.69157997817344, 19.73084, 9.71584578527949, 26.61864, 13.1882952432577, 35.82044, 43.2915084828807, 88.8858400000001, 60.712165234133, 183.1786 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1020, '2022-01-09 00:00:00', 5.78724382643993, 18.4117600000001, 13.3041668919929, 25.8592400000001, 15.4180540171796, 32.58152, 40.4538759462345, 87.65764, 57.4829332640567, 181.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1035, '2022-01-09 00:00:00', 13.4148772516437, 17.47852, 12.870755028358, 23.3144, 15.4394538075888, 30.42972, 40.2469242388782, 88.19224, 58.1604134936298, 181.4106 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1050, '2022-01-09 00:00:00', 10.5330296975752, 16.23212, 14.9848077168177, 24.0626799999999, 14.9571646430732, 29.77608, 43.5563877776842, 89.64336, 58.0984915415767, 180.89236 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1065, '2022-01-09 00:00:00', 6.62550866424602, 16.50632, 6.91886966033223, 20.29528, 29.2647360994992, 56.39316, 42.8572280343701, 88.83204, 57.1630753367649, 179.80904 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1080, '2022-01-09 00:00:00', 5.18581754306869, 12.60156, 8.23687313183827, 18.01236, 33.0868695267977, 59.1454, 40.810533303303, 86.5818, 56.076196483832, 177.90948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 2, 1095, '2022-01-09 00:00:00', 5.97045701433312, 13.10828, 28.3881502134253, 49.41304, 35.3862002757666, 63.13596, 40.0135168969187, 85.91072, 57.18530314023, 176.84564 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 600, '2022-01-09 00:00:00', 28.23058334668, 35.8025769230769, 30.3371932334907, 46.0366153846154, 31.2909450250633, 56.3628076923077, 36.687389144018, 79.4152692307693, 53.0661232118368, 170.998423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 615, '2022-01-09 00:00:00', 10.6970263186336, 24.8963076923077, 14.068143224102, 33.143576923077, 15.8065654889158, 40.7723461538462, 30.6337212740369, 64.2868461538462, 55.5014648347785, 164.626615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 630, '2022-01-09 00:00:00', 7.82270768350305, 19.0623076923077, 9.12480813134418, 26.5839230769231, 11.9638599714048, 32.9618461538462, 29.8731580212069, 57.924, 54.7245219894504, 161.830576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 645, '2022-01-09 00:00:00', 6.49073310355144, 17.7753076923077, 7.59806670116714, 24.0746538461539, 9.89277944361446, 30.605, 30.107028540423, 55.541576923077, 54.4050378243242, 161.639884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 660, '2022-01-09 00:00:00', 7.18098364389216, 18.4694230769231, 8.62123032670827, 22.8111153846154, 9.86538427962216, 30.5407692307693, 30.8892997549935, 54.8989230769232, 53.9540151269008, 161.419076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 675, '2022-01-09 00:00:00', 6.33601084801423, 13.9171153846154, 8.25294577077695, 20.3351538461539, 9.73787799029365, 28.3649230769231, 31.8353042846121, 53.229576923077, 53.7885846032837, 160.609769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 690, '2022-01-09 00:00:00', 5.79370408859077, 15.9348846153846, 7.21051326339105, 21.3188076923077, 10.3379339712461, 28.9539230769231, 31.3799075080511, 52.8704230769231, 53.9277304346645, 160.496076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 705, '2022-01-09 00:00:00', 5.74061554405231, 14.6112307692308, 7.99180259256075, 20.2280384615385, 17.5756133641519, 30.6933846153847, 30.4368248458242, 51.6228461538462, 55.6540204500433, 164.109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 720, '2022-01-09 00:00:00', 6.43617964275742, 15.6089230769231, 9.41761560979447, 21.206576923077, 28.233531186244, 31.8812692307693, 30.4956220575751, 51.2079615384616, 55.8742018953291, 165.3 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 735, '2022-01-09 00:00:00', 6.93911259999315, 14.1123461538462, 16.7761156774927, 23.0757692307692, 26.8579739085778, 30.0619230769231, 30.4486989583867, 49.9414615384616, 55.9008425557667, 165.957269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 750, '2022-01-09 00:00:00', 15.1823923989398, 16.3106538461539, 26.2006561116026, 21.6739615384616, 25.4271157722193, 27.9474230769231, 30.4634478321403, 48.4423076923077, 55.9211182072225, 165.806884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 765, '2022-01-09 00:00:00', 11.097626118437, 13.5022307692308, 13.5229921129221, 19.5216153846154, 13.7847792567912, 25.4280384615385, 30.0600559245347, 49.5018846153846, 56.0156478823139, 165.572653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 780, '2022-01-09 00:00:00', 11.5782844323062, 15.6546538461539, 11.2759420286664, 18.810076923077, 29.2246129523623, 29.7728461538463, 27.1979804804581, 49.8491538461539, 55.9248887464249, 165.3465 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 795, '2022-01-09 00:00:00', 5.8942889779332, 11.7776538461539, 6.47269854186386, 17.400576923077, 21.0920579490152, 26.8097307692308, 19.5931554741799, 49.3706538461538, 55.7111901524695, 165.039269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 810, '2022-01-09 00:00:00', 5.94778672733365, 12.9859230769231, 21.9380790851117, 21.4072307692309, 21.0756524816233, 26.6066153846154, 20.3035384005236, 50.4736923076924, 55.4689010215218, 165.542153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 825, '2022-01-09 00:00:00', 17.6802069448818, 13.867576923077, 16.9381419313381, 18.9896153846155, 16.2807261342503, 24.2875384615385, 17.2963515985752, 52.4056923076923, 53.2280920112534, 166.698961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 840, '2022-01-09 00:00:00', 7.07517218154167, 12.5969615384616, 8.2972582082183, 16.3445769230769, 10.9456553593019, 22.4987307692308, 17.5333318076873, 53.0879615384616, 53.4421326221751, 166.466615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 855, '2022-01-09 00:00:00', 5.71792232532599, 10.5549615384616, 7.07202072580062, 15.4211153846154, 8.74804106502618, 20.9163461538462, 19.3375355787649, 54.1625, 53.55424455312, 166.233846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 870, '2022-01-09 00:00:00', 5.71091537658027, 11.1360384615385, 6.47425672787701, 14.9764615384616, 8.01460880258424, 21.1154615384616, 22.0816912514557, 56.8222692307693, 53.8304048383439, 166.3545 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 885, '2022-01-09 00:00:00', 4.20609197163423, 10.183076923077, 5.46558275814705, 14.4396153846154, 6.5319662215905, 20.623, 37.3423187388497, 80.5559230769231, 51.5643121239278, 167.546576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 900, '2022-01-09 00:00:00', 5.86767535531614, 11.4766538461539, 7.28272304440708, 16.6356923076923, 8.32183937249077, 22.0663076923077, 39.9698153766641, 83.4622692307692, 51.4682405527316, 167.303076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 915, '2022-01-09 00:00:00', 5.69002286827905, 12.0191923076923, 6.06711210886514, 15.3066923076923, 9.09714837661523, 23.4258846153847, 39.0552337460679, 83.425, 51.2416324583679, 166.802961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 930, '2022-01-09 00:00:00', 3.85179688656919, 11.3568461538462, 5.38603545890802, 15.5797307692309, 9.41918243977922, 24.9069230769231, 39.5863378189418, 86.3656538461539, 51.2920577875517, 166.995192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 945, '2022-01-09 00:00:00', 4.43802836195745, 11.1203076923077, 7.02606506801639, 17.0485000000001, 10.1412606987494, 29.863, 39.2240643832329, 88.7595, 50.8990484082123, 166.458692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 960, '2022-01-09 00:00:00', 5.33641311700889, 12.3296538461539, 7.83439218603557, 18.8252692307692, 9.67435514312881, 33.4746538461539, 39.0263702109424, 89.0878076923077, 50.7902712580031, 166.911692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 975, '2022-01-09 00:00:00', 6.95315371943941, 14.6656153846154, 10.4148739179192, 25.7203846153846, 14.1933445586844, 36.5848076923077, 38.0308369203405, 88.1316923076923, 50.0624225562294, 166.146038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 990, '2022-01-09 00:00:00', 9.20388294354407, 20.4789615384615, 9.3031253435854, 26.6069615384615, 13.000579227806, 36.5295384615385, 36.5911404288608, 86.3967307692308, 49.98992618032, 165.485923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1005, '2022-01-09 00:00:00', 5.02209544313925, 16.802, 10.3247200524537, 24.6341923076923, 12.0241082895989, 33.4289999999999, 35.4612282509308, 82.7112307692308, 51.3383744030346, 163.649884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1020, '2022-01-09 00:00:00', 10.5396406191833, 18.2226923076923, 10.0069742280841, 23.3968076923077, 12.3366023825288, 31.8432307692308, 33.2421360218299, 83.1155769230769, 50.984673134339, 162.796846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1035, '2022-01-09 00:00:00', 5.09005531736607, 15.5444230769231, 9.04898329758656, 22.325, 11.4239435737133, 29.5531538461538, 33.5146827277928, 83.3292307692308, 49.6496074771377, 163.267076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1050, '2022-01-09 00:00:00', 6.40337217842165, 16.2001538461538, 7.72557886793049, 21.3802692307692, 10.0845727839797, 31.0596538461538, 32.2078394602212, 82.5581538461538, 49.6264816424116, 162.226730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1065, '2022-01-09 00:00:00', 4.56411466602397, 13.2187307692308, 5.81854803154398, 17.4223461538462, 25.7296564462997, 60.1237307692308, 30.4417765078746, 81.8376538461538, 49.9199765572708, 161.105961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1080, '2022-01-09 00:00:00', 5.38000940476727, 11.8796538461538, 9.84513878700473, 20.5251538461539, 27.730192741237, 62.7868846153846, 28.750051603753, 82.6084615384615, 50.8735591619519, 161.148269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 3, 1095, '2022-01-09 00:00:00', 10.3379241172417, 15.418576923077, 23.3413078494889, 55.5232692307693, 25.3476320638559, 61.6547307692308, 27.4817581143173, 81.6184230769231, 51.2125612862254, 160.266153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 600, '2022-01-09 00:00:00', 15.3519840806928, 36.031576923077, 20.0828612245903, 44.9743846153847, 20.9415578919415, 51.3476923076924, 25.7902065250477, 74.8182692307692, 51.7216824334006, 158.027692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 615, '2022-01-09 00:00:00', 10.643210466844, 24.6638076923077, 9.67295118255027, 28.4895, 13.3009034881094, 37.08, 20.7760378999091, 61.2084615384616, 51.7096011839641, 151.372269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 630, '2022-01-09 00:00:00', 7.24940845459397, 18.5486923076923, 8.48933204330813, 25.3506923076923, 11.4913683309892, 33.1469615384615, 20.5542168252274, 59.3015384615385, 51.6130196507253, 150.935884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 645, '2022-01-09 00:00:00', 5.65624183372121, 17.9228076923077, 9.10261177034031, 24.0058076923077, 9.58729326107453, 29.7149230769231, 20.1551241716687, 57.2131538461539, 51.4205734458645, 151.007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 660, '2022-01-09 00:00:00', 6.22151796960793, 15.5446153846154, 6.667818219224, 20.6992692307693, 7.87432021359009, 27.1398846153846, 17.3706358415132, 54.6814615384615, 50.4772176911678, 149.260807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 675, '2022-01-09 00:00:00', 5.00553974773485, 13.8983846153847, 6.59257413120121, 18.7183461538462, 6.67394255398154, 25.1714230769231, 17.1212668875246, 54.1070769230769, 50.3862229316553, 149.394038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 690, '2022-01-09 00:00:00', 5.02051878655514, 13.8983846153846, 6.10091381856345, 18.3166923076924, 8.19855833302415, 27.4945, 18.3570182996963, 54.1868461538462, 50.5342574679334, 149.471653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 705, '2022-01-09 00:00:00', 5.72547960073751, 12.4875384615385, 7.49658005595779, 18.5228461538462, 10.2935612370811, 29.6006923076923, 19.031736576733, 54.1873846153846, 53.9400683138097, 160.338538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 720, '2022-01-09 00:00:00', 6.48289868547655, 13.9546153846154, 9.33133909072828, 20.8768846153846, 11.6863137350426, 30.967076923077, 19.7539917119009, 54.2540769230769, 52.8888235666536, 161.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 735, '2022-01-09 00:00:00', 8.66087210069606, 14.9687692307692, 10.8966367313674, 22.8941538461538, 13.2346089686793, 32.5029230769231, 19.40918189791, 53.5488846153846, 52.4126966070099, 161.188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 750, '2022-01-09 00:00:00', 8.70374529189323, 15.1931153846154, 10.4923545519876, 20.8962692307693, 14.6017450464504, 29.7301923076923, 18.8264666324995, 52.1947692307692, 52.38302005292, 160.373230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 765, '2022-01-09 00:00:00', 6.76305255794589, 12.8713076923077, 8.24437312567698, 19.3303461538462, 11.8821705300258, 28.3002307692308, 18.1846621452087, 52.7608461538461, 53.6726982233412, 159.448423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 780, '2022-01-09 00:00:00', 6.56340090607345, 13.8285769230769, 10.0169863943511, 20.5447692307692, 10.5658727243022, 27.1738846153846, 16.6638098598776, 52.8276153846153, 55.2671018185461, 159.853692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 795, '2022-01-09 00:00:00', 7.08261972958065, 14.5250769230769, 9.17476247137507, 19.3833846153846, 9.66347736042171, 26.2668461538462, 16.2940312256219, 52.2873076923077, 54.8888532260913, 159.347653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 810, '2022-01-09 00:00:00', 5.18356413825315, 12.7001538461538, 6.21286538674751, 17.8840769230769, 9.83756709018268, 25.2285769230769, 17.0869134461256, 53.9813461538461, 54.5376830677088, 159.514076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 825, '2022-01-09 00:00:00', 5.53870247454563, 12.3476923076924, 6.86131790704514, 18.5606923076923, 10.5521281954801, 24.2654230769231, 17.6453435646742, 54.0583461538461, 55.3200144444611, 160.863153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 840, '2022-01-09 00:00:00', 4.76346987233202, 12.9822307692308, 8.30076581564333, 18.0376153846154, 10.5938377850232, 23.1168461538461, 16.6168054737922, 53.209923076923, 55.6086831014587, 161.969038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 855, '2022-01-09 00:00:00', 4.26748447034258, 11.4487692307693, 5.90344287670015, 15.3179615384616, 7.4116611645745, 20.7644615384615, 16.0461780527327, 50.9485, 56.4859041783401, 160.974730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 870, '2022-01-09 00:00:00', 5.46736989743556, 11.1996538461539, 4.99954721288304, 15.4215769230769, 7.81537267303757, 21.9284615384615, 17.8126680821436, 52.3162692307692, 57.1455905754362, 160.203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 885, '2022-01-09 00:00:00', 4.03099361142943, 10.5648461538461, 5.74707658084994, 14.2008846153846, 8.40000229679463, 23.1238846153846, 47.6063708600177, 82.1286923076924, 57.3887233831231, 160.025230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 900, '2022-01-09 00:00:00', 3.65899962200682, 10.584923076923, 6.9730906001903, 17.0220384615384, 9.54129057622715, 25.1464999999999, 53.5835849110097, 85.9686538461539, 56.9725413564761, 159.971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 915, '2022-01-09 00:00:00', 8.38959116011304, 12.732076923077, 9.11857813620934, 17.9601153846155, 9.42372083210974, 25.4891923076923, 53.7792505496455, 87.6071923076924, 57.2178055493083, 160.790961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 930, '2022-01-09 00:00:00', 7.52966131519465, 12.2888076923077, 7.85128153390361, 19.0957307692307, 7.67251001392937, 25.578923076923, 53.8581995759092, 87.7589615384615, 57.2281321785011, 160.866 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 945, '2022-01-09 00:00:00', 4.36302185699491, 13.1637307692307, 5.74678763082871, 17.9049230769231, 8.21220492953117, 29.1542692307692, 53.3117428137121, 88.2703461538462, 57.2871435062138, 161.058307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 960, '2022-01-09 00:00:00', 5.54119593992264, 12.7602692307692, 6.24387026278268, 19.1215384615384, 9.22062009703508, 32.698423076923, 53.169565461224, 88.1898461538462, 57.4167478787666, 161.133576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 975, '2022-01-09 00:00:00', 4.32707737162164, 12.6155, 5.99262763388996, 23.7479615384615, 8.97401244697496, 34.4099615384615, 53.2076067998379, 88.2093846153846, 57.4710646861531, 161.132 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 990, '2022-01-09 00:00:00', 6.28440631894043, 21.1313076923076, 8.0100435857837, 27.7973846153846, 10.9191168031823, 35.4288076923077, 53.2549393650522, 89.3498461538462, 58.0816183898274, 161.229307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1005, '2022-01-09 00:00:00', 6.99952253195782, 18.3743461538461, 9.34383355728012, 23.9651153846154, 10.3578487216959, 29.8823076923077, 53.5194303416418, 88.497576923077, 58.6283601490058, 160.030192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1020, '2022-01-09 00:00:00', 4.46968204289913, 15.8772692307692, 8.25021910580836, 21.562423076923, 8.3598540947886, 27.4856153846154, 53.5677039683858, 87.1447307692308, 58.7433294037845, 160.031807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1035, '2022-01-09 00:00:00', 7.28990845241661, 15.6087307692307, 7.5721498985529, 20.2973846153846, 8.17841198738391, 27.2253461538461, 54.0391080451499, 87.0283461538462, 58.4868676489399, 160.144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1050, '2022-01-09 00:00:00', 5.05767379731041, 13.7709999999999, 6.3616516017099, 18.4483076923076, 10.8099952694076, 27.7427307692307, 54.2677557470506, 86.2973076923077, 59.0757547011788, 159.861923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1065, '2022-01-09 00:00:00', 4.48841700105778, 13.5631538461538, 5.36690427714154, 18.24, 49.0563814671837, 64.4934230769231, 54.7722465387774, 87.5607692307693, 58.7485529439203, 159.588730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1080, '2022-01-09 00:00:00', 4.62373249509029, 12.6191153846154, 10.7730597008678, 20.1950384615385, 54.4635244648973, 68.8205384615385, 54.2935731322424, 87.0628846153847, 59.511144052819, 160.088346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 4, 1095, '2022-01-09 00:00:00', 11.5893027480584, 14.8371153846154, 49.5873327009413, 59.8959230769231, 54.4546962109012, 69.9886923076923, 54.2631533064423, 85.9680384615385, 60.9103638873865, 161.437423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 600, '2022-01-09 00:00:00', 26.1569413480364, 35.7282692307693, 27.1552933894325, 45.7358846153846, 34.2269075283445, 53.6619230769231, 36.9306968295399, 73.6296538461539, 48.6830573414012, 156.052884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 615, '2022-01-09 00:00:00', 13.0548148204172, 24.0486538461538, 21.8279438959824, 30.8146153846154, 27.1227012448981, 36.5685, 34.05719836944, 60.3771538461539, 52.3123709100806, 153.019923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 630, '2022-01-09 00:00:00', 12.8855154363937, 18.1906923076923, 18.3967498298351, 25.2036923076923, 18.6484370662902, 31.3511538461538, 28.5919731256869, 56.9775, 51.3957994861298, 151.928461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 645, '2022-01-09 00:00:00', 9.37697991892906, 15.882, 15.9438203130193, 22.999423076923, 16.2972003174212, 31.5218846153846, 28.2670259832902, 61.6235, 51.1451898889366, 151.009153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 660, '2022-01-09 00:00:00', 12.8143316452262, 15.8990769230769, 12.6304234292259, 21.4171923076923, 17.6548681964886, 31.6106538461539, 29.090525571501, 61.0681153846154, 51.5163438942812, 150.911923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 675, '2022-01-09 00:00:00', 6.45791934246984, 13.5230769230769, 10.7650326077609, 21.1916153846154, 19.4965641075945, 32.3141923076923, 30.68975821939, 61.6497307692308, 51.6329249487632, 150.890730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 690, '2022-01-09 00:00:00', 7.84999093590859, 14.9404230769231, 14.073488073461, 22.6200769230769, 16.7992580514279, 31.1769615384615, 29.0141846127824, 61.1697692307693, 51.6616425764207, 150.227576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 705, '2022-01-09 00:00:00', 9.23844559319697, 14.4495384615384, 11.5267085659617, 22.5612692307692, 15.4238115269366, 30.6984615384616, 31.7653877360975, 59.3302307692308, 54.5024173616744, 154.273115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 720, '2022-01-09 00:00:00', 7.69585290889739, 16.3986538461539, 12.1234516395037, 21.8341538461538, 19.7924915855638, 32.2497307692308, 31.9708776019677, 58.11, 54.1270493014494, 154.786807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 735, '2022-01-09 00:00:00', 7.65719898948799, 14.0762692307693, 10.479610092644, 20.5364230769232, 23.9726717481835, 32.4428846153847, 33.1291069282912, 57.0861153846154, 52.5809155864925, 156.954923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 750, '2022-01-09 00:00:00', 6.76477377141778, 13.3664615384616, 13.8529334353636, 20.3492692307693, 23.9566169647103, 30.569076923077, 32.9906027798594, 56.1244615384616, 52.3114776384098, 156.991923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 765, '2022-01-09 00:00:00', 8.72888488957121, 13.8058461538461, 20.1705140721264, 22.9974230769231, 20.948828854506, 29.0091538461539, 30.1803850429636, 56.7476923076924, 51.4525021966413, 157.311846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 780, '2022-01-09 00:00:00', 14.1656920065564, 17.1957692307693, 15.7675157727721, 21.7222692307692, 14.4532296149178, 27.5533076923077, 26.1175861670609, 57.561076923077, 52.0521889225094, 157.936230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 795, '2022-01-09 00:00:00', 6.67399680240125, 13.1489615384615, 9.54262426581186, 18.6349615384616, 12.2101214771252, 25.6896153846154, 27.4906970591872, 57.4390000000001, 52.9942117488461, 158.179807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 810, '2022-01-09 00:00:00', 9.27622107317743, 12.4210384615385, 10.5329076334052, 17.868576923077, 13.5384622230944, 25.5423846153847, 25.8118477840044, 58.9247692307693, 52.7382781042822, 158.174730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 825, '2022-01-09 00:00:00', 7.51210911621008, 12.6794230769231, 9.49438706191921, 18.0801923076924, 20.0409933883988, 28.5179230769231, 24.9582101714353, 61.5958076923078, 52.1199308512588, 158.6375 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 840, '2022-01-09 00:00:00', 5.69514685972599, 12.0949230769231, 6.86561662915006, 16.4644615384616, 19.8887679205742, 27.8919615384616, 23.9242011503961, 61.7947307692309, 52.0987253950095, 159.492769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 855, '2022-01-09 00:00:00', 4.12124679118421, 11.6739230769231, 20.0604179197589, 21.0106538461539, 20.9137674909284, 28.0612307692308, 23.6850804667281, 62.5436538461539, 52.501659722395, 160.141384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 870, '2022-01-09 00:00:00', 4.09974764666126, 11.290625, 6.28816848983242, 16.1965, 10.9834256831518, 24.4662083333334, 20.5380852320314, 59.5537083333334, 54.3400449799918, 159.832083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-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 970100, 5, 885, '2022-01-09 00:00:00', 6.12436925220206, 11.2739583333334, 8.03717557631811, 17.3128750000001, 10.9807118232348, 24.1308333333334, 28.8943509478177, 77.9730000000001, 58.1307427666415, 159.133083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:56:12 Duration: 4s38ms 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 970060, 5, 900, '2022-01-09 00:00:00', 0.119505899435971, 0.20408, 0.170021096730181, 0.27956, 0.237035770858887, 0.43204, 0.754125265898622, 1.4566, 1.17859353751269, 2.87832 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 915, '2022-01-09 00:00:00', 0.101807612681959, 0.185959999999998, 0.178572132950993, 0.338559999999999, 0.23901884862914, 0.44748, 0.804764203561102, 1.50356, 1.1826484938476, 2.87728 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 930, '2022-01-09 00:00:00', 0.148707341222057, 0.28104, 0.176302278298758, 0.336920000000001, 0.287686385959896, 0.506039999999999, 0.823714802991101, 1.51408, 1.18236006924005, 2.8786 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 945, '2022-01-09 00:00:00', 0.148658254620007, 0.229119999999999, 0.206936181788815, 0.339000000000001, 0.284983771467779, 0.556199999999998, 0.863486359668369, 1.52912, 1.2074719900133, 2.86676 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 960, '2022-01-09 00:00:00', 0.147900946582502, 0.238760000000001, 0.232370910399731, 0.35636, 0.29035612042226, 0.603520000000001, 0.888100636189391, 1.58736, 1.21791677055536, 2.86752 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 975, '2022-01-09 00:00:00', 0.185118727667769, 0.263879999999998, 0.225116621628286, 0.442079999999999, 0.286191369541431, 0.638599999999999, 0.890225252394022, 1.6072, 1.21726633349759, 2.86408 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 990, '2022-01-09 00:00:00', 0.125583013713372, 0.343480000000001, 0.19812358937458, 0.479960000000001, 0.297712294002111, 0.63812, 0.891658095908965, 1.58592, 1.22800427930851, 2.85952 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1005, '2022-01-09 00:00:00', 0.156319939013977, 0.30844, 0.17562186652009, 0.42396, 0.293720235371461, 0.55192, 0.855630989387364, 1.55416, 1.22502949896455, 2.84176 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1020, '2022-01-09 00:00:00', 0.115298135284142, 0.304920000000001, 0.217943708328549, 0.441279999999999, 0.247150514194622, 0.52372, 0.797598399363155, 1.54196, 1.20678717676316, 2.85504 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1035, '2022-01-09 00:00:00', 0.148162354642915, 0.279799999999999, 0.188745357558801, 0.36232, 0.239928162859915, 0.496759999999999, 0.785076679906704, 1.52132, 1.2112284301485, 2.85032 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1050, '2022-01-09 00:00:00', 0.13011671683531, 0.250120000000001, 0.181349184356222, 0.363119999999999, 0.18503367261123, 0.48472, 0.762072004472018, 1.49464, 1.212239662773, 2.847 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1065, '2022-01-09 00:00:00', 0.107797990086395, 0.248639999999999, 0.145781022999108, 0.341239999999999, 0.610741830345142, 1.0796, 0.76291694174399, 1.49248, 1.2282885613731, 2.83496 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1080, '2022-01-09 00:00:00', 0.112419482297332, 0.23216, 0.138887460437098, 0.317319999999999, 0.637286296207077, 1.16764, 0.769897936958747, 1.472, 1.24728588276038, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 1095, '2022-01-09 00:00:00', 0.0912702397644863, 0.238439999999998, 0.617578718329359, 1.02316, 0.709965381785151, 1.21448, 0.763333965793043, 1.45192, 1.25042216204502, 2.8418 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 600, '2022-01-09 00:00:00', 0.268259727761103, 0.462192307692306, 0.294847373815936, 0.631576923076922, 0.389357776937278, 0.803038461538461, 0.485266194989926, 1.142, 1.06060568762165, 2.80323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 615, '2022-01-09 00:00:00', 0.241784395373552, 0.361423076923077, 0.339730155360896, 0.553538461538461, 0.375898415082502, 0.684538461538461, 0.454002732963647, 1.03980769230769, 1.09241887500241, 2.75203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 630, '2022-01-09 00:00:00', 0.212048851410743, 0.290653846153848, 0.219803818123204, 0.40796153846154, 0.296795656198776, 0.611307692307693, 0.355289636991915, 0.922384615384615, 1.10718364260927, 2.74353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 645, '2022-01-09 00:00:00', 0.145005357991192, 0.223076923076924, 0.153495617577131, 0.369230769230768, 0.242472710597739, 0.557153846153847, 0.332446689769144, 0.884807692307691, 1.12193712767763, 2.73703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 660, '2022-01-09 00:00:00', 0.138904305742646, 0.219384615384613, 0.188263632666046, 0.371653846153845, 0.255208515049648, 0.531115384615384, 0.334809468205426, 0.867499999999998, 1.11912737502862, 2.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 675, '2022-01-09 00:00:00', 0.142004100699189, 0.235269230769229, 0.183864837479977, 0.391961538461537, 0.239757095026163, 0.51323076923077, 0.359667395498419, 0.866346153846152, 1.12941783233664, 2.751 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 690, '2022-01-09 00:00:00', 0.130893244816, 0.247807692307692, 0.159943475592521, 0.345653846153845, 0.217017007486654, 0.455692307692307, 0.336164492702377, 0.848615384615383, 1.11909447253641, 2.74596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 705, '2022-01-09 00:00:00', 0.114647130864163, 0.198730769230768, 0.143608013489713, 0.304692307692308, 0.175019880189476, 0.394961538461537, 0.296553391223493, 0.799923076923074, 1.17672198141212, 3.00130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 720, '2022-01-09 00:00:00', 0.103260477211014, 0.208615384615385, 0.122676786093187, 0.267076923076922, 0.19280456825102, 0.413192307692305, 0.281838349740797, 0.780846153846151, 1.13458789807645, 3.03553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 735, '2022-01-09 00:00:00', 0.0982175372089151, 0.18926923076923, 0.12580796721744, 0.278730769230769, 0.197404200719079, 0.441461538461537, 0.263793558561352, 0.790192307692306, 1.11998881038366, 3.08315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 750, '2022-01-09 00:00:00', 0.113240119283692, 0.178730769230768, 0.137303974955068, 0.295692307692306, 0.154735451658629, 0.416499999999996, 0.405761530951372, 0.855499999999997, 1.12323726995474, 3.10026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 765, '2022-01-09 00:00:00', 0.104232056194155, 0.199192307692307, 0.12914733982787, 0.289346153846153, 0.137569188187112, 0.38580769230769, 0.466663535520631, 0.868153846153845, 1.12925347975486, 3.10569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 780, '2022-01-09 00:00:00', 0.114622403502174, 0.192153846153845, 0.125742673742848, 0.255499999999997, 0.224529566324451, 0.410384615384613, 0.474053416334555, 0.886807692307691, 1.12102409498568, 3.11369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 795, '2022-01-09 00:00:00', 0.110401289011426, 0.172730769230765, 0.130668747367002, 0.27580769230769, 0.262453500643447, 0.423999999999996, 0.481985981283529, 0.914384615384614, 1.13168495004301, 3.13111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 810, '2022-01-09 00:00:00', 0.104828746791357, 0.176115384615385, 0.202543214762071, 0.281923076923077, 0.216126487181786, 0.400461538461538, 0.493171789385965, 0.929423076923077, 1.12933306663031, 3.13184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 825, '2022-01-09 00:00:00', 0.179018658245446, 0.189, 0.183311005167134, 0.272269230769229, 0.219522586887651, 0.410384615384613, 0.50515070866182, 0.944961538461539, 1.12156461935308, 3.13765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 840, '2022-01-09 00:00:00', 0.109735493171255, 0.179961538461537, 0.149559501922761, 0.28573076923077, 0.198089661128879, 0.407923076923076, 0.503196039179716, 0.926576923076924, 1.11023093993997, 3.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 855, '2022-01-09 00:00:00', 0.112697716856269, 0.176153846153847, 0.155049019543944, 0.262961538461537, 0.18338876737685, 0.389, 0.502838369810664, 0.886115384615384, 1.11017354222038, 3.12657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 870, '2022-01-09 00:00:00', 0.0777273043798246, 0.134576923076922, 0.104572624745456, 0.234923076923077, 0.177312431773799, 0.349461538461538, 0.496301801791549, 0.878961538461538, 1.10726625246422, 3.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 885, '2022-01-09 00:00:00', 0.0927004107533832, 0.164615384615384, 0.120212120213203, 0.257076923076923, 0.142561581835306, 0.345269230769231, 0.626957219740404, 1.26034615384615, 1.10855200079272, 3.12153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 900, '2022-01-09 00:00:00', 0.125434040282288, 0.189538461538462, 0.147545580962422, 0.252461538461539, 0.146773043008063, 0.347384615384615, 0.602004002031166, 1.27946153846154, 1.11200200608563, 3.11769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 915, '2022-01-09 00:00:00', 0.0855791131958308, 0.15776923076923, 0.085436733227668, 0.235653846153845, 0.175657853620217, 0.401192307692307, 0.604136270924165, 1.34492307692308, 1.11329921612089, 3.11676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 930, '2022-01-09 00:00:00', 0.0824014282923272, 0.163653846153847, 0.128124104499684, 0.248884615384616, 0.422525447572279, 0.472076923076923, 0.617641704699915, 1.36134615384615, 1.11722353455065, 3.11288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 945, '2022-01-09 00:00:00', 0.0929599831192864, 0.167038461538461, 0.157049120194433, 0.280884615384615, 0.454919463709278, 0.487038461538461, 0.626273645031898, 1.37696153846154, 1.09723635838129, 3.09711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 960, '2022-01-09 00:00:00', 0.133396920734845, 0.171461538461539, 0.380673946897019, 0.322423076923077, 0.435525126008381, 0.483846153846155, 0.605482622503608, 1.39261538461538, 1.06914657842311, 3.07438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 975, '2022-01-09 00:00:00', 0.281817824407624, 0.235384615384613, 0.34037309167803, 0.353192307692307, 0.335866915035384, 0.51723076923077, 0.524968595397713, 1.38388461538462, 1.01983622516257, 3.04938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 990, '2022-01-09 00:00:00', 0.156619008572247, 0.238076923076922, 0.169331395607731, 0.345192307692309, 0.209434656598701, 0.499346153846156, 0.416991156519398, 1.35976923076923, 0.957322445477689, 3.00976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1005, '2022-01-09 00:00:00', 0.121090786030723, 0.22046153846154, 0.177067288383216, 0.351230769230771, 0.236566816061634, 0.508538461538462, 0.407028050441435, 1.35107692307692, 0.948664453931866, 3.02038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1020, '2022-01-09 00:00:00', 0.146086486501873, 0.244307692307692, 0.176439909143202, 0.346807692307693, 0.199929972355707, 0.469923076923076, 0.398081476005179, 1.33969230769231, 0.939320517919529, 3.00734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1035, '2022-01-09 00:00:00', 0.111887910943875, 0.207769230769231, 0.156663603352485, 0.311269230769229, 0.170703724442269, 0.387192307692305, 0.416755809336098, 1.31873076923077, 0.933775505881693, 2.98484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1050, '2022-01-09 00:00:00', 0.138692376807868, 0.204846153846153, 0.117909352405207, 0.261846153846152, 0.156316646094245, 0.360576923076921, 0.38760306420953, 1.28115384615384, 0.960401794122566, 2.95561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1065, '2022-01-09 00:00:00', 0.0933985092946425, 0.16580769230769, 0.11580216551715, 0.249692307692306, 0.364245192143973, 0.885999999999999, 0.406754970656594, 1.26961538461538, 0.972039473715721, 2.95046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1080, '2022-01-09 00:00:00', 0.118885568769041, 0.190538461538462, 0.128433382911741, 0.252576923076923, 0.336441111546228, 0.928692307692307, 0.413048711971772, 1.25303846153846, 0.978738721322183, 2.95673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 1, 1095, '2022-01-09 00:00:00', 0.0899413911731054, 0.156423076923077, 0.348260629635114, 0.842115384615384, 0.308713559045375, 0.995307692307692, 0.404134084755962, 1.23803846153846, 0.971098081871951, 2.95926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 600, '2022-01-09 00:00:00', 0.212898159113334, 0.569115384615384, 0.214337806708511, 0.653153846153846, 0.234858926559362, 0.805653846153845, 0.374249380041624, 1.10096153846154, 0.94906907343662, 2.90411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 615, '2022-01-09 00:00:00', 0.135688149247287, 0.399923076923076, 0.209849029982548, 0.550846153846153, 0.23221620231023, 0.69626923076923, 0.355507723598887, 0.985307692307692, 0.935944327732895, 2.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 630, '2022-01-09 00:00:00', 0.164703598578221, 0.373653846153845, 0.148973910983925, 0.457115384615383, 0.206749707468867, 0.634807692307691, 0.291908889895462, 0.891999999999999, 0.935060136280835, 2.83546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 645, '2022-01-09 00:00:00', 0.116080323649021, 0.312807692307692, 0.146740382989823, 0.456499999999999, 0.186486295640024, 0.599538461538459, 0.254356491199624, 0.858769230769231, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 660, '2022-01-09 00:00:00', 0.116366741217317, 0.333461538461536, 0.147344744888147, 0.447923076923074, 0.215524023290641, 0.579269230769229, 0.280286326129879, 0.829230769230769, 0.949936669144114, 2.82565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 675, '2022-01-09 00:00:00', 0.0979447568000211, 0.283846153846151, 0.133116542345999, 0.374576923076922, 0.184292359706401, 0.49607692307692, 0.230920475821974, 0.781115384615385, 0.95397957807524, 2.81865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 690, '2022-01-09 00:00:00', 0.111158964481573, 0.248346153846152, 0.157430932353011, 0.354461538461537, 0.161335927612116, 0.43280769230769, 0.219204481284907, 0.74626923076923, 0.946730965765069, 2.80780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 705, '2022-01-09 00:00:00', 0.106077511573088, 0.236961538461539, 0.135693092619393, 0.307846153846152, 0.13049354832269, 0.413384615384614, 0.207902728734821, 0.73176923076923, 1.31092550571665, 3.19519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 720, '2022-01-09 00:00:00', 0.102309462679882, 0.213115384615383, 0.106104484063877, 0.289807692307691, 0.135044590926336, 0.412807692307692, 0.23728358885195, 0.745692307692307, 1.4255192824425, 3.24223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 735, '2022-01-09 00:00:00', 0.0725816675307084, 0.211538461538461, 0.0921705192313919, 0.31426923076923, 0.153564919872296, 0.432769230769231, 0.248368166546855, 0.752115384615385, 1.41359134775986, 3.27446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 750, '2022-01-09 00:00:00', 0.0903416506720667, 0.227576923076923, 0.134282297361252, 0.319153846153846, 0.151884171454638, 0.404192307692308, 0.303920941136899, 0.773461538461538, 1.4330531586039, 3.27865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 765, '2022-01-09 00:00:00', 0.0989262040419731, 0.220923076923077, 0.117455248433671, 0.305846153846155, 0.129351375955333, 0.409538461538461, 0.301343588718158, 0.775038461538462, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 780, '2022-01-09 00:00:00', 0.093004846854674, 0.209692307692309, 0.0943975635278785, 0.255500000000001, 0.156269569851389, 0.385538461538462, 0.3063153026138, 0.777230769230769, 1.43394810977889, 3.27630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 795, '2022-01-09 00:00:00', 0.0680918384355899, 0.174461538461537, 0.133464025691742, 0.295384615384613, 0.185515216046056, 0.402846153846153, 0.305444102905914, 0.8315, 1.49855175470801, 3.31419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 810, '2022-01-09 00:00:00', 0.105723390905775, 0.238346153846152, 0.128206780091922, 0.304461538461538, 0.15351704991754, 0.406269230769232, 0.315034037233096, 0.840269230769231, 1.52796709992772, 3.32746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 825, '2022-01-09 00:00:00', 0.0702431381811655, 0.174538461538464, 0.101277015389247, 0.250923076923078, 0.121445270991314, 0.353923076923079, 0.303068410657498, 0.828307692307693, 1.52880028629792, 3.32165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 840, '2022-01-09 00:00:00', 0.0661101761048581, 0.179653846153847, 0.105623110816058, 0.274807692307694, 0.131198950511749, 0.37673076923077, 0.300148322308514, 0.823153846153846, 1.52899607083059, 3.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 855, '2022-01-09 00:00:00', 0.0985508303052099, 0.198115384615386, 0.108651765534878, 0.248384615384616, 0.151699196286094, 0.369384615384616, 0.302600696526728, 0.825307692307693, 1.52889574026988, 3.31576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 870, '2022-01-09 00:00:00', 0.0718617154947339, 0.149884615384616, 0.102826725050521, 0.245846153846153, 0.152566252947571, 0.372307692307692, 0.303333766412765, 0.823576923076925, 1.52471280372605, 3.32842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 885, '2022-01-09 00:00:00', 0.0551578992180972, 0.173076923076922, 0.0847482516270781, 0.237115384615384, 0.139630148827315, 0.397538461538461, 0.675334001695569, 1.37642307692308, 1.51910887035788, 3.333 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 900, '2022-01-09 00:00:00', 0.0751123568652063, 0.175884615384617, 0.128008677590474, 0.268692307692309, 0.165078107386961, 0.405307692307694, 0.734796097305493, 1.46223076923077, 1.51734830695374, 3.33226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 915, '2022-01-09 00:00:00', 0.113871567329842, 0.188576923076922, 0.125475832794146, 0.292230769230769, 0.149542651492423, 0.374269230769232, 0.775622858392877, 1.50746153846154, 1.50543678915916, 3.34338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 930, '2022-01-09 00:00:00', 0.0749362087686264, 0.222653846153846, 0.10697185826907, 0.287461538461539, 0.180678707612754, 0.395653846153847, 0.807504665383045, 1.56476923076923, 1.50390153728432, 3.34007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 945, '2022-01-09 00:00:00', 0.0561420862290839, 0.185423076923077, 0.0610426458747051, 0.23773076923077, 0.147019119635719, 0.442307692307692, 0.864650094635885, 1.59288461538462, 1.50095434922636, 3.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 960, '2022-01-09 00:00:00', 0.0447267945849699, 0.163384615384616, 0.114848314679036, 0.266846153846154, 0.198232051277905, 0.505884615384615, 0.870749099250843, 1.60892307692308, 1.49602814864509, 3.33530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 975, '2022-01-09 00:00:00', 0.094808511464708, 0.202423076923076, 0.141571232410239, 0.385423076923077, 0.261947924948099, 0.565653846153846, 0.87371525373853, 1.63123076923077, 1.4937782082306, 3.34015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 990, '2022-01-09 00:00:00', 0.140182326330336, 0.340269230769232, 0.197569683909247, 0.4435, 0.295494120727662, 0.581846153846154, 0.869226135930469, 1.62034615384615, 1.520373428319, 3.34519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1005, '2022-01-09 00:00:00', 0.0956387192270187, 0.268269230769232, 0.14069975124356, 0.3805, 0.219835938827116, 0.486, 0.86001804721672, 1.56980769230769, 1.49482676125156, 3.33338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1020, '2022-01-09 00:00:00', 0.10660391824232, 0.255346153846153, 0.17146683016302, 0.344923076923076, 0.166269160839146, 0.417923076923076, 0.863124267726532, 1.55369230769231, 1.47639015689777, 3.32915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1035, '2022-01-09 00:00:00', 0.154312973680614, 0.255576923076922, 0.149820898203361, 0.305692307692307, 0.141886693689555, 0.381923076923077, 0.872737750723814, 1.54369230769231, 1.4695185794622, 3.32584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1050, '2022-01-09 00:00:00', 0.0863890306426958, 0.193230769230768, 0.118164975938141, 0.286807692307691, 0.127245450273808, 0.37173076923077, 0.86865523655821, 1.539, 1.46154507759636, 3.31957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1065, '2022-01-09 00:00:00', 0.112545108905104, 0.225192307692307, 0.119415834538227, 0.289692307692308, 0.606746223721251, 1.0265, 0.863746876204971, 1.52311538461539, 1.45406927567483, 3.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1080, '2022-01-09 00:00:00', 0.129539022929534, 0.204038461538462, 0.14809157250213, 0.274923076923077, 0.655879990195203, 1.10519230769231, 0.84605779853479, 1.50696153846154, 1.45360768223278, 3.29357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 2, 1095, '2022-01-09 00:00:00', 0.11850037325485, 0.200461538461539, 0.566084893062731, 0.965115384615385, 0.683952397128968, 1.14880769230769, 0.821006325282482, 1.49611538461539, 1.46416096057146, 3.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 600, '2022-01-09 00:00:00', 0.188062595962089, 0.563500000000003, 0.291238416738959, 0.716846153846155, 0.400660577623427, 0.89246153846154, 0.596045100255393, 1.26719230769231, 1.49549304450199, 3.19761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 615, '2022-01-09 00:00:00', 0.20045293328245, 0.438461538461539, 0.313585713960313, 0.597, 0.377952622183502, 0.770769230769231, 0.567799173597904, 1.18769230769231, 1.50294417573795, 3.17634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 630, '2022-01-09 00:00:00', 0.176685922995056, 0.364346153846153, 0.241748146122874, 0.521615384615385, 0.297661118620593, 0.671692307692308, 0.542938081184217, 1.106, 1.49429666553044, 3.16326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 645, '2022-01-09 00:00:00', 0.139766464559224, 0.357230769230767, 0.187780923910325, 0.484653846153844, 0.28992920090681, 0.626692307692305, 0.501090725702057, 1.04134615384615, 1.51301818434341, 3.12811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 660, '2022-01-09 00:00:00', 0.106480796390712, 0.323, 0.119794882387163, 0.405423076923077, 0.231421510202953, 0.571346153846153, 0.508339335483689, 0.991999999999998, 1.53566840972112, 3.10576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 675, '2022-01-09 00:00:00', 0.0990322092126513, 0.262538461538462, 0.17451471174484, 0.383230769230769, 0.242829829621171, 0.538384615384615, 0.519546738846615, 0.962576923076923, 1.53397555341066, 3.09896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 690, '2022-01-09 00:00:00', 0.107179820144248, 0.281923076923076, 0.148274693105006, 0.38676923076923, 0.214414752649733, 0.554384615384613, 0.522024697323205, 0.93576923076923, 1.5394600691851, 3.09323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 705, '2022-01-09 00:00:00', 0.122733106310463, 0.268153846153846, 0.176851523992477, 0.36830769230769, 0.22499572987401, 0.53903846153846, 0.488159811474133, 0.898807692307693, 1.55845159841921, 3.14223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 720, '2022-01-09 00:00:00', 0.109266118332194, 0.237730769230766, 0.171624168999054, 0.353153846153845, 0.227222005976534, 0.533999999999999, 0.487172501434395, 0.878615384615384, 1.53811032964279, 3.19488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 735, '2022-01-09 00:00:00', 0.117869138650258, 0.245423076923079, 0.18217837835062, 0.372807692307692, 0.211263262669697, 0.482384615384616, 0.475155747745288, 0.838769230769232, 1.51848440431696, 3.24938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 750, '2022-01-09 00:00:00', 0.108650073453903, 0.239038461538459, 0.129693698322684, 0.347846153846153, 0.149680007400402, 0.446230769230769, 0.468864666385317, 0.803653846153845, 1.52140761745876, 3.24953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 765, '2022-01-09 00:00:00', 0.0711333849998615, 0.234961538461539, 0.0981400255521917, 0.30376923076923, 0.206120058367781, 0.425038461538462, 0.498654844402571, 0.858423076923074, 1.53663797247808, 3.26346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 780, '2022-01-09 00:00:00', 0.0758381272082934, 0.194692307692306, 0.114492001736097, 0.290461538461539, 0.402956903593731, 0.455115384615384, 0.481945967287429, 0.848653846153845, 1.53180644539506, 3.28211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 795, '2022-01-09 00:00:00', 0.0792081192419453, 0.184615384615386, 0.169673750292912, 0.274307692307692, 0.410043832553771, 0.43776923076923, 0.435329874922454, 0.846499999999999, 1.51931588501586, 3.29103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 810, '2022-01-09 00:00:00', 0.155776486820552, 0.190076923076922, 0.355287552012993, 0.31826923076923, 0.397269302188752, 0.424461538461537, 0.427602203707352, 0.85326923076923, 1.52513802048813, 3.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 825, '2022-01-09 00:00:00', 0.212817209396669, 0.22326923076923, 0.255190911943318, 0.304192307692305, 0.250131193268961, 0.392576923076921, 0.355646263322679, 0.82576923076923, 1.52540706899957, 3.28161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 840, '2022-01-09 00:00:00', 0.138518318699675, 0.217269230769229, 0.215552188933088, 0.292884615384614, 0.263942149838818, 0.405461538461538, 0.360092708148246, 0.82803846153846, 1.52764304781531, 3.27780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 855, '2022-01-09 00:00:00', 0.108348781541549, 0.189461538461537, 0.145551555761578, 0.272153846153845, 0.174091315561247, 0.379884615384617, 0.32257517668814, 0.804769230769231, 1.52033085923376, 3.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 870, '2022-01-09 00:00:00', 0.0718157471482529, 0.189692307692307, 0.0947473401290943, 0.26853846153846, 0.204877719628076, 0.387000000000002, 0.318014273990239, 0.793961538461538, 1.52558324786091, 3.23138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 885, '2022-01-09 00:00:00', 0.0728710241031774, 0.188884615384615, 0.12025291936325, 0.268269230769233, 0.206301780446472, 0.405230769230769, 0.53347614754551, 1.341, 1.45575077748694, 3.26661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 900, '2022-01-09 00:00:00', 0.109388088227895, 0.194076923076923, 0.152852608744504, 0.291000000000001, 0.178817844575035, 0.405692307692308, 0.530015146372832, 1.41484615384615, 1.43078131264543, 3.26973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 915, '2022-01-09 00:00:00', 0.117597619023518, 0.215000000000002, 0.146311511719136, 0.297538461538462, 0.154778730401227, 0.375846153846154, 0.569364370288347, 1.47511538461538, 1.43265692495286, 3.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 930, '2022-01-09 00:00:00', 0.0738209580414259, 0.209423076923077, 0.112583842261941, 0.291192307692309, 0.124018441556704, 0.375576923076921, 0.567605097011862, 1.50711538461538, 1.43841275182591, 3.24926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 945, '2022-01-09 00:00:00', 0.069894778059596, 0.178000000000002, 0.0877390536674616, 0.242692307692308, 0.16934260675193, 0.433038461538459, 0.568637947541856, 1.50034615384615, 1.43560820506904, 3.25196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 960, '2022-01-09 00:00:00', 0.0737438915332094, 0.186192307692305, 0.0868115997212011, 0.270423076923074, 0.148564578033105, 0.460076923076921, 0.568996943347204, 1.5021923076923, 1.44268411596633, 3.24653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 975, '2022-01-09 00:00:00', 0.0809633630344388, 0.212884615384613, 0.130211006269999, 0.362884615384614, 0.150203677103406, 0.50276923076923, 0.560170567430478, 1.50776923076923, 1.45946164205003, 3.25226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 990, '2022-01-09 00:00:00', 0.0901296928789915, 0.282192307692306, 0.128243908237388, 0.386499999999998, 0.166967785930285, 0.53080769230769, 0.559842126097926, 1.51238461538461, 1.45899407337859, 3.26411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1005, '2022-01-09 00:00:00', 0.113722712703379, 0.271153846153846, 0.141097265960536, 0.401038461538461, 0.18147734336232, 0.489115384615387, 0.569552477490339, 1.51776923076923, 1.4604064181432, 3.27511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1020, '2022-01-09 00:00:00', 0.131431268964194, 0.306538461538463, 0.163717561672533, 0.380000000000001, 0.183668518302359, 0.44873076923077, 0.561339946364602, 1.51515384615384, 1.47597615625936, 3.28342307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1035, '2022-01-09 00:00:00', 0.0932241054993505, 0.267423076923077, 0.105986704536284, 0.317307692307695, 0.150809145815292, 0.428038461538463, 0.5556733918963, 1.52303846153846, 1.47366832089178, 3.29 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1050, '2022-01-09 00:00:00', 0.0940626632377827, 0.226230769230771, 0.118249644657133, 0.308538461538461, 0.175137133083237, 0.433846153846156, 0.550275790993795, 1.51061538461538, 1.45643325812912, 3.29865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1065, '2022-01-09 00:00:00', 0.0952162881993483, 0.226307692307691, 0.132042866000167, 0.300038461538462, 0.46067747436207, 1.10615384615385, 0.542024150753451, 1.5175, 1.45610324655066, 3.31023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1080, '2022-01-09 00:00:00', 0.0979384186422962, 0.200423076923077, 0.125238510911719, 0.304730769230771, 0.457285208090598, 1.18380769230769, 0.525723087390486, 1.51526923076923, 1.45775945256358, 3.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 3, 1095, '2022-01-09 00:00:00', 0.0744258433196844, 0.209615384615386, 0.413105538759585, 1.02711538461539, 0.501139077886185, 1.21884615384615, 0.49655863856997, 1.48119230769231, 1.4486728759587, 3.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 600, '2022-01-09 00:00:00', 0.186120725915692, 0.65226923076923, 0.213390335733874, 0.818346153846154, 0.305177449010594, 0.954346153846151, 0.414043736077018, 1.24115384615384, 1.42342297784114, 3.20342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 615, '2022-01-09 00:00:00', 0.148581912140692, 0.421769230769233, 0.225430886560348, 0.577730769230769, 0.253712957129477, 0.701230769230766, 0.414290904855699, 1.11592307692308, 1.45260497250761, 3.16838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 630, '2022-01-09 00:00:00', 0.162352380286264, 0.388846153846152, 0.1885360810194, 0.489576923076919, 0.226317873797011, 0.629499999999997, 0.400538869716594, 1.02788461538461, 1.45276779445835, 3.15576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 645, '2022-01-09 00:00:00', 0.157307616324975, 0.341384615384614, 0.183336143568202, 0.44630769230769, 0.256799544691662, 0.603615384615383, 0.409162283020018, 0.994576923076923, 1.47272921945827, 3.14892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 660, '2022-01-09 00:00:00', 0.0976080702842499, 0.276846153846152, 0.154116339671841, 0.387384615384615, 0.22351026477891, 0.532038461538461, 0.372229947540701, 0.908423076923076, 1.50199944535481, 3.09457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 675, '2022-01-09 00:00:00', 0.117382877797403, 0.282499999999998, 0.203340960344554, 0.378884615384614, 0.221680074396899, 0.562846153846153, 0.368325107229175, 0.892230769230769, 1.51818491830009, 3.07261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 690, '2022-01-09 00:00:00', 0.123254283745185, 0.239538461538462, 0.146569489951405, 0.352846153846155, 0.215127640108055, 0.539307692307692, 0.364516887864555, 0.860807692307693, 1.51627047921993, 3.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 705, '2022-01-09 00:00:00', 0.0900796655957725, 0.235884615384617, 0.181764225980124, 0.390923076923078, 0.232646939506063, 0.500038461538463, 0.359311598219962, 0.815769230769232, 1.51395659931696, 3.11023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 720, '2022-01-09 00:00:00', 0.150787578553918, 0.301423076923077, 0.156743087198815, 0.369653846153846, 0.23493901008887, 0.500461538461539, 0.333041926212577, 0.81473076923077, 1.5220661139992, 3.10784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 735, '2022-01-09 00:00:00', 0.0818198866178261, 0.236423076923078, 0.1642050734717, 0.361884615384616, 0.212322399992232, 0.508807692307695, 0.322608769969971, 0.77446153846154, 1.52641606436072, 3.10180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 750, '2022-01-09 00:00:00', 0.103439621928038, 0.234653846153845, 0.153203138148217, 0.324192307692307, 0.190018853315622, 0.486730769230771, 0.318342324211868, 0.761346153846155, 1.53075762237578, 3.08246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 765, '2022-01-09 00:00:00', 0.0734629262857221, 0.218192307692308, 0.108775025414136, 0.340615384615386, 0.172661273552049, 0.452346153846154, 0.306132060492753, 0.766038461538461, 1.5575372888486, 3.06738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 780, '2022-01-09 00:00:00', 0.10592900380044, 0.257076923076924, 0.133035726838262, 0.334769230769233, 0.167204918035878, 0.428269230769232, 0.273936241880084, 0.751230769230767, 1.57767809576166, 3.07857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 795, '2022-01-09 00:00:00', 0.0829273268498485, 0.196692307692308, 0.121699933632494, 0.281076923076923, 0.138087380362525, 0.38226923076923, 0.261269398249275, 0.740461538461536, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 810, '2022-01-09 00:00:00', 0.100173119379172, 0.198576923076921, 0.109201352485286, 0.275153846153845, 0.117061804846184, 0.368884615384614, 0.261871351268871, 0.746730769230767, 1.58790037325539, 3.06765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 825, '2022-01-09 00:00:00', 0.0621121690046441, 0.182807692307692, 0.0896762810592386, 0.263346153846153, 0.136567571328122, 0.350307692307691, 0.253004825128814, 0.758192307692307, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 840, '2022-01-09 00:00:00', 0.0639047849418287, 0.195692307692306, 0.0857942798882205, 0.26853846153846, 0.129079105143378, 0.349153846153845, 0.259255229158744, 0.767076923076922, 1.58931070545112, 3.06803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 855, '2022-01-09 00:00:00', 0.0536697164287128, 0.176961538461537, 0.0912325852718449, 0.247769230769229, 0.125542349581572, 0.360192307692307, 0.244381508176173, 0.769192307692307, 1.59051831754983, 3.06996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 870, '2022-01-09 00:00:00', 0.0759873774943017, 0.179192307692306, 0.107114266808143, 0.261884615384615, 0.119981229301149, 0.358846153846152, 0.240072658873228, 0.782192307692306, 1.60527914658527, 3.08053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 885, '2022-01-09 00:00:00', 0.075862628886287, 0.18546153846154, 0.0922172685313574, 0.258769230769231, 0.117187194102164, 0.354038461538461, 1.30750799085659, 1.43411538461538, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 900, '2022-01-09 00:00:00', 0.0708974991421796, 0.171846153846152, 0.0965832044644171, 0.256346153846151, 0.103902676355549, 0.389384615384615, 1.46215532006692, 1.5205, 1.63216736321324, 3.08669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 915, '2022-01-09 00:00:00', 0.0818266084238716, 0.183076923076922, 0.0983971544303992, 0.274, 0.113457413223573, 0.402769230769231, 1.4487201502865, 1.56692307692308, 1.62982676804811, 3.08857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 930, '2022-01-09 00:00:00', 0.0869964101823496, 0.209153846153846, 0.112183860075942, 0.313461538461539, 0.179408138053992, 0.435000000000001, 1.44183167053364, 1.59061538461538, 1.63183103433394, 3.08473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 945, '2022-01-09 00:00:00', 0.0961108734743364, 0.2015, 0.129392759279049, 0.281615384615384, 0.222373960844203, 0.48253846153846, 1.43726970864365, 1.59015384615384, 1.63497845716224, 3.07934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 960, '2022-01-09 00:00:00', 0.0875541854203173, 0.185153846153845, 0.15857286604635, 0.299923076923075, 0.195947277053333, 0.492153846153844, 1.42754039576415, 1.58169230769231, 1.63507150443502, 3.07676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 975, '2022-01-09 00:00:00', 0.104275906207447, 0.23276923076923, 0.165975906499894, 0.379192307692306, 0.176038164568413, 0.499653846153845, 1.44305786226546, 1.60992307692308, 1.63823426332697, 3.07169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 990, '2022-01-09 00:00:00', 0.14899941145986, 0.296769230769229, 0.165058963823421, 0.390692307692306, 0.186410353789697, 0.4955, 1.4521161454925, 1.6235, 1.64579743028675, 3.05169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1005, '2022-01-09 00:00:00', 0.107772788059665, 0.287576923076922, 0.128204362100274, 0.372961538461539, 0.161136010395423, 0.498423076923079, 1.4512120244816, 1.6245, 1.64684057095818, 3.05488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1020, '2022-01-09 00:00:00', 0.0953302922233275, 0.261769230769231, 0.136230263214108, 0.36473076923077, 0.162886600478324, 0.498269230769232, 1.44499109872158, 1.63165384615384, 1.6450382590828, 3.06007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1035, '2022-01-09 00:00:00', 0.117381436089618, 0.263192307692309, 0.166726883993414, 0.360423076923078, 0.171654756370498, 0.435653846153847, 1.44806663733194, 1.63588461538461, 1.65138975877429, 3.05815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1050, '2022-01-09 00:00:00', 0.0983126566701278, 0.229538461538462, 0.120699958574972, 0.304, 0.134559131982932, 0.376, 1.45682329058812, 1.6225, 1.64584418600771, 3.05473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1065, '2022-01-09 00:00:00', 0.0937455147645031, 0.206307692307693, 0.123144767839133, 0.262923076923078, 1.34884502616697, 1.19523076923077, 1.44964166394532, 1.65307692307692, 1.64786115920001, 3.048 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1080, '2022-01-09 00:00:00', 0.0822717167963289, 0.180346153846156, 0.104447889104864, 0.273807692307692, 1.4945749985042, 1.30688461538461, 1.45273235027601, 1.65519230769231, 1.6481406049989, 3.04342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 4, 1095, '2022-01-09 00:00:00', 0.0769745312524765, 0.215961538461538, 1.35895942374473, 1.15234615384615, 1.48162560255749, 1.35011538461538, 1.4622738988933, 1.67034615384615, 1.65665055644027, 3.02988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 600, '2022-01-09 00:00:00', 0.392039890042602, 0.691346153846155, 0.511847893571757, 0.851884615384615, 0.541026802976026, 0.979807692307691, 0.676868736280413, 1.36061538461538, 1.16631057547359, 2.82796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 615, '2022-01-09 00:00:00', 0.402660949186781, 0.512999999999998, 0.456666646640462, 0.640115384615383, 0.546132597311451, 0.74657692307692, 0.672617468150758, 1.22653846153846, 1.15217522171693, 2.78530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 630, '2022-01-09 00:00:00', 0.186970787516701, 0.391653846153845, 0.263694511479885, 0.513653846153845, 0.322961383735912, 0.617846153846152, 0.581010382536649, 1.14623076923077, 1.14052045946644, 2.78796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 645, '2022-01-09 00:00:00', 0.168336809814317, 0.345192307692308, 0.267016968633944, 0.461307692307691, 0.372111306755633, 0.595230769230769, 0.603076906691521, 1.12665384615385, 1.12527067581367, 2.76057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 660, '2022-01-09 00:00:00', 0.206102170331573, 0.31376923076923, 0.248345367459234, 0.419692307692307, 0.394787789149484, 0.599961538461538, 0.690822881675291, 1.15157692307692, 1.140336503642, 2.74330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 675, '2022-01-09 00:00:00', 0.155129345535118, 0.283076923076924, 0.29707358580765, 0.425653846153848, 0.442519597132324, 0.609076923076923, 0.726989243386724, 1.178, 1.13799536838317, 2.73146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 690, '2022-01-09 00:00:00', 0.196955086641208, 0.278115384615386, 0.301219092254225, 0.400692307692308, 0.324712087856302, 0.535499999999999, 0.737948507688714, 1.145, 1.10721683235316, 2.68692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 705, '2022-01-09 00:00:00', 0.138986424350891, 0.255115384615383, 0.174332538116537, 0.348076923076922, 0.22183181432372, 0.484923076923075, 0.727156061971251, 1.12646153846154, 1.08031300022796, 2.94346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 720, '2022-01-09 00:00:00', 0.0944393659770843, 0.235076923076922, 0.150342404069969, 0.337961538461537, 0.353238842711274, 0.585999999999999, 0.734529412931529, 1.09246153846154, 1.08071069280287, 2.97419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 735, '2022-01-09 00:00:00', 0.164701127921035, 0.249307692307693, 0.210950701495723, 0.380038461538463, 0.403652196060688, 0.648846153846155, 0.721614203339665, 1.08046153846154, 1.07444776584926, 2.97719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 750, '2022-01-09 00:00:00', 0.145858102804905, 0.262115384615383, 0.290177356907011, 0.444461538461539, 0.368743006191825, 0.60973076923077, 0.7024876949374, 1.08880769230769, 1.05381369540132, 2.96876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 765, '2022-01-09 00:00:00', 0.176892861968435, 0.321269230769231, 0.306819097289491, 0.486961538461538, 0.395207585181022, 0.580346153846154, 0.660574068519193, 1.0745, 1.05670139294228, 2.96107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 780, '2022-01-09 00:00:00', 0.24524128150425, 0.350384615384616, 0.23666030507882, 0.422500000000001, 0.315020675756127, 0.525115384615385, 0.574571697340392, 1.05565384615385, 1.05912616594276, 2.92065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 795, '2022-01-09 00:00:00', 0.12409264529127, 0.25376923076923, 0.213527980512013, 0.345961538461538, 0.287980512161181, 0.452153846153846, 0.515913601890265, 1.01973076923077, 1.09286083567573, 2.90138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 810, '2022-01-09 00:00:00', 0.153956377438044, 0.220615384615386, 0.207171634530033, 0.301615384615384, 0.216942817705141, 0.400115384615386, 0.473002806952154, 1.00115384615384, 1.1114900442476, 2.89596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 825, '2022-01-09 00:00:00', 0.120915590392636, 0.196499999999998, 0.129791270300256, 0.269576923076925, 0.165879659809337, 0.387692307692308, 0.456053021546332, 0.966961538461536, 1.11080443200135, 2.88561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 840, '2022-01-09 00:00:00', 0.0891610125214286, 0.188384615384616, 0.0978562289200927, 0.251807692307693, 0.232961961239633, 0.405653846153845, 0.481504764733994, 0.975038461538459, 1.12730279667205, 2.89565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 855, '2022-01-09 00:00:00', 0.0645690209120331, 0.172038461538463, 0.129269003959246, 0.271346153846155, 0.266262510720878, 0.44326923076923, 0.484234528365687, 0.979961538461537, 1.14146393992708, 2.89138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 870, '2022-01-09 00:00:00', 0.103921804923038, 0.199692307692307, 0.191599309457566, 0.297846153846153, 0.294489963261126, 0.449461538461538, 0.446429989342803, 0.982153846153844, 1.14036173208329, 2.893 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-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 970060, 5, 885, '2022-01-09 00:00:00', 0.138925569446931, 0.204923076923076, 0.176459212981794, 0.307423076923076, 0.302030227728184, 0.482461538461537, 0.731149852050758, 1.36811538461538, 1.15645769485961, 2.88 where not exists (select 1 from powerstats_trumpet where symbolid = 970060 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-09 14:55:41 Duration: 4s17ms Database: acaweb_fx User: pgperfstats
14 74ms 1m4s 2s671ms 109 4m51s (( 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 #14
Day Hour Count Duration Avg duration Jan 09 14 109 4m51s 2s671ms [ User: postgres - Total duration: 4m51s - Times executed: 109 ]
-
(( 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: 2022-01-09 14:03:20 Duration: 1m4s 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:06:57 Duration: 18s380ms 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' 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 = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-09 14:17:27 Duration: 16s706ms Database: acaweb_fx User: postgres Bind query: yes
15 82ms 34s839ms 2s522ms 85 3m34s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), 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 kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.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 s.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 dss.enabled = ? 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 #15
Day Hour Count Duration Avg duration Jan 09 14 85 3m34s 2s522ms [ User: postgres - Total duration: 3m34s - Times executed: 85 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:49 Duration: 34s839ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:03:18 Duration: 32s557ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), 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 kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.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 s.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 dss.enabled = 1 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 ('212' = 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', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', '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', 'EOAN.de', 'FB', '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', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', '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', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', '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', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:28 Duration: 23s407ms Database: acaweb_fx User: postgres Bind query: yes
16 1s230ms 3s574ms 2s300ms 66 2m31s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #16
Day Hour Count Duration Avg duration Jan 09 14 66 2m31s 2s300ms [ User: pgperfstats - Total duration: 2m31s - Times executed: 66 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970065, 5, 990, '2022-01-09 00:00:00', 0.912096621062615, 2.09238461538462, 1.01705592010242, 2.43476923076923, 1.08339680918574, 2.70261538461539, 1.48831859337463, 3.49234615384615, 3.57474239911074, 9.6105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1005, '2022-01-09 00:00:00', 0.372088519244878, 1.20588461538461, 0.434246006137252, 1.60692307692307, 0.638015061312464, 1.94453846153846, 1.28656392229607, 2.89661538461539, 3.61914988424289, 9.41673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1020, '2022-01-09 00:00:00', 0.347115367653954, 1.09703846153846, 0.360511090195363, 1.36638461538461, 0.746407486152584, 1.78515384615385, 1.32608320019754, 2.70057692307693, 3.94989631587385, 9.46088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1035, '2022-01-09 00:00:00', 0.228833621117713, 0.862884615384614, 0.407970119569485, 1.20153846153846, 0.554807836448455, 1.51884615384615, 1.20997817144964, 2.45215384615385, 3.99536963920063, 9.39892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1050, '2022-01-09 00:00:00', 0.372173078016134, 0.856999999999997, 0.469887235244964, 1.14142307692307, 0.585026063850677, 1.46215384615384, 1.19929736673027, 2.37442307692307, 3.98990039281877, 9.41376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1065, '2022-01-09 00:00:00', 0.265739713600764, 0.692653846153843, 0.37218493335355, 0.960230769230767, 0.488469195942403, 1.25465384615385, 1.1844042611567, 2.24457692307692, 4.07052769741032, 9.41084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1080, '2022-01-09 00:00:00', 0.272599441277153, 0.688846153846154, 0.311755584738086, 0.925769230769229, 0.579920896462485, 1.23938461538462, 1.21884083708819, 2.24511538461538, 4.0720964188751, 9.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1095, '2022-01-09 00:00:00', 0.281161352525281, 0.617115384615385, 0.459780616582102, 0.909846153846155, 0.536109467868706, 1.24380769230769, 1.42063123781162, 2.35007692307692, 4.12080484147678, 9.45830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1110, '2022-01-09 00:00:00', 0.350040166925939, 0.665038461538462, 0.467373816784151, 0.892730769230773, 0.510339044165742, 1.2675, 1.43775093167713, 2.29330769230769, 4.20796089646207, 9.44188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1125, '2022-01-09 00:00:00', 0.215518408994186, 0.580769230769233, 0.286163861073713, 0.808653846153846, 0.504539090503553, 1.26342307692308, 1.39677726708525, 2.30257692307692, 4.17073851715275, 10.0075384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1140, '2022-01-09 00:00:00', 0.211565116362643, 0.556038461538462, 0.298961710952063, 0.845769230769231, 0.528807815897085, 1.22811538461539, 1.38386337698266, 2.38461538461538, 4.04747882571551, 10.2022692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1155, '2022-01-09 00:00:00', 0.245589779917651, 0.601500000000004, 0.405272276946669, 0.874461538461538, 0.691251226734204, 1.26746153846154, 1.84687981367328, 3.61938461538461, 4.23375155787939, 10.1225769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1170, '2022-01-09 00:00:00', 0.244458664116322, 0.56603846153846, 0.376590340576316, 0.791269230769232, 0.764493308317045, 1.16653846153846, 1.90596315768735, 3.83996153846154, 4.28176739442955, 10.1805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1185, '2022-01-09 00:00:00', 0.245914731938972, 0.487846153846156, 0.729080863933386, 0.848115384615385, 0.799998811537582, 1.09346153846154, 1.99013668220204, 4.11757692307692, 4.30355824942034, 10.2403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1200, '2022-01-09 00:00:00', 0.460125645883816, 0.56088, 0.460501056821079, 0.755160000000001, 0.542073180791426, 1.0072, 2.12598826039405, 4.1508, 4.4399042362045, 10.28228 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1215, '2022-01-09 00:00:00', 0.206120862602502, 0.474320000000001, 0.266102755841926, 0.629480000000002, 0.330551599602848, 0.885120000000001, 2.26798791149042, 4.21, 4.54830876920202, 10.31408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1230, '2022-01-09 00:00:00', 0.145803555054966, 0.402479999999999, 0.204107063408723, 0.569879999999999, 0.263593038603072, 0.842040000000001, 2.26168215420882, 4.2518, 4.53326521100777, 10.38016 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1245, '2022-01-09 00:00:00', 0.154651619239287, 0.443039999999997, 0.190575251978494, 0.595519999999999, 0.315362421139024, 0.896960000000001, 2.28636904064064, 4.37384, 4.53650624636772, 10.42644 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1260, '2022-01-09 00:00:00', 0.130706822061182, 0.411759999999999, 0.212440281804874, 0.609039999999999, 0.384866751833237, 0.871799999999998, 2.20161928891744, 4.46008, 4.57540050815226, 10.44068 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1275, '2022-01-09 00:00:00', 0.175092042461484, 0.431160000000001, 0.2625237259119, 0.593960000000003, 0.860105348198695, 0.954280000000005, 2.19664150997229, 4.49144, 4.61979943900887, 10.43276 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1290, '2022-01-09 00:00:00', 0.170111483053515, 0.382200000000003, 0.275509515867114, 0.572920000000001, 0.851972172863254, 0.9136, 2.22774328413307, 4.52384, 4.66180198814435, 10.41312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1305, '2022-01-09 00:00:00', 0.220503968218262, 0.419799999999999, 0.86623284398596, 0.734440000000001, 0.963842426609936, 1.00784, 2.22578273273321, 4.55924, 4.64727590207425, 10.40832 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1320, '2022-01-09 00:00:00', 0.128792806307343, 0.406749999999998, 0.262705309634474, 0.56441666666666, 0.454050841499787, 1.09491666666666, 2.19232848055821, 4.57608333333333, 4.664075296301, 10.44325 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1335, '2022-01-09 00:00:00', 0.233779655950282, 0.412833333333328, 0.316462646901748, 0.674541666666664, 1.65145656340005, 2.99845833333333, 2.29473021842707, 4.54741666666666, 4.74335810977926, 10.384375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1350, '2022-01-09 00:00:00', 0.195654975825349, 0.497, 0.386908985946044, 0.894958333333332, 1.69184582705878, 3.35095833333333, 2.20477191794184, 4.56858333333333, 4.65795264473349, 10.4078333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 1365, '2022-01-09 00:00:00', 0.344694800417382, 0.732625, 1.61188885902241, 2.93129166666667, 1.90095339733529, 3.63158333333333, 2.30687893647158, 4.56958333333333, 4.83029052746418, 10.4156666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 990, '2022-01-09 00:00:00', 0.858857073868133, 1.63184, 0.853931433625288, 2.25532, 1.33967888814198, 2.85324, 1.65126339207287, 3.99596, 4.31369514569586, 10.48132 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1005, '2022-01-09 00:00:00', 0.517167886989645, 1.01204, 0.857548589488275, 1.6124, 1.22029084374723, 2.13108, 1.38127471320275, 3.4474, 4.27931753008974, 10.17976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1020, '2022-01-09 00:00:00', 0.625891809074591, 1.01116, 0.717500806039033, 1.36136, 1.21418727550572, 1.83536, 1.29143825894491, 3.11012, 4.3055738614808, 10.02388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1035, '2022-01-09 00:00:00', 0.448123837051023, 0.767159999999998, 0.705536379879401, 1.1772, 1.08073027316409, 1.78956, 1.15162078828059, 2.88724, 4.30852574631586, 10.00576 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1050, '2022-01-09 00:00:00', 0.520924396305901, 0.815319999999999, 0.774292795609863, 1.172, 0.9143684377755, 1.75784, 1.07631389163819, 2.83548, 4.41726087826683, 10.008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1065, '2022-01-09 00:00:00', 0.4541378938898, 0.70032, 0.607897469425011, 1.1556, 0.668604123030463, 1.55784, 1.08920571212849, 2.6502, 4.40354167044361, 9.90408 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1080, '2022-01-09 00:00:00', 0.476343615471016, 0.776360000000002, 0.501209144635915, 1.04876, 0.512029937275809, 1.36364, 1.17775890005836, 2.48288, 4.46417670573197, 9.88908 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1095, '2022-01-09 00:00:00', 0.286020937462042, 0.570320000000003, 0.376798810153818, 0.921480000000003, 0.406479445974826, 1.17104, 1.30489669067452, 2.38004, 4.49229165052018, 9.88624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1110, '2022-01-09 00:00:00', 0.320794440932714, 0.560360000000003, 0.399380236533226, 0.767359999999998, 0.606863046054601, 1.11444, 1.40024432391875, 2.3288, 4.57627750724684, 9.93036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1125, '2022-01-09 00:00:00', 0.348456510916356, 0.552759999999998, 0.442525611311556, 0.803000000000003, 0.691755934801668, 1.15776, 1.39658574745699, 2.3124, 4.65021369580653, 10.4306 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1140, '2022-01-09 00:00:00', 0.330158381184953, 0.499839999999999, 0.469186860429832, 0.787679999999998, 0.570131470218348, 1.02968, 1.36310361797382, 2.32316, 4.67608806696367, 10.50012 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1155, '2022-01-09 00:00:00', 0.344938970447429, 0.508319999999997, 0.434570945492982, 0.746359999999997, 0.607261319367534, 1.03668, 1.32036443832754, 3.5634, 4.64072868667555, 10.58392 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1170, '2022-01-09 00:00:00', 0.305810496876743, 0.432679999999999, 0.321254276236132, 0.566680000000002, 0.715795636570473, 1.08132, 1.56441500994248, 3.95864, 4.62882327487235, 10.54992 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1185, '2022-01-09 00:00:00', 0.232564686341958, 0.3798, 0.55430863244225, 0.692680000000003, 0.739598183700672, 1.07016, 1.64787358131624, 4.08144, 4.58859791330642, 10.57332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1200, '2022-01-09 00:00:00', 0.513945237030818, 0.467960000000003, 0.611437650132863, 0.791800000000002, 0.677135235138936, 1.01428, 1.67793811665786, 4.14636, 4.5781581041579, 10.56672 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1215, '2022-01-09 00:00:00', 0.402644230887102, 0.560720000000001, 0.446745013029432, 0.710760000000004, 0.55506921490327, 0.925200000000001, 1.62115011334546, 4.15624, 4.57896396324176, 10.55032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1230, '2022-01-09 00:00:00', 0.283388584808917, 0.418440000000005, 0.362955516098964, 0.579960000000002, 0.499640794304602, 0.913440000000003, 1.58218679681003, 4.13868, 4.58683586763977, 10.53988 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1245, '2022-01-09 00:00:00', 0.228253170843251, 0.370519999999999, 0.302250850564004, 0.558920000000001, 0.456292121343331, 0.888600000000002, 1.59582828336886, 4.18892, 4.58594036630802, 10.52028 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1260, '2022-01-09 00:00:00', 0.293160223541099, 0.417399999999998, 0.431418107331316, 0.644000000000001, 0.475234917347901, 0.87232, 1.60913322941265, 4.2784, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1275, '2022-01-09 00:00:00', 0.309072391735875, 0.393920000000001, 0.289257054077051, 0.588319999999999, 0.545835558265182, 0.876039999999995, 1.6127951151133, 4.3262, 4.58630782983437, 10.54348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1290, '2022-01-09 00:00:00', 0.225814451855204, 0.368200000000002, 0.298320649637265, 0.559279999999999, 0.718093731115002, 0.902760000000001, 1.57803997625747, 4.3132, 4.58817892087918, 10.54332 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1305, '2022-01-09 00:00:00', 0.230383216981333, 0.360479999999995, 0.473563821816378, 0.614119999999994, 0.74681278332212, 0.963400000000003, 1.57453696579873, 4.32336, 4.58817210044843, 10.54316 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1320, '2022-01-09 00:00:00', 0.25235331512024, 0.397749999999996, 0.275346408960675, 0.579583333333334, 0.602820314456755, 1.087375, 1.59943117379591, 4.27708333333333, 4.68717963600899, 10.541625 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1335, '2022-01-09 00:00:00', 0.236033466062443, 0.376333333333334, 0.38227259982859, 0.636583333333336, 1.09712369667103, 2.77233333333333, 1.58013031933665, 4.3305, 4.68826354534941, 10.539125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1350, '2022-01-09 00:00:00', 0.269613541864132, 0.424375000000001, 0.517145073624331, 0.794375000000001, 1.33473517361897, 3.238375, 1.56142348654932, 4.3155, 4.66204649016387, 10.4865416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 1365, '2022-01-09 00:00:00', 0.476529566277091, 0.664083333333333, 1.04486724418512, 2.61108333333333, 1.47273017627176, 3.40420833333333, 1.56648206841067, 4.322375, 4.64763408702579, 10.4495416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 990, '2022-01-09 00:00:00', 0.789466819101059, 1.97746153846154, 1.14807485215636, 2.56411538461538, 1.25129233441025, 2.93888461538462, 1.49428501091531, 3.84057692307692, 4.58802676958859, 9.99903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1005, '2022-01-09 00:00:00', 0.704036301511616, 1.52507692307692, 0.771341868733664, 1.85303846153846, 0.811911303416442, 2.25226923076923, 1.16064639085958, 3.22773076923077, 4.6179707519812, 9.64011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1020, '2022-01-09 00:00:00', 0.371270169097303, 1.11946153846154, 0.587470505969972, 1.49565384615385, 0.808760152712398, 1.92076923076923, 1.01164287100811, 2.93746153846154, 4.39413241791299, 9.54188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1035, '2022-01-09 00:00:00', 0.324879016534791, 0.967153846153843, 0.413641360824344, 1.29415384615384, 0.746260133032609, 1.72788461538462, 0.896209952221877, 2.73296153846154, 4.42729969446563, 9.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1050, '2022-01-09 00:00:00', 0.379736453143696, 0.907423076923078, 0.542141986795113, 1.23857692307692, 0.764723519671299, 1.66330769230769, 0.893600314200064, 2.66380769230769, 4.4005077072468, 9.41280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1065, '2022-01-09 00:00:00', 0.389611327034835, 0.784884615384611, 0.519273948745893, 1.11892307692308, 0.625519382962297, 1.52546153846154, 0.868337414036374, 2.54176923076923, 4.48648066031546, 9.53534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1080, '2022-01-09 00:00:00', 0.295631457158298, 0.830961538461541, 0.437722421702997, 1.10496153846154, 0.582854012596635, 1.458, 0.764442686889251, 2.48569230769231, 4.46600237503813, 9.49042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1095, '2022-01-09 00:00:00', 0.326756630207586, 0.712153846153846, 0.461178445356608, 1.05596153846154, 0.513100775826588, 1.33661538461539, 0.635609315175962, 2.3738076923077, 4.48485555157148, 9.46196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1110, '2022-01-09 00:00:00', 0.328926320952556, 0.716730769230766, 0.3799385537365, 0.909769230769228, 0.373560723104226, 1.27242307692307, 0.519817334780651, 2.28930769230769, 4.48407688673531, 9.45338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1125, '2022-01-09 00:00:00', 0.237459726139952, 0.599192307692304, 0.336420874226591, 0.869730769230768, 0.371337426898209, 1.28173076923077, 0.414313409798017, 2.18219230769231, 4.59645839248505, 9.25992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1140, '2022-01-09 00:00:00', 0.239661084418424, 0.582653846153851, 0.221613527079494, 0.837653846153846, 0.289026847302352, 1.27596153846154, 0.479591411034914, 2.20480769230769, 4.55921759363971, 9.32111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1155, '2022-01-09 00:00:00', 0.238414583962795, 0.583076923076924, 0.304861999044711, 0.920038461538466, 0.298267499970177, 1.2003076923077, 2.94374510523846, 3.82626923076923, 4.34576169211053, 9.56926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1170, '2022-01-09 00:00:00', 0.232598181089518, 0.588923076923081, 0.251127209566417, 0.799346153846155, 0.397382961966841, 1.14146153846154, 2.99493368129991, 4.00465384615385, 4.39104227700686, 9.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1185, '2022-01-09 00:00:00', 0.193818364613724, 0.540961538461541, 0.215740502955246, 0.738730769230771, 0.389932435962162, 1.11323076923077, 3.02520561360966, 4.11326923076923, 4.48126381710133, 9.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1200, '2022-01-09 00:00:00', 0.140910757355357, 0.484192307692312, 0.35922702485283, 0.767153846153849, 0.425850295111033, 1.04392307692308, 3.01070252675607, 4.14123076923077, 4.63222037422494, 9.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1215, '2022-01-09 00:00:00', 0.283107503364954, 0.600538461538462, 0.325718273736914, 0.808076923076924, 0.367406687263791, 1.08007692307692, 2.9749402052168, 4.18923076923077, 4.67626926990047, 9.78926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1230, '2022-01-09 00:00:00', 0.213814214825724, 0.527038461538461, 0.207531958613982, 0.675923076923079, 0.401921354725792, 1.04115384615385, 2.97154974640921, 4.19115384615385, 4.69422482582425, 9.81234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1245, '2022-01-09 00:00:00', 0.13598034360213, 0.476423076923079, 0.21946476149592, 0.739692307692311, 0.395679615928765, 1.05896153846154, 2.95573053653668, 4.26026923076923, 4.68605900895248, 9.82965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1260, '2022-01-09 00:00:00', 0.233001119178563, 0.55180769230769, 0.376691361114725, 0.810692307692306, 0.432029993616894, 1.04165384615385, 2.95708385172857, 4.29611538461539, 4.67177023555806, 9.86142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1275, '2022-01-09 00:00:00', 0.271371947419323, 0.527576923076919, 0.280907696309932, 0.704576923076922, 0.444590217546967, 0.976307692307692, 2.95371685951004, 4.27961538461538, 4.66665011132595, 9.87930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1290, '2022-01-09 00:00:00', 0.144046680467987, 0.469615384615388, 0.234571691517832, 0.656961538461543, 0.369893290225501, 0.908384615384617, 2.95992127675981, 4.25373076923077, 4.6602378975261, 9.88769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1305, '2022-01-09 00:00:00', 0.164060031226846, 0.467423076923074, 0.260778293693204, 0.680961538461539, 0.409535340824958, 0.931346153846151, 2.96870612816166, 4.28534615384615, 4.66185473027141, 9.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1320, '2022-01-09 00:00:00', 0.131882371831876, 0.418279999999999, 0.159201654095259, 0.540199999999999, 0.399007819472248, 1.09536, 3.05995430140168, 4.38492, 4.64663189059201, 9.73548 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1335, '2022-01-09 00:00:00', 0.137494545346353, 0.409600000000002, 0.305248325138735, 0.691039999999998, 3.12772714975801, 3.37396, 3.05534705502774, 4.39628, 4.68748449668548, 9.78864 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1350, '2022-01-09 00:00:00', 0.267608389255647, 0.574599999999999, 0.359146850188057, 0.95928, 3.08456420476756, 3.6724, 3.04445776069675, 4.38116, 4.68550892006408, 9.82244 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 1365, '2022-01-09 00:00:00', 0.33263885822315, 0.808120000000001, 3.12317302594653, 3.2924, 3.07282094445261, 3.81684, 3.05253297443287, 4.36632, 4.71725469173191, 9.85708 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 990, '2022-01-09 00:00:00', 1.01614172012797, 2.02765384615385, 0.991831226337657, 2.4043076923077, 1.10815364388768, 2.71146153846154, 1.36385342377341, 3.2378076923077, 3.26549551735202, 9.37242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1005, '2022-01-09 00:00:00', 0.545542458334963, 1.37957692307693, 0.664589091093133, 1.68950000000001, 0.807940768011732, 2.05373076923077, 1.19832143626632, 2.83723076923077, 3.37926002573618, 9.22480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1020, '2022-01-09 00:00:00', 0.356586923268578, 1.05907692307693, 0.633598732516211, 1.41407692307693, 0.674561784819195, 1.76580769230769, 1.19966327583393, 2.61915384615385, 3.40828759643314, 9.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1035, '2022-01-09 00:00:00', 0.428131971026909, 0.901769230769235, 0.521251316914038, 1.25484615384616, 0.581713052444777, 1.54765384615385, 1.1715035152119, 2.54661538461539, 3.30365209031553, 9.11757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1050, '2022-01-09 00:00:00', 0.36786557954691, 0.868269230769234, 0.388405996943325, 1.07053846153846, 0.685277188162121, 1.46576923076923, 1.39899360310848, 2.52030769230769, 3.28229843226687, 9.06103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1065, '2022-01-09 00:00:00', 0.273299936671446, 0.762846153846152, 0.425824261331436, 0.995307692307692, 0.646212429944969, 1.31676923076923, 1.38064561932229, 2.41438461538461, 3.1399284489643, 9.03723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1080, '2022-01-09 00:00:00', 0.305059086332217, 0.654615384615385, 0.403878229934944, 0.933769230769234, 0.590238967251008, 1.19796153846154, 1.26706836498212, 2.30319230769231, 3.14836546896224, 8.99661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1095, '2022-01-09 00:00:00', 0.285019729411574, 0.669615384615387, 0.394013916193131, 0.842384615384616, 0.547946292988642, 1.2045, 1.22350685389926, 2.3506923076923, 3.157099345675, 8.98503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1110, '2022-01-09 00:00:00', 0.207602134270933, 0.567615384615384, 0.345836404187787, 0.78646153846154, 0.593540325893311, 1.18203846153846, 1.31117469410508, 2.43996153846154, 3.17430660532586, 9.02776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1125, '2022-01-09 00:00:00', 0.290223248286822, 0.597423076923076, 0.41249968951037, 0.893076923076921, 0.54339613684536, 1.14519230769231, 1.31892695837884, 2.42880769230769, 3.41399994141769, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1140, '2022-01-09 00:00:00', 0.279664020952613, 0.645730769230764, 0.439193778854635, 0.846846153846149, 0.462195191866614, 1.02665384615384, 1.35520715248771, 2.55688461538461, 3.498055079832, 9.62830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1155, '2022-01-09 00:00:00', 0.309158888698898, 0.575461538461535, 0.327097240305364, 0.775730769230765, 0.423335509786449, 0.998076923076922, 2.50896547727421, 4.56461538461539, 3.37888758321433, 9.7805 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1170, '2022-01-09 00:00:00', 0.193077409745019, 0.501384615384617, 0.253642938005376, 0.6415, 0.444049721748153, 1.00534615384615, 2.39006442558805, 4.80503846153846, 3.38348652337292, 9.78957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1185, '2022-01-09 00:00:00', 0.198241282667982, 0.435384615384615, 0.38300279171507, 0.676538461538461, 0.607534524501724, 1.09603846153846, 2.37713234251821, 4.84242307692308, 3.43438506084479, 9.79488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1200, '2022-01-09 00:00:00', 0.258539079027939, 0.522153846153846, 0.344501497149812, 0.756807692307689, 0.568243236109867, 1.11984615384615, 2.34955523548934, 4.91026923076923, 3.43635587594676, 9.78111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1215, '2022-01-09 00:00:00', 0.199423229879029, 0.507230769230768, 0.494786101415395, 0.808384615384612, 0.639721724357855, 1.24326923076923, 2.35278898462098, 4.91561538461538, 3.45936863803876, 9.74342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1230, '2022-01-09 00:00:00', 0.354680868474095, 0.545961538461536, 0.347433564208269, 0.727192307692308, 0.817492455857921, 1.27165384615385, 2.3802626774888, 5.02657692307692, 3.47791951691724, 9.74438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1245, '2022-01-09 00:00:00', 0.178246743416145, 0.45769230769231, 0.552989927575539, 0.9055, 0.900411325664341, 1.34134615384615, 2.42151656739198, 5.02538461538461, 3.47320549083098, 9.73330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1260, '2022-01-09 00:00:00', 0.586896940238693, 0.785461538461536, 0.820234383950949, 1.08673076923077, 0.955352993159316, 1.38969230769231, 2.46319036179941, 5.07096153846154, 3.46662590646649, 9.73315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1275, '2022-01-09 00:00:00', 0.76071414220708, 0.746615384615385, 0.798366066027744, 1.02884615384615, 0.986239131557547, 1.41023076923077, 2.40357369476241, 5.01088461538461, 3.51516406532524, 9.68661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1290, '2022-01-09 00:00:00', 0.544401945681258, 0.663961538461535, 0.717415168933152, 0.879269230769229, 1.12157479465259, 1.3895, 2.42944441005314, 5.02369230769231, 3.56939219820621, 9.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1305, '2022-01-09 00:00:00', 0.308426919407799, 0.550730769230769, 0.714087950842514, 0.943192307692305, 0.984639139677384, 1.32934615384615, 2.40360831571715, 5.01915384615384, 3.57676138620486, 9.70442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1320, '2022-01-09 00:00:00', 0.383007171386293, 0.635079999999997, 0.601619627893459, 0.88152, 0.694185357091319, 1.35068, 2.41562211310737, 4.99987999999999, 3.53073227437784, 9.56732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1335, '2022-01-09 00:00:00', 0.366231247529024, 0.519080000000004, 0.414997891560911, 0.769, 2.25850441147823, 3.72252, 2.40522089907213, 4.92163999999999, 3.5071125763701, 9.56104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1350, '2022-01-09 00:00:00', 0.34134622208739, 0.600080000000002, 0.509362510071822, 1.0804, 2.16907272814905, 3.9694, 2.40193912981435, 4.8902, 3.49116090386374, 9.55704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 1365, '2022-01-09 00:00:00', 0.482948409943203, 0.8752, 2.19123347074959, 3.60604, 2.10332158580977, 4.06388, 2.37999729901808, 4.82832, 3.47448197433805, 9.54036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 990, '2022-01-09 00:00:00', 1.41262598494199, 2.48744, 1.43537082897301, 2.8668, 1.47928645862343, 3.24652, 1.96527673030204, 4.01772, 3.31241749582788, 9.385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1005, '2022-01-09 00:00:00', 0.596293822987738, 1.35564, 0.918078442545437, 1.79012, 1.06866920669276, 2.34804, 1.57488999615846, 3.1056, 3.28555840002883, 8.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1020, '2022-01-09 00:00:00', 0.654974243768407, 1.11748, 0.688448732053934, 1.50164, 0.926173045386228, 2.08048, 1.21431060688771, 2.7032, 3.26115568625602, 8.79808 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1035, '2022-01-09 00:00:00', 0.291425307754833, 0.977719999999998, 0.392495995733287, 1.33224, 0.618422609008864, 1.74076, 0.883959714391253, 2.40412, 3.24766423141309, 8.69428 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1050, '2022-01-09 00:00:00', 0.275263207373111, 0.831000000000001, 0.531730392210183, 1.23028, 0.616054129115289, 1.49724, 0.756363944583997, 2.197, 3.27263172996901, 8.66176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1065, '2022-01-09 00:00:00', 0.497181331776113, 0.874880000000002, 0.490907095759136, 1.06388, 0.547631871485459, 1.4342, 0.802538057249208, 2.1092, 3.27712184291846, 8.67036 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1080, '2022-01-09 00:00:00', 0.260487734836018, 0.757119999999995, 0.367181503709905, 1.00344, 0.453021478519507, 1.35372, 0.730410679001883, 2.03552, 3.29224511946888, 8.62348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1095, '2022-01-09 00:00:00', 0.279781837628299, 0.670720000000001, 0.474143097246672, 1.02052, 0.603247342859188, 1.35976, 1.11372586842544, 2.13832, 3.21001363548506, 8.59604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1110, '2022-01-09 00:00:00', 0.296088004935466, 0.701239999999998, 0.340654795944517, 0.871760000000003, 0.531244215654786, 1.1586, 1.21515618749196, 2.02268, 3.20189926554017, 8.53764 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1125, '2022-01-09 00:00:00', 0.19797868572147, 0.584680000000002, 0.429442130366051, 0.903720000000003, 0.414216939940091, 1.03344, 1.2572284504682, 2.01272, 3.70782890741558, 9.27596 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1140, '2022-01-09 00:00:00', 0.420974773591005, 0.659520000000003, 0.399064121831731, 0.771560000000004, 0.418767724003014, 0.964360000000001, 1.36504477582239, 2.09036, 3.78727843444339, 9.30524 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1155, '2022-01-09 00:00:00', 0.203861472573903, 0.497000000000003, 0.229915404732549, 0.649520000000001, 0.359929159696736, 0.867799999999999, 1.67717264267378, 3.48936, 3.5441362807695, 9.45668 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1170, '2022-01-09 00:00:00', 0.224324266780627, 0.460720000000001, 0.282370902655826, 0.618920000000001, 0.362637344096457, 0.836479999999998, 1.75741134247696, 3.73628, 3.54089898989884, 9.48536 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1185, '2022-01-09 00:00:00', 0.191203539018854, 0.442719999999999, 0.215187530617676, 0.615439999999999, 0.392449903384707, 0.906519999999998, 1.87933314236726, 3.88368, 3.51575189065819, 9.54976 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1200, '2022-01-09 00:00:00', 0.154418263168575, 0.455999999999998, 0.23511894153102, 0.603199999999997, 0.388527206254597, 0.90716, 1.86081610501056, 3.92308, 3.52155134990248, 9.57592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1215, '2022-01-09 00:00:00', 0.207123151772082, 0.432399999999998, 0.326111831534315, 0.687479999999997, 0.380731313833434, 0.949799999999998, 1.87267717630847, 3.96416, 3.52741412227144, 9.63516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1230, '2022-01-09 00:00:00', 0.236870393534803, 0.5108, 0.295655108755682, 0.652880000000002, 0.352311003707427, 0.917720000000001, 1.83925082755634, 3.99724, 3.54327418875066, 9.65932 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1245, '2022-01-09 00:00:00', 0.190393452268368, 0.4342, 0.212628000664696, 0.642400000000001, 0.360723522936889, 0.862279999999999, 1.79299581892058, 4.04144, 3.54706581463233, 9.65468 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1260, '2022-01-09 00:00:00', 0.178729777410853, 0.4936, 0.249601001600553, 0.637079999999999, 0.438371703010129, 0.9364, 1.81499592102388, 4.06388, 3.54786438015886, 9.65592 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1275, '2022-01-09 00:00:00', 0.183851770003261, 0.438159999999998, 0.32127406784032, 0.615879999999999, 1.13312646690473, 1.16044, 1.8090811461439, 4.08152, 3.56981214118241, 9.68084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1290, '2022-01-09 00:00:00', 0.210781703823332, 0.426519999999999, 0.40062721658253, 0.716600000000002, 1.2020465908885, 1.21556, 1.81062452209176, 4.12292, 3.62480584675464, 9.72948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1305, '2022-01-09 00:00:00', 0.360432148029745, 0.5614, 1.13058828049826, 0.960120000000001, 1.25156765431731, 1.25548, 1.80348826629582, 4.13748, 3.63291206105148, 9.73528 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1320, '2022-01-09 00:00:00', 0.143871822985863, 0.467333333333334, 0.307768590721637, 0.671874999999999, 0.455599549248421, 1.13991666666667, 1.44807615251349, 3.88725, 3.64019101042669, 9.559375 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1335, '2022-01-09 00:00:00', 0.263718885107455, 0.493791666666668, 0.289527047496237, 0.753541666666667, 1.36760437961073, 2.9605, 1.47356044650118, 3.88695833333333, 3.64295674202636, 9.55679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1350, '2022-01-09 00:00:00', 0.202989607608623, 0.574791666666665, 0.358254157919577, 0.943958333333333, 1.46835188036289, 3.230875, 1.48826032997679, 3.893875, 3.65017955087461, 9.55466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 1365, '2022-01-09 00:00:00', 0.227980484799191, 0.729833333333333, 1.39530295655808, 2.82441666666667, 1.53335823487184, 3.28245833333333, 1.53400972104983, 3.84045833333333, 3.76667460592981, 9.62175 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 930, '2022-01-09 00:00:00', 0, 2.68800000000002, 0, 2.68800000000002, 0, 2.68800000000002, 0, 3.602, 0, 8.47200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 945, '2022-01-09 00:00:00', 0, 1.71199999999999, 0, 1.71199999999999, 0, 1.84199999999998, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 960, '2022-01-09 00:00:00', 0, 1.20400000000001, 0, 1.42400000000001, 0, 1.42400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 1, 975, '2022-01-09 00:00:00', 0, 0.540999999999997, 0, 1.19399999999999, 0, 1.82400000000001, 0, 3.42400000000001, 0, 8.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 930, '2022-01-09 00:00:00', 0, 2.511, 0, 3.53, 0, 4.31, 0, 5.12, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 945, '2022-01-09 00:00:00', 0, 1.88800000000001, 0, 2.322, 0, 3.47800000000001, 0, 3.47800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 960, '2022-01-09 00:00:00', 0, 0.942000000000007, 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 2, 975, '2022-01-09 00:00:00', 0, 1.47800000000001, 0, 2.28800000000001, 0, 2.28800000000001, 0, 2.37100000000001, 0, 10.883 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 930, '2022-01-09 00:00:00', 0, 1.53200000000001, 0, 2.011, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 945, '2022-01-09 00:00:00', 0, 1.95099999999999, 0, 2.50999999999999, 0, 3.03999999999999, 0, 3.381, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 960, '2022-01-09 00:00:00', 0, 1.233, 0, 1.76300000000001, 0, 1.76300000000001, 0, 2.10400000000001, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 3, 975, '2022-01-09 00:00:00', 0, 1.012, 0, 1.173, 0, 1.51400000000001, 0, 1.81399999999999, 0, 14.861 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 930, '2022-01-09 00:00:00', 0, 2.79400000000001, 0, 3.81100000000001, 0, 3.81100000000001, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 945, '2022-01-09 00:00:00', 0, 1.65100000000001, 0, 2.02100000000002, 0, 2.821, 0, 4.37, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 960, '2022-01-09 00:00:00', 0, 1.44400000000002, 0, 2.15200000000002, 0, 2.244, 0, 3.79300000000001, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 4, 975, '2022-01-09 00:00:00', 0, 0.882000000000005, 0, 0.97399999999999, 0, 1.39400000000001, 0, 2.893, 0, 13.741 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 930, '2022-01-09 00:00:00', 0, 2.654, 0, 3.01399999999998, 0, 3.834, 0, 6.273, 0, 10.251 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 945, '2022-01-09 00:00:00', 0, 1.54299999999998, 0, 1.94299999999998, 0, 2.851, 0, 4.80199999999999, 0, 8.78 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 960, '2022-01-09 00:00:00', 0, 1.172, 0, 1.59200000000001, 0, 2.922, 0, 4.03100000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-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 970065, 5, 975, '2022-01-09 00:00:00', 0, 1.50400000000002, 0, 1.99200000000002, 0, 3.76400000000001, 0, 3.94300000000001, 0, 8.691 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:44 Duration: 3s574ms 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 970050, 5, 990, '2022-01-09 00:00:00', 0.150994044711908, 0.275192307692308, 0.171122398839589, 0.333653846153847, 0.205145985543503, 0.388653846153847, 0.235400084961751, 0.489000000000001, 0.674190294980693, 1.23492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1005, '2022-01-09 00:00:00', 0.0846286094560323, 0.180807692307693, 0.123630821399844, 0.2355, 0.153184137559997, 0.2925, 0.207100365857865, 0.407192307692308, 0.673220079457391, 1.22334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1020, '2022-01-09 00:00:00', 0.0661949684353264, 0.147576923076924, 0.0964415566348552, 0.202576923076924, 0.121800265251702, 0.251769230769232, 0.190599475340307, 0.379000000000001, 0.684077041320303, 1.20296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1035, '2022-01-09 00:00:00', 0.0706253386649467, 0.140538461538461, 0.0875938266177385, 0.180961538461538, 0.114467381984831, 0.228307692307692, 0.175397324775669, 0.351307692307692, 0.688252892921915, 1.18873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1050, '2022-01-09 00:00:00', 0.0572775294912004, 0.118346153846154, 0.0727633466477774, 0.160769230769231, 0.0920360798817501, 0.208, 0.159703648626496, 0.326846153846154, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1065, '2022-01-09 00:00:00', 0.0431007585155456, 0.105346153846154, 0.0695896654573172, 0.148807692307692, 0.0932055544729786, 0.197653846153846, 0.164612813782944, 0.312538461538462, 0.685913460565264, 1.18834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1080, '2022-01-09 00:00:00', 0.0673310078298591, 0.098769230769231, 0.078447954329361, 0.131807692307693, 0.0907396020743729, 0.185346153846154, 0.150288937102451, 0.298730769230769, 0.673814140089547, 1.18284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1095, '2022-01-09 00:00:00', 0.0427054491208724, 0.0986538461538458, 0.0638253506423232, 0.137653846153846, 0.065743943856802, 0.164884615384615, 0.140436226972081, 0.287576923076923, 0.675212185453295, 1.17784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1110, '2022-01-09 00:00:00', 0.0477300260278099, 0.0963461538461545, 0.0521201127574203, 0.124115384615384, 0.0593152205139244, 0.157153846153846, 0.126062676718918, 0.275961538461538, 0.666837160378408, 1.17796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1125, '2022-01-09 00:00:00', 0.033318440262691, 0.0809615384615383, 0.0414786135811629, 0.0996538461538459, 0.0531338512988309, 0.146615384615385, 0.120687925595792, 0.279153846153847, 0.671195646130557, 1.19434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1140, '2022-01-09 00:00:00', 0.0340457836540064, 0.0693461538461535, 0.0465514768831252, 0.104, 0.0575975560378958, 0.137038461538461, 0.135291662145728, 0.298076923076923, 0.67011600373483, 1.20353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1155, '2022-01-09 00:00:00', 0.0346640137051942, 0.0799230769230773, 0.0439126580664569, 0.107192307692308, 0.0741229747420819, 0.134846153846154, 0.175648411935277, 0.431269230769231, 0.680776670711193, 1.21365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1170, '2022-01-09 00:00:00', 0.0288201051618215, 0.0639615384615389, 0.0534243534210895, 0.0898076923076929, 0.0949715746947479, 0.129, 0.180193797383219, 0.472730769230769, 0.684808371848539, 1.22411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1185, '2022-01-09 00:00:00', 0.0424443345861563, 0.0641923076923084, 0.0591866409043326, 0.0925384615384615, 0.0943714184241429, 0.133730769230769, 0.178664485731044, 0.487961538461538, 0.681836817833891, 1.22561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1200, '2022-01-09 00:00:00', 0.0216208232960716, 0.06172, 0.0292254455341005, 0.0832799999999995, 0.0566726859548172, 0.12572, 0.200845653840622, 0.49732, 0.672121263860424, 1.18808 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1215, '2022-01-09 00:00:00', 0.0234035609826078, 0.0596799999999996, 0.0426868441872504, 0.0880000000000001, 0.0582499785407676, 0.13532, 0.199509080829253, 0.50904, 0.664473852006233, 1.1912 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1230, '2022-01-09 00:00:00', 0.0342577485152391, 0.0624800000000005, 0.0428368999812085, 0.0906, 0.0522015325445529, 0.1306, 0.205297694417968, 0.520680000000001, 0.667337790527906, 1.20268 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1245, '2022-01-09 00:00:00', 0.0263447021872205, 0.0567200000000003, 0.0329228897071117, 0.0900000000000006, 0.0450045553249885, 0.12792, 0.23046700414593, 0.535040000000001, 0.676053567897299, 1.20548 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1260, '2022-01-09 00:00:00', 0.0298216923284597, 0.0689999999999998, 0.0319224059243665, 0.0970399999999995, 0.0400208279108097, 0.1334, 0.245396108363601, 0.551000000000001, 0.691191242228469, 1.216 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1275, '2022-01-09 00:00:00', 0.0272165390893118, 0.06464, 0.0410989861999853, 0.0917200000000003, 0.0465743133783699, 0.1246, 0.256099427306401, 0.554200000000001, 0.69503908762985, 1.2196 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1290, '2022-01-09 00:00:00', 0.0356674454743619, 0.0620000000000002, 0.0394042298913877, 0.0868799999999999, 0.0538485530601028, 0.1196, 0.264883074833657, 0.555720000000001, 0.69521886721617, 1.22876 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1305, '2022-01-09 00:00:00', 0.0324037034920399, 0.0613999999999999, 0.0428295847905784, 0.0830400000000003, 0.0710868014003543, 0.1434, 0.289687256652181, 0.566960000000001, 0.707856623900633, 1.2404 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1320, '2022-01-09 00:00:00', 0.0209553960398846, 0.0512083333333342, 0.0349542143589199, 0.0783333333333331, 0.0898509938006058, 0.182625, 0.295342971838661, 0.569916666666668, 0.722564483607529, 1.25929166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1335, '2022-01-09 00:00:00', 0.0301990677944243, 0.0623750000000003, 0.0520172769515024, 0.110333333333334, 0.161069247642845, 0.371208333333334, 0.299650085788479, 0.567500000000001, 0.735702945675334, 1.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1350, '2022-01-09 00:00:00', 0.0423658154511468, 0.0854166666666674, 0.0787435297549002, 0.154250000000001, 0.169770641314022, 0.418625000000001, 0.303200652818501, 0.570125000000001, 0.733072860526552, 1.27758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 1365, '2022-01-09 00:00:00', 0.0606808591457531, 0.117083333333334, 0.147938582781378, 0.349541666666667, 0.163192465503471, 0.431041666666667, 0.30243062445575, 0.563250000000001, 0.736966323734566, 1.28516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 990, '2022-01-09 00:00:00', 0.138390004456006, 0.24828, 0.14512944796514, 0.32216, 0.163572634223047, 0.37844, 0.300157597493938, 0.528, 0.694212390650969, 1.33048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1005, '2022-01-09 00:00:00', 0.0904878076501638, 0.16028, 0.109218817060065, 0.216599999999999, 0.123008780174425, 0.27208, 0.253124323867409, 0.47256, 0.677637316957482, 1.3082 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1020, '2022-01-09 00:00:00', 0.0829000804181349, 0.127559999999999, 0.0948408842922362, 0.17028, 0.117146233400823, 0.250640000000001, 0.24520377240165, 0.44584, 0.683045630491356, 1.297 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1035, '2022-01-09 00:00:00', 0.094456339120252, 0.126800000000001, 0.103000922325968, 0.178240000000001, 0.139775117003468, 0.258000000000001, 0.250545285327822, 0.434760000000001, 0.691666521285126, 1.29608 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1050, '2022-01-09 00:00:00', 0.0750730089091058, 0.10896, 0.0920459667774744, 0.15628, 0.14618341219167, 0.237560000000001, 0.230104555945046, 0.39024, 0.669668243734662, 1.27816 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1065, '2022-01-09 00:00:00', 0.0551905185093718, 0.0950800000000001, 0.0792791061167223, 0.14648, 0.141225139405135, 0.21696, 0.21762928724477, 0.37956, 0.671822875962606, 1.26832 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1080, '2022-01-09 00:00:00', 0.0612602916523687, 0.0966399999999996, 0.0841576496820098, 0.15548, 0.131134498384928, 0.209559999999999, 0.205973080765425, 0.36508, 0.670546386662897, 1.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1095, '2022-01-09 00:00:00', 0.0659534431752167, 0.097760000000001, 0.112382709227591, 0.141960000000001, 0.135972092724941, 0.20392, 0.184586366416014, 0.34628, 0.656223983611288, 1.2558 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1110, '2022-01-09 00:00:00', 0.0694532936584005, 0.0874799999999988, 0.0727432241976294, 0.129079999999999, 0.102782667150967, 0.179119999999999, 0.168655447584714, 0.335079999999999, 0.644360729715895, 1.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1125, '2022-01-09 00:00:00', 0.0425078424136854, 0.0726000000000002, 0.068449665204927, 0.116240000000001, 0.065262878677953, 0.15292, 0.157220206504551, 0.32412, 0.644221113697258, 1.27048 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1140, '2022-01-09 00:00:00', 0.0545282801244757, 0.0746000000000007, 0.0510885505764258, 0.0999600000000004, 0.0684053604137373, 0.14972, 0.144822304911917, 0.3316, 0.631133438083159, 1.2734 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1155, '2022-01-09 00:00:00', 0.0423193021366542, 0.0655600000000004, 0.0433973885543046, 0.1022, 0.0700002857137028, 0.14704, 0.253200592416368, 0.49404, 0.625207104352898, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1170, '2022-01-09 00:00:00', 0.0395115173082486, 0.0650799999999995, 0.0553413648789642, 0.100199999999999, 0.0771681065380425, 0.1452, 0.278668602465366, 0.518239999999999, 0.621280873143005, 1.27744 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1185, '2022-01-09 00:00:00', 0.0412017394454812, 0.0661999999999998, 0.0555383651181773, 0.0955200000000011, 0.0762805785679854, 0.14768, 0.278055150404856, 0.5368, 0.612799714425522, 1.27464 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1200, '2022-01-09 00:00:00', 0.0415040961833885, 0.0624400000000006, 0.0514688578980857, 0.0957200000000003, 0.0850491622533702, 0.14288, 0.275406015426921, 0.54916, 0.603873874800581, 1.27264 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1215, '2022-01-09 00:00:00', 0.038534702974505, 0.0615600000000006, 0.0572334401086166, 0.0947999999999996, 0.0691080554880063, 0.13756, 0.277913547708636, 0.55876, 0.60304178130541, 1.26784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1230, '2022-01-09 00:00:00', 0.03504639781775, 0.0553999999999994, 0.0470661945207678, 0.0823199999999997, 0.0577710134929281, 0.12236, 0.304037415460663, 0.5854, 0.59954136081953, 1.26648 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1245, '2022-01-09 00:00:00', 0.0390227711300297, 0.04988, 0.0471528366060842, 0.0828399999999999, 0.0542995395928912, 0.121239999999999, 0.302041840368737, 0.59624, 0.59870062635678, 1.26576 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1260, '2022-01-09 00:00:00', 0.0360355380145776, 0.0573200000000008, 0.0428453809256817, 0.0816800000000006, 0.0553659642740923, 0.129160000000001, 0.300885315915107, 0.60384, 0.600693912626612, 1.27052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1275, '2022-01-09 00:00:00', 0.031596307801176, 0.0520799999999991, 0.0371224550193901, 0.0819199999999986, 0.058004654985613, 0.127959999999998, 0.290789798078727, 0.61104, 0.599388279832031, 1.26932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1290, '2022-01-09 00:00:00', 0.0375121313710642, 0.0619199999999995, 0.0413550883608463, 0.0950800000000004, 0.101671808613139, 0.14164, 0.296138717495704, 0.61984, 0.598684956105185, 1.27852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1305, '2022-01-09 00:00:00', 0.0364752427453659, 0.0581200000000013, 0.0578226599180631, 0.0902799999999999, 0.114148412165918, 0.14588, 0.298585554461922, 0.6254, 0.596877843448725, 1.28008 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1320, '2022-01-09 00:00:00', 0.0375684881828881, 0.0579999999999995, 0.0408246293592342, 0.074708333333333, 0.081245200527143, 0.148, 0.292865376279253, 0.621291666666667, 0.596320596343266, 1.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1335, '2022-01-09 00:00:00', 0.0287333757859736, 0.0492916666666664, 0.0486807851269844, 0.0914166666666662, 0.207042314340658, 0.412541666666667, 0.286697054548798, 0.619625, 0.595893556295739, 1.2635 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1350, '2022-01-09 00:00:00', 0.0422592927778845, 0.06925, 0.0677141129082895, 0.120374999999999, 0.217362246065163, 0.439208333333333, 0.292536876778574, 0.622791666666667, 0.593676820051674, 1.26241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 1365, '2022-01-09 00:00:00', 0.0600396004582679, 0.0981666666666658, 0.188232583350445, 0.386124999999999, 0.212970076825803, 0.456583333333333, 0.291351311918313, 0.615249999999999, 0.597788945354802, 1.26616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 990, '2022-01-09 00:00:00', 0.132160880980486, 0.294538461538461, 0.151958238190123, 0.345115384615384, 0.164714727752139, 0.405692307692308, 0.256428979521546, 0.557692307692308, 0.565458349142875, 1.25876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1005, '2022-01-09 00:00:00', 0.0890614653786056, 0.189230769230768, 0.0933089574395815, 0.253807692307691, 0.119552556836538, 0.319423076923075, 0.236027315889822, 0.477576923076923, 0.571419636990594, 1.22080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1020, '2022-01-09 00:00:00', 0.0701544340393723, 0.170730769230769, 0.0815991327254054, 0.218461538461538, 0.134407148390484, 0.292807692307691, 0.221257900337002, 0.424538461538462, 0.556030796048066, 1.20738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1035, '2022-01-09 00:00:00', 0.0456110141893873, 0.132269230769232, 0.0689457869522226, 0.177192307692308, 0.12129978755768, 0.244961538461538, 0.187898073842831, 0.379384615384616, 0.556983800344457, 1.20007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1050, '2022-01-09 00:00:00', 0.0470812717951212, 0.124615384615385, 0.0918760117683691, 0.179807692307693, 0.115297721640042, 0.23473076923077, 0.187888002646421, 0.374307692307694, 0.557847153039115, 1.19661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1065, '2022-01-09 00:00:00', 0.0566053136945775, 0.116192307692308, 0.0695444185671736, 0.158115384615385, 0.105707026183767, 0.223846153846154, 0.17350174461548, 0.364153846153847, 0.553289602844102, 1.19123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1080, '2022-01-09 00:00:00', 0.046885457807792, 0.108384615384616, 0.0782880283607621, 0.156846153846154, 0.111188965971657, 0.209884615384616, 0.170044410488736, 0.356307692307693, 0.556595419976181, 1.18930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1095, '2022-01-09 00:00:00', 0.0578793439971331, 0.101538461538462, 0.0788626556840337, 0.14496153846154, 0.106310749148971, 0.197153846153847, 0.165686228015023, 0.358615384615386, 0.560620015285275, 1.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1110, '2022-01-09 00:00:00', 0.0542820554001182, 0.110692307692309, 0.0837153877960693, 0.154884615384615, 0.0895237656456916, 0.190230769230769, 0.150607554208331, 0.352346153846154, 0.56763590849715, 1.20373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1125, '2022-01-09 00:00:00', 0.0551207346160715, 0.102153846153845, 0.0588774607521024, 0.126346153846153, 0.0691834239818045, 0.162115384615384, 0.134900310771153, 0.332576923076924, 0.584319497693355, 1.19265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1140, '2022-01-09 00:00:00', 0.0380956892372561, 0.0868076923076922, 0.0446551917904985, 0.108384615384616, 0.0597135340927521, 0.162115384615384, 0.125221698783214, 0.347923076923078, 0.591542808126474, 1.19857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1155, '2022-01-09 00:00:00', 0.0313624223946669, 0.0728076923076918, 0.0380560719910063, 0.101230769230768, 0.0699601754846725, 0.156884615384615, 0.308424682240875, 0.506230769230769, 0.589488467950097, 1.20957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1170, '2022-01-09 00:00:00', 0.0298480510895799, 0.0761153846153846, 0.060831773074477, 0.11523076923077, 0.0780093978559391, 0.157884615384615, 0.336267906014513, 0.53323076923077, 0.596774593447656, 1.21765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1185, '2022-01-09 00:00:00', 0.051796287363241, 0.0818461538461536, 0.0532608241075497, 0.110653846153846, 0.0690136218438068, 0.148, 0.34727548142649, 0.548500000000001, 0.59751665570606, 1.21792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1200, '2022-01-09 00:00:00', 0.0378977571895759, 0.0759999999999997, 0.0574128905386243, 0.106, 0.0588314410969038, 0.136538461538461, 0.354543120953411, 0.57223076923077, 0.590493472900812, 1.23069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1215, '2022-01-09 00:00:00', 0.0349247983310072, 0.0693076923076912, 0.0396001748247893, 0.0955769230769222, 0.0399614622047101, 0.139038461538461, 0.357895713216101, 0.589307692307693, 0.592504452433774, 1.24338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1230, '2022-01-09 00:00:00', 0.0275632977819309, 0.0671538461538454, 0.0302588067282139, 0.0903461538461532, 0.0518052566385371, 0.138769230769231, 0.349894647880451, 0.59623076923077, 0.607280105185281, 1.24761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1245, '2022-01-09 00:00:00', 0.0302258167797004, 0.0699999999999995, 0.0417477406113645, 0.109076923076923, 0.0627634018786792, 0.155269230769231, 0.341068709522561, 0.607769230769232, 0.608145291344606, 1.24684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1260, '2022-01-09 00:00:00', 0.0360192469916588, 0.0788846153846152, 0.0536710350189005, 0.105500000000001, 0.0652039758108231, 0.149038461538462, 0.341655183797033, 0.61323076923077, 0.606097901459695, 1.24188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1275, '2022-01-09 00:00:00', 0.0299069325639496, 0.0702307692307695, 0.0384873205894334, 0.102076923076923, 0.0799611444101737, 0.153769230769231, 0.332448318713428, 0.613269230769231, 0.618725921676024, 1.24961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1290, '2022-01-09 00:00:00', 0.0261406844710577, 0.0701538461538458, 0.0358611853594474, 0.0927692307692307, 0.0854251989484638, 0.160769230769231, 0.326737231520283, 0.616461538461539, 0.621896964011044, 1.24992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1305, '2022-01-09 00:00:00', 0.0280122226070089, 0.0617307692307688, 0.0762313886491949, 0.11023076923077, 0.0821469696056069, 0.16973076923077, 0.316414314564842, 0.619538461538462, 0.62165059689136, 1.24876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1320, '2022-01-09 00:00:00', 0.0417063144699535, 0.0738000000000011, 0.0522300360584461, 0.111320000000001, 0.0692436037960667, 0.198480000000001, 0.32326378805345, 0.63132, 0.6325665235109, 1.23736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1335, '2022-01-09 00:00:00', 0.0318254091358889, 0.0792400000000004, 0.050280148501504, 0.123520000000001, 0.284470367525337, 0.439160000000001, 0.315220224604957, 0.63404, 0.642180966187362, 1.23968 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1350, '2022-01-09 00:00:00', 0.0369097999633336, 0.0887999999999999, 0.0569422221788602, 0.1552, 0.299687604014581, 0.45192, 0.307268140229344, 0.61972, 0.647755128630154, 1.23096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 1365, '2022-01-09 00:00:00', 0.0595722810262176, 0.12724, 0.274113948325631, 0.40404, 0.302014558148003, 0.466720000000001, 0.30678362624712, 0.611120000000001, 0.64847133835403, 1.22292 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 990, '2022-01-09 00:00:00', 0.13538367132538, 0.275538461538462, 0.177824580804965, 0.321307692307693, 0.204622252342814, 0.392115384615385, 0.23543371433623, 0.531076923076924, 0.652168793629852, 1.21984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1005, '2022-01-09 00:00:00', 0.0888603744863041, 0.183384615384616, 0.113856596714396, 0.257269230769232, 0.15399051419337, 0.314961538461539, 0.194716618547214, 0.449192307692308, 0.663461584303232, 1.18707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1020, '2022-01-09 00:00:00', 0.0746115375693439, 0.166192307692308, 0.103380856731126, 0.223192307692308, 0.139543988101905, 0.282269230769231, 0.172048848161927, 0.403384615384616, 0.671400269242173, 1.16780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1035, '2022-01-09 00:00:00', 0.0562010265441427, 0.136653846153846, 0.0833036706181757, 0.181692307692308, 0.114211120299207, 0.259500000000001, 0.138986352401399, 0.378384615384615, 0.682613272651507, 1.147 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1050, '2022-01-09 00:00:00', 0.0547887270830835, 0.116269230769231, 0.0744999019101055, 0.171653846153846, 0.088866165578444, 0.231346153846153, 0.113472544968104, 0.348461538461538, 0.691443605798767, 1.1355 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1065, '2022-01-09 00:00:00', 0.0535981199440662, 0.117961538461538, 0.0648620429479718, 0.15673076923077, 0.0626595686105613, 0.203307692307692, 0.106670737101822, 0.322384615384615, 0.696009579951753, 1.12884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1080, '2022-01-09 00:00:00', 0.0458726665723893, 0.0983076923076927, 0.053664097724787, 0.148346153846153, 0.0612160486750381, 0.183730769230768, 0.117721601180987, 0.312846153846154, 0.69746076592164, 1.13 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1095, '2022-01-09 00:00:00', 0.0429322901609211, 0.101307692307692, 0.0471957136254494, 0.138653846153846, 0.0602448848770266, 0.169384615384615, 0.126995826703085, 0.3135, 0.699525695354745, 1.12996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1110, '2022-01-09 00:00:00', 0.0301370459478282, 0.0858076923076929, 0.0458285769093742, 0.123538461538462, 0.0776528071710107, 0.167038461538461, 0.144800467487558, 0.313153846153846, 0.694986804523322, 1.12846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1125, '2022-01-09 00:00:00', 0.0400661184313358, 0.0835769230769226, 0.0511894370113445, 0.110961538461538, 0.0995214781611705, 0.171730769230769, 0.158340898064902, 0.314, 0.710138778419672, 1.15726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1140, '2022-01-09 00:00:00', 0.0420042671824958, 0.0809615384615378, 0.0764799420662789, 0.126307692307692, 0.100606629235621, 0.170576923076923, 0.201886338928996, 0.342423076923077, 0.713320952684317, 1.17769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1155, '2022-01-09 00:00:00', 0.0474740576930826, 0.0891153846153849, 0.0687540544259035, 0.118999999999999, 0.0716278952965635, 0.157346153846154, 0.199479619163308, 0.438961538461538, 0.714421401178282, 1.18046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1170, '2022-01-09 00:00:00', 0.0324304700029994, 0.0728461538461527, 0.0425966593128545, 0.103653846153846, 0.0537512933654768, 0.151192307692308, 0.19130060517014, 0.460192307692308, 0.71483777610997, 1.19161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1185, '2022-01-09 00:00:00', 0.028873623843331, 0.0693846153846166, 0.0316649041344857, 0.100115384615385, 0.0606846070965412, 0.146307692307692, 0.212382329411263, 0.483423076923077, 0.728814021861228, 1.20003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1200, '2022-01-09 00:00:00', 0.0242688784565435, 0.0754615384615383, 0.049860250855613, 0.110269230769231, 0.0616997194857105, 0.144153846153846, 0.255867312368075, 0.512807692307693, 0.737731888967802, 1.2165 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1215, '2022-01-09 00:00:00', 0.0367934776828718, 0.0760000000000005, 0.0456561732282293, 0.101615384615385, 0.0598250397794716, 0.153346153846154, 0.268300878750818, 0.525192307692308, 0.739741931091773, 1.21726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1230, '2022-01-09 00:00:00', 0.0313786796800235, 0.0696923076923082, 0.039106953936018, 0.089923076923077, 0.051712652818614, 0.146961538461539, 0.275105946025275, 0.533192307692308, 0.739957567390497, 1.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1245, '2022-01-09 00:00:00', 0.0241554262099553, 0.0652692307692309, 0.0396217694630689, 0.115269230769231, 0.0523959481698283, 0.152846153846153, 0.282552108196264, 0.540576923076923, 0.734933320889621, 1.22711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1260, '2022-01-09 00:00:00', 0.0400956548576222, 0.095692307692308, 0.0461987179309296, 0.116192307692307, 0.0641898626072566, 0.159461538461538, 0.301335917846869, 0.562846153846154, 0.733772361472916, 1.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1275, '2022-01-09 00:00:00', 0.0368489014552877, 0.0788076923076915, 0.0397924036043992, 0.111653846153845, 0.0804825542491145, 0.155807692307692, 0.321354156416489, 0.579423076923077, 0.733361974848606, 1.23288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1290, '2022-01-09 00:00:00', 0.0372596915631974, 0.0797307692307684, 0.0622330730770655, 0.114653846153846, 0.100177818825404, 0.164346153846154, 0.345010414558526, 0.592115384615385, 0.734518137179848, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1305, '2022-01-09 00:00:00', 0.0354140563140595, 0.0713461538461529, 0.070631143708272, 0.112038461538461, 0.0858404692079805, 0.163115384615385, 0.379454720112143, 0.614730769230769, 0.740748458291706, 1.23596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1320, '2022-01-09 00:00:00', 0.0324380435086126, 0.07268, 0.0466368237912207, 0.10992, 0.0983768265395877, 0.186, 0.357180355936138, 0.58516, 0.760873395075248, 1.22564 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1335, '2022-01-09 00:00:00', 0.030521140214612, 0.0779600000000002, 0.0452319208819037, 0.11752, 0.154564517273532, 0.369759999999999, 0.379237928834481, 0.592359999999999, 0.760601268734151, 1.22604 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1350, '2022-01-09 00:00:00', 0.036886402191956, 0.0832399999999996, 0.077434660628602, 0.14528, 0.17330495280478, 0.404759999999999, 0.389706077277051, 0.597919999999999, 0.760334305859381, 1.22644 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 1365, '2022-01-09 00:00:00', 0.0529953457075873, 0.11444, 0.16124465882627, 0.358559999999999, 0.213232072321841, 0.439799999999999, 0.402228865199901, 0.606319999999999, 0.760913939505207, 1.22924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 990, '2022-01-09 00:00:00', 0.119930188026202, 0.279999999999999, 0.152582032581385, 0.33112, 0.234455575038571, 0.4018, 0.421618955139986, 0.58672, 0.683713190355917, 1.18032 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1005, '2022-01-09 00:00:00', 0.062732580583511, 0.164280000000001, 0.108755428983262, 0.24008, 0.161460284074237, 0.30844, 0.343097085385463, 0.48012, 0.628784162756453, 1.11724 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1020, '2022-01-09 00:00:00', 0.069330729117759, 0.157799999999999, 0.109190155233886, 0.20764, 0.139925575455906, 0.2538, 0.315158822394889, 0.4238, 0.60754701327003, 1.10096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1035, '2022-01-09 00:00:00', 0.0600450664084905, 0.12408, 0.0791296404642402, 0.1706, 0.0973838282262511, 0.21188, 0.264184928916596, 0.38152, 0.589476533318617, 1.0874 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1050, '2022-01-09 00:00:00', 0.0572134016934254, 0.127959999999999, 0.0714732584024726, 0.157519999999999, 0.11347095076127, 0.214359999999999, 0.260794478469157, 0.36848, 0.583427624760204, 1.08072 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1065, '2022-01-09 00:00:00', 0.0440015908803299, 0.10684, 0.077076801525059, 0.1476, 0.114756989620094, 0.2036, 0.249889422211771, 0.35516, 0.580591293424214, 1.0722 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1080, '2022-01-09 00:00:00', 0.035439996237773, 0.0939199999999994, 0.0622994649522223, 0.14216, 0.0967729300992791, 0.1904, 0.232690409485794, 0.33992, 0.577000938762958, 1.0686 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1095, '2022-01-09 00:00:00', 0.0627043858115193, 0.108439999999999, 0.0765555353975132, 0.1426, 0.123696577694507, 0.19852, 0.247537202591179, 0.336000000000001, 0.575173588290237, 1.06436 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1110, '2022-01-09 00:00:00', 0.0476488195026896, 0.0920800000000003, 0.0654501591543776, 0.12284, 0.103517711850034, 0.174, 0.255484128665559, 0.32716, 0.58877465128859, 1.06556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1125, '2022-01-09 00:00:00', 0.04995024190799, 0.082879999999999, 0.0756387687190474, 0.128839999999999, 0.139742465509476, 0.176039999999999, 0.250015052880155, 0.32712, 0.597477126479891, 1.1182 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1140, '2022-01-09 00:00:00', 0.0578389430516624, 0.0905200000000002, 0.0708015301152936, 0.11376, 0.134486033971315, 0.16808, 0.252619654817277, 0.33876, 0.610906806859006, 1.13328 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1155, '2022-01-09 00:00:00', 0.0429285452816655, 0.0748800000000006, 0.0824172918749463, 0.118120000000001, 0.100885380506792, 0.15488, 0.30217435364372, 0.44244, 0.601453993807229, 1.16164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1170, '2022-01-09 00:00:00', 0.0624599071405017, 0.0823600000000002, 0.0738363505779281, 0.10884, 0.0837327693717739, 0.152479999999999, 0.312228799653929, 0.47536, 0.623203209234356, 1.17736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1185, '2022-01-09 00:00:00', 0.0445283430337725, 0.0737600000000006, 0.0616152578506328, 0.10324, 0.0880298244914753, 0.145, 0.312786018442854, 0.483520000000001, 0.631737353124962, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1200, '2022-01-09 00:00:00', 0.0418689622512915, 0.0725200000000001, 0.0532431529244213, 0.1094, 0.0712805490064904, 0.143, 0.299883544063358, 0.48616, 0.631516362944514, 1.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1215, '2022-01-09 00:00:00', 0.0423078794867651, 0.0819599999999997, 0.0624369815627453, 0.10772, 0.0666182407453094, 0.14136, 0.29045108595654, 0.492, 0.633348574378017, 1.189 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1230, '2022-01-09 00:00:00', 0.0452833670715129, 0.0699999999999994, 0.0455745908740101, 0.0967199999999991, 0.0637752041679735, 0.134879999999999, 0.264002102264358, 0.489120000000001, 0.640896148633563, 1.19296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1245, '2022-01-09 00:00:00', 0.0354543368292215, 0.0665199999999999, 0.0474423158512871, 0.09976, 0.0893160493229889, 0.14824, 0.275188680726515, 0.49632, 0.634050274031958, 1.1982 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1260, '2022-01-09 00:00:00', 0.0372715262186395, 0.0754000000000005, 0.0559014609230683, 0.0978400000000005, 0.0967165101383073, 0.157400000000001, 0.273610714946132, 0.502640000000001, 0.634287198357338, 1.1994 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1275, '2022-01-09 00:00:00', 0.0331200845409546, 0.0642400000000001, 0.0637444638119002, 0.10624, 0.138595490547131, 0.179720000000001, 0.269037500483978, 0.505520000000001, 0.63287222249045, 1.2002 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1290, '2022-01-09 00:00:00', 0.0464479995981171, 0.0714000000000004, 0.0765668988532253, 0.11264, 0.158034616461078, 0.175240000000001, 0.262699847735015, 0.50872, 0.645262414319425, 1.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1305, '2022-01-09 00:00:00', 0.0596644226766114, 0.0794799999999995, 0.114507612556254, 0.130080000000001, 0.134745290579423, 0.17772, 0.25436589787155, 0.503480000000001, 0.642150229048209, 1.2034 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1320, '2022-01-09 00:00:00', 0.0387391639828086, 0.081125000000001, 0.0479694196065709, 0.105750000000001, 0.070134330219675, 0.186958333333333, 0.232062757004233, 0.491083333333334, 0.654815073739985, 1.20920833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1335, '2022-01-09 00:00:00', 0.0378370840252814, 0.0745833333333339, 0.0389455212211669, 0.113333333333334, 0.147899636700812, 0.322041666666667, 0.229487567153998, 0.495250000000001, 0.65521232314861, 1.20916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1350, '2022-01-09 00:00:00', 0.0398954930075912, 0.0937916666666663, 0.0599446604698075, 0.159833333333333, 0.17836266181697, 0.36175, 0.232569562602837, 0.489416666666667, 0.64652759785071, 1.20925 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 1365, '2022-01-09 00:00:00', 0.0422494318630861, 0.107333333333333, 0.141993971856126, 0.283125, 0.195210361264272, 0.368708333333334, 0.235049543806148, 0.480125000000001, 0.645248632002773, 1.20883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 930, '2022-01-09 00:00:00', 0, 0.231000000000002, 0, 0.290999999999997, 0, 0.301000000000002, 0, 0.344000000000001, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 945, '2022-01-09 00:00:00', 0, 0.152999999999999, 0, 0.163000000000004, 0, 0.304000000000002, 0, 0.384, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 960, '2022-01-09 00:00:00', 0, 0.154000000000003, 0, 0.283999999999999, 0, 0.344000000000001, 0, 0.423999999999999, 0, 2.164 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 1, 975, '2022-01-09 00:00:00', 0, 0.163999999999994, 0, 0.183999999999997, 0, 0.223999999999997, 0, 0.303999999999995, 0, 2.044 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 930, '2022-01-09 00:00:00', 0, 0.253999999999998, 0, 0.554000000000002, 0, 0.584000000000003, 0, 0.584000000000003, 0, 1.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 945, '2022-01-09 00:00:00', 0, 0.334000000000003, 0, 0.364000000000004, 0, 0.364000000000004, 0, 0.364000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 960, '2022-01-09 00:00:00', 0, 0.274000000000001, 0, 0.284000000000006, 0, 0.294000000000004, 0, 0.294000000000004, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 2, 975, '2022-01-09 00:00:00', 0, 0.104000000000006, 0, 0.134, 0, 0.134, 0, 0.194000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 930, '2022-01-09 00:00:00', 0, 0.374000000000002, 0, 0.423000000000002, 0, 0.444000000000003, 0, 0.533999999999999, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 945, '2022-01-09 00:00:00', 0, 0.161999999999999, 0, 0.161999999999999, 0, 0.212999999999994, 0, 0.272999999999996, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 960, '2022-01-09 00:00:00', 0, 0.0839999999999961, 0, 0.124000000000002, 0, 0.194000000000003, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 3, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.143999999999998, 0, 0.204000000000001, 0, 0.264000000000003, 0, 1.854 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 930, '2022-01-09 00:00:00', 0, 0.280999999999999, 0, 0.314, 0, 0.333999999999996, 0, 1.354, 0, 1.684 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 945, '2022-01-09 00:00:00', 0, 0.193000000000005, 0, 0.193000000000005, 0, 0.313000000000002, 0, 1.51300000000001, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 960, '2022-01-09 00:00:00', 0, 0.0840000000000032, 0, 0.173999999999999, 0, 0.323999999999998, 0, 1.524, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 4, 975, '2022-01-09 00:00:00', 0, 0.134, 0, 0.234000000000002, 0, 0.324000000000005, 0, 1.484, 0, 1.594 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 930, '2022-01-09 00:00:00', 0, 0.293999999999997, 0, 0.433999999999997, 0, 0.473999999999997, 0, 0.783999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 945, '2022-01-09 00:00:00', 0, 0.213999999999999, 0, 0.223999999999997, 0, 0.443999999999996, 0, 0.564, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 960, '2022-01-09 00:00:00', 0, 0.153999999999996, 0, 0.183999999999997, 0, 0.494, 0, 0.494, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-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 970050, 5, 975, '2022-01-09 00:00:00', 0, 0.150999999999996, 0, 0.340999999999994, 0, 0.460999999999999, 0, 0.460999999999999, 0, 0.884 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:55:37 Duration: 3s395ms 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 970095, 5, 990, '2022-01-09 00:00:00', 0.288768176917056, 0.6075, 0.361230307954102, 0.750153846153846, 0.415528499439152, 0.881423076923077, 0.512792057120772, 1.05357692307692, 1.26197452613568, 2.87523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1005, '2022-01-09 00:00:00', 0.145524219501562, 0.393461538461539, 0.167573102302801, 0.50723076923077, 0.182693202265017, 0.625615384615386, 0.350593433173834, 0.849653846153846, 1.23490214124907, 2.75646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1020, '2022-01-09 00:00:00', 0.119761660745897, 0.311153846153847, 0.153795168474675, 0.412076923076924, 0.192133895620096, 0.542923076923077, 0.324355730641529, 0.781999999999999, 1.22653029126256, 2.73065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1035, '2022-01-09 00:00:00', 0.0943745402434036, 0.266923076923077, 0.133870459773619, 0.3815, 0.170844724823449, 0.476999999999999, 0.256607596266241, 0.71753846153846, 1.23726511554874, 2.69661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1050, '2022-01-09 00:00:00', 0.104723849315162, 0.27226923076923, 0.153033269384345, 0.350307692307692, 0.168788028193763, 0.444038461538461, 0.252281478938476, 0.686230769230768, 1.23189826503028, 2.68815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1065, '2022-01-09 00:00:00', 0.122958711018717, 0.19826923076923, 0.136520773285465, 0.285807692307692, 0.17365162295195, 0.405615384615384, 0.226335071554068, 0.637730769230769, 1.22671112579688, 2.67488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1080, '2022-01-09 00:00:00', 0.0822856936813156, 0.205153846153847, 0.105535586415199, 0.285, 0.182417036991108, 0.396846153846154, 0.235398820335585, 0.622730769230769, 1.22868681181921, 2.67219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1095, '2022-01-09 00:00:00', 0.0797828687992994, 0.202115384615384, 0.14853701429403, 0.298730769230769, 0.175488702244287, 0.378269230769231, 0.25090364684476, 0.602, 1.23160471493339, 2.64957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1110, '2022-01-09 00:00:00', 0.112414343459296, 0.189769230769231, 0.130106323384434, 0.255153846153847, 0.138627625174559, 0.321538461538462, 0.245406366289435, 0.566269230769231, 1.23739638136508, 2.64026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1125, '2022-01-09 00:00:00', 0.0655769307466717, 0.162423076923077, 0.0869234942127487, 0.228576923076923, 0.145062172347424, 0.296923076923077, 0.239311232820037, 0.544884615384615, 1.29296849387518, 2.79861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1140, '2022-01-09 00:00:00', 0.0669274233778646, 0.167, 0.0770798686678057, 0.208115384615385, 0.126103772895428, 0.268807692307692, 0.228079500309734, 0.554538461538462, 1.28096611917003, 2.81996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1155, '2022-01-09 00:00:00', 0.0521992189744103, 0.134961538461538, 0.101024323042294, 0.192076923076923, 0.181720021334596, 0.276384615384615, 0.503489584339599, 1.10019230769231, 1.30879083890437, 2.8065 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1170, '2022-01-09 00:00:00', 0.0769813264070222, 0.14773076923077, 0.0854571147508419, 0.188038461538461, 0.166563441366946, 0.274500000000001, 0.516460009621714, 1.22030769230769, 1.30532766060421, 2.81969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1185, '2022-01-09 00:00:00', 0.0681453198347814, 0.141769230769231, 0.170691539153121, 0.218807692307692, 0.170907104771974, 0.276961538461539, 0.555396811713516, 1.26046153846154, 1.29582477269825, 2.82519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1200, '2022-01-09 00:00:00', 0.0456190018888328, 0.14148, 0.0603674305123781, 0.17432, 0.0854791787513196, 0.263760000000001, 0.571321354405731, 1.29344, 1.30665220187572, 2.86632 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1215, '2022-01-09 00:00:00', 0.042960252947735, 0.112, 0.0759559740902581, 0.175679999999999, 0.0684602561101447, 0.24984, 0.572338614807703, 1.29536, 1.30008788549082, 2.88252 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1230, '2022-01-09 00:00:00', 0.0497219602724322, 0.130759999999999, 0.0605017355122975, 0.18428, 0.0901660874904384, 0.25656, 0.570069951848016, 1.3226, 1.28964453371204, 2.90176 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1245, '2022-01-09 00:00:00', 0.0441862346589217, 0.118440000000001, 0.0333442648741871, 0.16156, 0.0807243251236369, 0.2444, 0.594518788601336, 1.32244, 1.29919053388382, 2.90572 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1260, '2022-01-09 00:00:00', 0.0262073780959999, 0.11608, 0.0480633262824516, 0.1708, 0.0638435065870697, 0.23792, 0.602906018104535, 1.3176, 1.30264418011981, 2.89888 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1275, '2022-01-09 00:00:00', 0.0411094879559457, 0.12764, 0.0532016603750922, 0.172199999999999, 0.148923783638925, 0.25872, 0.600837532116628, 1.32364, 1.29564042980039, 2.90696 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1290, '2022-01-09 00:00:00', 0.0474251339832924, 0.12768, 0.063418267610103, 0.172280000000001, 0.164753937737463, 0.269120000000001, 0.598380904329898, 1.31804, 1.29003922808572, 2.92172 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1305, '2022-01-09 00:00:00', 0.0565973497612738, 0.12552, 0.156390717968383, 0.195840000000001, 0.171080877559903, 0.2864, 0.605609491889506, 1.32976, 1.28528394657886, 2.92736 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1320, '2022-01-09 00:00:00', 0.0535088879248733, 0.126375, 0.0785244238751709, 0.186458333333333, 0.123437333745989, 0.305916666666666, 0.609564240589781, 1.35129166666667, 1.29166242659426, 2.96745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1335, '2022-01-09 00:00:00', 0.069264406234476, 0.139583333333333, 0.0896912174783775, 0.205416666666666, 0.516280761093577, 1.04245833333333, 0.616418524301021, 1.34716666666667, 1.30406382379151, 2.96125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1350, '2022-01-09 00:00:00', 0.0962989006212925, 0.163, 0.124748899969011, 0.252874999999999, 0.523494153380139, 1.17704166666667, 0.642857410599208, 1.39445833333333, 1.29433702953075, 2.96454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 1365, '2022-01-09 00:00:00', 0.107698418165553, 0.205416666666666, 0.526789316231501, 1.017875, 0.5828013246879, 1.20508333333333, 0.700466174999792, 1.41908333333333, 1.30875745641052, 2.95708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 990, '2022-01-09 00:00:00', 0.321753906995186, 0.55292, 0.291918122082203, 0.73324, 0.340479137882681, 0.85228, 0.511452669690298, 1.0738, 1.14251163378468, 2.8614 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1005, '2022-01-09 00:00:00', 0.159710675911161, 0.3332, 0.203518164627468, 0.483320000000001, 0.24811954779904, 0.597319999999999, 0.486701886853406, 0.84632, 1.0498946026467, 2.75552 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1020, '2022-01-09 00:00:00', 0.177872613593736, 0.2904, 0.200736120317197, 0.38964, 0.212152759428986, 0.51472, 0.410095362893396, 0.75096, 1.01788401762349, 2.70904 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1035, '2022-01-09 00:00:00', 0.15156481561805, 0.25432, 0.18839431166218, 0.352199999999999, 0.17609080990595, 0.43616, 0.362636700661511, 0.66972, 1.00801694264862, 2.66236 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1050, '2022-01-09 00:00:00', 0.131372092419458, 0.22028, 0.144986493623831, 0.303, 0.158031115079699, 0.3622, 0.361842221601257, 0.614720000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1065, '2022-01-09 00:00:00', 0.121491673240048, 0.185320000000001, 0.116795005600981, 0.249640000000001, 0.145234500033566, 0.318680000000001, 0.362021440433206, 0.597240000000001, 1.01287540036604, 2.64008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1080, '2022-01-09 00:00:00', 0.087181362687216, 0.163560000000001, 0.108153255460327, 0.23272, 0.145093096550685, 0.31344, 0.358547081985057, 0.581520000000001, 1.01143504157871, 2.63848 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1095, '2022-01-09 00:00:00', 0.0889545764234008, 0.1642, 0.0982819413727663, 0.235560000000001, 0.140373311803442, 0.331, 0.356758802741198, 0.580480000000001, 0.998947279222816, 2.6314 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1110, '2022-01-09 00:00:00', 0.0792672063340197, 0.14396, 0.109349470353846, 0.20384, 0.129867150067546, 0.30868, 0.365409368608231, 0.566440000000001, 0.997502394316257, 2.62788 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1125, '2022-01-09 00:00:00', 0.101470652571733, 0.141719999999999, 0.111623280128594, 0.22044, 0.122047231294554, 0.29788, 0.361676291730602, 0.568360000000001, 0.9981843934531, 2.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1140, '2022-01-09 00:00:00', 0.0779057764225475, 0.13232, 0.085974182171161, 0.188320000000001, 0.249727598261252, 0.315040000000001, 0.369161924724999, 0.590880000000001, 1.02909916107892, 2.8244 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1155, '2022-01-09 00:00:00', 0.0657831032003411, 0.1158, 0.0917179190053214, 0.17448, 0.372731257074048, 0.31544, 0.445470444212258, 1.0284, 1.01533823920898, 2.82964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1170, '2022-01-09 00:00:00', 0.0718487531786969, 0.11408, 0.248076144224578, 0.20976, 0.371731744676185, 0.29336, 0.468817917746324, 1.08864, 1.01649235609521, 2.83928 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1185, '2022-01-09 00:00:00', 0.25576030445191, 0.1614, 0.382259458134568, 0.23172, 0.370384498415723, 0.291480000000001, 0.478630274846879, 1.15724, 1.01752110215628, 2.84012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1200, '2022-01-09 00:00:00', 0.291056340479525, 0.16128, 0.282671405227578, 0.20896, 0.276403521444041, 0.26864, 0.505412785090892, 1.2448, 1.01892663785639, 2.82492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1215, '2022-01-09 00:00:00', 0.0790563512101755, 0.12136, 0.0973334817350462, 0.17484, 0.122955276421957, 0.2404, 0.529913436327103, 1.269, 1.02270635733495, 2.82972 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1230, '2022-01-09 00:00:00', 0.0771384469638845, 0.11844, 0.0802964922438498, 0.167119999999999, 0.120638578683051, 0.2396, 0.560486092601769, 1.29492, 1.02828510637858, 2.83852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1245, '2022-01-09 00:00:00', 0.055935319789914, 0.103479999999999, 0.0841600657477551, 0.1674, 0.106435034958732, 0.217799999999999, 0.564209042229325, 1.29052, 1.0444934210739, 2.84444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1260, '2022-01-09 00:00:00', 0.0792100162016557, 0.12132, 0.0837061925228152, 0.16632, 0.0977508397235888, 0.21432, 0.557798500057741, 1.2932, 1.04569346687577, 2.84492 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1275, '2022-01-09 00:00:00', 0.0604709847778249, 0.10664, 0.0761058035456783, 0.14452, 0.0996397343767372, 0.22508, 0.554961710390905, 1.3052, 1.04826192337602, 2.84532 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1290, '2022-01-09 00:00:00', 0.0596363144401126, 0.0983600000000001, 0.0685517322902927, 0.146559999999999, 0.0833988808877755, 0.224959999999999, 0.570895705594871, 1.31964, 1.04726405138978, 2.84292 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1305, '2022-01-09 00:00:00', 0.0560454577404211, 0.101519999999998, 0.0836261123493539, 0.167079999999999, 0.124957219345929, 0.245159999999999, 0.574918907325197, 1.324, 1.04774595362298, 2.8364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1320, '2022-01-09 00:00:00', 0.0579818656058117, 0.106375, 0.0711861715116983, 0.156916666666666, 0.177412802627747, 0.302458333333334, 0.562948486265311, 1.37229166666667, 1.06666536373335, 2.84329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1335, '2022-01-09 00:00:00', 0.0677283041896512, 0.104583333333333, 0.127962262326477, 0.175083333333333, 0.388742992387561, 0.929375000000001, 0.556751655405802, 1.38666666666667, 1.06665476584167, 2.83870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1350, '2022-01-09 00:00:00', 0.0857828295207123, 0.129791666666666, 0.148003812867063, 0.244791666666668, 0.392425786854541, 0.998541666666668, 0.554381127729479, 1.3935, 1.05951430542763, 2.82229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 1365, '2022-01-09 00:00:00', 0.112643435131662, 0.18425, 0.365818080134954, 0.883458333333334, 0.39407675997656, 1.05183333333333, 0.562405236784224, 1.41254166666667, 1.05405258562411, 2.799625 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 990, '2022-01-09 00:00:00', 0.201615876206368, 0.582192307692308, 0.228137141615774, 0.681346153846155, 0.301179557994639, 0.879615384615385, 0.516354679832202, 1.15034615384615, 1.02768105872471, 2.61403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1005, '2022-01-09 00:00:00', 0.128864442789253, 0.34973076923077, 0.158141246504996, 0.512576923076923, 0.286765991439282, 0.702423076923077, 0.532339088002548, 1.00423076923077, 1.00721487204148, 2.54496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1020, '2022-01-09 00:00:00', 0.105995471601385, 0.360999999999999, 0.194381167970403, 0.513038461538461, 0.229477148183564, 0.625807692307692, 0.517367977957067, 0.909230769230768, 1.0188915908212, 2.52007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1035, '2022-01-09 00:00:00', 0.154563882735113, 0.307076923076923, 0.161377135926997, 0.389500000000001, 0.182762089992596, 0.509692307692307, 0.516414323819696, 0.800076923076923, 1.01952395527747, 2.46615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1050, '2022-01-09 00:00:00', 0.136077607947139, 0.260653846153846, 0.146070209672767, 0.346884615384615, 0.161521882299392, 0.441961538461537, 0.548248102174974, 0.763692307692307, 1.02775122176826, 2.44942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1065, '2022-01-09 00:00:00', 0.0916306969054834, 0.225230769230769, 0.128336097206336, 0.319923076923076, 0.155821480695551, 0.395576923076922, 0.557835598886101, 0.720346153846154, 1.03234204900985, 2.42588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1080, '2022-01-09 00:00:00', 0.0792412868299187, 0.208692307692307, 0.104177666291034, 0.272115384615385, 0.164250338952935, 0.354576923076923, 0.584127811356385, 0.7095, 1.05723931065771, 2.427 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1095, '2022-01-09 00:00:00', 0.0722682609342553, 0.180692307692307, 0.11184558723801, 0.254653846153845, 0.141690502368855, 0.337961538461538, 0.672772870577147, 0.720153846153846, 1.05311927880208, 2.41515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1110, '2022-01-09 00:00:00', 0.0757613256321359, 0.182461538461537, 0.103096676063706, 0.237269230769229, 0.114182310363734, 0.319999999999998, 0.668851249416605, 0.719923076923077, 1.0478272119743, 2.41288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1125, '2022-01-09 00:00:00', 0.0672174542350875, 0.157884615384615, 0.0702206193693522, 0.224846153846153, 0.117688800852732, 0.312423076923077, 0.67056329936967, 0.713461538461539, 1.10634298548798, 2.51080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1140, '2022-01-09 00:00:00', 0.0660026223255269, 0.163884615384615, 0.0826913445382197, 0.220461538461538, 0.182498948363672, 0.346884615384616, 0.673272066392639, 0.728653846153846, 1.13156193208938, 2.56638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1155, '2022-01-09 00:00:00', 0.0547342249841495, 0.137346153846153, 0.0812895773430731, 0.193346153846153, 0.334053298372948, 0.360384615384615, 0.714200346810763, 1.04584615384615, 1.12540264521022, 2.58507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1170, '2022-01-09 00:00:00', 0.0505547836890457, 0.125884615384616, 0.166479807045318, 0.240384615384615, 0.463903393457667, 0.379038461538462, 0.790283937289922, 1.14730769230769, 1.13796159797312, 2.59503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1185, '2022-01-09 00:00:00', 0.157388749475743, 0.179461538461539, 0.332491464320746, 0.269576923076923, 0.510927821185672, 0.394038461538461, 0.891132631067814, 1.19261538461539, 1.14108454820572, 2.59388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1200, '2022-01-09 00:00:00', 0.2810135857652, 0.201653846153846, 0.41043879146404, 0.284192307692307, 0.454396682003054, 0.382230769230768, 0.840255162710434, 1.20146153846154, 1.11424463893017, 2.59865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1215, '2022-01-09 00:00:00', 0.156482631132513, 0.166576923076923, 0.209353896180974, 0.238423076923076, 0.216562220584791, 0.307346153846154, 0.610675318492065, 1.17276923076923, 1.01420055140073, 2.55803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1230, '2022-01-09 00:00:00', 0.106172059195657, 0.166884615384615, 0.117593726938917, 0.22426923076923, 0.18283931575188, 0.300846153846153, 0.530803717162801, 1.16588461538462, 0.994848732993344, 2.54380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1245, '2022-01-09 00:00:00', 0.0770004295692313, 0.156884615384615, 0.115840002390566, 0.215884615384616, 0.177101765616878, 0.306346153846154, 0.542327617419014, 1.17926923076923, 0.991926179790536, 2.54688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1260, '2022-01-09 00:00:00', 0.0637145074652428, 0.140538461538461, 0.116033682112632, 0.206846153846153, 0.202937368132672, 0.308153846153846, 0.499050564726507, 1.17611538461539, 0.98443461712021, 2.53265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1275, '2022-01-09 00:00:00', 0.103274488621344, 0.156499999999999, 0.133715426875942, 0.206153846153846, 0.239950690447337, 0.332576923076923, 0.474730550296286, 1.17584615384615, 0.979707749201849, 2.52807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1290, '2022-01-09 00:00:00', 0.0676390533527893, 0.128192307692308, 0.127488593758271, 0.205692307692308, 0.206376060776289, 0.320961538461539, 0.459445431597033, 1.17223076923077, 0.983766205027315, 2.51688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1305, '2022-01-09 00:00:00', 0.0866007017203758, 0.145192307692308, 0.161200004771903, 0.225192307692308, 0.193096436647997, 0.311923076923078, 0.452269302007622, 1.15719230769231, 0.991567775719922, 2.49842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1320, '2022-01-09 00:00:00', 0.107434755394456, 0.15668, 0.121312983641488, 0.217440000000001, 0.145730378896554, 0.32648, 0.456421599693382, 1.14148, 1.02061380714418, 2.49728 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1335, '2022-01-09 00:00:00', 0.0840591458438644, 0.15224, 0.0913953499911234, 0.21388, 0.30039433527726, 0.77144, 0.456046938373671, 1.13268, 1.02113894418602, 2.49808 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1350, '2022-01-09 00:00:00', 0.0635060889469136, 0.15224, 0.103429654032746, 0.264879999999999, 0.34270443047423, 0.891080000000001, 0.477263379417835, 1.1354, 1.02120099719236, 2.49932 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 1365, '2022-01-09 00:00:00', 0.102356843119224, 0.219559999999999, 0.3066830448525, 0.73664, 0.409188049678873, 0.941880000000001, 0.474835227561449, 1.12508, 1.02265824040423, 2.49772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 990, '2022-01-09 00:00:00', 0.243531302679174, 0.544153846153846, 0.303273747881095, 0.699615384615385, 0.383343182259206, 0.837653846153847, 0.442429857109054, 1.02446153846154, 1.00275072444981, 2.48215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1005, '2022-01-09 00:00:00', 0.125046329875708, 0.389769230769232, 0.223241810944649, 0.503884615384616, 0.239122051230361, 0.611346153846155, 0.374725318887561, 0.859769230769231, 1.03679719550903, 2.41676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1020, '2022-01-09 00:00:00', 0.148894950061599, 0.309115384615384, 0.140299487361309, 0.389884615384616, 0.175761871248047, 0.496653846153847, 0.401820084117258, 0.7685, 1.04094422816683, 2.40638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1035, '2022-01-09 00:00:00', 0.08941341320819, 0.261038461538462, 0.134952441765467, 0.380192307692308, 0.162875676986609, 0.470615384615385, 0.416959492590753, 0.762538461538462, 1.04736687863496, 2.39946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1050, '2022-01-09 00:00:00', 0.0922448581014352, 0.243923076923076, 0.10019861046173, 0.321807692307692, 0.1243416199892, 0.412038461538462, 0.431992458979766, 0.722269230769231, 1.05425097289315, 2.38707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1065, '2022-01-09 00:00:00', 0.0677462800568288, 0.218961538461539, 0.111574169880916, 0.294653846153846, 0.108295407957195, 0.385846153846155, 0.446655346393099, 0.693961538461539, 1.05730033357822, 2.38065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1080, '2022-01-09 00:00:00', 0.0734483073062536, 0.204423076923077, 0.0764493698721318, 0.266115384615385, 0.216353770122348, 0.409923076923078, 0.44781855528946, 0.669461538461539, 1.06365676722406, 2.37603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1095, '2022-01-09 00:00:00', 0.0452220504417228, 0.168923076923077, 0.0750500140931676, 0.253769230769231, 0.288010579399706, 0.385423076923077, 0.49435932898434, 0.684115384615384, 1.04705700160755, 2.37373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1110, '2022-01-09 00:00:00', 0.06184985541927, 0.181269230769231, 0.231086996605175, 0.284, 0.287980405316323, 0.359923076923077, 0.556302574006407, 0.707923076923076, 1.0360261839578, 2.38557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1125, '2022-01-09 00:00:00', 0.227014946983334, 0.200115384615386, 0.290033815004654, 0.271423076923078, 0.285337263332628, 0.337076923076924, 0.559651303526098, 0.698307692307692, 1.12698808129661, 2.54215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1140, '2022-01-09 00:00:00', 0.148848963201475, 0.174576923076923, 0.153184217905712, 0.235269230769231, 0.169741051650403, 0.296230769230769, 0.541725046636988, 0.715884615384615, 1.11908869793513, 2.58607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1155, '2022-01-09 00:00:00', 0.0541648907006684, 0.140346153846154, 0.0678795879594037, 0.186038461538461, 0.154857115283239, 0.291615384615385, 0.761993664419453, 1.14623076923077, 1.10846341322641, 2.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1170, '2022-01-09 00:00:00', 0.0632923497625226, 0.136807692307692, 0.109199809805413, 0.204961538461539, 0.200088076760056, 0.288961538461539, 0.745269202782045, 1.16476923076923, 1.1431801338641, 2.68846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1185, '2022-01-09 00:00:00', 0.077512569700265, 0.142961538461539, 0.113713080229958, 0.207769230769231, 0.190263541921766, 0.302153846153846, 0.744844074544878, 1.18584615384615, 1.15842075257654, 2.706 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1200, '2022-01-09 00:00:00', 0.0842341060104803, 0.150769230769231, 0.120634635924412, 0.194653846153847, 0.170710411561172, 0.282269230769232, 0.745367144432863, 1.2035, 1.18327204037722, 2.72219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1215, '2022-01-09 00:00:00', 0.0754565692710296, 0.133423076923077, 0.116740586838445, 0.209730769230769, 0.162013128622818, 0.312423076923077, 0.747497803444162, 1.22161538461538, 1.1903856834592, 2.72565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1230, '2022-01-09 00:00:00', 0.0653034102066303, 0.132153846153846, 0.0946617378637477, 0.19273076923077, 0.16060145128188, 0.308115384615385, 0.730587177970833, 1.22923076923077, 1.19379902251336, 2.72911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1245, '2022-01-09 00:00:00', 0.071226270002448, 0.137307692307693, 0.126154410880537, 0.230153846153846, 0.167236414878873, 0.298538461538462, 0.728779005228292, 1.24403846153846, 1.20387292263185, 2.73257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1260, '2022-01-09 00:00:00', 0.126466365245711, 0.185692307692307, 0.158119759870607, 0.245538461538462, 0.179009845023631, 0.290730769230769, 0.729493608344436, 1.26926923076923, 1.21340238807438, 2.73565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1275, '2022-01-09 00:00:00', 0.104642696095589, 0.165576923076924, 0.121950992678963, 0.214269230769231, 0.276543113901168, 0.332423076923076, 0.722583148263123, 1.28338461538462, 1.22234885615926, 2.74038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1290, '2022-01-09 00:00:00', 0.0762717812522064, 0.143230769230769, 0.10611871436491, 0.198307692307693, 0.322817319142671, 0.372307692307692, 0.717594442993663, 1.29276923076923, 1.22560991974797, 2.74534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1305, '2022-01-09 00:00:00', 0.0803946132906538, 0.137576923076923, 0.257716075138156, 0.245153846153846, 0.318920199808908, 0.367576923076923, 0.711143966815765, 1.30630769230769, 1.23637701307552, 2.74403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1320, '2022-01-09 00:00:00', 0.0805615706566514, 0.163, 0.132799372488478, 0.24456, 0.187635435530357, 0.380159999999999, 0.696306725995568, 1.28984, 1.27034018672165, 2.74724 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1335, '2022-01-09 00:00:00', 0.092245830980773, 0.15572, 0.114225186948121, 0.21232, 0.713420500125978, 0.935679999999999, 0.690383045852084, 1.2756, 1.26036778098035, 2.78312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1350, '2022-01-09 00:00:00', 0.0591352404803318, 0.15732, 0.125118170809306, 0.298159999999999, 0.695422202694162, 0.970959999999999, 0.68558755093715, 1.27604, 1.26947162630758, 2.81072 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 1365, '2022-01-09 00:00:00', 0.109614293471853, 0.24872, 0.695393588792228, 0.90908, 0.680186339664851, 0.99904, 0.675109109700055, 1.26732, 1.27797115642986, 2.81312 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 990, '2022-01-09 00:00:00', 0.320332832118928, 0.564959999999999, 0.30773542749143, 0.63748, 0.323069265019129, 0.7552, 0.349295362122087, 1.02, 1.28751320122682, 2.67992 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1005, '2022-01-09 00:00:00', 0.0997249049468914, 0.35916, 0.172762524871569, 0.47284, 0.207581309370569, 0.6176, 0.293919206585755, 0.9076, 1.30283584665657, 2.63408 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1020, '2022-01-09 00:00:00', 0.113917192147044, 0.284719999999999, 0.125694736034038, 0.3938, 0.209778120880133, 0.525119999999999, 0.273950877591829, 0.805199999999999, 1.31721848099192, 2.61012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1035, '2022-01-09 00:00:00', 0.0664033633686323, 0.24764, 0.116888579425024, 0.33924, 0.175334984149389, 0.44276, 0.273916653990467, 0.743, 1.33691327691814, 2.60012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1050, '2022-01-09 00:00:00', 0.0841367933784039, 0.233800000000001, 0.125655640541919, 0.30656, 0.1490708668162, 0.411040000000001, 0.275027374395107, 0.69116, 1.34487208437581, 2.59644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1065, '2022-01-09 00:00:00', 0.0893600954938314, 0.19068, 0.119856817355822, 0.259640000000001, 0.140018153584932, 0.364400000000001, 0.282535437305365, 0.65076, 1.3760655301741, 2.61648 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1080, '2022-01-09 00:00:00', 0.0953768315682595, 0.18964, 0.110935762192962, 0.28292, 0.235179031094753, 0.37052, 0.262499955555552, 0.63868, 1.37826313767244, 2.62088 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1095, '2022-01-09 00:00:00', 0.0674129067760757, 0.183199999999999, 0.0891816124545863, 0.24388, 0.225444501670219, 0.373159999999999, 0.293616433463796, 0.641119999999999, 1.38523476109046, 2.61652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1110, '2022-01-09 00:00:00', 0.0882893538315928, 0.18752, 0.204142368622162, 0.27376, 0.224203352636248, 0.39232, 0.293199164391715, 0.6356, 1.38582227456001, 2.61772 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1125, '2022-01-09 00:00:00', 0.170472597993539, 0.17336, 0.181069968060233, 0.2496, 0.192456072910158, 0.350440000000001, 0.274919939861286, 0.601839999999999, 1.39765270483527, 2.7182 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1140, '2022-01-09 00:00:00', 0.0820602827194748, 0.168160000000001, 0.107172726630115, 0.232920000000001, 0.118028216965266, 0.319080000000001, 0.252965458775172, 0.56924, 1.42140642440272, 2.79316 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1155, '2022-01-09 00:00:00', 0.0873514548629081, 0.159120000000001, 0.0940910374761237, 0.216040000000002, 0.121381670774463, 0.30352, 0.515284183727776, 0.97696, 1.43391122691283, 2.86836 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1170, '2022-01-09 00:00:00', 0.0622811635515372, 0.149880000000001, 0.0917872177012316, 0.205320000000001, 0.126748214977568, 0.28512, 0.609667250774278, 1.05164, 1.41927917502747, 2.88228 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1185, '2022-01-09 00:00:00', 0.049725077509577, 0.1362, 0.0775666380174699, 0.204199999999999, 0.125623737141248, 0.27536, 0.639142506279572, 1.11768, 1.41066350464359, 2.88776 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1200, '2022-01-09 00:00:00', 0.066798203568659, 0.143799999999999, 0.10189712132015, 0.20276, 0.116376902061076, 0.2596, 0.672804263264336, 1.14492, 1.40586855478502, 2.89732 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1215, '2022-01-09 00:00:00', 0.0779963033312048, 0.14544, 0.0967221105366641, 0.1886, 0.117753159900984, 0.26184, 0.685795219678099, 1.1594, 1.40179757573386, 2.90012 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1230, '2022-01-09 00:00:00', 0.0438262478430447, 0.11936, 0.0595186805409298, 0.16516, 0.0953512454035076, 0.24112, 0.7033608296363, 1.16896, 1.39485626141191, 2.91964 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1245, '2022-01-09 00:00:00', 0.0526096315643188, 0.11676, 0.0779064610072015, 0.1758, 0.113861933937553, 0.25696, 0.712496778940086, 1.17192, 1.39703508903678, 2.92404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1260, '2022-01-09 00:00:00', 0.0464843342786935, 0.13228, 0.0726468168607548, 0.18632, 0.13785822427407, 0.273160000000001, 0.727572108682934, 1.17944, 1.39433030520031, 2.9344 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1275, '2022-01-09 00:00:00', 0.0692914617154713, 0.14916, 0.108619703553268, 0.19864, 0.261367321344245, 0.31572, 0.778945488037084, 1.19336, 1.39502064142435, 2.93644 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1290, '2022-01-09 00:00:00', 0.0650225089231922, 0.129480000000001, 0.098132563402777, 0.186800000000001, 0.224597974167177, 0.319400000000001, 0.775114028170478, 1.18244, 1.38149912534657, 2.936 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1305, '2022-01-09 00:00:00', 0.0762972913455445, 0.13688, 0.224370029192849, 0.229919999999999, 0.218163333307868, 0.324639999999999, 0.773628705086187, 1.18296, 1.37378337326766, 2.94044 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1320, '2022-01-09 00:00:00', 0.0501395154991822, 0.130833333333333, 0.102334056198173, 0.212208333333334, 0.0943308143515784, 0.318041666666666, 0.789418566992848, 1.17875, 1.41737036572068, 2.97533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1335, '2022-01-09 00:00:00', 0.0635445182301464, 0.147916666666667, 0.064261679139259, 0.206208333333333, 0.507437009726901, 0.838833333333333, 0.790126653532955, 1.17195833333333, 1.41766894553363, 2.97575 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1350, '2022-01-09 00:00:00', 0.051393181045455, 0.143708333333334, 0.0911520071408031, 0.253083333333333, 0.604320745470315, 0.917541666666667, 0.781795851628279, 1.16233333333333, 1.41512830114292, 2.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 1365, '2022-01-09 00:00:00', 0.0822880677070285, 0.208749999999999, 0.487016067868729, 0.794708333333334, 0.626988961313271, 0.986125, 0.761939497008422, 1.15683333333333, 1.41761123838251, 2.96166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 930, '2022-01-09 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 945, '2022-01-09 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 960, '2022-01-09 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 1, 975, '2022-01-09 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 930, '2022-01-09 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 945, '2022-01-09 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 960, '2022-01-09 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 2, 975, '2022-01-09 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 930, '2022-01-09 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 945, '2022-01-09 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 960, '2022-01-09 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 3, 975, '2022-01-09 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 930, '2022-01-09 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 2.484 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 945, '2022-01-09 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 960, '2022-01-09 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 4, 975, '2022-01-09 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 930, '2022-01-09 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 945, '2022-01-09 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 960, '2022-01-09 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-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 970095, 5, 975, '2022-01-09 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 2.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2022-01-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-09 14:56:08 Duration: 3s350ms Database: acaweb_fx User: pgperfstats
17 67ms 16s7ms 1s547ms 148 3m49s 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 #17
Day Hour Count Duration Avg duration Jan 09 14 148 3m49s 1s547ms [ User: postgres - Total duration: 3m49s - Times executed: 148 ]
-
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 = '643' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:06:28 Duration: 16s7ms 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 = '660' 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 ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:14 Duration: 14s429ms 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:17:55 Duration: 13s531ms Database: acaweb_fx User: postgres Bind query: yes
18 54ms 6s572ms 669ms 46 30s780ms 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 #18
Day Hour Count Duration Avg duration Jan 09 14 46 30s780ms 669ms [ User: postgres - Total duration: 30s780ms - Times executed: 46 ]
-
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 = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64370311 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:14 Duration: 6s572ms 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 = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64436005 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:40 Duration: 5s888ms 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 = 5129 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64311827 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:17:13 Duration: 3s728ms Database: acaweb_fx User: postgres Bind query: yes
19 52ms 3s502ms 647ms 40 25s895ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Jan 09 14 40 25s895ms 647ms [ User: postgres - Total duration: 25s895ms - Times executed: 40 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s502ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982472' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:16:18 Duration: 3s438ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988202' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-09 14:11:37 Duration: 2s502ms Database: acaweb_fx User: postgres Bind query: yes
20 53ms 2s221ms 454ms 52 23s618ms 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 #20
Day Hour Count Duration Avg duration Jan 09 14 52 23s618ms 454ms [ User: postgres - Total duration: 23s618ms - Times executed: 52 ]
-
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 = '665' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:12:11 Duration: 2s221ms 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 ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:11:45 Duration: 1s885ms 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 = '665' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-01-09 14:16:44 Duration: 1s854ms 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 157ms 2 51ms 106ms 78ms SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3512 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Jan 09 14 2 157ms 78ms [ User: postgres - Total duration: 717ms - Times executed: 2 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3512 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-01-09 14:29:28 Duration: 106ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3512 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-01-09 14:29:28 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
2 157ms 2 56ms 101ms 78ms with wh_patitioned as ( ;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 2 157ms 78ms [ User: postgres - Total duration: 13s324ms - Times executed: 2 ]
-
with wh_patitioned as ( ;
Date: 2022-01-09 14:01:02 Duration: 101ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529', $7 = '529', $8 = '529', $9 = '529'
-
with wh_patitioned as ( ;
Date: 2022-01-09 14:17:34 Duration: 56ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = 't', $2 = '666', $3 = '7', $4 = '15', $5 = '30', $6 = '60', $7 = '120', $8 = '240', $9 = '480', $10 = '1440', $11 = '0', $12 = '', $13 = '0', $14 = '', $15 = '0', $16 = '', $17 = '0', $18 = '0', $19 = '0', $20 = '0', $21 = '0', $22 = 't', $23 = '10', $24 = '10'
3 155ms 2 73ms 82ms 77ms SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3530 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 2 155ms 77ms [ User: postgres - Total duration: 346ms - Times executed: 2 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3530 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-01-09 14:29:28 Duration: 82ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3530 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-01-09 14:29:28 Duration: 73ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
4 114ms 1 114ms 114ms 114ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3518 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 1 114ms 114ms [ User: postgres - Total duration: 55ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3518 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 114ms Database: postgres User: acaweb_fx Remote: postgres
5 112ms 2 55ms 57ms 56ms 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 #5
Day Hour Count Duration Avg duration 14 2 112ms 56ms [ User: postgres - Total duration: 569ms - Times executed: 2 ]
-
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: 2022-01-09 14:06:23 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '73735230', $6 = '0'
-
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: 2022-01-09 14:04:26 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres
6 94ms 1 94ms 94ms 94ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 1 94ms 94ms [ User: postgres - Total duration: 381ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 94ms Database: postgres User: acaweb_fx Remote: postgres
7 90ms 1 90ms 90ms 90ms 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 = 558 AND sg.groupid = 3530 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 14 1 90ms 90ms [ User: postgres - Total duration: 119ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3530 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 90ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
8 77ms 1 77ms 77ms 77ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3530 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 1 77ms 77ms [ User: postgres - Total duration: 135ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3530 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 77ms Database: postgres User: acaweb_fx Remote: postgres
9 70ms 1 70ms 70ms 70ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3500 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 14 1 70ms 70ms [ User: postgres - Total duration: 101ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3500 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
10 68ms 1 68ms 68ms 68ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, 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 = 558 AND sg.groupid = 3524 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 14 1 68ms 68ms [ User: postgres - Total duration: 84ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres
11 67ms 1 67ms 67ms 67ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 14 1 67ms 67ms [ User: postgres - Total duration: 454ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
12 67ms 1 67ms 67ms 67ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3536 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 14 1 67ms 67ms [ User: postgres - Total duration: 75ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3536 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
13 65ms 1 65ms 65ms 65ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3530 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #13
Day Hour Count Duration Avg duration 14 1 65ms 65ms [ User: postgres - Total duration: 107ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3530 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres
14 59ms 1 59ms 59ms 59ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 14 1 59ms 59ms [ User: postgres - Total duration: 166ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres
15 57ms 1 57ms 57ms 57ms 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 = 643 AND sg.groupid = 4732 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64458783 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #15
Day Hour Count Duration Avg duration 14 1 57ms 57ms [ User: postgres - Total duration: 137ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 643 AND sg.groupid = 4732 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 64458783 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:36:22 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '643', $2 = '643', $3 = '643', $4 = '643', $5 = '643', $6 = '643'
16 55ms 1 55ms 55ms 55ms WITH last_candle AS ( ;Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 14 1 55ms 55ms [ User: postgres - Total duration: 1s213ms - Times executed: 1 ]
-
WITH last_candle AS ( ;
Date: 2022-01-09 14:12:06 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '125', $2 = '125'
17 54ms 1 54ms 54ms 54ms 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 = 643 AND sg.groupid = 4750 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #17
Day Hour Count Duration Avg duration 14 1 54ms 54ms [ User: postgres - Total duration: 288ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 643 AND sg.groupid = 4750 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-09 14:28:22 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1016459'
18 54ms 1 54ms 54ms 54ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #18
Day Hour Count Duration Avg duration 14 1 54ms 54ms [ User: postgres - Total duration: 172ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:29:28 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres
19 54ms 1 54ms 54ms 54ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #19
Day Hour Count Duration Avg duration 14 1 54ms 54ms [ User: postgres - Total duration: 106ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-09 14:16:08 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres
20 52ms 1 52ms 52ms 52ms SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid WHERE b.brokerid = 529 AND groupid = 3350 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #20
Day Hour Count Duration Avg duration 14 1 52ms 52ms [ User: postgres - Total duration: 1s751ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid WHERE b.brokerid = 529 AND groupid = 3350 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-09 14:16:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
-
Events
Log levels
Key values
- 63,571 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 18785 ERROR entries
- 69 WARNING entries
Most Frequent Errors/Events
Key values
- 18,776 Max number of times the same event was reported
- 18,854 Total events found
Rank Times reported Error 1 18,776 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Jan 09 14 18,776 - 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)=(2022-01-06 19:45:00, 960539) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960539, '2022-01-06 19:45', 2.00603, 2.00648, 2.00577, 2.00593, 0, 0,'2022-01-09 14:00');Date: 2022-01-09 14:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-01-06 05:30:00, 960577) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960577, '2022-01-06 05:30', 2.00349, 2.00358, 2.00275, 2.00308, 0, 0,'2022-01-09 14:00');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960577, '2022-01-06 05:30', 2.00349, 2.00358, 2.00275, 2.00308, 0, 0,'2022-01-09 14:00');Date: 2022-01-09 14:00:13 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-01-06 05:00:00, 960615) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960615, '2022-01-06 05:00', 2.00349, 2.00358, 2.00275, 2.00308, 0, 0,'2022-01-09 14:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960615, '2022-01-06 05:00', 2.00349, 2.00358, 2.00275, 2.00308, 0, 0,'2022-01-09 14:00');Date: 2022-01-09 14:00:21 Database: acaweb_fx Application: User: postgres Remote:
2 69 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Jan 09 14 69 - WARNING: there is no transaction in progress
Date: 2022-01-09 14:00:35 Database: acaweb_fx Application: User: postgres Remote:
3 8 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #3
Day Hour Count Jan 09 14 8 - LOG: process 30592 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.048 ms at character 28
- LOG: process 19699 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.054 ms at character 28
- LOG: process 14551 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.055 ms at character 28
Detail: Process holding the lock: 10955. Wait queue: 30592.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'LEGACYFXMT5 - 1'Date: 2022-01-09 14:02:03 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10955. Wait queue: 30592, 19699, 14551.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GLOBALGTMT5 - 1'Date: 2022-01-09 14:02:06 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10955. Wait queue: 30592, 19699, 14551.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1'Date: 2022-01-09 14:02:07 Database: acaweb_fx Application: User: postgres Remote:
4 1 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count Jan 09 14 1 - ERROR: relation "timezones_vi_vn" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2022-01-09 14:50:18 Database: acaweb_fx Application: User: postgres Remote: