-
Global information
- Generated on Sun Jan 16 12:59:09 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-01-16_140000.log
- Parsed 50,888 log entries in 8s
- Log start from 2022-01-16 14:00:14 to 2022-01-16 14:59:01
-
Overview
Global Stats
- 489 Number of unique normalized queries
- 2,956 Number of queries
- 1h54m Total query duration
- 2022-01-16 14:00:15 First query
- 2022-01-16 14:59:00 Last query
- 25 queries/s at 2022-01-16 14:12:58 Query peak
- 1h54m Total query duration
- 0ms Prepare/parse total duration
- 3s818ms Bind total duration
- 1h53m56s Execute total duration
- 20,000 Number of events
- 4 Number of unique normalized events
- 19,920 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
- 143 Number temporary file
- 10.78 MiB Max size of temporary file
- 6.76 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 2,956 Average queries per session
- 1h54m 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
- 25 queries/s Query Peak
- 2022-01-16 14:12:58 Date
SELECT Traffic
Key values
- 25 queries/s Query Peak
- 2022-01-16 14:12:58 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 9 queries/s Query Peak
- 2022-01-16 14:41:13 Date
Queries duration
Key values
- 1h54m 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 16 14 2,956 50ms 12m16s 2s312ms 3m28s 6m34s 13m21s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jan 16 14 1,420 20 1s446ms 36s909ms 1m31s 4m6s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jan 16 14 634 49 0 66 3s216ms 54s387ms 57s684ms 1m Day Hour Prepare Bind Bind/Prepare Percentage of prepare Jan 16 14 0 2,010 2,010.00 0.00% Day Hour Count Average / Second Jan 16 14 0 0.00/s Day Hour Count Average Duration Average idle time Jan 16 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 16 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Jan 16 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Jan 16 14 0 0s Day Hour Mean distance Mean estimate Jan 16 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 17.49 MiB Temp Files size Peak
- 2022-01-16 14:20:42 Date
Number of temporary files
Key values
- 3 per second Temp Files Peak
- 2022-01-16 14:48:25 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Jan 16 14 143 966.50 MiB 6.76 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 47 353.68 MiB 6.02 MiB 8.77 MiB 7.53 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, cps.pip 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 left join currencypips cps on cps.symbol = s.symbol 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:30:38 Duration: 0ms Database: acaweb_fx User: postgres
2 24 182.16 MiB 6.44 MiB 8.74 MiB 7.59 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-16 14:31:24 Duration: 0ms Database: acaweb_fx User: postgres
3 22 157.72 MiB 6.05 MiB 8.52 MiB 7.17 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-16 14:31:32 Duration: 0ms Database: acaweb_fx User: postgres
4 12 37.31 MiB 3.11 MiB 3.11 MiB 3.11 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-16 14:30:51 Duration: 0ms Database: acaweb_fx User: postgres
5 12 104.81 MiB 8.73 MiB 8.73 MiB 8.73 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, $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 p.patternname in ($342)) AND ($343 = 0 OR kr.patternclassid in ($344, $345)) AND ($346 = 0 OR kr.patternlengthbars <= $347) 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-16 14:30:42 Duration: 0ms Database: acaweb_fx User: postgres
6 4 25.69 MiB 6.42 MiB 6.42 MiB 6.42 MiB select distinct a.symbolid, p.resultuid, case when a.breakout >= ? then ? else ? end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient from relevance_autochartist_results p inner join autochartist_results a on p.resultuid = a.resultuid inner join autochartist_stocklist asl on a.symbolid = asl.symbolid where asl.enabled = ? and asl.recognitionengine ilike ?;-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-01-16 14:00:36 Duration: 2s40ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-01-16 14:15:20 Duration: 1s878ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'ICMARKETS - 1';
Date: 2022-01-16 14:05:38 Duration: 992ms Database: acaweb_fx User: postgres
7 4 17.19 MiB 4.30 MiB 4.30 MiB 4.30 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%audchf%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpchf%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 240)) OR ((s.symbol ilike '%usdpln%' AND timegranularity = 240)) OR ((s.symbol ilike '%usdpln%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdnok%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdnok%' AND timegranularity = 240)) OR ((s.symbol ilike '%usdczk%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdczk%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadchf%' AND timegranularity = 240)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 240)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdchf%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpnok%' 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 & 0 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:33:36 Duration: 0ms Database: acaweb_fx User: postgres
8 2 8.59 MiB 4.30 MiB 4.30 MiB 4.30 MiB ) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%nzdcad%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 4219 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 537368692 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:01:35 Duration: 0ms Database: acaweb_fx User: postgres
9 2 7.48 MiB 3.18 MiB 4.30 MiB 3.74 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 > 536821213 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:45:37 Duration: 0ms Database: acaweb_fx User: postgres
10 1 4.30 MiB 4.30 MiB 4.30 MiB 4.30 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:17:36 Duration: 0ms Database: acaweb_fx User: postgres
11 1 4.30 MiB 4.30 MiB 4.30 MiB 4.30 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.6 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54073 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 533374881 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:41:37 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 8.77 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:46:18 - Database: acaweb_fx - User: postgres ]
2 8.77 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:50:51 - Database: acaweb_fx - User: postgres ]
3 8.77 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:51:36 - Database: acaweb_fx - User: postgres ]
4 8.77 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:55:38 - Database: acaweb_fx - User: postgres ]
5 8.77 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:56:16 - Database: acaweb_fx - User: postgres ]
6 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:06:03 - Database: acaweb_fx - User: postgres ]
7 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:10:47 - Database: acaweb_fx - User: postgres ]
8 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:16:10 - Database: acaweb_fx - User: postgres ]
9 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:20:42 - Database: acaweb_fx - User: postgres ]
10 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:25:37 - Database: acaweb_fx - User: postgres ]
11 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:30:38 - Database: acaweb_fx - User: postgres ]
12 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:31:18 - Database: acaweb_fx - User: postgres ]
13 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:36:03 - Database: acaweb_fx - User: postgres ]
14 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:36:51 - Database: acaweb_fx - User: postgres ]
15 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:40:38 - Database: acaweb_fx - User: postgres ]
16 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:41:21 - Database: acaweb_fx - User: postgres ]
17 8.76 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:45:38 - Database: acaweb_fx - User: postgres ]
18 8.75 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:00:53 - Database: acaweb_fx - User: postgres ]
19 8.75 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:01:35 - Database: acaweb_fx - User: postgres ]
20 8.75 MiB 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247)) AND ($248 = 0 OR p.patternname in ($249)) AND ($250 = 0 OR kr.patternclassid in ($251, $252)) AND ($253 = 0 OR kr.patternlengthbars <= $254) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $255 OR relevant = 1) AND ($256 = 0 OR age <= $257) ORDER BY identified DESC, length DESC;[ Date: 2022-01-16 14:07:19 - 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 16 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 9 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 9 33s554ms 1s20ms 6s876ms 3s728ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';
Date: 2022-01-16 14:02:09 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';
Date: 2022-01-16 14:02:09 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IFCMARKETSMT4 - 1';
Date: 2022-01-16 14:02:09 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 6s876ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
2 5s188ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
3 4s860ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IFCMARKETSMT4 - 1';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
4 4s218ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';[ Date: 2022-01-16 14:17:06 - Database: acaweb_fx - User: postgres ]
5 3s860ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 2';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
6 3s797ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 2';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
7 2s79ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1';[ Date: 2022-01-16 14:02:09 - Database: acaweb_fx - User: postgres ]
8 1s652ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'XM - 1';[ Date: 2022-01-16 14:32:02 - Database: acaweb_fx - User: postgres ]
9 1s20ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GO_MARKETS - 1';[ Date: 2022-01-16 14:47:03 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 1,420 Total read queries
- 1,528 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,956 Requests
- 1h53m56s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 2,325 Requests
User Request type Count Duration pgperfstats Total 631 40m36s insert 582 39m31s select 49 1m5s postgres Total 2,325 1h13m19s copy from 66 9s463ms copy to 20 5s221ms cte 754 37m59s ddl 5 740ms insert 52 6s361ms others 8 1m3s select 1,371 33m31s update 49 22s595ms Duration by user
Key values
- 1h13m19s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 631 40m36s insert 582 39m31s select 49 1m5s postgres Total 2,325 1h13m19s copy from 66 9s463ms copy to 20 5s221ms cte 754 37m59s ddl 5 740ms insert 52 6s361ms others 8 1m3s select 1,371 33m31s update 49 22s595ms Queries by host
Key values
- unknown Main host
- 2,956 Requests
- 1h53m56s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,956 Requests
- 1h53m56s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-01-16 14:54:01 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 923 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 12m16s select powerstats_tdata_add ();[ Date: 2022-01-16 14:12:42 - Database: acaweb_fx - User: postgres ]
2 2m27s 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-16 14:04:18 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 2m18s select updateageforrelevantresults ();[ Date: 2022-01-16 14:04:21 - Database: acaweb_fx - User: postgres ]
4 1m49s WITH rar_max as ( ;[ Date: 2022-01-16 14:06:08 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 1m22s 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-16 14:16:52 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 1m1s 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-16 14:11:31 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 58s960ms WITH rar_max as ( ;[ Date: 2022-01-16 14:10:07 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 51s695ms 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-16 14:36:22 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 49s788ms 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-16 14:15:14 - Database: acaweb_fx - User: pgperfstats ]
10 45s206ms 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-16 14:51:15 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 43s890ms 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-16 14:09:08 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 42s448ms select updateageforrelevantresults ();[ Date: 2022-01-16 14:17:44 - Database: acaweb_fx - User: postgres ]
13 33s506ms 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-16 14:06:29 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 28s531ms WITH rar_max as ( ;[ Date: 2022-01-16 14:17:21 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 28s368ms 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-16 14:00:58 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 27s844ms select updateresultsmaterializedview ();[ Date: 2022-01-16 14:04:49 - Database: acaweb_fx - User: postgres ]
17 27s237ms 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-16 14:16:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 26s772ms select updateageforrelevantresults ();[ Date: 2022-01-16 14:32:28 - Database: acaweb_fx - User: postgres ]
19 25s996ms WITH rar_max as ( ;[ Date: 2022-01-16 14:16:37 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 24s553ms WITH rar_max as ( ;[ Date: 2022-01-16 14:06:32 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 13m44s 108 508ms 1m22s 7s636ms 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 16 14 108 13m44s 7s636ms [ User: postgres - Total duration: 13m44s - Times executed: 108 ]
-
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-16 14:16:52 Duration: 1m22s 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-16 14:11:31 Duration: 1m1s 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-16 14:36:22 Duration: 51s695ms Database: acaweb_fx User: postgres Bind query: yes
2 12m16s 1 12m16s 12m16s 12m16s select powerstats_tdata_add ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jan 16 14 1 12m16s 12m16s [ User: postgres - Total duration: 12m16s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-01-16 14:12:42 Duration: 12m16s Database: acaweb_fx User: postgres
3 10m44s 117 61ms 1m49s 5s504ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Jan 16 14 117 10m44s 5s504ms [ User: postgres - Total duration: 10m44s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-01-16 14:06:08 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:10:07 Duration: 58s960ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:17:21 Duration: 28s531ms Database: acaweb_fx User: postgres Bind query: yes
4 9m24s 149 51ms 2m27s 3s791ms 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 16 14 149 9m24s 3s791ms [ User: postgres - Total duration: 9m24s - Times executed: 149 ]
-
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-16 14:04:18 Duration: 2m27s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:09:08 Duration: 43s890ms 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 = '700' 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-16 14:10:37 Duration: 15s245ms Database: acaweb_fx User: postgres Bind query: yes
5 7m26s 147 2s216ms 3s889ms 3s36ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #5
Day Hour Count Duration Avg duration Jan 16 14 147 7m26s 3s36ms [ User: pgperfstats - Total duration: 7m26s - 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-16 00:00:00', 0.0257595936820957, 0.0361599999999999, 0.0464775931677474, 0.0473999999999997, 0.0553899208641193, 0.0762800000000004, 0.208215257205934, 0.26948, 4.36133530775457, 1.3866 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0322437073964312, 0.0316399999999997, 0.0438921784983769, 0.05376, 0.0447059652992011, 0.0759600000000002, 0.215484918265757, 0.2788, 4.36117221130589, 1.38716 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358163370544785, 0.0443200000000001, 0.0378092581254909, 0.0579600000000001, 0.0476356659097641, 0.0833600000000001, 0.213763631144308, 0.27984, 4.36090018535929, 1.38848 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0273485526734661, 0.0398800000000001, 0.0288838478507746, 0.0541200000000001, 0.0552262920476589, 0.0888800000000001, 0.208718853963891, 0.27668, 4.36123078881791, 1.38692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0169791048056133, 0.0370400000000001, 0.0426338285089826, 0.0636800000000001, 0.054131783639558, 0.0949999999999996, 0.203826748326448, 0.28148, 4.36105099068256, 1.38708 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0351295222474394, 0.0466000000000001, 0.0466653690295775, 0.06964, 0.0492281423578008, 0.0909199999999994, 0.206262551133258, 0.27864, 4.36121325818095, 1.3862 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0343410832677132, 0.0523200000000001, 0.0430924587369996, 0.0722799999999997, 0.0589632088679027, 0.0959199999999998, 0.206788942322037, 0.2768, 4.36137970027834, 1.38516 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0363753579592934, 0.0478000000000001, 0.0426910216946528, 0.06876, 0.0554831205563157, 0.0922799999999999, 0.200913812367393, 0.27112, 4.35616051816276, 1.38228 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325704364928277, 0.0509999999999998, 0.0443746549282356, 0.0691199999999996, 0.0596810969514915, 0.0915999999999996, 0.189827878177398, 0.26696, 4.33994366975732, 1.38184 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0227956867265134, 0.0416799999999998, 0.0401344407377667, 0.0622399999999998, 0.0692973544468566, 0.0889599999999998, 0.180760458434175, 0.25852, 4.33983521307741, 1.38348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0404148487563666, 0.0471200000000001, 0.0442450373865063, 0.0610400000000003, 0.0636178172107991, 0.0886800000000001, 0.177551241429998, 0.25712, 4.33921714790429, 1.38704 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.036318636171164, 0.0432800000000007, 0.0570195288183506, 0.0646800000000005, 0.167591447673601, 0.19368, 0.173871101681677, 0.26508, 4.33603616144208, 1.39348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0367177069000777, 0.04324, 0.0391834148588402, 0.06056, 0.171554238264948, 0.21176, 0.169151539553542, 0.26608, 4.32406585557313, 1.39324 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358295967044011, 0.04848, 0.158239091251183, 0.18212, 0.177195494675608, 0.22108, 0.171234176884562, 0.26532, 4.3239368743465, 1.39552 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0776686849082987, 0.0882307692307692, 0.105659831534978, 0.128, 0.113418761166817, 0.149153846153846, 0.128318282167669, 0.212307692307692, 4.19050824767667, 1.34442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0559536758949209, 0.0644230769230771, 0.0677631622184665, 0.0863846153846157, 0.0719599888827119, 0.105, 0.0939209159960578, 0.176538461538462, 4.19217872215171, 1.33596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0332547509619075, 0.0450384615384619, 0.0424808373088573, 0.0673076923076927, 0.0523753905805155, 0.0986923076923078, 0.0846054099015867, 0.165653846153847, 4.19415611994374, 1.32603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376864186922316, 0.0438846153846151, 0.0457762619033723, 0.0621153846153844, 0.0554673015249665, 0.0906923076923076, 0.0888751674238391, 0.164346153846154, 4.1942559505187, 1.32553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0288864354645247, 0.0351153846153841, 0.0304114350962819, 0.0591538461538458, 0.057839299921287, 0.0852307692307691, 0.0858403975186154, 0.159576923076923, 4.19462927251577, 1.32442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0291184583277448, 0.0422692307692309, 0.0472652742914518, 0.0626153846153849, 0.0581337979280424, 0.0815384615384615, 0.0901567865102023, 0.158384615384616, 4.1942751628307, 1.32730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278696968049534, 0.0390000000000002, 0.0388551748855238, 0.0557307692307692, 0.0416595173353632, 0.0703461538461538, 0.0924152584804051, 0.1515, 4.19466298215317, 1.32557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0339811938939988, 0.0381923076923078, 0.0341551437729934, 0.0485769230769233, 0.0369398679769412, 0.0670769230769231, 0.0899807500780884, 0.146153846153846, 4.1861220337609, 1.40380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0235751172604964, 0.0298846153846156, 0.0293942956266115, 0.0417692307692311, 0.0320006971077914, 0.063730769230769, 0.0865002000886971, 0.140269230769231, 4.18264243327294, 1.41726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213789616211827, 0.0305000000000004, 0.0270914122072773, 0.045769230769231, 0.0590193710051719, 0.0753846153846154, 0.085716778718324, 0.141384615384615, 4.18265266069273, 1.418 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250187621903732, 0.0355384615384615, 0.0271209257840621, 0.0482307692307689, 0.0670237156649676, 0.0784615384615388, 0.0881634583294883, 0.141346153846154, 4.18246690860053, 1.42419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213993889201033, 0.0305769230769228, 0.0600909182950172, 0.0549615384615384, 0.0651080167579523, 0.0774230769230766, 0.0962231461040109, 0.149576923076923, 4.18260667269366, 1.43246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0590936674988238, 0.0456923076923074, 0.060920288397721, 0.058192307692308, 0.0674424655083585, 0.0796153846153844, 0.0993222029558347, 0.1605, 4.18288116916852, 1.43734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0329868971656232, 0.0348461538461545, 0.0434477227870992, 0.0507692307692307, 0.0537127975010111, 0.0702307692307693, 0.101373005054829, 0.160384615384616, 4.17349521200341, 1.42726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0274641304529826, 0.0310384615384613, 0.0314306318005955, 0.0432692307692307, 0.0541893120316318, 0.0728076923076923, 0.106574127326405, 0.16273076923077, 4.17233942346681, 1.42223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203361368390974, 0.0290384615384618, 0.0345704186574863, 0.0479230769230774, 0.049479444061301, 0.0701538461538466, 0.10755103260957, 0.17223076923077, 4.17081206776515, 1.42076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255879779463837, 0.0337692307692314, 0.0358743104999409, 0.049384615384616, 0.047447460822067, 0.0673076923076931, 0.112506984398577, 0.174692307692308, 4.17102464223767, 1.42038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278947748070933, 0.0320384615384614, 0.0363805738526226, 0.0451153846153843, 0.0486850632598476, 0.0646538461538463, 0.114429696253269, 0.172653846153846, 4.17119036413422, 1.41957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.02004091967796, 0.0269615384615383, 0.0261410670137124, 0.0386538461538466, 0.0450531481013941, 0.0631153846153848, 0.125688259044107, 0.170538461538462, 4.17147522844598, 1.41769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0238599761428734, 0.0305384615384619, 0.0351594390433945, 0.045115384615385, 0.0474842969995187, 0.0609615384615387, 4.22228402663043, 1.03919230769231, 4.17147312846894, 1.41830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027923191353866, 0.0317692307692311, 0.0381011810840557, 0.0475, 0.0430682463789024, 0.061076923076923, 4.22062985091817, 1.04753846153846, 4.17132833445728, 1.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0244626245525698, 0.0324999999999997, 0.0286913817132496, 0.040653846153846, 0.044834413293636, 0.0637307692307692, 4.21888702931873, 1.05638461538462, 4.1709082318437, 1.41796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.022117900860198, 0.0268076923076922, 0.0372155674622655, 0.0439615384615381, 0.0455707733598562, 0.0641538461538463, 4.21851178734871, 1.0585, 4.17071933308687, 1.41834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027828375114951, 0.0314615384615381, 0.0377037847518695, 0.0468461538461537, 0.0607367586075663, 0.0759230769230767, 4.21813990576597, 1.06023076923077, 4.17087303404861, 1.41788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0194114954046857, 0.0273846153846152, 0.0398858563711696, 0.0458076923076923, 0.0633960930608864, 0.0877692307692306, 4.21828192806211, 1.05876923076923, 4.17145386959437, 1.41588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376031299842902, 0.0336538461538464, 0.0580013925562267, 0.0571923076923076, 0.0731955967570139, 0.0973461538461542, 4.21816417669328, 1.05930769230769, 4.17192456326076, 1.41380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0439902961327394, 0.0451153846153844, 0.0524265346791249, 0.0696923076923076, 0.0742489471564823, 0.0991153846153849, 4.19788693291499, 1.05830769230769, 4.15273985645436, 1.40865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0340106092045047, 0.0458076923076924, 0.0385530603394658, 0.066538461538462, 0.0614979674460875, 0.0970000000000003, 4.19828216957658, 1.05615384615385, 4.15250427814349, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0299491877377978, 0.0439230769230773, 0.0469448776594585, 0.0636923076923081, 0.059108921622583, 0.0882307692307695, 4.19826022281391, 1.05653846153846, 4.15253197866629, 1.40292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0412473215913654, 0.0416923076923079, 0.0501469379385759, 0.0653461538461536, 0.0639392981362311, 0.0849230769230769, 4.19777821014146, 1.05869230769231, 4.15258223592909, 1.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.043008782645123, 0.046346153846154, 0.053405747313879, 0.0605769230769233, 0.0808758212418186, 0.0875384615384621, 4.19553353643903, 1.05984615384615, 4.15085383190569, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.034151337399198, 0.0380769230769231, 0.0415843905625847, 0.0523076923076923, 4.19521272221271, 0.976769230769231, 4.18006379929228, 1.05538461538462, 4.13550135310563, 1.39719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311708937213008, 0.0367692307692307, 0.0508837740496763, 0.0590384615384617, 4.18471550820547, 0.989269230769231, 4.17264870629602, 1.05111538461538, 4.12809923330339, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375174420974892, 0.0420384615384617, 4.18783514938942, 0.961961538461539, 4.18153766196857, 0.994538461538462, 4.17139445509532, 1.0475, 4.12658272200358, 1.38980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0452483885532582, 0.101, 0.0575280511287025, 0.12432, 0.0678057765484128, 0.14804, 0.100976069772331, 0.2, 0.469713043605704, 0.562520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368061589049082, 0.06912, 0.0446347024933141, 0.09244, 0.0544305980125145, 0.11324, 0.0921790287068224, 0.17116, 0.473119523306039, 0.5504 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.165058311374635, 0.0866153846153846, 0.231528831897887, 0.12, 0.273140392190818, 0.150076923076922, 0.276870591821133, 0.21526923076923, 0.501305055292223, 0.582961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0792898189215702, 0.0666538461538461, 0.121570796088281, 0.0944615384615382, 0.126360759488306, 0.105192307692307, 0.138143916038534, 0.174692307692307, 0.501197803727769, 0.580038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0802477797440288, 0.0631153846153846, 0.091122445094499, 0.0775000000000001, 0.0944300473692237, 0.0950769230769231, 0.112175960677171, 0.164384615384616, 0.501462619206596, 0.579038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0247341557676518, 0.0404615384615388, 0.095962909501536, 0.0680000000000001, 0.0950863898697472, 0.0923076923076923, 0.112833573836051, 0.161846153846154, 0.501678182166156, 0.577961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0903042379106063, 0.0571538461538461, 0.0887762615533262, 0.073230769230769, 0.088635511202643, 0.0985769230769231, 0.110966772573526, 0.161769230769231, 0.499669466131978, 0.580846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.040688100698626, 0.0441923076923074, 0.0534704087826584, 0.0617307692307692, 0.0578275420140319, 0.0882307692307695, 0.108237971440426, 0.159461538461539, 0.484757398483629, 0.606153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0440899255892037, 0.0451923076923076, 0.0499651724858272, 0.0680384615384613, 0.0743544111774037, 0.0915384615384614, 0.119955716187908, 0.158576923076923, 0.484166031598507, 0.608115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292940529538258, 0.0483076923076925, 0.0361589014468939, 0.0601153846153852, 0.0614697924562575, 0.0841538461538462, 0.13132241006247, 0.161153846153846, 0.469859718835969, 0.607346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224978973376491, 0.0403461538461541, 0.0424237959350463, 0.0625384615384617, 0.0535404376293144, 0.0774615384615387, 0.124495387619227, 0.155692307692308, 0.466742012415689, 0.606115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0287339252720272, 0.0430384615384613, 0.0379768552997945, 0.0541923076923077, 0.0481415221388582, 0.0726153846153849, 0.145152884917938, 0.162, 0.458863024643102, 0.605346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0357183210907016, 0.0399615384615389, 0.0420044686267474, 0.0548461538461543, 0.0562823787152445, 0.0801153846153848, 0.143661958992416, 0.162038461538461, 0.457867162462585, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.02178909395511, 0.0362692307692312, 0.0332653666052942, 0.0527692307692308, 0.0499776103716604, 0.0748076923076921, 0.139800698798738, 0.163346153846153, 0.452237833956359, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211801430953255, 0.0349615384615385, 0.0383248463291619, 0.0550769230769229, 0.0446591363725102, 0.0689615384615381, 0.137229353217945, 0.159153846153846, 0.450918612816787, 0.606346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263009798004099, 0.035692307692308, 0.0321995938818152, 0.0475769230769234, 0.0379064638287459, 0.0654999999999998, 0.162009444169159, 0.1605, 0.452065488788789, 0.608384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224944437584041, 0.033, 0.0273952550636057, 0.0444999999999998, 0.0389803106116999, 0.0677692307692302, 0.165973718957597, 0.162653846153846, 0.452785627659917, 0.61023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0235601031733409, 0.0320384615384614, 0.0280871172220671, 0.0463846153846148, 0.041832284183391, 0.0674999999999998, 0.218446163055903, 0.175384615384615, 0.453785588136072, 0.613000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0223324875461734, 0.0334999999999993, 0.0337972461326931, 0.0484230769230767, 0.0431041136712569, 0.0687307692307694, 0.218411076783066, 0.178038461538461, 0.453663007766101, 0.613269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0197898575421472, 0.0330384615384618, 0.0231236143035977, 0.0453076923076926, 0.0427192624540198, 0.0708461538461544, 0.210587953487008, 0.232384615384616, 0.449975556601091, 0.609807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0155066238948196, 0.0298461538461539, 0.0308599067748731, 0.0514230769230772, 0.0476773127792052, 0.0746153846153849, 0.209439104423072, 0.241538461538462, 0.448844830134493, 0.609192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0265048036284865, 0.0387692307692308, 0.0402892808802316, 0.0551153846153848, 0.0793213619495938, 0.0870384615384615, 0.216775704713065, 0.254115384615385, 0.449134060849748, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0252035406548066, 0.0344615384615388, 0.0399776860838069, 0.052846153846154, 0.0701661325273536, 0.0796153846153847, 0.20596588216349, 0.258230769230769, 0.447726138822178, 0.606846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.031310774749032, 0.0372692307692303, 0.0616165437324947, 0.0610384615384614, 0.0931239042269036, 0.0956923076923074, 0.20578203554695, 0.271615384615385, 0.44850053940453, 0.608423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0393167218290718, 0.0402692307692308, 0.0448714402916394, 0.0566153846153846, 0.0821234811357029, 0.0948846153846155, 0.204800965292196, 0.280653846153846, 0.450994170182345, 0.611307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0271130113527688, 0.0403461538461534, 0.0675103296939409, 0.0732692307692303, 0.0777650208097343, 0.101961538461538, 0.201545890937637, 0.282115384615384, 0.452017589855154, 0.612692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669152851343802, 0.0611538461538464, 0.0709630889970272, 0.0740000000000004, 0.0784046015133134, 0.0961923076923075, 0.201735287329327, 0.283615384615385, 0.451958738756606, 0.612307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0320976395010357, 0.0395384615384615, 0.0502616538342479, 0.0640769230769228, 0.0741315359033156, 0.0857307692307691, 0.207873915187511, 0.278730769230769, 0.447858837650368, 0.607538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380655305412212, 0.0472307692307694, 0.0440495001281333, 0.0590384615384615, 0.0760373187727835, 0.0870769230769231, 0.21030354618613, 0.282307692307693, 0.443347476157681, 0.60523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0335469590505374, 0.0399615384615383, 0.0531864644435029, 0.061, 0.105745740048768, 0.0891923076923079, 0.203292956478689, 0.279115384615385, 0.436029018088688, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0416149566308151, 0.0447307692307691, 0.0521892561887832, 0.0619615384615381, 0.098690760225292, 0.0881153846153846, 0.204312163123002, 0.2785, 0.436401642808726, 0.600076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0268092980426283, 0.0364615384615385, 0.068255143508637, 0.0587307692307691, 0.160992995547585, 0.172769230769231, 0.205075415771482, 0.277615384615385, 0.437208867529187, 0.598923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669060075490523, 0.044576923076923, 0.0715094829644725, 0.0656153846153846, 0.166308129224503, 0.187923076923077, 0.204796664636302, 0.280076923076924, 0.438967153142991, 0.601192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0390109452096948, 0.045576923076923, 0.13468902645039, 0.160576923076923, 0.144746058801134, 0.196307692307692, 0.186729158037888, 0.274461538461539, 0.433656148791431, 0.595846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0677865427988137, 0.106846153846154, 0.074999989743589, 0.129038461538461, 0.0891622979998573, 0.160653846153846, 0.144498863450415, 0.239807692307693, 0.427830318629316, 0.573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515392606137825, 0.0731538461538462, 0.0593153761359887, 0.0979230769230769, 0.0766076617979808, 0.128576923076923, 0.124348523853785, 0.209346153846154, 0.419424860786952, 0.556423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0483533309647291, 0.0662692307692309, 0.0584013698469482, 0.0920000000000001, 0.0858825047107068, 0.136269230769231, 0.116712322202269, 0.202615384615385, 0.415664117361048, 0.551538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0389650928593588, 0.0620384615384616, 0.0533347772240444, 0.0909615384615388, 0.0807946780425539, 0.1275, 0.107339002876222, 0.185307692307693, 0.410594173588247, 0.547846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347206212280475, 0.0598076923076924, 0.054227852622061, 0.0825, 0.0717626536684541, 0.109038461538462, 0.0989815833685935, 0.173923076923077, 0.408785061069808, 0.540884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.031799298492504, 0.0493461538461538, 0.0530775484912987, 0.0718846153846156, 0.0717790734449494, 0.0976538461538464, 0.0983271853793008, 0.168653846153846, 0.409290147224906, 0.541769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0476338599673034, 0.052769230769231, 0.0529733750249929, 0.071538461538462, 0.071791878692189, 0.104076923076924, 0.0955352613114454, 0.167115384615385, 0.409542080114627, 0.537653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0241725845981322, 0.0460769230769231, 0.0377977003777502, 0.0638846153846156, 0.0551594053630027, 0.0960000000000004, 0.0910294711364654, 0.165269230769231, 0.415342900042104, 0.537269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324295449338321, 0.046346153846154, 0.0415290815620169, 0.0712307692307696, 0.0476648556227596, 0.0885384615384617, 0.0868588598731385, 0.164307692307692, 0.416257686461718, 0.541692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302483311682075, 0.0471923076923078, 0.0338850772691824, 0.0620384615384613, 0.0371636091647976, 0.0804230769230764, 0.090365454597514, 0.163653846153846, 0.412722793913039, 0.537769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239466393980767, 0.0391923076923074, 0.0242403668416009, 0.0506538461538461, 0.0434693172072157, 0.0773076923076924, 0.0863232654262232, 0.162115384615385, 0.412175877321992, 0.536076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0166691331508274, 0.0365000000000002, 0.0288576612944398, 0.0537307692307692, 0.0409737063906187, 0.0767307692307696, 0.0823355610619411, 0.161230769230769, 0.41151079993305, 0.532538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0260485050508584, 0.0407307692307692, 0.0404822658228742, 0.0565769230769234, 0.0558691465700124, 0.0801923076923077, 0.0889183982000442, 0.161192307692308, 0.410436638040702, 0.533923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0285649866364132, 0.0390384615384615, 0.0332855246893623, 0.0546153846153848, 0.0478020437284364, 0.0716538461538458, 0.0820395870671832, 0.157576923076923, 0.410439368707018, 0.532346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203376119920328, 0.0365384615384619, 0.0366182804284757, 0.0534615384615386, 0.0456173381343271, 0.0663076923076923, 0.075161129479376, 0.153346153846154, 0.407355697904651, 0.527769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0248224464175845, 0.0360769230769231, 0.026367491639984, 0.0437307692307692, 0.0372995359839147, 0.062153846153846, 0.0708716716760225, 0.153923076923077, 0.404454687012222, 0.526923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0172788888531642, 0.031, 0.0243720205279615, 0.0443461538461537, 0.0345658123673575, 0.0663461538461537, 0.0725150064045105, 0.153115384615385, 0.405399808356374, 0.525730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0175299304487627, 0.0304615384615383, 0.0235898609250142, 0.0428076923076921, 0.0353544687633467, 0.0695384615384615, 0.0755573037756524, 0.153884615384616, 0.406135081734372, 0.524769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0224701169077093, 0.0318846153846151, 0.0286572584442134, 0.0459615384615383, 0.0387555852054303, 0.0733461538461536, 0.0796359118836379, 0.159961538461539, 0.406679113722923, 0.524692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263779919921599, 0.0350384615384614, 0.031647967488511, 0.053923076923077, 0.0400780968379717, 0.0754230769230766, 0.324621009794498, 0.271, 0.400011276764121, 0.533692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0216956571336655, 0.039692307692308, 0.0293415169237148, 0.0562692307692309, 0.0469861026916881, 0.080423076923077, 0.333480646422639, 0.287307692307692, 0.401941719847351, 0.537884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.018982258923694, 0.0386153846153845, 0.0305518474828509, 0.0538461538461538, 0.0603185390559665, 0.0826153846153845, 0.33435335523043, 0.286615384615385, 0.402280393984862, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0225220917186796, 0.0367307692307691, 0.0348398533954347, 0.0551538461538462, 0.0505174608046951, 0.0794230769230771, 0.35159675547641, 0.291961538461538, 0.404139678824043, 0.539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.025118917174114, 0.0410000000000001, 0.0402158981192568, 0.0570384615384616, 0.0504291734858059, 0.0853076923076923, 0.377568449219679, 0.302423076923077, 0.404707691284235, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0290457464117442, 0.0391538461538457, 0.0415670727675347, 0.0596923076923076, 0.0500799361021957, 0.086, 0.394690687072217, 0.306461538461539, 0.405771568932382, 0.540384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035084184471069, 0.0434999999999999, 0.0428569175818253, 0.0646538461538461, 0.0448639653242489, 0.0828461538461542, 0.397146491089391, 0.304846153846154, 0.406468763110544, 0.540846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0307241824075987, 0.048846153846154, 0.0311434398574383, 0.0619230769230774, 0.0342614382921409, 0.0776153846153851, 0.396113350133325, 0.307115384615385, 0.407581061309848, 0.541192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0208582025923767, 0.0412307692307696, 0.0258356045320889, 0.0549615384615389, 0.0403564883735715, 0.0773846153846156, 0.396965264901681, 0.306307692307693, 0.406608040330659, 0.539461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.021041972706584, 0.0407307692307694, 0.0265715000589847, 0.0547307692307694, 0.0454473998579263, 0.080115384615385, 0.397249901970265, 0.307269230769231, 0.406930198134577, 0.539884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239469927451957, 0.0394615384615382, 0.0350053402519364, 0.0585769230769228, 0.046560134813445, 0.0803846153846157, 0.397652101523623, 0.306923076923077, 0.407266376636301, 0.539307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0231745218189813, 0.0404615384615383, 0.0338668206134199, 0.0578076923076926, 0.0673559659855474, 0.0951153846153853, 0.393244963780163, 0.306807692307692, 0.404455533355076, 0.537961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347585075363414, 0.040923076923077, 0.0424544642936594, 0.0573076923076925, 0.329098900262286, 0.218384615384615, 0.393155261951306, 0.3075, 0.40560968164746, 0.536576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0219125885842262, 0.0368076923076927, 0.0589141356943763, 0.0633461538461541, 0.318514071661133, 0.237576923076923, 0.383267145233432, 0.305769230769231, 0.39801128704521, 0.533230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0578586207924108, 0.0495000000000002, 0.30747468938985, 0.205730769230769, 0.31159707710686, 0.237461538461538, 0.377889092398612, 0.310384615384615, 0.392576891047621, 0.530153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.182147484621244, 0.134115384615384, 0.195951673791112, 0.170461538461538, 0.200263522543519, 0.189038461538461, 0.235209382989187, 0.255576923076923, 0.29910347064828, 0.480615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894042590622025, 0.0958076923076919, 0.0983952469145971, 0.116230769230769, 0.131647735088174, 0.148615384615384, 0.178058590184416, 0.220692307692308, 0.285607748763661, 0.463115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0424834628459665, 0.0607307692307697, 0.0761245942265304, 0.0899230769230774, 0.122858693064588, 0.126461538461539, 0.156864924745416, 0.193730769230769, 0.285617229064463, 0.454192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0641659866763843, 0.0679230769230771, 0.101030597041003, 0.0983076923076919, 0.121589580778315, 0.123115384615385, 0.155338642475573, 0.193423076923077, 0.282317739708021, 0.454115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0517693107783129, 0.0576923076923072, 0.0741276342118525, 0.0818846153846153, 0.107342815316164, 0.117, 0.13365475616735, 0.174923076923077, 0.28649287278019, 0.453384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0366422412818023, 0.0534230769230768, 0.0486407236788276, 0.0680000000000001, 0.0874099536666163, 0.1015, 0.123403328717104, 0.166307692307692, 0.282194270235677, 0.451384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0435827771205381, 0.0484615384615385, 0.0840280996956471, 0.0781923076923077, 0.0953771219140912, 0.100346153846154, 0.124964708864297, 0.161461538461539, 0.288019895146151, 0.4525 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.054478845576835, 0.0562307692307688, 0.0600240464634478, 0.0706153846153841, 0.0678990766902221, 0.0902692307692308, 0.103034370665626, 0.153807692307692, 4.28857016749621, 1.28280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0409529561251034, 0.0462307692307691, 0.050964844595225, 0.0658461538461542, 0.0553469615592963, 0.0843846153846158, 0.0920565378115333, 0.146384615384616, 4.28719255672772, 1.28853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.03388353355472, 0.0495769230769233, 0.0439935834482191, 0.0656538461538466, 0.0739567545154705, 0.0968076923076927, 0.0915490368810409, 0.145115384615385, 4.28635298539266, 1.29334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0312907949108656, 0.0400769230769232, 0.0442926109482766, 0.0583461538461537, 0.0624527390543011, 0.0852307692307691, 0.0834861941603795, 0.139230769230769, 4.28645431545252, 1.29203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0242768645802161, 0.0386153846153844, 0.0437805190256329, 0.0595769230769227, 0.068486944292044, 0.084307692307692, 0.0877689361553742, 0.144115384615385, 4.28642719074271, 1.29069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370439447974135, 0.0455769230769228, 0.04396321889244, 0.0617307692307691, 0.0675190799244639, 0.0841153846153846, 0.0885611566181162, 0.141961538461539, 4.28630131178206, 1.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035605984803768, 0.0428846153846155, 0.0643018004293937, 0.0661923076923076, 0.0655304978910291, 0.0793846153846154, 0.0935500935328231, 0.1415, 4.28608595645886, 1.29188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0501621371155575, 0.0439999999999997, 0.0503548026889801, 0.0546153846153842, 0.0501102169837032, 0.0690769230769229, 0.0972736662917879, 0.141384615384615, 4.28590869226837, 1.29303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0253735173875315, 0.0351538461538459, 0.03236172953446, 0.0501923076923075, 0.0444499545729628, 0.0689615384615382, 0.110057446537985, 0.148192307692307, 4.28518649589669, 1.29623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0281776780175647, 0.040692307692308, 0.0336498714136298, 0.0530769230769228, 0.0549904047574171, 0.072230769230769, 0.118079067382183, 0.150115384615385, 4.28496851581648, 1.29730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0198682196949332, 0.0331153846153842, 0.0343125901988442, 0.0509230769230765, 0.0494967287186346, 0.0736153846153842, 0.137579118496063, 0.154423076923077, 4.28507589682359, 1.29619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0294479462520145, 0.0363076923076922, 0.0467052294881252, 0.0525384615384612, 0.0560765548157157, 0.0704999999999997, 0.135883553088665, 0.1565, 4.28473233290195, 1.29773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0289486813835477, 0.0371153846153847, 0.0342655018259564, 0.0502692307692306, 0.0456788791456181, 0.0689999999999999, 0.164950248909739, 0.233769230769231, 4.28335357329349, 1.30292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250838593521816, 0.0350000000000003, 0.0406679802225853, 0.0532692307692306, 0.0526548704738256, 0.0718461538461537, 0.171345808684795, 0.242115384615385, 4.2832626047837, 1.30330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324509570796393, 0.0377692307692307, 0.0427368513292506, 0.0529615384615382, 0.0502266248732067, 0.072076923076923, 0.168945512381496, 0.247115384615385, 4.28309317720446, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345060083954178, 0.0412307692307694, 0.0417902454573389, 0.054769230769231, 0.0476405128177524, 0.0775384615384614, 0.167109305545802, 0.248, 4.28283999521525, 1.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302707017529387, 0.0386538461538463, 0.0338008648045939, 0.0535384615384616, 0.0650980443993167, 0.0883461538461539, 0.166279565329459, 0.249576923076923, 4.2826150134989, 1.30707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239474103305229, 0.0369615384615381, 0.0329729259568177, 0.0545769230769224, 0.0600664759950299, 0.0836923076923075, 0.159590051743161, 0.245230769230769, 4.28303952603037, 1.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0240469092848505, 0.0375769230769228, 0.048326581314412, 0.0645384615384613, 0.06248742642755, 0.0880384615384613, 0.151953135487938, 0.248346153846154, 4.28256184525822, 1.30696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0453828330810401, 0.0531923076923075, 0.047809686820206, 0.0663846153846154, 0.0676340492310242, 0.0912692307692305, 0.148931372941211, 0.245076923076923, 4.28237981950008, 1.30803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0268541359083592, 0.0467692307692308, 0.0496781177644178, 0.0673461538461537, 0.0736033026014872, 0.0936153846153842, 0.143301854623245, 0.243307692307692, 4.28236780369854, 1.30661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0362998622586915, 0.0460000000000003, 0.0522378583610947, 0.0639230769230771, 0.0721981035335837, 0.0843846153846156, 0.141950435553563, 0.240615384615385, 4.28212232372974, 1.30765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325292767542386, 0.0449230769230773, 0.041250473190759, 0.0601923076923079, 0.0681457713570415, 0.0806153846153851, 0.145521222348654, 0.238884615384616, 4.28155358952799, 1.3105 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0286286569716427, 0.0410000000000002, 0.0422006926665719, 0.0524615384615387, 0.0609546237281978, 0.0768846153846157, 0.14603750835369, 0.237923076923077, 4.28115628755381, 1.31296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027931454560158, 0.0366153846153848, 0.0566898172921329, 0.0541538461538463, 0.13371432809711, 0.177807692307693, 0.14361251820303, 0.240346153846154, 4.28111805903372, 1.31334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0460463311826759, 0.0387692307692308, 0.0491381255708382, 0.0586538461538464, 0.139389813114159, 0.187, 0.143895774247036, 0.238923076923077, 4.28087814373855, 1.31380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0353095541657574, 0.0422692307692308, 0.130389499341249, 0.168307692307692, 0.132836191778272, 0.191576923076923, 0.142282730451082, 0.235846153846154, 4.28051544487882, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894723334977828, 0.124461538461539, 0.0977627032863056, 0.144884615384615, 0.0952758020776448, 0.161961538461538, 0.115311491188, 0.2095, 4.28195554408712, 1.30880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370249188437278, 0.065269230769231, 0.044813339360233, 0.0866538461538461, 0.0738456602547606, 0.121307692307692, 0.0897098914021449, 0.176769230769231, 4.28346038833809, 1.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0298298766082186, 0.0596923076923077, 0.0567130021722058, 0.0857307692307692, 0.06587210218411, 0.103576923076923, 0.0905063788657162, 0.165730769230769, 4.28494054388335, 1.29176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0539246340168027, 0.0591153846153845, 0.0580762893495732, 0.0778461538461535, 0.0642018571502293, 0.096961538461538, 0.0958506931879756, 0.153346153846154, 4.28582005868009, 1.28884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0303140485330073, 0.0523076923076922, 0.0365893637340353, 0.0626923076923075, 0.0500857111513702, 0.0835384615384618, 0.0893511310246528, 0.148769230769231, 4.28605546178983, 1.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263364035860281, 0.043384615384615, 0.0361170958880225, 0.0602692307692304, 0.0465496922240511, 0.0799230769230772, 0.092356275035655, 0.145807692307693, 4.28654461237092, 1.28507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0218471614068844, 0.043538461538461, 0.027329921613218, 0.0557307692307694, 0.0491399414545225, 0.0805769230769238, 0.102307357431493, 0.146653846153847, 4.28705493101482, 1.28230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0232466374739697, 0.0396153846153851, 0.0346032457348244, 0.0557692307692312, 0.0531875780755107, 0.081961538461539, 0.102541886375952, 0.149961538461539, 4.2851880518829, 1.295 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278183392746583, 0.0385, 0.0436650361801685, 0.0606538461538465, 0.0511356566850901, 0.0808461538461541, 0.0991451150897209, 0.153076923076924, 4.28524665639609, 1.29488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.032680857723421, 0.0449615384615385, 0.0370729219034804, 0.0601923076923075, 0.0542991287647914, 0.0903461538461539, 0.0980634410039673, 0.151961538461539, 4.28392232943308, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0251305820435213, 0.0418846153846155, 0.0353850033423547, 0.0585384615384618, 0.0539295409271712, 0.088346153846154, 0.103007273828301, 0.155538461538462, 4.28330000044897, 1.30757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255627433221447, 0.0424230769230773, 0.0444638487555211, 0.0680769230769233, 0.0483230316165638, 0.0833461538461544, 0.117948698104792, 0.161153846153847, 4.28197645234786, 1.31553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345869917743655, 0.0495, 0.0443977996682789, 0.061730769230769, 0.0521400628485061, 0.0788846153846155, 0.117853390016841, 0.162692307692308, 4.28197186136696, 1.31669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0327725260170536, 0.0369615384615384, 0.0364869628982528, 0.0495384615384618, 0.0423348737858231, 0.0671923076923079, 0.111376865433743, 0.151615384615385, 4.28244342330943, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0185298096631847, 0.0310769230769229, 0.0222803466345084, 0.0425769230769229, 0.0309115114231174, 0.0601923076923078, 0.112399562002979, 0.147692307692308, 4.28255067292307, 1.31688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0146594679303174, 0.0294999999999998, 0.021953237013812, 0.0432307692307692, 0.0353103166445513, 0.0594615384615386, 0.11076603894974, 0.149346153846154, 4.28259228056308, 1.32019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0189397831195442, 0.032653846153846, 0.0248785356976958, 0.0433076923076922, 0.0369682816229513, 0.0625769230769232, 0.113466850462354, 0.154615384615385, 4.28202929480153, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0173258366431352, 0.0297692307692306, 0.0283985102534514, 0.0423461538461537, 0.0520483798609894, 0.0659230769230771, 0.129115476043138, 0.164384615384615, 4.28189249909969, 1.32657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0259418284154853, 0.0314615384615386, 0.033528518286103, 0.0451923076923078, 0.0726699705200478, 0.0677307692307693, 0.129933284656159, 0.167461538461538, 4.28194599919242, 1.3265 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0209509316848087, 0.0303076923076921, 0.0359936960292514, 0.0491153846153846, 0.062627261205915, 0.0744230769230769, 0.183484662951598, 0.229692307692308, 4.28253276533337, 1.32438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:14 Duration: 3s889ms 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-16 00:00:00', 6.32448146543781, 12.46784, 8.50645385908054, 17.84144, 9.55305747514026, 23.67204, 28.9595908553626, 81.09848, 55.9519223161874, 159.60672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.2661855760369, 13.50556, 9.15973230267495, 18.15076, 19.2796545173922, 26.53768, 30.1653973738675, 84.11616, 55.5590535939013, 160.0468 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.91954937146492, 13.23264, 9.73455073556729, 17.88276, 19.0759395288061, 26.94836, 30.2787139765986, 84.19208, 55.39612926198, 160.48672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.76564254521155, 12.39416, 17.6909109334897, 19.34036, 16.6136453618705, 30.92572, 29.9109537999599, 84.30316, 56.7637587565047, 161.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.7160436224685, 13.69668, 15.4668288828059, 20.01576, 15.9701960170604, 34.27436, 31.693124426443, 84.61892, 56.4620851828021, 161.10976 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39584265832276, 14.3302800000001, 10.611850747003, 25.75488, 13.6333999462106, 36.63052, 30.955248206995, 84.85716, 57.044319824589, 161.4352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.02306630106056, 21.42916, 11.085720997752, 29.33104, 10.3413469706159, 37.221, 31.3327804450334, 84.3638, 57.2015426816445, 162.03692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.99156232349633, 17.64516, 6.81827700620421, 23.6546, 10.2724088479771, 33.79104, 30.1850359500641, 82.64884, 57.4910953157675, 161.34924 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.55392800937622, 15.3262, 6.43580173120133, 21.30956, 10.3244226960478, 32.8274400000001, 28.1023172368994, 81.1598, 57.3511744456031, 161.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.88890366442216, 14.83304, 9.05106761658533, 23.7092, 8.42217928309931, 30.9557200000001, 27.901873369722, 79.41104, 57.288178433891, 161.32624 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.09832789432199, 15.97524, 6.68689316324603, 22.4395200000001, 7.35255528710934, 27.2732000000001, 26.9512290860732, 79.144, 57.6223559418854, 160.89172 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.12113683602908, 14.32992, 5.77713717366429, 18.30644, 24.6741391628293, 54.5245200000001, 27.7619158156758, 77.82056, 59.1433571053419, 160.65576 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.18042051639308, 11.92832, 6.23837024977943, 16.2760400000001, 25.7809385640503, 59.10608, 27.9978156930739, 76.7204, 58.9454656581827, 160.45692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.3443604007714, 11.6255200000001, 25.3337616138359, 49.58656, 26.5291250122703, 62.3488, 28.1460097484527, 76.01348, 59.8351664933757, 160.12496 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.5880733628103, 24.2944347826088, 15.2203730145998, 37.4886086956522, 15.7894742498589, 45.4342173913044, 20.4134603152792, 66.127956521739, 53.4528591512806, 164.389913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.8978250121778, 17.5702173913044, 12.1034092410741, 26.8694347826087, 9.09022764795801, 34.363652173913, 18.9511250788691, 58.6891304347825, 51.6560918076266, 162.209739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.0606454431155, 15.9541304347826, 9.42025173186467, 21.8156521739131, 12.360598017403, 33.6004347826087, 21.1212610897115, 57.2442608695652, 51.9584277649197, 162.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3060995750377, 13.2552173913044, 10.2049877665877, 22.7570434782609, 13.5843881925251, 32.5542608695652, 21.5636379316164, 55.2541304347826, 51.0180268768125, 162.648695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.83227543819282, 13.1327391304347, 10.6791564016356, 21.5107826086957, 15.2900026785181, 30.486, 20.8056446873849, 54.0376956521739, 51.5098760124521, 162.433 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.80250760524149, 13.3040869565218, 10.0459942808519, 20.092, 12.8783716779373, 32.0304347826087, 19.9241365864475, 51.7725217391303, 52.2815039449616, 162.863739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.60580008131297, 14.0636956521739, 8.49282076820126, 20.7806521739131, 11.5128212510272, 30.5103913043478, 19.6473598663884, 51.3400869565217, 51.5800239738821, 163.946652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52353115810397, 10.867, 6.99722679425764, 20.0049130434782, 8.74266786463401, 25.9171304347826, 19.3901993436112, 49.438304347826, 59.8604181855739, 174.36152173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.60031747516644, 13.4917826086956, 7.20403630110702, 17.9571304347826, 9.62659498862909, 26.9715652173913, 18.7426365512775, 48.5955652173913, 63.4379557486306, 175.581739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.45165631826516, 11.8556086956521, 8.94156633779125, 17.3198695652174, 11.9710213944048, 26.4440434782608, 17.5223594245288, 48.2435652173913, 63.8827552798891, 174.194826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.98754178992823, 12.5558695652174, 8.75739218452152, 19.1803478260869, 11.9719153235326, 24.3528260869565, 24.2380319355898, 49.9632608695651, 63.487785667547, 175.082173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.96643682869686, 10.6243913043478, 7.41163764021706, 16.3603478260869, 11.8693031719036, 22.9348260869565, 25.3466732807909, 49.9883043478261, 64.6805887485397, 175.910304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.46390941007533, 10.9850434782608, 6.55209858062871, 13.7890869565217, 16.1505692776475, 23.9289130434782, 23.794504066003, 52.1587391304348, 66.2391845584499, 176.175173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.56408784416177, 9.51791304347827, 9.86575601137018, 16.2543043478261, 13.8652538409904, 25.0384347826087, 23.4141167551314, 54.5218260869565, 66.1679640822843, 175.953608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.18997095174112, 11.0287391304348, 13.0091771810847, 16.9227391304348, 12.0106186022821, 24.7478695652174, 24.4732670041763, 53.8436956521739, 66.3764203914032, 174.821391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.4278110080011, 12.1002173913044, 11.9118471342692, 16.9211739130435, 12.2279051378103, 24.6001739130435, 25.2505420139845, 54.788, 66.1622608247832, 175.063086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.04548006541615, 10.0566956521739, 6.19470899187942, 15.7996956521739, 8.13297872472062, 22.3198695652174, 25.2328578733076, 54.958, 65.8336581093238, 175.541347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.24168103560233, 9.83882608695653, 7.83355741957949, 15.5738695652174, 8.25422061544144, 20.5991739130435, 26.2397154168657, 55.2983913043479, 66.7181128667323, 176.319956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.24003432915765, 10.4650434782609, 6.44060404300211, 14.8954347826087, 11.3575369588107, 20.5820434782609, 26.1187055740068, 57.1939565217392, 66.1449131149792, 177.40252173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34233615173936, 9.2740434782609, 9.0230278098711, 13.9456956521739, 12.7019604459297, 20.4115217391304, 36.2008133728747, 81.9493043478261, 65.6961724301224, 177.779173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.03001211829671, 9.38373913043478, 10.9954713259524, 14.2390434782609, 10.8772738423332, 19.8571739130435, 34.5477479265214, 83.7746086956522, 64.5466325330433, 178.924086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.28942665106018, 10.1540869565218, 8.65940271311058, 14.2845652173913, 12.6809401195734, 24.052043478261, 34.3205318271327, 85.5005217391305, 64.022514183832, 179.694347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.52632244954341, 9.83747826086961, 7.67241768482622, 14.835695652174, 22.7167000899401, 26.9473913043479, 34.5317314765246, 85.243695652174, 64.2707844079027, 179.661043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.50490695839201, 9.84556521739136, 10.7988783254075, 17.4447826086958, 22.0603455525345, 31.3515217391306, 35.175564852939, 85.6312173913044, 64.0460137114873, 179.489173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.74718922067059, 12.2406086956523, 20.1506486831511, 20.0145217391305, 22.5390256744991, 36.8390869565218, 34.5178283562398, 86.1916086956522, 63.4195852049911, 179.839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.2515398510107, 14.1018260869566, 14.8415560002946, 25.0646521739131, 16.8691818708583, 37.4719130434783, 33.6067285635933, 84.9902608695652, 63.4404026996649, 178.253173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5238904399511, 19.8580869565218, 13.9964577278986, 29.1552608695653, 15.4613539078578, 36.5301304347826, 33.4080654287509, 84.1183478260869, 63.8009644853808, 177.793913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.4141724188704, 17.0465217391304, 9.94156184733697, 25.002652173913, 13.6145139386817, 33.8248260869565, 31.8321650757079, 83.6079565217391, 60.8214661267412, 176.58052173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.65896016559572, 14.3970000000001, 9.05916680504231, 21.4602608695653, 11.6126498050217, 29.8106956521739, 31.6235535428245, 82.3883043478261, 56.6600064575601, 176.709043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.51288546433303, 15.0027391304348, 9.71553511247519, 22.1923913043479, 11.8341303043058, 27.9218260869565, 31.0926840756418, 79.6081304347826, 56.7970805576618, 176.009347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.566709681482, 13.9323043478261, 8.86081708885883, 18.2731304347826, 11.7683144018869, 25.5430434782609, 33.8622163921404, 77.8084782608696, 56.7510206650219, 176.176608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.0550845718676, 10.9319565217391, 9.1886070931481, 16.3523043478261, 29.1363438706746, 57.6378260869566, 34.2204028499006, 76.5901304347826, 56.4992246313931, 176.565695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.07919265902238, 10.8873913043479, 8.72417747779302, 16.7678695652174, 28.1812536634458, 58.4869565217392, 34.2840293669861, 75.963, 56.3589259756645, 177.246304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.58226646739667, 11.975347826087, 29.6093578381055, 54.1253043478262, 29.0633411481827, 59.9371739130436, 33.7564055392284, 76.9382608695652, 55.8478765811248, 178.400434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 25.2235667896777, 37.21052, 26.3465475434638, 42.50972, 25.027069778009, 49.45656, 28.2272192509287, 68.07484, 54.8368828600483, 174.24616 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 17.5841735823248, 24.77464, 18.0868150780248, 31.4732000000001, 18.9021752441352, 40.4297200000001, 22.7530148203852, 61.9422, 55.0783620512024, 170.70908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.869305954997, 20.57112, 10.3111131637989, 27.6584800000001, 18.0260456236709, 39.7650800000001, 19.9889327462307, 59.4624, 55.1265005565079, 171.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.3801384781498, 20.1950400000001, 9.81931389354673, 28.7014400000001, 17.2463810839647, 36.4010800000001, 19.7363790217456, 55.93416, 54.9797545801179, 170.48076 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.11541642123195, 17.99976, 15.5933094089527, 24.52164, 15.3463224718497, 30.45092, 18.0366495444691, 51.57796, 55.3737782955675, 168.17432 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 11.5527692859043, 16.54856, 11.2005056503416, 21.53364, 14.9955041820318, 28.87244, 15.5623185210302, 48.0356, 56.107741513538, 166.6984 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.71709964142659, 14.70668, 6.23064659913669, 19.64172, 8.99214060110268, 27.34956, 14.1458660466583, 46.80228, 57.0949769221718, 166.75908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01099425580613, 14.80512, 8.70979573851576, 20.63916, 8.40096529334573, 26.96288, 13.9606716908607, 46.57932, 60.3906111921105, 180.33764 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.3322207824005, 14.6754, 9.25781176304634, 21.9701600000001, 10.232288479449, 27.76488, 14.975233047491, 46.0409200000001, 62.9327226264418, 183.67848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.66521790048714, 15.6461200000001, 5.68307123305695, 18.80184, 10.1410460518955, 26.19788, 16.2821492619985, 45.23744, 62.3225315694359, 183.59516 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.78182393164998, 11.6048000000001, 9.53573673521524, 18.9902000000001, 10.3033970776633, 23.24044, 16.7093027649271, 47.33184, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.64639966899368, 13.65968, 7.11197453548119, 17.74572, 9.22569071705016, 24.19704, 19.204343205119, 51.31976, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.37322942572189, 11.71312, 5.60647190664501, 15.37564, 9.96694045114473, 23.30504, 16.4854453357095, 50.9914, 62.1545805985099, 182.59672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.94300639793234, 11.4638, 8.22906039593829, 17.6690000000001, 9.93394826206242, 23.7143600000001, 14.951332942584, 52.6624800000001, 61.9868223678226, 182.55848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.11737478634972, 13.53212, 7.55764246464017, 18.09396, 10.3172392880395, 23.74288, 18.0248693800168, 54.9432, 61.9600901764461, 183.95656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.78035236469197, 12.31228, 7.65345276612679, 16.6150800000001, 8.95629660574059, 21.71316, 17.3334225584562, 54.79556, 62.3485393199124, 184.62592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.51873405622469, 11.4878, 7.0446297745162, 16.10908, 8.93007650620453, 20.59464, 17.6590675171897, 54.63892, 62.3459960461777, 184.22936 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.22066543198292, 11.5452, 7.10676176773456, 14.79664, 8.66466066309961, 20.74836, 17.4922735491034, 54.4008, 62.7267208260563, 183.87144 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.15619045193895, 10.77668, 6.55461545859092, 14.41832, 8.4944908111081, 22.86184, 17.938166408248, 55.06144, 62.6709917645849, 183.91344 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.83602243128649, 9.42447999999998, 8.24693122460307, 14.94504, 8.88584425045436, 23.2097200000001, 30.1572985382201, 74.62604, 61.6978966895685, 185.2354 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.87355030709703, 11.10528, 6.43034476136388, 17.4270000000001, 8.39353613363682, 24.0479200000001, 33.1999214892144, 78.2188400000001, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14870300593594, 12.1133200000001, 7.59470062565561, 17.0635200000001, 9.54138565024317, 24.0557200000001, 37.4548171293093, 83.25476, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.03230100848508, 11.79924, 6.12300350400031, 16.3230800000001, 9.16186226575505, 26.49648, 39.9830961343665, 84.71636, 61.7264267548889, 185.03352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14960826892038, 11.8896400000001, 7.17846469007588, 17.37284, 11.3291311248186, 31.44172, 40.7378292118435, 86.08432, 61.7482596783639, 185.11884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.42626514757837, 11.43136, 6.79872092749809, 19.1326, 12.3339685946306, 33.24028, 43.7950059824937, 87.44656, 61.7492345472125, 185.1224 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.67286105417715, 14.0140399999999, 9.34238707308433, 25.91316, 13.6435217542978, 36.12888, 44.05963345278, 87.93908, 61.7385751954697, 185.0824 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.44709257521044, 21.42556, 12.5353202827052, 28.50244, 14.7922589318423, 39.0911600000001, 43.853736859018, 89.1832000000001, 61.6863393907165, 184.72248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 9.70372248194812, 19.7095600000001, 9.58865010885264, 26.84308, 13.315920230436, 35.645, 43.2714983110515, 89.3332000000001, 60.6194525847658, 183.40252 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.55864196484481, 18.7200800000001, 13.3491608092045, 25.7676800000001, 15.3955319030122, 32.61292, 40.352223897492, 88.3488400000001, 57.2242693904722, 181.63276 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 13.5035891138863, 17.26504, 12.7743691640723, 23.49896, 15.1856598043461, 30.78112, 40.135158914473, 88.88344, 57.901627616818, 181.95452 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.4207286136815, 16.61856, 14.9302712792948, 24.1721599999999, 14.8278943130844, 30.04452, 43.4290844232295, 90.33456, 57.8445049648336, 181.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.59220824155298, 16.5516, 6.66179454726722, 20.70056, 29.9162504589618, 57.37824, 42.7415143436683, 89.40516, 56.8571971176619, 180.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.0285815219933, 12.75196, 8.2099705135483, 18.0428, 33.257354801858, 59.8386, 40.7824423925297, 86.675, 55.7907459828539, 178.65336 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01042751446734, 13.07664, 28.6732404250607, 50.04416, 35.4109306982557, 63.4692, 40.0670183603672, 85.76396, 56.8898310282837, 177.78948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 28.53303705359, 36.5443076923077, 30.3833373431, 46.1887692307692, 31.2527513461061, 56.2583076923077, 36.7174598072277, 79.2741538461539, 52.8708044601031, 172.054461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.7371586844652, 24.8018461538462, 14.0706054178971, 33.3768846153846, 16.6259308099866, 41.9285384615385, 30.510342076392, 64.9345384615385, 55.4246395079356, 165.584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.8295204957804, 19.2129230769231, 10.0609968037274, 27.5017307692308, 12.4977909053498, 33.9170769230769, 29.8572665852823, 57.9947692307693, 54.66158716068, 162.211269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.08397795766015, 18.3777692307692, 7.94832723001417, 24.4126538461538, 9.95745713353337, 30.8276153846154, 30.328605586577, 54.9951153846154, 54.4414870011267, 161.511576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93683122026635, 18.0785384615385, 8.62604678544093, 22.4202307692308, 10.1947399034993, 30.0345000000001, 31.1970991514374, 54.1967692307693, 54.0051025364769, 161.244846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34031493430365, 13.9061153846154, 8.29409067673163, 20.0549230769231, 10.0613564422726, 27.9394615384616, 32.1239801082282, 52.412076923077, 53.8219360564216, 160.484692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.74404910628244, 15.7681538461539, 7.30527711768375, 21.0866153846154, 10.3123931607332, 28.2873076923077, 31.6643495836223, 52.0510769230769, 53.9208180309438, 160.526615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.8036953352683, 14.3002307692308, 8.11625800097933, 19.6065384615385, 17.33342394606, 29.9114230769231, 30.6641252154069, 50.8091153846154, 57.5172837041314, 160.733307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.339569624315, 14.8006923076924, 8.8018387349112, 20.5033461538462, 28.0989410806501, 31.2184230769231, 30.6918776336421, 50.2760384615385, 56.7661373355223, 162.385346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93651234954453, 14.1071538461539, 16.7688710453442, 22.9918461538462, 26.8445820019895, 30.1703076923077, 30.6001315429299, 49.6382692307693, 56.5574895632618, 162.491538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.2591030151236, 15.9518846153847, 26.2671953672549, 21.4343076923077, 25.5111446618622, 27.7809615384616, 30.5929139547304, 48.2488076923077, 57.0380954403822, 162.148884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.1833530359259, 13.2626153846154, 13.6059545962562, 19.3936538461539, 13.8940417990535, 25.300076923077, 30.175491645042, 49.1545, 56.3735092274868, 162.222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.5591433049606, 15.6862307692308, 11.2550947788785, 18.8388076923078, 29.2113817978804, 29.7996923076924, 27.2428263973924, 49.6940384615385, 55.9135977200675, 162.151807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.89933879893463, 11.7687692307693, 6.62181394297551, 17.2378461538462, 21.1117468811888, 26.7521538461539, 20.2977505417188, 50.6365769230769, 52.9328258994796, 163.302230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.06935820659813, 12.8260000000001, 21.9413617242728, 21.397653846154, 21.0947801666303, 26.5490384615385, 21.761374719478, 52.2798076923077, 51.7943259109157, 164.385615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 17.6126496172932, 14.1656923076924, 16.930632535278, 19.0887307692308, 16.2393192466736, 24.3866538461539, 18.8854443268231, 53.7203076923077, 51.0881159298475, 165.344692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.02988078813461, 12.4361538461539, 8.30735320331423, 16.4182692307692, 10.8984586284201, 22.6053461538462, 19.3760810303282, 54.5564230769231, 51.1612733309543, 165.227730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.68739022386027, 10.6990384615385, 7.02130344166948, 15.7135, 8.70906428957783, 21.023, 21.685386411094, 55.9770384615385, 50.8107275991838, 165.341038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.63505909504192, 11.2332692307693, 6.37337929974835, 15.0944615384616, 7.92950560492021, 21.2344615384616, 23.9557546873718, 58.6368076923077, 51.1039085939768, 165.461692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.19036036563039, 10.3039230769231, 5.46534742044404, 14.4451153846154, 6.47110428146061, 20.9746923076923, 38.2525621061065, 82.0661923076923, 50.4613420544876, 165.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.98821959684176, 11.2775, 7.40200117566966, 16.5087307692308, 8.25398867904756, 22.1729230769231, 40.8383354413284, 85.1004615384615, 50.2330530828672, 165.881115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.80254306542864, 11.8931153846154, 6.05469395745656, 15.4930384615385, 9.07691566566186, 23.4631923076924, 39.9452347095562, 85.0631923076923, 49.9860535765728, 165.381 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.03223205624182, 11.5816538461539, 5.4110695506099, 15.7248076923078, 9.28978763730113, 25.2518846153847, 40.3406560855842, 88.0038461538462, 50.0434251859784, 165.573230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.54168446012983, 10.8038461538462, 7.03620932922092, 17.1627307692308, 9.77794609957293, 29.5156153846154, 39.8830882844036, 90.3976923076923, 49.6245457994793, 165.036730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.35641651465431, 12.4749615384616, 7.92732836051241, 19.2471538461539, 9.52635957008025, 33.3195384615385, 39.6745811249469, 90.726, 49.5264969530919, 165.489730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.92396808195996, 14.926, 10.0222089152043, 25.2115, 15.4995406959243, 37.6892307692308, 38.4455814833622, 89.4330769230769, 49.0628087802219, 164.387269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.55940882331338, 19.6267307692308, 9.099218902741, 25.947, 14.6638041102783, 37.6442307692308, 36.7943802366402, 87.2750384615385, 49.2744762761069, 163.410269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.17995472745289, 16.5585384615385, 11.1751441922895, 25.7020384615385, 13.0969545263834, 34.1338846153846, 35.4529790023565, 83.7396923076923, 50.2800251862889, 161.689576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.2953577356091, 19.1348461538461, 11.5973257132841, 24.4675, 13.2268759819369, 32.5078076923077, 33.0824077374388, 83.9498846153846, 50.5024362196976, 160.415269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.67844631886077, 15.1939615384616, 8.30561931817623, 21.5574615384615, 11.2495965340301, 29.2855384615384, 33.7880811702088, 82.9237307692307, 52.6414917651613, 158.678692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.0979076885815, 15.8905384615384, 7.68822637273775, 21.3050384615385, 10.0377039336693, 31.3305, 32.0860462760084, 82.6911153846154, 52.5252502668516, 157.638346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3639617810143, 13.4751153846154, 5.51059996175201, 18.0005384615385, 25.9187456707421, 59.8077692307693, 30.6175381752656, 81.6880769230769, 53.5534117040032, 156.105461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.40167285555699, 12.4230384615385, 9.61614280803982, 20.8847692307693, 27.9242471588072, 62.4871153846154, 29.094533729472, 82.3471538461538, 54.6864053793853, 156.036038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3179056178307, 15.4545384615385, 23.6182597332266, 55.0411153846154, 25.6007207839936, 61.3005, 28.0139396529656, 81.223, 55.0858698477345, 155.075192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.5267791377944, 35.3589230769231, 20.3963988075195, 44.4296538461539, 21.288473622922, 50.9129230769231, 26.5202972973241, 74.2635384615385, 55.8516028391308, 152.6005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5473298282624, 24.9238846153846, 9.60011469106172, 28.7441923076923, 13.0751423633373, 37.3346923076923, 21.4199881851939, 60.3845769230769, 54.6825552834371, 145.754384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.24068428523587, 18.4170384615385, 8.59098389001291, 25.2190384615384, 11.7986900561688, 32.8211923076923, 21.1333891360421, 58.3238461538462, 54.0996547010735, 145.587153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.91833839987069, 17.6028461538461, 9.36754331212911, 23.7627692307692, 9.67876759637373, 29.4682307692308, 20.6387616174405, 56.2136923076923, 53.5039025844485, 145.966615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.27995059865436, 15.4578076923077, 6.82685441608812, 20.4165384615385, 7.87679198160889, 26.7801923076923, 17.7766894486529, 53.6680769230769, 51.8034682298396, 144.617 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04666784872795, 13.8471538461539, 6.56375382184957, 18.8209230769231, 6.63836105027783, 25.3509230769231, 17.4985361439618, 53.0936923076923, 51.5513290368557, 144.852884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.01033008892621, 13.924, 6.10857024301482, 18.4084230769231, 7.99840511486748, 27.8626923076923, 18.474367211855, 53.4499615384615, 51.1031706726696, 145.207 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.85716924277089, 12.8135384615385, 7.47839480102512, 19.052, 10.1695532382016, 29.3572307692308, 19.1208233870423, 53.4889615384615, 54.8288753058656, 156.343115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.49423739065285, 13.9436153846154, 9.48624419778449, 20.7085, 11.673804165672, 30.8774615384616, 19.7433522501977, 53.3606538461538, 55.1180420023593, 156.456576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.70652271204668, 14.8388461538462, 10.8520123774349, 22.843, 13.236567840064, 32.4517692307693, 19.3065243897976, 52.5785769230769, 54.9672111629778, 156.310346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.72153682020282, 15.2188846153846, 10.4925610504996, 20.9220384615385, 14.6282849807646, 29.9090384615384, 18.9080024476411, 51.686, 54.8635817695688, 155.495115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77045571026171, 12.8622692307693, 8.34061819402266, 19.1674615384615, 11.8827624125809, 28.3609230769231, 18.4318902295827, 52.2136538461538, 56.2511209062882, 154.491576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.55351604748283, 13.6272307692307, 10.1155025224424, 20.6851923076923, 10.5732645107292, 27.2345769230769, 16.7669987087273, 52.5075384615384, 56.979739584914, 155.354730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.07497498381001, 14.5116923076923, 9.17364701983971, 19.2902692307692, 9.78529616178501, 25.9045769230769, 16.4237675160586, 52.0863076923077, 57.1280591183864, 154.542923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.13538547740457, 12.2681923076923, 6.45322439679449, 17.4136538461538, 9.93177124709458, 24.6007692307692, 17.2656523127902, 53.7418846153846, 57.1174386617069, 154.517076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.51341405901583, 11.8838846153847, 6.64744585351279, 18.0518461538462, 10.5629508479111, 23.6158461538461, 17.7546282687513, 53.8958076923077, 57.8250077934612, 155.943076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.83748353604826, 12.7371923076923, 8.31652702523941, 17.9098076923076, 10.683067364544, 22.9533461538461, 16.2463431185654, 53.5473846153846, 58.1985439869286, 157.048961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.27170294631288, 11.4586923076923, 5.91209640092636, 15.2865769230769, 7.45492394967145, 20.7191538461538, 15.7128167035215, 51.2859615384615, 58.4216095663372, 156.400807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.46779690875442, 10.9633461538462, 5.10756416684725, 15.2500384615384, 7.6870310587679, 22.1175384615384, 17.4855328281587, 52.6537307692308, 58.9330976847607, 155.670192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.01592379352309, 10.4416538461538, 5.81564484644652, 14.0795, 8.14301906751098, 23.4255769230769, 47.3455046234024, 79.7082692307693, 58.1233377541375, 156.028192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 3.78006166677413, 10.4607307692307, 6.86097857754558, 17.3621923076923, 9.56122765476039, 25.1021153846153, 53.4523895201645, 83.4311538461539, 57.7085583069457, 155.974115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.39058001955861, 13.0777692307693, 8.99347077837803, 18.2618076923078, 9.4976136960818, 25.291, 53.4269302587548, 84.685076923077, 57.7482521323773, 156.947769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.51004057522586, 12.6261923076923, 7.85098578386574, 19.1254615384615, 7.73033042900099, 25.4933076923077, 53.3725492881875, 84.683, 57.7636763940934, 157.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3175661448766, 13.0818461538461, 5.77766149765961, 17.7076923076923, 8.60756409650171, 28.7976538461538, 52.8520303920876, 85.1943846153846, 57.8354327894774, 157.215115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52719649857375, 12.8104230769231, 6.38804711460879, 18.8804615384615, 9.25312275047649, 32.6476538461538, 52.7037270699725, 85.1138846153846, 57.9690012162203, 157.290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.40456848213832, 12.4640769230769, 6.25570170951761, 23.4700384615384, 8.83693525720315, 34.6705, 52.2426300723255, 84.677076923077, 58.0226924187558, 157.288807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.64471885149285, 20.6868461538461, 7.99038156526096, 27.8619615384615, 10.8340755593707, 35.6508846153846, 52.3708959375192, 85.8175384615385, 58.6341352478754, 157.386115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.04813795257032, 18.4389615384615, 9.45741812872512, 24.2256923076923, 10.5364758073305, 30.4120384615385, 52.5803176685404, 84.9652692307693, 59.0947247960425, 156.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.1652508018637, 16.4363846153846, 8.55746001064834, 22.245923076923, 8.73600565511227, 27.9873846153846, 52.5349375103259, 83.6124230769231, 59.2088975368242, 156.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39173338773691, 16.0633461538461, 7.76311508213439, 20.7185384615385, 8.18878383193463, 27.3003846153846, 53.1262797670289, 83.3037307692308, 59.3149216589267, 156.108730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04016563235166, 13.6108076923076, 6.22956545070481, 18.0682307692307, 11.0771806388699, 27.2841153846154, 53.1900731129409, 82.765, 59.1153770451934, 156.095653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3068276513533, 13.1814615384615, 5.56053778528108, 17.8583076923077, 48.2950605708126, 61.1114615384616, 53.7280681072322, 84.1438461538462, 58.3531881084487, 155.7055 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.62753156810909, 12.2374230769231, 11.0192462155295, 19.7329615384615, 53.996590117753, 65.2427692307692, 53.2067648852894, 83.6459615384616, 58.7532395894375, 155.820576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.6407416462777, 14.7596538461539, 48.549486312675, 56.4352307692308, 53.6289082445423, 66.0263076923077, 53.0660118150824, 82.6280384615385, 59.0393714548182, 156.4005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 20.2798338709628, 32.077076923077, 22.8428627051461, 41.9676153846154, 30.3897299508593, 49.4963846153846, 33.9067979307304, 70.2896538461539, 45.7077924695392, 151.015961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.1476394331688, 23.5807692307692, 21.9231995017572, 30.0720769230769, 27.2944438480407, 35.7454230769231, 34.0566659238123, 60.3796153846154, 47.8194868904042, 148.556307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.41143467719, 17.0688846153846, 18.1944295539977, 24.1936538461538, 18.6818823054276, 30.494923076923, 28.6010872575744, 56.9083461538462, 46.6785844893978, 147.468423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.30986394777887, 15.6393846153846, 15.7879038404528, 22.4106538461538, 16.1848898181179, 30.4767692307692, 28.2880593833403, 61.5543461538462, 46.31051918027, 146.549115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.8091675886392, 15.4819230769231, 12.7532063873546, 21.0769615384615, 17.4545695908418, 30.7541923076923, 29.1095918425261, 60.9989615384616, 46.7104423873951, 146.451884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.63655609078638, 13.3051153846153, 10.217395214949, 19.8634615384615, 19.4186148507441, 31.7498076923077, 30.8231705949624, 61.3113846153846, 47.4153627409936, 146.1615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77007502923999, 13.7593076923077, 13.8707614976474, 21.8072692307692, 16.7688722934444, 30.984923076923, 29.0959783888004, 60.9378076923077, 47.343420184874, 145.527807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.1416160100599, 14.1383461538461, 11.5133048904969, 22.4796923076923, 15.3862472812074, 30.9300384615385, 31.6914488315066, 59.551, 50.1390990738765, 151.6685 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.71815267624617, 15.9744230769231, 12.1747660577745, 21.6318076923077, 19.8185867614217, 32.1875, 31.9069998126045, 58.5861923076923, 49.4016487170683, 152.411730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.66438123951411, 13.7952307692308, 10.5999487546657, 20.2031923076924, 24.0752257912569, 31.8405000000001, 33.1145751561733, 57.754576923077, 47.6467608372764, 154.689730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.72448324866223, 13.0608076923077, 13.8845870544949, 20.2359230769231, 24.051007051393, 29.8788846153846, 32.9962773232655, 56.7929230769231, 47.3510945626879, 154.726730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.84473592248302, 13.5794615384615, 20.2653382473243, 22.1540384615385, 21.1832380835923, 28.0888846153846, 30.2444664134424, 57.598076923077, 47.3266326197645, 155.036384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.2846122168092, 16.3122307692308, 15.9472362796818, 21.031, 14.6340220884811, 26.9756153846154, 26.3193942871909, 58.2607307692308, 47.2174809319436, 155.498038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.84364958011332, 12.8508461538461, 9.67766225172492, 18.3334615384616, 12.1635308968433, 25.9649615384616, 27.6625928290285, 58.2892307692308, 47.8967090143588, 155.893615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.2515082392839, 12.0776923076923, 10.5438922383457, 17.792576923077, 13.5961892276419, 25.8929230769231, 25.9834552050693, 59.5759230769231, 47.4137944632637, 155.967269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.45210155469844, 12.7903076923077, 9.51336135152112, 18.3467307692308, 19.9726570309356, 29.0553461538462, 24.9803068386956, 62.3113461538462, 47.121356583972, 156.259923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.75397908621642, 12.2967307692308, 6.92735667436334, 16.7064230769231, 19.7246000827939, 28.3561153846154, 23.8753931698597, 62.2831538461539, 47.5814334251696, 156.888076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.20881720274876, 11.3706153846154, 20.0890268911624, 20.9380769230769, 21.0713574360661, 27.7980384615385, 23.7017336357815, 62.5043076923078, 48.9756356607588, 157.085846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.10048251468788, 11.293375, 6.32676573036205, 16.1122083333333, 10.9176925045171, 24.6258333333334, 20.5082345613725, 59.6777083333334, 50.2528356526139, 156.688541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.17936744907207, 11.189625, 8.23636784483074, 17.1033333333334, 10.807033567077, 24.4077916666667, 25.0350764476028, 73.7612916666668, 54.90665452971, 155.599083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:36 Duration: 3s868ms 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 970080, 5, 900, '2022-01-16 00:00:00', 0.343130805961808, 0.614400000000001, 0.333751654178173, 0.890799999999997, 0.567094753987373, 1.11472, 2.40718310479282, 4.301, 4.3435314215509, 9.22372 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 915, '2022-01-16 00:00:00', 0.320029618420962, 0.668039999999997, 0.350941362623448, 0.833439999999997, 0.485018649125986, 1.16256, 2.34893928188874, 4.3264, 4.33179367468027, 9.17424 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 930, '2022-01-16 00:00:00', 0.300570917865762, 0.634279999999998, 0.444495283064585, 0.805839999999997, 0.518369167035741, 1.28552, 2.30841229852902, 4.32744, 4.43591490487964, 9.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 945, '2022-01-16 00:00:00', 0.34098488236284, 0.574240000000002, 0.374902654031679, 0.889200000000002, 0.508686026280781, 1.36984, 2.33694217015883, 4.41804, 4.36495772717217, 9.44672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 960, '2022-01-16 00:00:00', 0.316191265955693, 0.640400000000001, 0.373636632750769, 0.965600000000002, 0.576478317025022, 1.5894, 2.38447558036004, 4.49872, 4.35107715590826, 9.4762 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 975, '2022-01-16 00:00:00', 0.280831877345387, 0.72972, 0.411506480305393, 1.1184, 0.570229997457167, 1.6768, 2.41785907226483, 4.59508, 4.39969160548025, 9.53216 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 990, '2022-01-16 00:00:00', 0.347371678945383, 0.8684, 0.526597559812046, 1.31736, 0.615371790058661, 1.64324, 2.36287668813532, 4.59192, 4.48831227300419, 9.57132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1005, '2022-01-16 00:00:00', 0.44573087171521, 0.886479999999999, 0.462960430274555, 1.12912, 0.742272070515028, 1.59408, 2.26861928126632, 4.48488, 4.55690249987131, 9.49968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1020, '2022-01-16 00:00:00', 0.251411700867989, 0.710519999999998, 0.335457647600012, 0.993599999999999, 0.76695409467147, 1.4666, 2.2424984600515, 4.39448, 4.56807498661453, 9.4958 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1035, '2022-01-16 00:00:00', 0.149068697809659, 0.642319999999999, 0.690276751262372, 1.09992, 0.665829750511847, 1.40156, 2.12528917797085, 4.38656, 4.47259565316011, 9.49172 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1050, '2022-01-16 00:00:00', 0.609688491499281, 0.860840000000003, 0.608009150150447, 1.06872, 0.659131188257193, 1.35244, 1.9801923702846, 4.37364, 4.43260027147347, 9.531 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1065, '2022-01-16 00:00:00', 0.186464089482839, 0.54976, 0.289457037687223, 0.818279999999999, 1.80660711740729, 3.29588, 1.89642125858154, 4.25744, 4.49286213046131, 9.40696 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1080, '2022-01-16 00:00:00', 0.297096993140843, 0.64304, 0.524169765756604, 0.88912, 1.75024289457207, 3.43824, 1.86147897114096, 4.22128, 4.45788474204228, 9.38604 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1095, '2022-01-16 00:00:00', 0.345044620302941, 0.624040000000001, 1.81678611564488, 3.07396, 1.72008348828383, 3.45404, 1.88183048917802, 4.11836, 4.55228372175256, 9.3518 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 600, '2022-01-16 00:00:00', 0.947653029655574, 1.51423076923077, 0.958032981606668, 1.96907692307693, 0.956687400114827, 2.34730769230769, 1.7902523792858, 3.65569230769231, 4.27472031077878, 9.25915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 615, '2022-01-16 00:00:00', 0.575504408858338, 0.833269230769235, 0.76945421316271, 1.24788461538462, 0.79376146387845, 1.66430769230769, 1.93137486820619, 3.44380769230769, 4.19170624429499, 9.20896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 630, '2022-01-16 00:00:00', 0.52264079884313, 0.722269230769231, 0.579410198789717, 1.05446153846154, 0.757667997110971, 1.55892307692308, 1.92941119117087, 3.30723076923077, 4.11302666714129, 9.16873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 645, '2022-01-16 00:00:00', 0.47981351024683, 0.601269230769229, 0.545954013278941, 0.986230769230768, 0.665283985632044, 1.5066923076923, 1.91731671513964, 3.22788461538461, 4.11736806392703, 9.17757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 660, '2022-01-16 00:00:00', 0.474159799418523, 0.640653846153845, 0.450103270201575, 1.00307692307692, 0.691297023995191, 1.45815384615385, 1.86552387857633, 3.17030769230769, 4.1404130741528, 9.18876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 675, '2022-01-16 00:00:00', 0.382901835180527, 0.651153846153844, 0.511840222966261, 0.986423076923073, 0.726140329730785, 1.32046153846154, 1.85877433438109, 3.07788461538462, 4.14405668657398, 9.18130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 690, '2022-01-16 00:00:00', 0.410535277224934, 0.575576923076924, 0.504495887000081, 0.865500000000002, 0.651625925016683, 1.27488461538462, 1.8494795446703, 2.93588461538462, 4.0964059288413, 9.11842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 705, '2022-01-16 00:00:00', 0.350135404577231, 0.55319230769231, 0.429955827784844, 0.789423076923079, 0.589443461110697, 1.24107692307692, 1.95100841617867, 2.867, 4.46731417227915, 9.75992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 720, '2022-01-16 00:00:00', 0.268098650041072, 0.490384615384614, 0.380262637983476, 0.809923076923078, 0.500883957081416, 1.21746153846154, 2.15225003551739, 2.87384615384615, 4.52825475227912, 9.7533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 735, '2022-01-16 00:00:00', 0.340811393814592, 0.568384615384616, 0.380498217927695, 0.867423076923079, 0.507024771053186, 1.20303846153846, 2.48115356204761, 2.90103846153846, 4.5476375229343, 9.765 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 750, '2022-01-16 00:00:00', 0.322287766778986, 0.503730769230773, 0.394587638700688, 0.779730769230769, 0.453845056582766, 1.07284615384615, 2.53572284004748, 2.82480769230769, 4.56086054447556, 9.75911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 765, '2022-01-16 00:00:00', 0.267880917860619, 0.471115384615386, 0.370650349437935, 0.714807692307693, 0.449635245333543, 1.04442307692307, 2.5143202133747, 2.77715384615385, 4.52735067187796, 9.71688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 780, '2022-01-16 00:00:00', 0.346081282137818, 0.504423076923077, 0.334275335614221, 0.726999999999998, 1.79975787089435, 1.80192307692308, 2.48674568586212, 2.82211538461539, 4.52219143540624, 9.69146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 795, '2022-01-16 00:00:00', 0.259541394356691, 0.478846153846153, 0.365077559725855, 0.76176923076923, 1.94989642801868, 1.931, 2.47570505140222, 2.79730769230769, 4.48621351938787, 9.66230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 810, '2022-01-16 00:00:00', 0.316127024128935, 0.502846153846154, 1.74453835551018, 1.47107692307693, 1.91507405440264, 1.80792307692308, 2.47980551749838, 2.93473076923077, 4.46292217774581, 9.61526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 825, '2022-01-16 00:00:00', 1.72412614566158, 1.21461538461539, 1.90386369098372, 1.57592307692308, 1.85684388640013, 1.69653846153847, 2.47618509436158, 2.94030769230769, 4.44365465199017, 9.58111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 840, '2022-01-16 00:00:00', 1.08289631934989, 1.07203846153846, 1.05991687700208, 1.16311538461539, 1.03376532450738, 1.37188461538462, 1.58189805029859, 2.67180769230769, 4.24816611673609, 9.40934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 855, '2022-01-16 00:00:00', 0.25869852070583, 0.437269230769233, 0.346913469592369, 0.652653846153847, 0.555550505908673, 0.997269230769232, 1.12094127479474, 2.5176923076923, 4.18959494517255, 9.30826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 870, '2022-01-16 00:00:00', 0.225663346943731, 0.420884615384615, 0.42628792905915, 0.65596153846154, 0.425201288079676, 0.940846153846155, 1.13152933746256, 2.56080769230769, 4.18694393874027, 9.32088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 885, '2022-01-16 00:00:00', 0.403213249553364, 0.455269230769233, 0.425440240764244, 0.700038461538463, 0.491789573512273, 0.973769230769232, 1.62679643282316, 3.57107692307692, 4.18755612242529, 9.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 900, '2022-01-16 00:00:00', 0.329733682747855, 0.472307692307697, 0.336986521072601, 0.637653846153851, 0.602475753741306, 1.03892307692308, 1.52719700255579, 3.69726923076923, 4.14627177854256, 9.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 915, '2022-01-16 00:00:00', 0.221689363403284, 0.369576923076923, 0.374627314294331, 0.601230769230769, 0.886833572106618, 1.06276923076923, 1.5021719562533, 3.84411538461539, 4.08281626030178, 9.26015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 930, '2022-01-16 00:00:00', 0.293935492661492, 0.455923076923074, 0.480251241939692, 0.720846153846153, 0.836781353667825, 1.13107692307692, 1.49599908936624, 3.95034615384616, 3.99666980603371, 9.33646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 945, '2022-01-16 00:00:00', 0.386272181837546, 0.477961538461539, 0.675892613227417, 0.78423076923077, 0.784783701704833, 1.20553846153846, 1.47596580792167, 3.93988461538462, 4.25192908038403, 9.42723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 960, '2022-01-16 00:00:00', 0.432017081215014, 0.54403846153846, 0.539031855773351, 0.780692307692309, 0.534728665917439, 1.31588461538462, 1.46658656121569, 3.93169230769231, 4.22776915187413, 9.44619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 975, '2022-01-16 00:00:00', 0.351723265344527, 0.534153846153847, 0.522136653200469, 0.87473076923077, 0.486888432963696, 1.44011538461539, 1.46598435346882, 3.93726923076923, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 990, '2022-01-16 00:00:00', 0.426930621277761, 0.719653846153851, 0.390581942550027, 1.12042307692308, 0.619856952480541, 1.68780769230769, 1.46146002287491, 3.98403846153846, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1005, '2022-01-16 00:00:00', 0.401906787892222, 0.705884615384615, 0.503225571075847, 1.05984615384615, 0.647917436573043, 1.52373076923077, 1.37399405440434, 3.89030769230769, 4.23770215383472, 9.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1020, '2022-01-16 00:00:00', 0.378553164643406, 0.683538461538463, 0.544193280143967, 1.11338461538461, 0.643720421874635, 1.40930769230769, 1.29235742138752, 3.88123076923077, 4.1649931853301, 9.38807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1035, '2022-01-16 00:00:00', 0.489451140014549, 0.728461538461537, 0.594268677904583, 1.0063076923077, 0.650012801057378, 1.43580769230769, 1.20407488714206, 3.77357692307692, 3.99410362890869, 9.36403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1050, '2022-01-16 00:00:00', 0.433705919506968, 0.631230769230773, 0.442435944081608, 0.829269230769233, 0.596592374690173, 1.27969230769231, 1.20881979060315, 3.57761538461538, 3.92608405646919, 9.26146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1065, '2022-01-16 00:00:00', 0.319899428907559, 0.49773076923077, 0.487930280328592, 0.887961538461541, 1.03292085108947, 2.49426923076924, 1.20884043866585, 3.47238461538462, 3.92390259112218, 9.30076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1080, '2022-01-16 00:00:00', 0.367264048796586, 0.599807692307694, 0.420621627886815, 0.808923076923078, 0.919810784053731, 2.59696153846154, 1.15939007041833, 3.40284615384615, 3.75723107804752, 9.21342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1095, '2022-01-16 00:00:00', 0.297131778586799, 0.481576923076923, 0.798066580025656, 2.24288461538462, 1.08741553305922, 2.80330769230769, 1.16229480703544, 3.36246153846154, 3.69619629536178, 9.18157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 600, '2022-01-16 00:00:00', 0.616457099386987, 1.51634615384616, 0.699753666547132, 1.89507692307692, 0.817118313625108, 2.38546153846154, 0.86956937972415, 3.03488461538462, 3.61762025391534, 9.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 615, '2022-01-16 00:00:00', 0.404264492628277, 1.1755, 0.570753623257477, 1.54946153846154, 0.643748647795442, 1.88519230769231, 0.894190636187916, 2.91557692307692, 3.61365015121617, 8.96815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 630, '2022-01-16 00:00:00', 0.382622660071249, 1.0385, 0.466644204770778, 1.37857692307692, 0.592925494087124, 1.61219230769231, 0.908491850012132, 2.74580769230769, 3.58250457726907, 8.90961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 645, '2022-01-16 00:00:00', 0.364179737957045, 0.902807692307694, 0.555756074052416, 1.10042307692308, 0.565315450400516, 1.38203846153847, 0.922638647492157, 2.62907692307692, 3.55482721077432, 8.91546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 660, '2022-01-16 00:00:00', 0.332050350676848, 0.751346153846155, 0.433622709098766, 0.956576923076925, 0.488654239881174, 1.35361538461539, 0.88073351335036, 2.55480769230769, 3.50973558855057, 8.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 675, '2022-01-16 00:00:00', 0.257466917964527, 0.685576923076924, 0.286174255682417, 0.995230769230769, 0.39585737136188, 1.32246153846154, 0.923372300945753, 2.54338461538461, 3.48785615440863, 8.94892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 690, '2022-01-16 00:00:00', 0.212289327243593, 0.734038461538466, 0.315354433077348, 1.01846153846154, 0.390020956044475, 1.32888461538462, 0.974229785720301, 2.56665384615385, 3.47286873658341, 8.94469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 705, '2022-01-16 00:00:00', 0.252930118047228, 0.733269230769233, 0.249739867739337, 0.938192307692311, 0.343872644135321, 1.24465384615385, 0.980071372597232, 2.56815384615385, 3.74908095425245, 9.29519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 720, '2022-01-16 00:00:00', 0.197388663847204, 0.622269230769232, 0.227989986284824, 0.908923076923078, 0.452813707661501, 1.22742307692308, 0.988649282918565, 2.58026923076923, 3.84191827426792, 9.32288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 735, '2022-01-16 00:00:00', 0.180201959350745, 0.628115384615384, 0.238539649985876, 0.858269230769231, 0.476127823819803, 1.19423076923077, 0.964277221549906, 2.594, 3.85308035013745, 9.35376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 750, '2022-01-16 00:00:00', 0.210751183955062, 0.549307692307695, 0.347357676444059, 0.835346153846158, 0.361088985410267, 1.07615384615385, 1.00271847417984, 2.57246153846154, 3.8346685826107, 9.33253846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 765, '2022-01-16 00:00:00', 0.290798140402477, 0.61196153846154, 0.287318405525725, 0.772115384615386, 0.392817007700101, 1.0208076923077, 0.968946791426336, 2.58873076923077, 3.83600844809369, 9.32142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 780, '2022-01-16 00:00:00', 0.276007825976006, 0.552000000000002, 0.310244578456323, 0.718461538461539, 0.937117455900722, 1.50861538461539, 2.05399488914052, 2.99273076923077, 3.80522054996108, 9.36207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 795, '2022-01-16 00:00:00', 0.225930785861514, 0.527, 0.312424457330825, 0.709807692307695, 0.856260209372039, 1.62211538461539, 2.19682439758988, 3.09807692307692, 3.78975919368947, 9.38611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 810, '2022-01-16 00:00:00', 0.188080085233758, 0.519038461538464, 0.915438034705033, 1.34434615384615, 0.771629338079249, 1.68665384615385, 2.21648662422867, 3.12434615384615, 3.76577335830953, 9.40411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 825, '2022-01-16 00:00:00', 0.905082938825963, 1.15961538461539, 0.839899792557699, 1.37069230769231, 0.753741095112603, 1.62903846153846, 2.23683322475875, 3.13665384615385, 3.72165020470138, 9.44961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 840, '2022-01-16 00:00:00', 0.706384672932424, 0.986115384615385, 0.684938830508582, 1.21080769230769, 0.653519903763757, 1.33723076923077, 2.24348649307621, 3.06373076923077, 3.73718751016775, 9.47561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 855, '2022-01-16 00:00:00', 0.289815930973698, 0.56407692307692, 0.312261419080478, 0.721076923076921, 0.372541535113353, 0.982653846153844, 2.12296307877602, 2.84592307692308, 3.69831006250984, 9.41603846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 870, '2022-01-16 00:00:00', 0.176247400417275, 0.489115384615386, 0.199024826437462, 0.646807692307693, 0.448373944209692, 1.00192307692308, 2.19194985379193, 2.81280769230769, 3.69392280624021, 9.40146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 885, '2022-01-16 00:00:00', 0.143525698583378, 0.441115384615383, 0.281526367121474, 0.682846153846156, 0.47119153871207, 1.05111538461538, 2.16172080635206, 4.00826923076923, 3.67796777582404, 9.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 900, '2022-01-16 00:00:00', 0.262250570139441, 0.526807692307691, 0.368015812787358, 0.764961538461537, 0.453136034931947, 1.14411538461539, 2.27367011239538, 4.2535, 3.65044392579651, 9.46984615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 915, '2022-01-16 00:00:00', 0.204467988843092, 0.517038461538463, 0.286762662519694, 0.773769230769233, 0.46906604586627, 1.10665384615385, 2.21476527528662, 4.46223076923077, 3.6594142667078, 9.47915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 930, '2022-01-16 00:00:00', 0.229745936600881, 0.578346153846155, 0.383237177014645, 0.790423076923081, 0.546397912204598, 1.19203846153846, 2.25981930829743, 4.62688461538462, 3.84875681027204, 9.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 945, '2022-01-16 00:00:00', 0.221024916799343, 0.523576923076922, 0.352198372861314, 0.730423076923075, 0.452552956527233, 1.36446153846154, 2.27307896136835, 4.69726923076923, 3.82624933121397, 9.80523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 960, '2022-01-16 00:00:00', 0.26338983392566, 0.505730769230766, 0.309788871032166, 0.838230769230767, 1.97434741584695, 1.93996153846154, 2.34163247362571, 4.7841923076923, 3.81743871705382, 9.79596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 975, '2022-01-16 00:00:00', 0.259901507972067, 0.641923076923078, 0.389700115473425, 1.1095, 2.18410113354178, 2.02580769230769, 2.39604042215806, 4.87276923076923, 3.77032788310961, 9.76911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 990, '2022-01-16 00:00:00', 0.415155105398527, 0.962807692307691, 2.02066880169756, 1.74338461538462, 2.21720370425314, 2.10288461538461, 2.41520693427802, 4.89684615384615, 3.768261017417, 9.77884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1005, '2022-01-16 00:00:00', 2.05118695731183, 1.31542307692308, 2.19025079421021, 1.61830769230769, 2.1892529308841, 1.89465384615384, 2.43903947203686, 4.81788461538461, 3.74179591455143, 9.79188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1020, '2022-01-16 00:00:00', 0.860010561652496, 1.00461538461538, 1.00682213844429, 1.29446153846154, 1.01420802296479, 1.57792307692308, 1.93937738462632, 4.537, 3.53693783442901, 9.57173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1035, '2022-01-16 00:00:00', 0.578834618336378, 0.877653846153847, 0.785203022252111, 1.11811538461538, 0.979962920020645, 1.46173076923077, 1.98247956978512, 4.49326923076923, 3.53370034078464, 9.59246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1050, '2022-01-16 00:00:00', 0.379549076587549, 0.691692307692306, 0.578211954749629, 1.03776923076923, 0.638044777787219, 1.30953846153846, 1.93733543301102, 4.3905, 3.51104161182974, 9.54900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1065, '2022-01-16 00:00:00', 0.337488153638248, 0.709423076923078, 0.331807302743395, 0.945384615384616, 1.23466893476006, 2.89246153846154, 1.95687508032577, 4.334, 3.50845027041855, 9.55850000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1080, '2022-01-16 00:00:00', 0.256298915031169, 0.632576923076922, 0.296410702599254, 0.834230769230771, 1.42790128564214, 3.05580769230769, 1.93018962838848, 4.2258076923077, 3.43998552680318, 9.48276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1095, '2022-01-16 00:00:00', 0.250912491641082, 0.55896153846154, 1.21377590378759, 2.62023076923077, 1.40146583920606, 3.19453846153846, 1.85792992208657, 4.19465384615385, 3.38679418920016, 9.43900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 600, '2022-01-16 00:00:00', 0.716852607959588, 1.68569230769231, 1.20690742236257, 2.08538461538461, 1.31295383069568, 2.62619230769231, 1.79953618853475, 4.12042307692308, 3.29529668560417, 9.18461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 615, '2022-01-16 00:00:00', 0.835407026544547, 1.1735, 0.927858782358609, 1.774, 1.30837592398422, 2.31803846153846, 1.72787541217531, 3.886, 3.21173698726788, 9.10165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 630, '2022-01-16 00:00:00', 0.523134476019313, 1.171, 0.765605972165439, 1.61423076923077, 1.05820030458103, 2.08526923076923, 1.54457802452519, 3.67592307692308, 3.16255491262754, 9.05715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 645, '2022-01-16 00:00:00', 0.48753851603272, 0.98326923076923, 0.695335037119632, 1.33442307692308, 0.85366446660176, 1.84269230769231, 1.45945089621458, 3.52096153846154, 3.09220981475409, 8.98146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 660, '2022-01-16 00:00:00', 0.414642904752443, 0.852461538461541, 0.584000069810326, 1.18780769230769, 0.796251117134829, 1.65080769230769, 1.50178559567756, 3.40284615384616, 3.10050559648683, 8.95207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 675, '2022-01-16 00:00:00', 0.42041149073076, 0.791692307692305, 0.578065752182356, 1.16342307692307, 0.68126374086354, 1.59026923076923, 1.47268287097444, 3.34996153846154, 3.1055038327757, 8.90584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 690, '2022-01-16 00:00:00', 0.295575412738244, 0.72123076923077, 0.40360062514246, 1.06023076923077, 0.536085161145131, 1.5235, 1.52078569976686, 3.34476923076924, 3.13720142238514, 8.88273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 705, '2022-01-16 00:00:00', 0.299519584565784, 0.710692307692309, 0.492544001939069, 1.08992307692308, 0.514460609241891, 1.47896153846154, 1.54607019295324, 3.3088076923077, 3.76495521947013, 9.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 720, '2022-01-16 00:00:00', 0.300769781624521, 0.767307692307694, 0.348475846199724, 1.06684615384615, 0.463644240273145, 1.4753076923077, 1.54251402636685, 3.33919230769231, 3.76351265707982, 9.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 735, '2022-01-16 00:00:00', 0.249106118876148, 0.673461538461541, 0.384617108303829, 0.913000000000003, 0.461180198387371, 1.35115384615385, 1.49514186669308, 3.28719230769231, 3.74209220562303, 9.17934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 750, '2022-01-16 00:00:00', 0.255580428406821, 0.616653846153849, 0.364679593827026, 0.992384615384619, 0.345123685744018, 1.24003846153847, 1.51244236965858, 3.27519230769231, 3.74564337782525, 9.19707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 765, '2022-01-16 00:00:00', 0.30846026548749, 0.751153846153851, 0.30606168558742, 0.953346153846159, 0.422872181088401, 1.24319230769231, 1.6102917423202, 3.30284615384616, 3.79265981682431, 9.22761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 780, '2022-01-16 00:00:00', 0.197295779517412, 0.558230769230772, 0.224317686809094, 0.716230769230772, 1.35447338617123, 1.72107692307692, 1.6529684142359, 3.25046153846154, 3.85909664060625, 9.23019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 795, '2022-01-16 00:00:00', 0.212113699553944, 0.560692307692308, 0.395771628010981, 0.887692307692308, 1.3758507678468, 1.91384615384615, 1.66883234029066, 3.3385, 3.92256129902585, 9.26323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 810, '2022-01-16 00:00:00', 0.355976777548549, 0.602115384615386, 1.38468572385439, 1.47992307692308, 1.40314852604913, 1.87288461538462, 1.68194968551838, 3.31423076923077, 3.9366770016582, 9.27315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 825, '2022-01-16 00:00:00', 1.39820066349027, 1.24315384615384, 1.40053987392774, 1.63653846153846, 1.37961720276092, 1.95111538461538, 1.69072565622439, 3.30526923076923, 3.93210213186084, 9.28084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 840, '2022-01-16 00:00:00', 1.07049349367476, 1.182, 1.09130122260608, 1.34496153846153, 1.15366713770281, 1.72876923076923, 1.63655890020682, 3.09107692307692, 3.9572248628786, 9.28715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 855, '2022-01-16 00:00:00', 0.2021204971907, 0.528846153846152, 0.357617804151521, 0.809423076923075, 0.790553151037542, 1.31926923076923, 1.23295826119385, 2.66992307692308, 3.94344950538719, 9.17980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 870, '2022-01-16 00:00:00', 0.290508246937091, 0.566807692307692, 0.590797730582593, 0.86203846153846, 0.77828241364213, 1.43034615384615, 1.23625240701329, 2.71057692307693, 3.9592736826148, 9.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 885, '2022-01-16 00:00:00', 0.405782596207151, 0.579346153846155, 0.546244802826884, 0.94723076923077, 0.67042215517825, 1.40311538461539, 2.39423830187261, 4.21538461538462, 3.97247302629173, 9.26223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 900, '2022-01-16 00:00:00', 0.389829290054781, 0.655653846153847, 0.520815992901083, 0.989461538461537, 0.664653839343346, 1.42938461538462, 2.3678570282333, 4.28388461538462, 3.9341150661675, 9.29207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 915, '2022-01-16 00:00:00', 0.385405658415213, 0.69380769230769, 0.37111370847139, 1.01276923076923, 0.499676190532045, 1.41984615384616, 2.36308426133176, 4.26111538461539, 3.89683709001978, 9.27588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 930, '2022-01-16 00:00:00', 0.24126380072125, 0.70469230769231, 0.479526413806853, 1.03530769230769, 0.43930831822484, 1.40503846153846, 2.33601651996266, 4.25930769230769, 4.2078121316647, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 945, '2022-01-16 00:00:00', 0.393924407039649, 0.691038461538463, 0.394642513987224, 0.941923076923078, 0.608733440463444, 1.41319230769231, 2.39664318964287, 4.32646153846154, 4.32022023797577, 9.50323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 960, '2022-01-16 00:00:00', 0.22883845830629, 0.652000000000004, 0.354058693526279, 0.956038461538464, 0.577244362333802, 1.47642307692307, 2.37919104189768, 4.27442307692308, 4.32041770202836, 9.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 975, '2022-01-16 00:00:00', 0.261302821675128, 0.660269230769232, 0.4022386356381, 1.04999999999999, 0.599872664693233, 1.60457692307692, 2.37800553308537, 4.21765384615385, 4.28956639228794, 9.47792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 990, '2022-01-16 00:00:00', 0.258170319452398, 0.772923076923072, 0.373267485035354, 1.09484615384615, 0.582697172967759, 1.55334615384615, 2.36438717934398, 4.14957692307692, 4.28295910377573, 9.45326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1005, '2022-01-16 00:00:00', 0.235792780603256, 0.761346153846154, 0.538944678194199, 1.12538461538462, 0.651387796583928, 1.48469230769231, 2.36594686460915, 4.17661538461538, 4.27768198839583, 9.46092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1020, '2022-01-16 00:00:00', 0.413597807240132, 0.857115384615388, 0.44263326198489, 1.11326923076923, 0.555946621676799, 1.41338461538462, 2.37371566828173, 4.13907692307692, 4.28749509172179, 9.45180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1035, '2022-01-16 00:00:00', 0.280977579176702, 0.736, 0.337001129877133, 1.00819230769231, 0.423340641164462, 1.28353846153846, 2.4170198127828, 4.14315384615385, 4.39621659437014, 9.46576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1050, '2022-01-16 00:00:00', 0.226327635213949, 0.697961538461538, 0.31383679492079, 0.911423076923076, 0.381314392796606, 1.21711538461538, 2.44482507318244, 4.15196153846154, 4.5732210961035, 9.49907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1065, '2022-01-16 00:00:00', 0.272350509454272, 0.642999999999998, 0.309907609060902, 0.907615384615384, 2.46126613070465, 3.38261538461538, 2.43818895620374, 4.14788461538461, 4.77452864914836, 9.54569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1080, '2022-01-16 00:00:00', 0.272990943777656, 0.643153846153847, 0.284396332335976, 0.85292307692308, 2.40703043475693, 3.48207692307692, 2.43448946725055, 4.14838461538462, 4.78750495287954, 9.56492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1095, '2022-01-16 00:00:00', 0.224185815786819, 0.587, 2.41322045918217, 3.18923076923077, 2.36449461863174, 3.44780769230769, 2.49379113677272, 4.22892307692308, 4.75333778048484, 9.54815384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 600, '2022-01-16 00:00:00', 1.6263630576795, 1.94634615384615, 1.58948930985831, 2.30811538461538, 1.56321171163238, 2.55215384615384, 1.8624555309095, 3.66173076923077, 4.70019167923378, 9.19130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 615, '2022-01-16 00:00:00', 0.584061503610708, 1.22, 0.640372657130204, 1.4615, 0.734950953884261, 1.81176923076923, 1.41653310749004, 3.24326923076923, 4.8362783557035, 8.79357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 630, '2022-01-16 00:00:00', 0.393475287074625, 0.93880769230769, 0.450663908541094, 1.25996153846154, 0.627892876703808, 1.64776923076923, 1.3798058993931, 3.168, 4.83930552042336, 8.777 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 645, '2022-01-16 00:00:00', 0.314689505092538, 0.804269230769233, 0.60667712867846, 1.21146153846154, 0.657158073712981, 1.52857692307692, 1.37337049065989, 3.06176923076923, 4.85726761319096, 8.73311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 660, '2022-01-16 00:00:00', 0.596796510868328, 0.914346153846153, 0.612633690276281, 1.15796153846154, 0.64502918240483, 1.45138461538462, 1.37521421436248, 3.01315384615385, 4.86107588866751, 8.71534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 675, '2022-01-16 00:00:00', 0.364145456989586, 0.753923076923081, 0.442354636706098, 1.01976923076923, 0.469556989250342, 1.39838461538462, 1.35762283932105, 3.02342307692308, 4.8217006289674, 8.70965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 690, '2022-01-16 00:00:00', 0.245671841785241, 0.643576923076924, 0.258424933305295, 0.894384615384617, 0.384971953024354, 1.30173076923077, 1.37137341882004, 2.98142307692308, 4.78174413625566, 8.68476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 705, '2022-01-16 00:00:00', 0.20265484108549, 0.633769230769232, 0.37989809159826, 0.950000000000001, 0.443125382499562, 1.33923076923077, 1.41879459184413, 2.97657692307692, 4.86010428330662, 8.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 720, '2022-01-16 00:00:00', 0.35349172550429, 0.718, 0.365531564458373, 0.977730769230771, 0.523146574548224, 1.34453846153846, 1.4532797179007, 2.99646153846154, 4.81874924802947, 8.97834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 735, '2022-01-16 00:00:00', 0.292072962433389, 0.696153846153846, 0.432022100574285, 1.01784615384616, 0.594813454919985, 1.38861538461539, 2.01371518725578, 3.19415384615385, 4.77347704782937, 9.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 750, '2022-01-16 00:00:00', 0.280692002023571, 0.652000000000004, 0.343872089367768, 0.875423076923078, 0.650439048170245, 1.23834615384615, 2.02411456349532, 3.13661538461538, 4.79641329392639, 9.09961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 765, '2022-01-16 00:00:00', 0.22749435157823, 0.549000000000002, 0.51284873163386, 0.832307692307694, 1.25178111443716, 1.28703846153846, 2.00720849555181, 3.12623076923077, 4.83220884227747, 9.10415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 780, '2022-01-16 00:00:00', 0.440026105868907, 0.648423076923079, 0.567343842290209, 0.927653846153844, 1.20068440482919, 1.71, 1.94970740842352, 3.16853846153846, 4.74431083558143, 9.12523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 795, '2022-01-16 00:00:00', 0.334506709142786, 0.640461538461536, 0.937687047186607, 0.960961538461535, 1.24871108008957, 1.8681923076923, 1.70639736421954, 3.22073076923077, 4.58045887607176, 9.07034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 810, '2022-01-16 00:00:00', 0.651354773943095, 0.668192307692305, 0.916764716900606, 1.36788461538461, 1.19856490918868, 1.86880769230769, 1.54195352868217, 3.23526923076923, 4.51437179478368, 9.05330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 825, '2022-01-16 00:00:00', 0.727558589763369, 1.08869230769231, 1.11841338236189, 1.52557692307692, 1.05083881513038, 1.74615384615384, 1.53904094662378, 3.27334615384615, 4.52908419202619, 9.04546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 840, '2022-01-16 00:00:00', 1.13792683623131, 1.22926923076923, 1.12107383960476, 1.39692307692308, 1.06168075529033, 1.68288461538462, 1.55411933459238, 3.21211538461538, 4.48742198320869, 9.06815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 855, '2022-01-16 00:00:00', 0.203557967551862, 0.571615384615388, 0.264160603829157, 0.776769230769227, 0.689322535872388, 1.26096153846154, 1.52728587823176, 3.02207692307692, 4.47636293864355, 8.93796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 870, '2022-01-16 00:00:00', 0.242001767317131, 0.536153846153845, 0.471002278289441, 0.903884615384612, 0.84632363422402, 1.35157692307692, 1.53708608687397, 2.97996153846154, 4.45638055842839, 8.90280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 885, '2022-01-16 00:00:00', 0.351647833011289, 0.614038461538461, 0.588413393405062, 0.932807692307691, 1.02653615920426, 1.40761538461538, 1.98071394587523, 4.20315384615385, 4.30611557831953, 8.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 900, '2022-01-16 00:00:00', 0.353895850969368, 0.61876, 0.483072113319187, 0.873999999999999, 0.92790337499835, 1.35444, 1.98760569362571, 4.21132, 4.08709676828594, 8.67092 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 915, '2022-01-16 00:00:00', 0.268627207606874, 0.612919999999998, 0.583684840760263, 0.919920000000001, 1.26180687243862, 1.525, 1.97635116228535, 4.2226, 4.0720175486688, 8.6566 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 930, '2022-01-16 00:00:00', 0.513594609914602, 0.698440000000002, 0.83921998903744, 0.98776, 1.17522278313518, 1.51044, 1.89805892075738, 4.2222, 3.98848275789177, 8.77072 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 945, '2022-01-16 00:00:00', 0.40969436575737, 0.584159999999999, 0.930286787322419, 1.06056, 0.84175882333758, 1.5918, 1.81962635999812, 4.09844, 3.99252173861751, 8.6584 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 960, '2022-01-16 00:00:00', 0.838273418004727, 0.822639999999998, 0.801093248837693, 1.07232, 0.802172795184013, 1.62212, 1.83884732735845, 4.11508, 3.95611624028752, 8.64396 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 975, '2022-01-16 00:00:00', 0.416299103209865, 0.776120000000001, 0.510789183518997, 1.19444, 0.725715814443461, 1.69988, 1.78576069878731, 4.09176, 3.76990860852974, 8.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 990, '2022-01-16 00:00:00', 0.394337998000026, 0.939040000000001, 0.449686416665362, 1.16604, 0.647691317938822, 1.60672, 1.7948372888185, 4.13432, 3.78398841039451, 8.49896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1005, '2022-01-16 00:00:00', 0.345377691809994, 0.776200000000003, 0.635961573786761, 1.16196, 0.563261904741774, 1.50516, 1.78160718453872, 4.11608, 3.81624466240483, 8.47764 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1020, '2022-01-16 00:00:00', 0.458798612319902, 0.847399999999997, 0.438549761524655, 1.15168, 0.448742223702351, 1.3718, 1.78854913267709, 4.1198, 3.84817318650465, 8.47304 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1035, '2022-01-16 00:00:00', 0.369049558550967, 0.83408, 0.409649341917367, 1.08, 0.46488243316635, 1.31748, 1.79653338683142, 4.12928, 3.85386152752448, 8.47256 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1050, '2022-01-16 00:00:00', 0.263027577768316, 0.679559999999995, 0.327987408294892, 0.874639999999997, 0.411885692071641, 1.18436, 1.7858232396666, 4.05768, 3.86846988183528, 8.45968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1065, '2022-01-16 00:00:00', 0.312346773101096, 0.620439999999996, 0.456779060378211, 0.900880000000001, 1.93639828892027, 2.90280000000001, 1.79177247625547, 4.08476, 3.8733075839649, 8.46384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1080, '2022-01-16 00:00:00', 0.237905093121888, 0.597200000000003, 0.241132384110196, 0.789080000000001, 1.95284435887758, 3.07944, 1.81584117330417, 4.189, 3.88185006708571, 8.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1095, '2022-01-16 00:00:00', 0.207376814840363, 0.564320000000001, 1.89435932441551, 2.71740000000001, 1.88914373725241, 3.08068, 1.8036383571363, 4.15964, 3.89453688218081, 8.42112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 600, '2022-01-16 00:00:00', 0.753836256390786, 1.70983333333334, 0.990243741038873, 2.13616666666667, 1.05739025795053, 2.469375, 1.77246033663028, 4.37308333333334, 4.46486313794496, 8.58166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 615, '2022-01-16 00:00:00', 0.662374865130406, 1.249875, 0.723906520458491, 1.49570833333333, 0.841918766951378, 1.89958333333333, 1.78112385085974, 3.83945833333333, 4.63025751623672, 8.42683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 630, '2022-01-16 00:00:00', 0.497351791338713, 1.01325, 0.704831396222849, 1.36558333333333, 0.712770116608737, 1.81925, 1.78104902934409, 3.71241666666667, 4.65344500230665, 8.39029166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 645, '2022-01-16 00:00:00', 0.435299894542151, 0.898458333333333, 0.556147812629658, 1.24795833333333, 0.684337984076052, 1.64529166666667, 1.7447000733692, 3.56745833333334, 4.6169368821669, 8.258 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 660, '2022-01-16 00:00:00', 0.461496900848479, 0.856458333333332, 0.536821791537532, 1.121625, 0.856652533648151, 1.68179166666667, 1.71128799224189, 3.505625, 4.6192134282421, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 675, '2022-01-16 00:00:00', 0.362560659592377, 0.719833333333336, 0.612800910999438, 1.0845, 0.817965432812025, 1.73383333333333, 1.71134617270326, 3.618375, 4.60587122161974, 8.20216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 690, '2022-01-16 00:00:00', 0.331565413136543, 0.696666666666667, 0.497384725556982, 1.192, 0.457357216176156, 1.58766666666667, 1.56514721664852, 3.432625, 4.63865320889494, 8.126125 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 705, '2022-01-16 00:00:00', 0.374578603813389, 0.875500000000006, 0.437402900197805, 1.12658333333334, 0.453508416744353, 1.44616666666667, 1.54277838901402, 3.318125, 4.52609569647209, 8.65241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 720, '2022-01-16 00:00:00', 0.366683965336341, 0.713500000000003, 0.374581387123958, 1.01154166666667, 0.473846423402155, 1.29220833333333, 1.57527063179817, 3.23154166666667, 4.5558316593895, 8.62075 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 735, '2022-01-16 00:00:00', 0.195535047268113, 0.689291666666668, 0.392629476475084, 0.945083333333333, 0.472619249195528, 1.25979166666667, 1.53904173790527, 3.16691666666667, 4.52516502381445, 8.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 750, '2022-01-16 00:00:00', 0.282729472659193, 0.647708333333332, 0.350064248761384, 0.924249999999999, 0.526388390182423, 1.39395833333333, 1.48952741265258, 3.134, 4.46280016385859, 8.84545833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 765, '2022-01-16 00:00:00', 0.250360490093786, 0.669124999999999, 0.376250492319971, 0.921458333333335, 0.549361327136909, 1.30304166666667, 1.46579820219743, 3.12975, 4.4312784190949, 8.97858333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 780, '2022-01-16 00:00:00', 0.326422014456348, 0.678124999999998, 0.542058790062533, 1.00258333333333, 1.6154777460015, 2.1435, 1.38652860172656, 3.11245833333333, 4.43614421215254, 9.06691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 795, '2022-01-16 00:00:00', 0.361715558039095, 0.626333333333334, 0.32108328584539, 0.792958333333334, 1.63116074079744, 1.95733333333333, 1.32421066931933, 3.013375, 4.44848467584546, 9.11254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 810, '2022-01-16 00:00:00', 0.178761312604431, 0.544708333333335, 1.65583213842834, 1.677375, 1.60778429766747, 1.9215, 1.30678062691642, 2.96304166666666, 4.42291850249472, 9.15291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 825, '2022-01-16 00:00:00', 1.62075190492525, 1.46595833333333, 1.60320122632857, 1.68620833333333, 1.56369612072519, 1.94691666666667, 1.30304048843186, 3.01358333333333, 4.40103663348482, 9.16566666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 840, '2022-01-16 00:00:00', 1.05858575330553, 1.11433333333333, 1.04304250820043, 1.27925, 1.05061233956368, 1.564875, 0.972033458003509, 2.743, 4.2363982104025, 9.12983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 855, '2022-01-16 00:00:00', 0.240211316239006, 0.524208333333334, 0.298359497071492, 0.747958333333335, 0.590908032215022, 1.13629166666667, 0.892244361147775, 2.4875, 4.22674628691066, 9.1265 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 870, '2022-01-16 00:00:00', 0.288999896569863, 0.508625000000001, 0.365283362312885, 0.72775, 0.50869282429847, 1.15495833333333, 0.87063160065436, 2.49708333333333, 4.23470289155097, 9.13283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 885, '2022-01-16 00:00:00', 0.29727223347817, 0.552208333333334, 0.508512905440952, 0.845625000000002, 0.483246851958227, 1.14370833333334, 2.31146817481626, 4.03691666666667, 4.31554458228237, 9.08454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:22 Duration: 3s786ms Database: acaweb_fx User: pgperfstats
6 4m48s 139 50ms 14s506ms 2s72ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Jan 16 14 139 4m48s 2s72ms [ User: postgres - Total duration: 4m48s - Times executed: 139 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-16 14:15:44 Duration: 14s506ms 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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-16 14:04:34 Duration: 13s241ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-16 14:15:39 Duration: 11s701ms Database: acaweb_fx User: postgres Bind query: yes
7 3m51s 4 23s542ms 2m18s 57s758ms select updateageforrelevantresults ();Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Jan 16 14 4 3m51s 57s758ms [ User: postgres - Total duration: 3m51s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:04:21 Duration: 2m18s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:17:44 Duration: 42s448ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:32:28 Duration: 26s772ms Database: acaweb_fx User: postgres
8 2m34s 90 50ms 8s704ms 1s716ms 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 #8
Day Hour Count Duration Avg duration Jan 16 14 90 2m34s 1s716ms [ User: postgres - Total duration: 2m34s - Times executed: 90 ]
-
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 = 3608 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 > 538378294 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s704ms 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 >= 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 > 538447683 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s626ms 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 = 665 AND sg.groupid = 4978 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 > 538415922 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s577ms Database: acaweb_fx User: postgres Bind query: yes
9 2m29s 69 952ms 3s429ms 2s159ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Jan 16 14 69 2m29s 2s159ms [ User: pgperfstats - Total duration: 2m29s - Times executed: 69 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2022-01-16 00:00:00', 0.44780702746401, 0.980423076923079, 0.562452285839563, 1.19557692307693, 0.70092717607027, 1.38988461538462, 0.900275899591125, 1.96984615384616, 2.15395393172649, 4.4215 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1005, '2022-01-16 00:00:00', 0.201438736630728, 0.60426923076923, 0.277567898831145, 0.767538461538462, 0.456976033709226, 1.05684615384616, 0.848735697738337, 1.68773076923077, 2.12336624218752, 4.23896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1020, '2022-01-16 00:00:00', 0.207280282189638, 0.508653846153845, 0.331839147780971, 0.7145, 0.347222898925835, 0.90869230769231, 0.812401129605699, 1.54134615384616, 2.07579309810825, 4.18211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1035, '2022-01-16 00:00:00', 0.223764962542261, 0.464961538461539, 0.257251869993951, 0.626730769230773, 0.24539184677071, 0.756038461538464, 0.756541397514933, 1.41961538461538, 2.07058346737933, 4.10684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1050, '2022-01-16 00:00:00', 0.138632108612912, 0.392692307692308, 0.170538572221611, 0.505269230769232, 0.21262323847233, 0.686192307692307, 0.785825117557727, 1.38265384615385, 2.04114790365995, 4.08873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1065, '2022-01-16 00:00:00', 0.127227216488396, 0.339269230769228, 0.174828042989063, 0.48773076923077, 0.2204354431923, 0.647230769230767, 0.770350374829536, 1.3605, 2.03165805307276, 4.07326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1080, '2022-01-16 00:00:00', 0.14643959111577, 0.366923076923078, 0.212580468022386, 0.503153846153844, 0.268337147289346, 0.654230769230766, 0.787144779958165, 1.32123076923077, 2.03896498215677, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1095, '2022-01-16 00:00:00', 0.165385484434211, 0.310961538461539, 0.180401999818356, 0.452192307692307, 0.329581216791157, 0.636538461538461, 0.747115042114566, 1.26338461538462, 1.97700171627489, 4.03588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1110, '2022-01-16 00:00:00', 0.115061348185019, 0.307076923076923, 0.223377390220088, 0.438538461538461, 0.314757208019131, 0.598499999999999, 0.705094613400324, 1.21157692307693, 1.95580298244835, 4.03388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1125, '2022-01-16 00:00:00', 0.135713725851939, 0.282846153846151, 0.179487719742775, 0.393807692307691, 0.262676847388279, 0.558384615384613, 0.661013301390663, 1.16676923076923, 1.95547647233255, 4.25407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1140, '2022-01-16 00:00:00', 0.139060833395371, 0.258346153846154, 0.200147330349804, 0.365076923076922, 0.339491993788006, 0.569576923076924, 0.855943172987911, 1.21865384615385, 1.98319334252769, 4.30207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1155, '2022-01-16 00:00:00', 0.113479052624766, 0.24615384615384, 0.151629066626928, 0.362576923076921, 0.318376383449624, 0.584807692307691, 0.832526672245397, 1.5315, 2.06265623520144, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1170, '2022-01-16 00:00:00', 0.108314726607238, 0.248000000000001, 0.29813187582782, 0.396153846153848, 0.488841903025757, 0.640615384615384, 0.799194629226581, 1.65915384615385, 2.11654922783434, 4.30007692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1185, '2022-01-16 00:00:00', 0.276216606753021, 0.272423076923079, 0.292206060064574, 0.396307692307695, 0.540706967418935, 0.615230769230768, 0.763852655948773, 1.745, 2.08089208125894, 4.32057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1200, '2022-01-16 00:00:00', 0.132214434411177, 0.24636, 0.233921589426886, 0.377679999999999, 0.285639633104374, 0.513200000000002, 0.683500182882199, 1.6808, 1.76427772473611, 4.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1215, '2022-01-16 00:00:00', 0.136128285084328, 0.234079999999998, 0.178768779899249, 0.336120000000001, 0.216409696332365, 0.472360000000002, 0.690098258704269, 1.73024, 1.72579521477299, 4.07004 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1230, '2022-01-16 00:00:00', 0.0968370624640527, 0.218200000000003, 0.103862762014756, 0.311160000000004, 0.140749683244163, 0.444160000000003, 0.672976750465175, 1.76396, 1.69027555643057, 4.06996 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1245, '2022-01-16 00:00:00', 0.065230284377737, 0.21264, 0.123295404077632, 0.31256, 0.137614195004245, 0.4308, 0.695951909258104, 1.80968, 1.69234156520879, 4.07416 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1260, '2022-01-16 00:00:00', 0.116923151400112, 0.23376, 0.130886757669875, 0.31052, 0.178951175836689, 0.428239999999997, 0.715694483235224, 1.83152, 1.69814279729356, 4.07628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1275, '2022-01-16 00:00:00', 0.0839617968681779, 0.217399999999999, 0.111551587468162, 0.314439999999998, 0.201648555660585, 0.438159999999999, 0.750942185968179, 1.8902, 1.69297292752523, 4.0904 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1290, '2022-01-16 00:00:00', 0.0970077316506287, 0.2172, 0.126358840872596, 0.305159999999997, 0.219104617325454, 0.427199999999999, 0.734235656993039, 1.923, 1.69145693806651, 4.09136 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1305, '2022-01-16 00:00:00', 0.0737620046726813, 0.1988, 0.192921123778604, 0.320319999999999, 0.28299485861054, 0.510439999999998, 0.748794658100601, 1.98024, 1.67429850285625, 4.10468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1320, '2022-01-16 00:00:00', 0.113998085097059, 0.222791666666667, 0.147819801923084, 0.305208333333334, 0.532174863315549, 0.639791666666664, 0.734976898729929, 2.00654166666667, 1.66499592145995, 4.167875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1335, '2022-01-16 00:00:00', 0.11806850596772, 0.23479166666667, 0.184900972320911, 0.382749999999999, 0.608462518048208, 1.262125, 0.72746922714935, 2.02020833333334, 1.68099587406489, 4.15520833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1350, '2022-01-16 00:00:00', 0.127711454379433, 0.274958333333334, 0.443841914342856, 0.526083333333332, 0.519295844305577, 1.422, 0.706722517959702, 2.02475, 1.69349626127622, 4.12675 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1365, '2022-01-16 00:00:00', 0.378221694727205, 0.382458333333331, 0.491213181310067, 1.18604166666667, 0.539124570518014, 1.49954166666667, 0.70812047483748, 2.02054166666667, 1.72464139467235, 4.092875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 990, '2022-01-16 00:00:00', 0.523501709643817, 0.96196, 0.492637263443736, 1.25116, 0.534972818624149, 1.4356, 0.725301086905754, 1.9752, 1.84134101313871, 4.36932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1005, '2022-01-16 00:00:00', 0.339258593602772, 0.560679999999999, 0.437848329904311, 0.80192, 0.588134230710411, 0.991960000000003, 0.722160663102974, 1.56776, 1.74140923966769, 4.10284 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1020, '2022-01-16 00:00:00', 0.281550617118838, 0.489200000000001, 0.323071215059463, 0.63852, 0.419509686022464, 0.821720000000003, 0.609667537816036, 1.41956, 1.75530478075271, 4.05504 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2022-01-16 00:00:00', 0.235639201605614, 0.354599999999998, 0.327737659315085, 0.531160000000001, 0.381600240216554, 0.766080000000003, 0.594050410318854, 1.36084, 1.758124021981, 4.04292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2022-01-16 00:00:00', 0.218964814525071, 0.393439999999999, 0.225451029420285, 0.540799999999997, 0.273926693356699, 0.734799999999999, 0.54230393384768, 1.30884, 1.75992519443299, 4.03424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2022-01-16 00:00:00', 0.163960544034228, 0.283319999999998, 0.198003897268042, 0.43928, 0.235867491048112, 0.646839999999997, 0.481894604659568, 1.19092, 1.76710056023985, 3.96784 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2022-01-16 00:00:00', 0.149836822354632, 0.279640000000003, 0.158586464323617, 0.405400000000002, 0.249230669594784, 0.62852, 0.485559443666099, 1.13583999999999, 1.78047704281745, 3.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2022-01-16 00:00:00', 0.153178566820997, 0.263440000000002, 0.217492428987002, 0.407040000000001, 0.275142708426008, 0.624480000000001, 0.545495991430427, 1.13472, 1.77363655897518, 3.95432 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2022-01-16 00:00:00', 0.195130938944426, 0.278199999999996, 0.247282375703026, 0.430640000000001, 0.277911568668881, 0.576439999999998, 0.611320837749433, 1.1266, 1.78031836853225, 3.96908 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2022-01-16 00:00:00', 0.166275394050554, 0.24456, 0.184034344620781, 0.36384, 0.251479104499759, 0.50064, 0.643747926857505, 1.07968, 1.7927137715393, 4.12 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2022-01-16 00:00:00', 0.124670338626848, 0.217879999999997, 0.152898659248536, 0.312799999999999, 0.356982179760653, 0.498119999999999, 0.598085696200804, 1.0682, 1.85900856910343, 4.21488 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2022-01-16 00:00:00', 0.132487735281419, 0.2226, 0.196369227052851, 0.336959999999999, 0.353107783356113, 0.534759999999999, 0.859818192022791, 1.74664, 1.84564656963353, 4.23252 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2022-01-16 00:00:00', 0.149913841922621, 0.205919999999999, 0.316961948294531, 0.342280000000003, 0.307594023565692, 0.496000000000001, 0.888665351336863, 1.91876, 1.87503515522599, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2022-01-16 00:00:00', 0.213253229752801, 0.229760000000001, 0.218501906932945, 0.352800000000001, 0.237709297251918, 0.443719999999996, 0.862478633551774, 1.96332, 1.84373179087053, 4.2388 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2022-01-16 00:00:00', 0.146588903627347, 0.226159999999996, 0.146649105009204, 0.306719999999999, 0.201799818301868, 0.433999999999999, 0.842940622661724, 1.96368, 1.81779990006235, 4.22632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2022-01-16 00:00:00', 0.109821870924391, 0.194480000000005, 0.130674187708717, 0.267920000000004, 0.224820765648253, 0.442280000000004, 0.840231839038091, 1.94828, 1.80539920146949, 4.23112000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2022-01-16 00:00:00', 0.0931331842041242, 0.17404, 0.16665096259348, 0.290720000000001, 0.227635476145526, 0.44208, 0.849159127215466, 1.98284, 1.79949822913685, 4.22472 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2022-01-16 00:00:00', 0.126512094283515, 0.187679999999998, 0.173918735812644, 0.295679999999998, 0.20603160760751, 0.407239999999998, 0.85953766642306, 2.0514, 1.77501431919107, 4.199 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2022-01-16 00:00:00', 0.133987835268731, 0.190639999999999, 0.154113183515667, 0.266039999999998, 0.198774310882135, 0.357679999999997, 0.855385355653617, 2.07324, 1.75398432908241, 4.19012 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2022-01-16 00:00:00', 0.0988563773022905, 0.164199999999998, 0.105052336163143, 0.237079999999996, 0.235225338771144, 0.396279999999997, 0.854983631422261, 2.10748, 1.76061969393355, 4.19304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2022-01-16 00:00:00', 0.0836441271100389, 0.154439999999997, 0.10874598843176, 0.226239999999996, 0.264406139616059, 0.440759999999998, 0.877267807836731, 2.13184, 1.77352410283405, 4.20508 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2022-01-16 00:00:00', 0.0933905419907914, 0.172279999999998, 0.203968151108616, 0.31856, 0.270413282464702, 0.478519999999999, 0.88075718939255, 2.15632, 1.76497472314289, 4.21624 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2022-01-16 00:00:00', 0.155923145087293, 0.218874999999999, 0.228544908852334, 0.338916666666665, 0.331974025524875, 0.553833333333331, 0.85750375733321, 2.22345833333333, 1.7718286258405, 4.289375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2022-01-16 00:00:00', 0.15580392266834, 0.214916666666663, 0.213036007706941, 0.33208333333333, 0.766728108754089, 1.52558333333333, 0.877155678967493, 2.24820833333333, 1.82328960897286, 4.37129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2022-01-16 00:00:00', 0.15114344372056, 0.244583333333331, 0.240806916459002, 0.423166666666662, 0.803372428614505, 1.72095833333333, 0.869975435893431, 2.23529166666667, 1.83601262142026, 4.39620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2022-01-16 00:00:00', 0.216724563056161, 0.303666666666667, 0.75007299644768, 1.41175, 0.793776114485396, 1.75079166666667, 0.873329705988703, 2.20708333333333, 1.83255344495684, 4.35229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2022-01-16 00:00:00', 0.488413450328241, 1.07646153846154, 0.594004207444305, 1.33996153846154, 0.618130159308013, 1.51242307692308, 0.762581519475881, 1.95242307692308, 1.59055196224939, 4.09776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2022-01-16 00:00:00', 0.319203048472043, 0.726884615384616, 0.366667808156727, 0.939192307692308, 0.378231463524649, 1.018, 0.650686928147121, 1.58903846153846, 1.56221419786148, 3.947 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2022-01-16 00:00:00', 0.301150320246577, 0.641653846153844, 0.266148105095929, 0.759576923076918, 0.374433898859844, 0.915230769230766, 0.609234803793946, 1.44838461538461, 1.56375860226374, 3.90638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2022-01-16 00:00:00', 0.158098177871072, 0.434076923076921, 0.315904739779863, 0.594269230769228, 0.456911571986725, 0.912230769230769, 0.595866124613187, 1.33296153846154, 1.57813368839954, 3.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2022-01-16 00:00:00', 0.248689095365776, 0.435884615384611, 0.281853658155053, 0.607730769230767, 0.469378608866594, 0.871961538461535, 0.591350049918374, 1.27580769230769, 1.56297343055325, 3.87576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2022-01-16 00:00:00', 0.177755164373746, 0.423538461538458, 0.385652478075992, 0.645076923076924, 0.417898576211979, 0.815499999999995, 0.565772305383059, 1.1896923076923, 1.5455250842849, 3.86188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2022-01-16 00:00:00', 0.284277970682547, 0.459269230769232, 0.315591166884286, 0.590769230769231, 0.332715216641222, 0.720846153846152, 0.485787736172274, 1.09626923076923, 1.51658427192364, 3.81357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2022-01-16 00:00:00', 0.131374748773818, 0.37373076923077, 0.165070786680695, 0.49026923076923, 0.273059331394365, 0.613961538461536, 0.423297560370221, 1.07823076923077, 1.52759590155955, 3.80503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2022-01-16 00:00:00', 0.142370221605503, 0.353999999999999, 0.192459610148368, 0.461307692307692, 0.245984768133816, 0.573884615384614, 0.372305178789988, 1.04688461538462, 1.72513212693538, 3.87515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2022-01-16 00:00:00', 0.118494745096078, 0.29273076923077, 0.194906371999875, 0.399423076923074, 0.233439829176931, 0.583923076923075, 0.346951098305488, 1.00676923076923, 1.81637181046342, 3.90507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2022-01-16 00:00:00', 0.14148450852954, 0.281884615384611, 0.139362835792041, 0.382999999999997, 0.18190474261166, 0.564846153846152, 0.315788597738323, 1.00696153846154, 1.83194160807178, 3.90915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2022-01-16 00:00:00', 0.0983156063986694, 0.26996153846154, 0.156413751116904, 0.414307692307692, 0.203010833360038, 0.538038461538463, 0.487130726412721, 1.52976923076924, 1.83394889787038, 3.924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2022-01-16 00:00:00', 0.119424961957126, 0.286807692307693, 0.145857549051749, 0.375230769230771, 0.237933811093625, 0.510461538461539, 0.559894061408048, 1.621, 1.82897760469108, 3.91896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2022-01-16 00:00:00', 0.0954797119005664, 0.244846153846153, 0.125114372291298, 0.332384615384616, 0.25262478104889, 0.480000000000001, 0.589814260202702, 1.6723076923077, 1.83567278506986, 3.93042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2022-01-16 00:00:00', 0.0772436305564315, 0.228538461538461, 0.155292483348728, 0.327653846153845, 0.246309111608846, 0.461461538461541, 0.589264036417788, 1.75423076923077, 1.84078404365765, 3.95715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2022-01-16 00:00:00', 0.122375921462705, 0.231884615384611, 0.199396092084228, 0.338192307692308, 0.249718318233845, 0.491038461538464, 0.719843548172902, 1.81557692307693, 1.83691389396622, 3.97742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2022-01-16 00:00:00', 0.119038151608897, 0.220192307692304, 0.189522817785986, 0.332461538461535, 0.268825081819732, 0.502269230769228, 0.753698136881378, 1.8498076923077, 1.82555537808677, 4.00003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2022-01-16 00:00:00', 0.150763742835758, 0.261884615384614, 0.219515343777713, 0.363115384615386, 0.23316630248684, 0.499730769230771, 0.75433468699245, 1.8525, 1.86713637423729, 4.037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2022-01-16 00:00:00', 0.0980424084065351, 0.232923076923078, 0.148634466444983, 0.35426923076923, 0.188788416365639, 0.472115384615385, 0.756652592775473, 1.83088461538462, 1.85545096819738, 4.05615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2022-01-16 00:00:00', 0.109010154784558, 0.256576923076925, 0.14265845710863, 0.354653846153846, 0.244571678969265, 0.507115384615387, 0.769426016836327, 1.83534615384616, 1.85750368340043, 4.07657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2022-01-16 00:00:00', 0.10663779096333, 0.243461538461537, 0.145761728648028, 0.343807692307693, 0.255783192447163, 0.529807692307694, 0.764341414854343, 1.81403846153847, 1.84673656986088, 4.07996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2022-01-16 00:00:00', 0.081682772875408, 0.227653846153848, 0.186784651815523, 0.35688461538462, 0.272056784231078, 0.521423076923081, 0.770585647413709, 1.80700000000001, 1.83219359952867, 4.08688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2022-01-16 00:00:00', 0.115005550590685, 0.237880000000001, 0.193484693623724, 0.363080000000001, 0.211811496382986, 0.58688, 0.765151231239072, 1.83036, 1.90216007212852, 4.16076 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2022-01-16 00:00:00', 0.101050037110332, 0.244120000000003, 0.147880672615904, 0.331120000000001, 0.420199131365121, 1.28032, 0.756597521804031, 1.80968, 1.97663505483435, 4.20716 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2022-01-16 00:00:00', 0.0991350425766062, 0.249440000000001, 0.167035694788072, 0.47856, 0.525713007891823, 1.3922, 0.7626187055141, 1.81896, 1.97053728121714, 4.21348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2022-01-16 00:00:00', 0.149646661617737, 0.399960000000001, 0.425335585156006, 1.24612, 0.567196547356676, 1.46456, 0.762552256132872, 1.83088, 1.96900065430834, 4.21592 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2022-01-16 00:00:00', 0.393088418317543, 1.01276923076923, 0.479329244481686, 1.16426923076923, 0.497821877320053, 1.36369230769231, 0.651471857825385, 1.64569230769231, 1.96296531769197, 4.09996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1005, '2022-01-16 00:00:00', 0.272938665975737, 0.652346153846153, 0.269005530397822, 0.808846153846155, 0.43605511295989, 1.05930769230769, 0.62593325399881, 1.46996153846154, 1.96068226743809, 4.08092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1020, '2022-01-16 00:00:00', 0.161496806350894, 0.534461538461539, 0.238423540396884, 0.68976923076923, 0.397901116436658, 0.945538461538463, 0.587101417002341, 1.35207692307692, 1.96282337972626, 4.0615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1035, '2022-01-16 00:00:00', 0.145988540119264, 0.449576923076922, 0.278111845237738, 0.671961538461539, 0.335181808300189, 0.848730769230767, 0.644149915661065, 1.32292307692308, 1.95847101940421, 4.04557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1050, '2022-01-16 00:00:00', 0.19657327856592, 0.462576923076923, 0.243381337379461, 0.614653846153847, 0.285087873092867, 0.748846153846154, 0.643899080721388, 1.27188461538462, 1.95646325802454, 4.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1065, '2022-01-16 00:00:00', 0.140608654947527, 0.381076923076923, 0.177304783223256, 0.486115384615382, 0.250987845246618, 0.625461538461539, 0.643321883782798, 1.19538461538462, 1.96910310391461, 4.08107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1080, '2022-01-16 00:00:00', 0.124366016876979, 0.330884615384611, 0.167613548194831, 0.445692307692306, 0.203552937737433, 0.600961538461535, 0.597449363158472, 1.17430769230769, 2.00837184267793, 4.09453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1095, '2022-01-16 00:00:00', 0.0947233786429672, 0.289038461538462, 0.120460175353332, 0.405576923076924, 0.220934772831608, 0.584576923076922, 0.569016679490562, 1.11169230769231, 2.03539446677656, 4.08234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1110, '2022-01-16 00:00:00', 0.0707878411984634, 0.277038461538462, 0.120122937027032, 0.374999999999998, 0.242000499045898, 0.541807692307692, 0.580172441209043, 1.08869230769231, 2.04472918349745, 4.07792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1125, '2022-01-16 00:00:00', 0.0815820115919241, 0.25976923076923, 0.140062579420224, 0.384384615384614, 0.240537398339638, 0.498000000000002, 0.599202625289515, 1.07788461538462, 2.08603023099269, 4.39426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1140, '2022-01-16 00:00:00', 0.10367808165367, 0.271230769230766, 0.184702854919423, 0.370230769230772, 0.292083402209293, 0.488923076923079, 0.664687110890994, 1.11034615384616, 2.10442443547289, 4.48573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1155, '2022-01-16 00:00:00', 0.123477858494804, 0.240692307692305, 0.138191973495069, 0.312692307692307, 0.282481991257168, 0.480346153846154, 0.765640072096543, 1.624, 2.12259077979283, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1170, '2022-01-16 00:00:00', 0.0756738040234842, 0.21526923076923, 0.170516450819271, 0.324499999999999, 0.233248668888934, 0.461307692307692, 0.769141628450434, 1.67026923076923, 2.12962729566972, 4.53053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1185, '2022-01-16 00:00:00', 0.117807901001853, 0.229692307692308, 0.158899039063755, 0.332769230769229, 0.287243868515934, 0.496000000000001, 0.772360708875969, 1.66123076923077, 2.15105010491298, 4.53907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1200, '2022-01-16 00:00:00', 0.103796020377247, 0.23957692307692, 0.127742872750152, 0.318192307692308, 0.282140316972844, 0.507961538461538, 0.791264013121753, 1.67053846153846, 2.1779838075968, 4.56488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1215, '2022-01-16 00:00:00', 0.0717189385995531, 0.206615384615388, 0.207520260363992, 0.340538461538463, 0.346053817513093, 0.536730769230769, 0.781938530930563, 1.72488461538462, 2.19074433329089, 4.62842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1230, '2022-01-16 00:00:00', 0.162591309257761, 0.257576923076924, 0.196847820956656, 0.365230769230771, 0.339601766779859, 0.544000000000002, 0.73031827413701, 1.73830769230769, 2.21198893445556, 4.63961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1245, '2022-01-16 00:00:00', 0.0835993743075603, 0.240846153846153, 0.334007784340427, 0.410999999999998, 0.35453366336857, 0.54196153846154, 0.703027130453618, 1.72911538461538, 2.21783505837423, 4.64788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1260, '2022-01-16 00:00:00', 0.350196823778595, 0.338846153846154, 0.346311067372409, 0.42565384615385, 0.3589246696196, 0.537038461538463, 0.67664455502587, 1.76457692307692, 2.21704111373695, 4.6625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1275, '2022-01-16 00:00:00', 0.126762291165545, 0.236038461538463, 0.173314334264474, 0.357538461538463, 0.245975921273104, 0.472076923076923, 0.592921195957259, 1.71376923076923, 2.22392868486933, 4.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1290, '2022-01-16 00:00:00', 0.112558231083361, 0.258653846153846, 0.160111293024089, 0.342115384615386, 0.279557683603108, 0.519461538461538, 0.610593689654712, 1.73542307692308, 2.21888924117798, 4.68176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1305, '2022-01-16 00:00:00', 0.13016640828629, 0.247576923076921, 0.204228111528407, 0.35680769230769, 0.274935911413209, 0.543346153846153, 0.622828500904111, 1.75430769230769, 2.22512729627214, 4.70873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1320, '2022-01-16 00:00:00', 0.131886592697409, 0.244359999999999, 0.223501118565427, 0.389400000000003, 0.34625119494378, 0.611840000000001, 0.633170348326579, 1.73824, 2.29897605975646, 4.79944 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1335, '2022-01-16 00:00:00', 0.166618306317162, 0.26708, 0.164981231255758, 0.379159999999999, 0.526520395299809, 1.30732, 0.618005124034855, 1.7158, 2.3018497815163, 4.8126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1350, '2022-01-16 00:00:00', 0.0877496058870538, 0.268079999999997, 0.230521777713083, 0.46396, 0.560271139717192, 1.3448, 0.705102136809511, 1.75824, 2.32677920668607, 4.82268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1365, '2022-01-16 00:00:00', 0.228218367651101, 0.376959999999996, 0.512276608223849, 1.22836, 0.572256944038253, 1.35648, 0.713093553937117, 1.7396, 2.34244553476347, 4.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 990, '2022-01-16 00:00:00', 0.282858191796999, 0.80956, 0.347949986827607, 0.959119999999999, 0.415975560179523, 1.1246, 0.489338642114708, 1.51984, 2.02717203019379, 4.38424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1005, '2022-01-16 00:00:00', 0.212104549691892, 0.606439999999996, 0.216601500456487, 0.726719999999998, 0.280001636899979, 0.959399999999997, 0.433878546753965, 1.30552, 1.9824923286947, 4.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1020, '2022-01-16 00:00:00', 0.131340803510055, 0.451359999999999, 0.189913857665344, 0.621239999999998, 0.218231146570172, 0.850999999999998, 0.413391206969863, 1.27604, 1.92483387854641, 4.25672 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1035, '2022-01-16 00:00:00', 0.121050650555876, 0.377479999999999, 0.184840985714749, 0.582239999999998, 0.258694233926204, 0.764040000000001, 0.427565784412176, 1.2434, 1.90772718437412, 4.21148 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1050, '2022-01-16 00:00:00', 0.15522669443967, 0.456919999999996, 0.227273535634927, 0.577479999999997, 0.25212726283896, 0.729359999999998, 0.462796294280757, 1.22292, 1.93085725780028, 4.1738 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1065, '2022-01-16 00:00:00', 0.163551897981441, 0.371840000000002, 0.222388174146019, 0.501999999999999, 0.217424507971541, 0.654399999999997, 0.473838182646073, 1.18704, 1.86542477557615, 4.15947999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1080, '2022-01-16 00:00:00', 0.108294628983464, 0.31232, 0.117576173890229, 0.420359999999997, 0.206034584475517, 0.584, 0.588634343204675, 1.14584, 1.84177656263366, 4.13164 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1095, '2022-01-16 00:00:00', 0.0868528448967948, 0.284999999999995, 0.135960435421485, 0.406359999999999, 0.272902100883569, 0.587839999999998, 0.613296252502276, 1.16828, 1.8481456697638, 4.1304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1110, '2022-01-16 00:00:00', 0.141467569899722, 0.296639999999999, 0.221143942565319, 0.424679999999998, 0.26187979430774, 0.548120000000001, 0.644743574350817, 1.13512, 1.82754853378326, 4.10868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1125, '2022-01-16 00:00:00', 0.117732040385501, 0.255400000000002, 0.15090506949735, 0.353440000000002, 0.131527855097947, 0.473080000000003, 0.613493390347445, 1.08884, 1.96614707825568, 4.286 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1140, '2022-01-16 00:00:00', 0.128212219906425, 0.258960000000003, 0.133660802032607, 0.336720000000005, 0.121818964040909, 0.464120000000003, 0.608115060384686, 1.10352, 1.93747466908173, 4.30248 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1155, '2022-01-16 00:00:00', 0.0783219211545118, 0.225360000000001, 0.129212254320813, 0.324839999999999, 0.187258884969445, 0.434840000000002, 0.695353082972959, 1.46392, 1.892314401291, 4.33428 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1170, '2022-01-16 00:00:00', 0.0915071581899483, 0.214319999999997, 0.113956088033947, 0.298639999999998, 0.276905718010061, 0.443119999999998, 0.802228614548247, 1.61, 1.87096557246074, 4.35844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1185, '2022-01-16 00:00:00', 0.0922384952175666, 0.229239999999998, 0.15389769329006, 0.2992, 0.282440554217464, 0.446199999999997, 0.820061975300241, 1.64768, 1.8822612571054, 4.39576 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1200, '2022-01-16 00:00:00', 0.0759578172408862, 0.207439999999999, 0.161979196195067, 0.319479999999995, 0.238166272451274, 0.452439999999998, 0.906269205773505, 1.69796000000001, 1.87354787146384, 4.38272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1215, '2022-01-16 00:00:00', 0.125142585344343, 0.221599999999999, 0.156873887778265, 0.295799999999998, 0.238593252209696, 0.458640000000003, 0.892507049458622, 1.74520000000001, 1.83517331334128, 4.36144 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1230, '2022-01-16 00:00:00', 0.121827911416065, 0.211039999999996, 0.164657442386714, 0.320639999999997, 0.274639600203613, 0.482919999999997, 0.853294794702667, 1.75444000000001, 1.80662098773742, 4.34468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1245, '2022-01-16 00:00:00', 0.115868819504354, 0.248199999999997, 0.158786281943159, 0.356400000000002, 0.265527129812877, 0.520359999999998, 0.814994349673665, 1.76096, 1.78545041282772, 4.32552 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1260, '2022-01-16 00:00:00', 0.0850471045950393, 0.222480000000005, 0.145891032395181, 0.324119999999999, 0.314049030142317, 0.512279999999998, 0.805937088115446, 1.75344, 1.77019497513692, 4.3156 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1275, '2022-01-16 00:00:00', 0.119620956915302, 0.234559999999997, 0.197184025722163, 0.34704, 0.348596265996447, 0.523760000000002, 0.809382577442009, 1.74664, 1.77977794307792, 4.32288 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1290, '2022-01-16 00:00:00', 0.146717983446701, 0.234199999999998, 0.24708078975644, 0.359199999999996, 0.315590282909131, 0.511320000000003, 0.804759740543725, 1.73164, 1.75075816909894, 4.305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1305, '2022-01-16 00:00:00', 0.183728214128006, 0.242839999999999, 0.220479190250088, 0.353360000000004, 0.268287550959793, 0.488720000000003, 0.802995253203075, 1.75628, 1.7458254036415, 4.30044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1320, '2022-01-16 00:00:00', 0.0987835798712218, 0.235749999999999, 0.153976259227838, 0.323083333333338, 0.258108585030931, 0.559291666666669, 0.835791734988666, 1.77579166666667, 1.7745188672271, 4.33508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1335, '2022-01-16 00:00:00', 0.123056602976971, 0.242166666666671, 0.175577308625994, 0.3515, 0.426405041079455, 1.13804166666667, 0.844140120760922, 1.81225, 1.77983638516888, 4.33791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1350, '2022-01-16 00:00:00', 0.12423327169926, 0.257916666666664, 0.226294712933045, 0.460916666666666, 0.619937127188447, 1.30970833333333, 0.80739521126516, 1.830625, 1.77303600877303, 4.32958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1365, '2022-01-16 00:00:00', 0.19796901748521, 0.367416666666662, 0.39255699992282, 1.08629166666667, 0.605656702816591, 1.35995833333333, 0.785535315491328, 1.86191666666667, 1.75975467451937, 4.30991666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 930, '2022-01-16 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 945, '2022-01-16 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 960, '2022-01-16 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 975, '2022-01-16 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 2, 930, '2022-01-16 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2022-01-16 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2022-01-16 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2022-01-16 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2022-01-16 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 945, '2022-01-16 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 960, '2022-01-16 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 975, '2022-01-16 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 930, '2022-01-16 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 945, '2022-01-16 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 960, '2022-01-16 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 975, '2022-01-16 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 930, '2022-01-16 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 945, '2022-01-16 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 960, '2022-01-16 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 975, '2022-01-16 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:25 Duration: 3s429ms 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 970065, 5, 990, '2022-01-16 00:00:00', 0.914223299603797, 2.15280769230769, 1.03396294904605, 2.5285, 1.09233288600415, 2.79257692307693, 1.46912014327781, 3.58834615384615, 3.66372606151799, 9.77857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.397693745719764, 1.22834615384615, 0.463988390106743, 1.63611538461538, 0.697747242091407, 2.01142307692307, 1.31050524842668, 2.99261538461539, 3.72105812846085, 9.58134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.435924702390044, 1.14788461538461, 0.509276838724817, 1.42953846153846, 0.810608885107603, 1.85626923076923, 1.36102050004343, 2.80080769230769, 4.04199738666988, 9.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24094023836117, 0.878961538461538, 0.404334927808811, 1.22557692307692, 0.553448213128731, 1.52873076923077, 1.20524982408692, 2.48153846153846, 4.14497377053963, 9.52103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.376488726973949, 0.869192307692304, 0.475127689719789, 1.15480769230769, 0.585239570931953, 1.46334615384615, 1.19651370302996, 2.40380769230769, 4.13924669790939, 9.53588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.270352581754898, 0.718961538461536, 0.366006828435672, 0.98303846153846, 0.487487374195478, 1.2635, 1.16567666977663, 2.30253846153846, 4.15319437041677, 9.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.276622085997375, 0.711538461538462, 0.31292860822583, 0.946923076923076, 0.578498869090051, 1.25069230769231, 1.19547575402496, 2.30796153846154, 4.15321296421865, 9.61038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277946893101208, 0.628653846153847, 0.45816359355752, 0.91396153846154, 0.53260925206442, 1.24784615384615, 1.39217908275536, 2.39796153846154, 4.23254017419254, 9.60238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.348362404135959, 0.677730769230771, 0.461440001933747, 0.905346153846158, 0.505581943445833, 1.27730769230769, 1.41164848370211, 2.34119230769231, 4.27585056819558, 9.60980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212777908772362, 0.59096153846154, 0.273902722765697, 0.822692307692307, 0.500421016591182, 1.27592307692307, 1.36955730747623, 2.35046153846154, 4.23470465794251, 10.1145 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206193594618113, 0.55996153846154, 0.299518937374841, 0.843923076923077, 0.523895957081321, 1.25242307692308, 1.36195546973404, 2.41330769230769, 4.2194255549596, 10.2515769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.245965538549299, 0.593384615384619, 0.405387783960758, 0.874153846153845, 0.686113065362803, 1.30253846153846, 2.38549616609659, 4.02596153846154, 4.22852359559002, 10.2739615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.243358504142469, 0.579192307692305, 0.385913663122487, 0.823653846153848, 0.764899342799683, 1.20126923076923, 2.59831123883305, 4.30442307692308, 4.275218704797, 10.3224230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24820189052773, 0.500538461538464, 0.724843818721293, 0.870192307692309, 0.797874260384818, 1.10184615384615, 2.70004892633733, 4.56173076923077, 4.36850043854164, 10.3488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.459126572962183, 0.57072, 0.460846420549547, 0.753440000000002, 0.544077200404502, 1.0032, 2.83019652556732, 4.60496, 4.52160144491602, 10.38728 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206277507256607, 0.474080000000001, 0.268041893491796, 0.627040000000003, 0.32626115817445, 0.917480000000001, 2.89178478625225, 4.692, 4.56760089215334, 10.44692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.145726719124073, 0.40312, 0.200590611279123, 0.58052, 0.266411805293985, 0.877400000000001, 2.90723349308811, 4.7126, 4.59602475878159, 10.4918 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.151180929132392, 0.451559999999998, 0.209229562920728, 0.626519999999998, 0.305764380964603, 0.925760000000001, 2.92042375635226, 4.816, 4.63275847165235, 10.52116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.138569380937253, 0.427839999999999, 0.208232346190502, 0.62372, 0.376096676401161, 0.883279999999999, 2.86513193006302, 4.87732, 4.72231999586361, 10.51032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.169528591492215, 0.445880000000001, 0.250287647850762, 0.608360000000002, 0.848627994667471, 0.977840000000004, 2.74271605469225, 4.91876, 4.71001980958325, 10.53024 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.168365742754674, 0.396760000000002, 0.268454018409109, 0.591320000000001, 0.844218303126232, 0.94728, 2.65385398241877, 4.96328, 4.68435687972924, 10.54272 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.218412743828438, 0.430279999999998, 0.861120235507217, 0.74932, 0.955901220489507, 1.03832, 2.63560122046817, 4.98828, 4.67952713173742, 10.53352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.133443625126703, 0.422624999999999, 0.28382969735644, 0.599916666666661, 0.450465717140427, 1.10916666666666, 2.68172092567224, 4.97841666666666, 4.78583087981021, 10.5290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277726246065479, 0.449291666666661, 0.326011133334389, 0.706291666666664, 2.21238947771114, 3.367375, 2.6995454153015, 4.99433333333333, 4.77167459875978, 10.5172916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.193394838105358, 0.499541666666667, 0.38520485562503, 0.903791666666664, 2.4487857668412, 3.73358333333333, 2.69017739838521, 4.9655, 4.79450718931631, 10.4871666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.346059492141808, 0.746041666666665, 2.11582866856231, 3.25479166666667, 2.47095439960504, 4.03308333333333, 2.65098468853378, 4.97108333333333, 4.90627838162196, 10.5244166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.15918779036588, 1.8172, 1.26946401813259, 2.49532, 1.5860447587211, 3.10268, 1.68927077462436, 4.2454, 4.36908972327189, 10.59652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.572607739498283, 1.06496, 0.890786418471525, 1.69712, 1.21106857499207, 2.21152, 1.31256156300063, 3.60024, 4.34492651529728, 10.30356 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.74322518346281, 1.10256, 0.785829922226597, 1.4458, 1.22212417536026, 1.9198, 1.26567980811367, 3.27572, 4.37604093064344, 10.15168 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.468387385967354, 0.795919999999998, 0.707022576254344, 1.21644, 1.11183480037879, 1.90196, 1.14477602176146, 3.05416, 4.37743768735395, 10.13196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.528499205297415, 0.861919999999999, 0.780726332761147, 1.22776, 1.06637715029284, 1.92468, 1.0731310886063, 3.0044, 4.48443656810232, 10.1342 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.490564664442921, 0.74524, 0.719179527888088, 1.26288, 0.860119947061648, 1.71036, 1.09024146102289, 2.80588, 4.46245307613051, 10.01704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.515183213365239, 0.835920000000003, 0.63617607625562, 1.1532, 0.594856915568778, 1.4646, 1.13435723650004, 2.58456, 4.48555643593969, 9.94604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.352162249538471, 0.614400000000003, 0.395749659928257, 0.963280000000002, 0.402535472556974, 1.21684, 1.26579211036673, 2.427, 4.50297982377596, 9.91628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.320769127774686, 0.576600000000002, 0.391489940270928, 0.787039999999997, 0.598645902572354, 1.1304, 1.365712795576, 2.37576, 4.5864689758753, 9.9604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.345778725005843, 0.578519999999999, 0.429348731607922, 0.833200000000003, 0.682927643800324, 1.1744, 1.35467636602499, 2.37184, 4.6371451393431, 10.39828 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.33245271844279, 0.525679999999999, 0.467610425461198, 0.808479999999998, 0.565145550573774, 1.04392, 1.329160668743, 2.3912, 4.66359391992914, 10.4678 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.35217804209424, 0.528959999999997, 0.431932062559223, 0.762839999999998, 0.599045871921896, 1.05196, 1.31988711638534, 3.564, 4.62874863399026, 10.5516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.304852412379062, 0.439079999999998, 0.321366991667368, 0.583080000000001, 0.701105087225396, 1.10448, 1.55431311410111, 3.97944, 4.61656438815706, 10.5176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.240460724443723, 0.39788, 0.548516052636564, 0.708880000000003, 0.722411948498454, 1.10276, 1.63722651863856, 4.10144, 4.57640341862472, 10.541 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.511779412116845, 0.484000000000003, 0.602897166466496, 0.810920000000002, 0.677038743352252, 1.06328, 1.66753307513424, 4.16516, 4.56588706240821, 10.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.397559001910408, 0.578920000000001, 0.43745133062624, 0.738600000000002, 0.558856197961515, 0.970600000000001, 1.62401032221679, 4.14812, 4.56657418093695, 10.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.287615037854422, 0.442920000000005, 0.397248138237717, 0.620000000000002, 0.497888049665787, 0.953480000000003, 1.58502360865698, 4.13056, 4.5743905703383, 10.50756 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.257552499502525, 0.396039999999999, 0.309893008418493, 0.58352, 0.442701366611848, 0.913200000000002, 1.59613687591844, 4.18752, 4.57334834922219, 10.48796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.291694034906443, 0.429079999999998, 0.425583098035313, 0.655160000000001, 0.464410924361892, 0.90256, 1.6093042937866, 4.28432, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.30785690940219, 0.408720000000001, 0.280145039815689, 0.601919999999999, 0.544494300551742, 0.906719999999995, 1.61800081685187, 4.34732, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.225157959367787, 0.381760000000002, 0.303568130738391, 0.593119999999999, 0.713765834617114, 0.9334, 1.58354056678908, 4.33432, 4.5757625867171, 10.511 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.237769475192537, 0.381639999999995, 0.475256534235285, 0.633239999999993, 0.751019311780107, 1.01256, 1.5798872058895, 4.3442, 4.57575457055992, 10.51084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.271766723816427, 0.422249999999996, 0.295238073302784, 0.609291666666667, 0.626778992785418, 1.14741666666667, 1.60557393176469, 4.29879166666667, 4.67447931979936, 10.5079583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274552649975733, 0.412875000000001, 0.421490314414136, 0.694458333333337, 1.10678151687086, 2.75075, 1.58885821676165, 4.35920833333333, 4.6755473892896, 10.5054583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274926706306572, 0.446541666666668, 0.52153176706503, 0.816916666666668, 1.33461306814622, 3.26004166666666, 1.58001839044058, 4.358875, 4.64886128471965, 10.452875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.476309847318082, 0.670125, 1.05398316871169, 2.58545833333333, 1.47032769134215, 3.42504166666667, 1.58482129701688, 4.36575, 4.63412739605053, 10.415875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.790045097057516, 1.97615384615384, 1.15026738563759, 2.60646153846154, 1.24145684642619, 2.97930769230769, 1.53633987625936, 3.92215384615385, 4.58929296532031, 10.0021923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.721573167034791, 1.57265384615384, 0.771271857688027, 1.90496153846154, 0.814450376256661, 2.28484615384615, 1.25032829473518, 3.34426923076923, 4.63218372094797, 9.67823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.376366768744779, 1.13123076923077, 0.583933385294537, 1.51396153846154, 0.810555612859758, 1.91319230769231, 1.05811090882979, 3.01384615384616, 4.39356325268963, 9.53984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.31672505183761, 0.976038461538459, 0.414915526157016, 1.28942307692308, 0.748930019325007, 1.75842307692308, 0.919842378638027, 2.81219230769231, 4.42744527846999, 9.40557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.379222970742098, 0.912692307692308, 0.53627821711668, 1.24838461538462, 0.791739907759146, 1.71780769230769, 0.948043514905217, 2.76688461538462, 4.40162011361901, 9.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.387805899110127, 0.804153846153842, 0.550120279155804, 1.17419230769231, 0.713699380799675, 1.60238461538462, 0.93427890169576, 2.64288461538462, 4.48709392763118, 9.54034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.309406299970667, 0.863461538461541, 0.466928367097136, 1.1445, 0.616104451683814, 1.51215384615385, 0.789127370044813, 2.55761538461539, 4.46482380667092, 9.46623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.326527313028862, 0.717384615384615, 0.46243503493838, 1.07580769230769, 0.50312726177227, 1.35619230769231, 0.626888414803925, 2.40026923076923, 4.49028949160982, 9.39196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.334466822546894, 0.746153846153843, 0.369073002993256, 0.939192307692306, 0.357516570890829, 1.28953846153846, 0.512906152759411, 2.31380769230769, 4.49141330301071, 9.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.230967050597132, 0.619538461538457, 0.328683687082041, 0.881615384615383, 0.363436698540685, 1.29007692307692, 0.408496824203829, 2.19584615384615, 4.81579976791139, 9.53573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.23928380317426, 0.584538461538466, 0.220905604622981, 0.839384615384615, 0.275555293906684, 1.296, 0.479704455488358, 2.20226923076923, 4.87678753231927, 9.62534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.233254397270775, 0.598423076923078, 0.288290579904265, 0.942461538461542, 0.279998395599797, 1.22669230769231, 2.9393187669673, 3.79342307692308, 4.69268618449539, 9.88211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.234522588710306, 0.615269230769235, 0.267022237621918, 0.826653846153848, 0.403555194966708, 1.15665384615385, 2.98254672411657, 3.95980769230769, 4.71304614937663, 9.90038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.201362608246915, 0.550500000000003, 0.215465835235762, 0.745384615384617, 0.382129355867075, 1.09426923076923, 3.014581659968, 4.04776923076923, 4.81429160680828, 9.99034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.146405889961378, 0.496730769230773, 0.355842964500657, 0.76315384615385, 0.41545045988106, 1.02473076923077, 3.00065691705103, 4.07542307692308, 4.95244258942378, 10.0358076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.272920072830574, 0.583615384615386, 0.305582372125501, 0.782115384615386, 0.362349784260795, 1.04738461538462, 2.96651375108639, 4.10765384615385, 5.00587292072637, 10.0874615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.208928611289567, 0.513730769230768, 0.209115279212213, 0.666000000000001, 0.402504169113621, 1.04461538461539, 2.95872878134149, 4.10119230769231, 5.02122523877007, 10.1105384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.135743377795693, 0.477230769230771, 0.219180294594338, 0.731192307692311, 0.394805868555864, 1.05507692307693, 2.94571369254745, 4.16796153846154, 5.01581780570228, 10.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.227908635540313, 0.541115384615382, 0.374688276591871, 0.807230769230766, 0.431100639686906, 1.03319230769231, 2.94924599281814, 4.19961538461539, 5.00590898239271, 10.1535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.276363395104793, 0.53738461538461, 0.28134378641414, 0.709384615384613, 0.444362707013779, 0.976846153846153, 2.95438726720371, 4.20326923076923, 5.00004456041682, 10.1713846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.145533141877085, 0.465153846153849, 0.233167833247936, 0.659038461538467, 0.370696309458502, 0.896076923076925, 2.96210850473884, 4.18407692307692, 4.99355041875172, 10.1797692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.163077145500573, 0.469346153846152, 0.262017782720065, 0.679038461538462, 0.413039249392186, 0.91430769230769, 2.97225328250885, 4.21784615384615, 4.99342184694409, 10.2066923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.132174480643332, 0.423479999999998, 0.15058893274961, 0.532879999999999, 0.400535216928547, 1.07828, 3.06317081795972, 4.33472, 4.98577707483999, 10.05204 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.138957403545117, 0.411080000000002, 0.305559230482956, 0.690119999999999, 3.13025767043759, 3.3482, 3.05710815859258, 4.35772, 5.0087395813052, 10.11388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.265411548354629, 0.58004, 0.358917734306906, 0.95976, 3.08533150460908, 3.64408, 3.04671775741261, 4.34952, 5.00460316208988, 10.14768 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.333055661013792, 0.807360000000001, 3.12474314944444, 3.2804, 3.07510267958649, 3.79264, 3.05490935599296, 4.34056, 5.03200549582371, 10.18232 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 1.02580766303361, 2.05519230769231, 1.00248016515962, 2.4218076923077, 1.11257636211563, 2.72719230769231, 1.3674494894342, 3.25211538461539, 3.73003638031341, 9.67896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.56891455759732, 1.40957692307693, 0.67033830379776, 1.7178076923077, 0.802216314583927, 2.07815384615385, 1.19581613778399, 2.84865384615385, 3.83651390257032, 9.52473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.364963292147828, 1.07673076923077, 0.628111578769736, 1.43165384615385, 0.66888577960205, 1.77888461538461, 1.19282978410423, 2.63957692307692, 3.88715108253609, 9.40353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.423836428898626, 0.914038461538465, 0.518169881558017, 1.27288461538462, 0.576385102300407, 1.56388461538462, 1.1621370665883, 2.57319230769231, 3.84360653553404, 9.366 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.370413558897867, 0.874269230769233, 0.389133398127764, 1.07280769230769, 0.682839673715579, 1.4745, 1.3955999647243, 2.53830769230769, 3.83037280631855, 9.30865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.271087575971594, 0.757923076923074, 0.425742168273422, 0.996076923076922, 0.641940749722155, 1.33161538461539, 1.37542103204241, 2.44084615384615, 3.79088561704761, 9.22780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.308722202734981, 0.673038461538462, 0.404357754774349, 0.944076923076927, 0.586625174523403, 1.21884615384616, 1.26142829973987, 2.33465384615385, 3.68304184253263, 9.17642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28899743144986, 0.684346153846156, 0.401419015685415, 0.872115384615385, 0.551049890244483, 1.23769230769231, 1.21638798719184, 2.38215384615384, 3.65734665234027, 9.16484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.217087873026994, 0.582769230769229, 0.346958875860615, 0.794692307692308, 0.603373378469876, 1.22107692307692, 1.30461700834442, 2.45453846153846, 3.70774999987033, 9.18730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.289396520631894, 0.589115384615384, 0.412532829462836, 0.892846153846152, 0.551510966485569, 1.16811538461538, 1.31441147286533, 2.438, 3.91056226844486, 9.53915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.278958910677097, 0.646923076923072, 0.441032091977268, 0.861115384615381, 0.465506904848403, 1.03596153846154, 1.34701858419023, 2.57288461538461, 3.96230270908994, 9.78803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.314686100008344, 0.591307692307689, 0.333634318470897, 0.787538461538458, 0.422424855402162, 1.00896153846154, 2.48379133057633, 4.62842307692308, 3.81042992042388, 9.92653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.194526490187365, 0.497346153846155, 0.254286637175752, 0.640423076923077, 0.442151559466274, 1.01080769230769, 2.3558128112264, 4.87719230769231, 3.80194726402952, 9.94396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.198209652019892, 0.434115384615385, 0.383177026772421, 0.677076923076922, 0.607491190186198, 1.08888461538461, 2.34111899345985, 4.92630769230769, 3.79752537318712, 9.961 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.263223289243182, 0.534500000000001, 0.342675356569451, 0.767999999999997, 0.569808670992694, 1.12580769230769, 2.3184515880548, 4.98561538461539, 3.79993387634777, 9.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.202268340425438, 0.49980769230769, 0.494096859081137, 0.781884615384611, 0.641237630260064, 1.23753846153846, 2.3215482158382, 4.99096153846154, 3.82246132465216, 9.90953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.354414212251926, 0.536923076923074, 0.347460961836003, 0.732, 0.816237865971773, 1.27457692307693, 2.34568340443593, 5.10192307692308, 3.83921491193186, 9.9105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.182599738815214, 0.463769230769234, 0.549306051724845, 0.915461538461538, 0.90354290094392, 1.32457692307693, 2.38757399144307, 5.10073076923077, 3.83544399696386, 9.89942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.589938068457518, 0.779269230769227, 0.829808712897141, 1.0685, 0.969667816237168, 1.35292307692308, 2.42835973890576, 5.14630769230769, 3.82949377915872, 9.89926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.763016189968374, 0.729115384615384, 0.800800461077252, 0.995538461538461, 1.0012061802569, 1.37284615384615, 2.36985358716849, 5.08623076923077, 3.74985395510483, 9.85273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.545827648199011, 0.65630769230769, 0.721753492970684, 0.867769230769229, 1.12798561433816, 1.38011538461538, 2.39566951778861, 5.09903846153846, 3.76906652981263, 9.88188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307104094103913, 0.552730769230768, 0.718204860425256, 0.937307692307689, 0.989821824681285, 1.32073076923077, 2.36961526413044, 5.0945, 3.71869043864389, 9.87053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.386700573226016, 0.627799999999996, 0.607013522639046, 0.870600000000001, 0.697215504704251, 1.34328, 2.38099003007852, 5.07823999999999, 3.68684147701886, 9.74008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.365966109542033, 0.519880000000005, 0.414126289111588, 0.770600000000001, 2.24821449525321, 3.8022, 2.36063633229122, 5.01332, 3.66453661236087, 9.7338 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.340175508622633, 0.603280000000001, 0.504970500788578, 1.08996, 2.14950928508501, 4.0598, 2.35649326189008, 4.98392, 3.6494703839507, 9.7298 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.478993736911039, 0.891799999999999, 2.18386326800313, 3.68776, 2.0830677721412, 4.16648, 2.33671096272802, 4.92204, 3.6343442361266, 9.71312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.42276409616398, 2.52356, 1.43883891268851, 2.9116, 1.4789109698243, 3.29464, 1.94522210985447, 4.06584, 3.55659043982669, 9.51216 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.597386600117544, 1.3534, 0.917481767302937, 1.79128, 1.07546323662565, 2.32344, 1.5693058178698, 3.153, 3.44542566891233, 9.15396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.654674988066595, 1.11844, 0.682779742425527, 1.47748, 0.928273890975431, 2.0724, 1.21660398651328, 2.76452, 3.36697779024454, 8.98924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.291144706288813, 0.977359999999999, 0.394842002156134, 1.34796, 0.612773470922709, 1.75208, 0.901391932883064, 2.4594, 3.37019131504429, 8.8794 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.282250775021077, 0.842600000000002, 0.531038943957969, 1.23312, 0.613021024653041, 1.50212, 0.767188410148813, 2.24584, 3.36633590272866, 8.83092 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.497135152649662, 0.874120000000001, 0.490136487793625, 1.06712, 0.544651270692236, 1.43744, 0.82859536365265, 2.17588, 3.34986880937149, 8.85104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.261820154559066, 0.752719999999995, 0.363954379009238, 1.00904, 0.444543728632704, 1.37128, 0.769063527935107, 2.10428, 3.36374740530062, 8.80624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.280024713195106, 0.670440000000001, 0.48117971348205, 1.0138, 0.605700866765109, 1.36596, 1.15690344886684, 2.21944, 3.25562189246028, 8.79636 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307631554515026, 0.689559999999998, 0.340813013249202, 0.872480000000003, 0.582350733378664, 1.19372, 1.26687783152125, 2.09276, 3.19397372771495, 8.73956 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207864475079317, 0.593840000000001, 0.448104701306884, 0.918360000000002, 0.489925079306348, 1.077, 1.30488381091958, 2.07148, 3.66130981480671, 9.47632 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.421218557679183, 0.663640000000003, 0.421343256739675, 0.803160000000003, 0.439169147368069, 0.984960000000001, 1.41196227758865, 2.15416, 3.6997511231613, 9.52504 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207821493915652, 0.500760000000003, 0.228230234631608, 0.646960000000001, 0.356616937343137, 0.860839999999999, 1.67688666084901, 3.48804, 3.705433556729, 9.53852 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.223184057076962, 0.473040000000001, 0.289462041265055, 0.633240000000001, 0.362918324144702, 0.845279999999998, 1.75728510113376, 3.74852, 3.69800582656833, 9.56948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.191926357404781, 0.447679999999999, 0.222949732750083, 0.623399999999999, 0.392290997432602, 0.911679999999998, 1.87837564755651, 3.90164, 3.68623560243599, 9.6224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.172702316139649, 0.469559999999998, 0.24149309859014, 0.615599999999996, 0.387823735735711, 0.9128, 1.85945270801205, 3.94104, 3.69123103991067, 9.64856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206366179399631, 0.431199999999998, 0.327385715428553, 0.682639999999997, 0.383378020583687, 0.933039999999997, 1.87091168328884, 3.98212, 3.69561200389507, 9.7078 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.236894083224267, 0.50716, 0.294416326540045, 0.644840000000003, 0.342356816786231, 0.90376, 1.83711637718827, 4.0152, 3.71026056452463, 9.73196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.190767030694512, 0.436319999999999, 0.208349066072619, 0.6312, 0.37306791160145, 0.8742, 1.78693887416442, 4.06896, 3.71397624655839, 9.72732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.162720619467845, 0.481199999999999, 0.242255842722797, 0.632679999999998, 0.44874798049685, 0.9504, 1.80865700636319, 4.0914, 3.71471367312924, 9.72856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.183809394029065, 0.439679999999998, 0.32493757349169, 0.626519999999999, 1.13761801146079, 1.19736, 1.79429981701313, 4.1236, 3.73517650319232, 9.75348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212253778921995, 0.4308, 0.40016626544475, 0.717960000000003, 1.20336604018339, 1.22908, 1.79484511866623, 4.165, 3.77987626913897, 9.80212 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.358435247522714, 0.56508, 1.13213537176435, 0.9774, 1.25123866894636, 1.25196, 1.78728882388942, 4.17956, 3.78753475143573, 9.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.185855829859473, 0.484958333333334, 0.315065900628949, 0.678, 0.497966457094557, 1.178375, 1.42813660834721, 3.93979166666667, 3.79939310347194, 9.63504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28125227213253, 0.517666666666668, 0.297140328801064, 0.772125, 1.35837433142539, 2.99070833333334, 1.45120827219093, 3.94266666666667, 3.79594599516225, 9.63245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.210817108558273, 0.592124999999998, 0.416701381887154, 1.01295833333333, 1.45076169836221, 3.308125, 1.46664962708317, 3.95679166666667, 3.79197595593145, 9.63754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.25186067001707, 0.771666666666666, 1.38330450227508, 2.86504166666667, 1.51382213264154, 3.36816666666667, 1.51926968951953, 3.91629166666667, 3.86138931946123, 9.71754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:10 Duration: 3s361ms 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-16 00:00:00', 0.164102974238269, 0.287884615384615, 0.178692124573567, 0.341346153846154, 0.208491021758362, 0.392884615384616, 0.236426602694236, 0.492461538461539, 0.685831304667219, 1.25446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.084613619562011, 0.180769230769231, 0.124454576205384, 0.236692307692308, 0.15338963960601, 0.293692307692308, 0.206391234160905, 0.410307692307693, 0.688321360546522, 1.24184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0665602329877581, 0.149230769230771, 0.0958423384843775, 0.206076923076924, 0.120198278497849, 0.254884615384617, 0.188356033576351, 0.383653846153847, 0.696219386290093, 1.23107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0703798157253798, 0.141038461538461, 0.086576173663161, 0.182923076923076, 0.113779794069339, 0.231807692307692, 0.173730016006269, 0.355961538461538, 0.693099229215025, 1.22569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0565308901262087, 0.120307692307692, 0.0727633466477774, 0.160769230769231, 0.0921921154646431, 0.211884615384615, 0.158618851338672, 0.3315, 0.690797612574379, 1.22530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0426074930210456, 0.103038461538462, 0.0695386113000414, 0.148461538461538, 0.0932085502845841, 0.198076923076923, 0.164357888111934, 0.318346153846154, 0.689307491952277, 1.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0673849675087387, 0.099576923076923, 0.0784641025222067, 0.134153846153847, 0.09072640189052, 0.185, 0.150889179914878, 0.303769230769231, 0.677590642247617, 1.22096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0445592431920269, 0.101384615384615, 0.0638540643848274, 0.137692307692308, 0.0657552571750277, 0.164923076923077, 0.141492070992851, 0.292615384615384, 0.676677563256965, 1.21826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474200866235463, 0.0952307692307697, 0.0520886227057758, 0.12376923076923, 0.0592291638144077, 0.156423076923077, 0.127407402272576, 0.280615384615384, 0.666935692898152, 1.21953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0325437457065936, 0.0788461538461537, 0.0415833546580291, 0.0998461538461537, 0.0534670135547298, 0.147192307692308, 0.121965247257002, 0.283807692307692, 0.670237326509166, 1.23592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035693998633686, 0.071307692307692, 0.0468947922317786, 0.104807692307693, 0.0624321909077241, 0.140538461538461, 0.135759362901365, 0.302730769230768, 0.668462296272918, 1.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0346929609353481, 0.0788076923076928, 0.0464058351768562, 0.110307692307693, 0.0828686541833143, 0.141423076923077, 0.205513798900369, 0.455192307692307, 0.67656723584237, 1.25676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368619879258582, 0.0693846153846157, 0.0634230727247271, 0.0963846153846157, 0.102140755069433, 0.137576923076923, 0.206765764909139, 0.493192307692308, 0.683146129203814, 1.26492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0435550226724776, 0.0660000000000006, 0.0611353731169918, 0.0964230769230768, 0.0946690104440813, 0.135692307692308, 0.210045361401183, 0.503423076923077, 0.685245879509403, 1.26334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.022470128318873, 0.0633600000000001, 0.0293543296068344, 0.0834799999999996, 0.0569731515715955, 0.12624, 0.226034495892405, 0.51552, 0.672643474162453, 1.23092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0225294621921306, 0.0590799999999996, 0.0427875760784199, 0.0881199999999998, 0.0583081469436294, 0.13544, 0.227460384829242, 0.52432, 0.66909430575966, 1.23124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0342589647634995, 0.0625200000000004, 0.0452862009888225, 0.0934399999999999, 0.0525769911653377, 0.13144, 0.224334103515271, 0.533960000000001, 0.669408689317172, 1.24392 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.032711262076946, 0.0601200000000003, 0.0352160001514456, 0.0930000000000004, 0.0463259466533958, 0.13052, 0.249692130432659, 0.555920000000001, 0.67280308659617, 1.24992 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0299411645286772, 0.0698399999999998, 0.0319031346422264, 0.0966799999999995, 0.0398773954348406, 0.13304, 0.26356892204254, 0.571080000000001, 0.688655930055061, 1.25964 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0273698739492905, 0.0658799999999999, 0.0415540611733669, 0.09536, 0.0465038349673078, 0.12624, 0.273317355224044, 0.574280000000001, 0.692281510658779, 1.26324 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0359924529126119, 0.0640400000000002, 0.0394112082196592, 0.0869200000000001, 0.0539050708808244, 0.12044, 0.284336801463803, 0.573800000000001, 0.695130083749319, 1.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.031849751438068, 0.0606399999999999, 0.0428397401174814, 0.0830800000000005, 0.0711116961781493, 0.14304, 0.307864862128391, 0.584240000000001, 0.708301152994498, 1.28124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0219067523175267, 0.0529166666666677, 0.0354964531806468, 0.0787916666666666, 0.0898245875122124, 0.18225, 0.309620513401228, 0.590916666666667, 0.717287097888358, 1.30445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0294436332036648, 0.0616666666666671, 0.0519263518311539, 0.108791666666667, 0.178871902792741, 0.385125000000001, 0.315012491125696, 0.588000000000001, 0.732636152454995, 1.31491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423638270294335, 0.085458333333334, 0.0786137019255216, 0.155125000000001, 0.178948129274979, 0.432541666666667, 0.314797059080603, 0.592833333333334, 0.725875837787744, 1.32241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.060905352445592, 0.119625, 0.163255196113237, 0.365541666666667, 0.170722075824754, 0.442875, 0.314013938581057, 0.586333333333334, 0.729873182353511, 1.32908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.152853546464145, 0.25796, 0.153748355004749, 0.32984, 0.180612541092805, 0.39016, 0.315169599845331, 0.54928, 0.686595069892, 1.37096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0934061561140362, 0.16672, 0.113767115928402, 0.22504, 0.132781989240509, 0.28484, 0.254020340392916, 0.495, 0.661732340149702, 1.34424 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.086558323304771, 0.132479999999999, 0.105364003973527, 0.17964, 0.121848635609924, 0.261560000000001, 0.242795867619969, 0.4634, 0.6671034577435, 1.32776 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0980304034470941, 0.133280000000001, 0.10307036431487, 0.184600000000001, 0.144664231930356, 0.273640000000001, 0.246823823809615, 0.448800000000001, 0.676015145293851, 1.32332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747540411393704, 0.1122, 0.0913047643882832, 0.16232, 0.148358518461192, 0.250000000000001, 0.228909101318988, 0.40428, 0.654267847801393, 1.3054 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0598480854608842, 0.10072, 0.0952335375099895, 0.158519999999999, 0.145870661889223, 0.2274, 0.217085620589358, 0.3936, 0.656898208755868, 1.29556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0686053447869279, 0.103879999999999, 0.0872739938355058, 0.162199999999999, 0.139239900890514, 0.219199999999999, 0.206427008891764, 0.37912, 0.655824608158818, 1.2902 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.074225849046451, 0.105680000000001, 0.116965094508291, 0.148000000000001, 0.149443657164386, 0.21636, 0.186489302642271, 0.35952, 0.641490223360159, 1.28304 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0694688899196372, 0.0875199999999987, 0.0760458852711085, 0.132319999999999, 0.106699765697961, 0.185559999999999, 0.171782886225608, 0.349119999999999, 0.629511588455685, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0470953996337933, 0.0763200000000001, 0.0736595320828646, 0.12068, 0.0696109905115551, 0.15776, 0.162207911849783, 0.33736, 0.630339651828019, 1.29692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549833914317158, 0.0754400000000004, 0.0511419592898045, 0.1008, 0.0679917151815815, 0.15096, 0.149533909197881, 0.34484, 0.618991227724595, 1.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0423407998664813, 0.0660800000000003, 0.0430210026227495, 0.10384, 0.0699862605563883, 0.14708, 0.270688677265968, 0.51888, 0.616906267866793, 1.29948 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0396403834492052, 0.0671199999999993, 0.055544636704786, 0.10104, 0.0786996823373515, 0.14884, 0.305982777293102, 0.550279999999999, 0.61299497822848, 1.29748 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0421855820551684, 0.0670400000000001, 0.0555593376490396, 0.0955600000000013, 0.0785861098837866, 0.15212, 0.306800027162102, 0.57044, 0.604494259691522, 1.29468 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414476778601644, 0.0620800000000006, 0.0549929389406799, 0.10016, 0.090096836792421, 0.14976, 0.300419429021049, 0.5816, 0.595543597620416, 1.29148 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0455710800106093, 0.0668400000000008, 0.0611745317377524, 0.0996399999999997, 0.0749374628162272, 0.14404, 0.300833010156798, 0.5908, 0.594878175203406, 1.28628 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0362237031053791, 0.0566399999999993, 0.0509967319214358, 0.0851999999999998, 0.0634251527392726, 0.128, 0.315732624224992, 0.61344, 0.591936435213558, 1.28092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0432961507141999, 0.05316, 0.0484762140986015, 0.0861199999999999, 0.0629126378401034, 0.128399999999999, 0.31049848630871, 0.62268, 0.591515849322739, 1.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.036055605204555, 0.0585600000000005, 0.045003444312631, 0.0853200000000004, 0.058366171709305, 0.13312, 0.305644853820029, 0.62788, 0.594264424870501, 1.28096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0376046539672946, 0.0561199999999991, 0.0465062003034722, 0.0870799999999989, 0.0609816365802035, 0.131519999999999, 0.295101524902872, 0.63508, 0.592966643243953, 1.27976 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0379922360489611, 0.0630799999999996, 0.0412846622044241, 0.0954400000000004, 0.102631265541583, 0.14648, 0.297114472888818, 0.64148, 0.593203596302878, 1.28656 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368323680114836, 0.058960000000001, 0.0581878566942163, 0.0919200000000001, 0.114817797691242, 0.15072, 0.2991346519546, 0.64704, 0.591357641364345, 1.28812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0397462740939052, 0.0608749999999999, 0.0508210129997316, 0.0814166666666667, 0.0814383268919282, 0.153875, 0.293742517635201, 0.643833333333333, 0.591009819617287, 1.25745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0346409115587794, 0.0530833333333331, 0.0498017628172945, 0.0939583333333329, 0.214607005166807, 0.425916666666666, 0.287729291048958, 0.642166666666666, 0.590365569316829, 1.271875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.042736723508382, 0.0700833333333334, 0.0672891230954645, 0.122499999999999, 0.234137439508742, 0.460083333333333, 0.293294727367284, 0.645333333333333, 0.588144094971017, 1.27079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0599365455523896, 0.0987083333333324, 0.198389822670242, 0.399499999999999, 0.231558296256509, 0.479125, 0.292718885647122, 0.637791666666666, 0.592239300868116, 1.27454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.153115989216821, 0.306884615384615, 0.184018494053847, 0.364384615384615, 0.192283592643781, 0.4265, 0.263020048957957, 0.578115384615385, 0.560170848938073, 1.2665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0940934396470623, 0.195153846153846, 0.0957277630334309, 0.26126923076923, 0.117182362810476, 0.326884615384614, 0.234366068034931, 0.480423076923077, 0.567445433499998, 1.227 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747289666831975, 0.176538461538461, 0.0824931885299992, 0.224615384615384, 0.134166761904728, 0.296999999999999, 0.2202386572649, 0.426884615384616, 0.552102394349231, 1.21357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0542801422819959, 0.138423076923078, 0.0710244703226649, 0.183346153846154, 0.121674546987508, 0.249153846153846, 0.186802853709053, 0.382115384615386, 0.55314725400691, 1.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0468969574213992, 0.12773076923077, 0.0920198975138611, 0.181692307692308, 0.115130274037718, 0.2355, 0.187019094047804, 0.376307692307694, 0.554056821579214, 1.20280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0568251840160815, 0.117307692307693, 0.0701457493640652, 0.158884615384616, 0.105606847097366, 0.224615384615385, 0.173524584824345, 0.367692307692309, 0.549530939844295, 1.19742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0476811848071703, 0.108846153846154, 0.0784712784301471, 0.157307692307693, 0.11108913261258, 0.210346153846155, 0.170851820638191, 0.360230769230771, 0.552881632901655, 1.1955 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0584573480279558, 0.105307692307693, 0.0781952290498202, 0.147576923076924, 0.105508701792062, 0.198615384615385, 0.167307381785742, 0.363000000000001, 0.556857899288499, 1.202 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0541643794388892, 0.111500000000001, 0.0830458631396863, 0.156846153846154, 0.0887960238195042, 0.191423076923077, 0.15248319957899, 0.356615384615385, 0.563830110801254, 1.20992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549825286935628, 0.102961538461538, 0.0588619244830317, 0.126384615384615, 0.0699016451880781, 0.160999999999999, 0.137722061245997, 0.337615384615386, 0.604239305624466, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380956892372561, 0.0868076923076919, 0.0446551917904987, 0.108384615384615, 0.0605441987311759, 0.161, 0.127500449471305, 0.35373076923077, 0.600074345393968, 1.2235 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311012243142633, 0.0736153846153838, 0.0383411608507705, 0.0997307692307683, 0.0700439422516598, 0.153076923076922, 0.307551721728983, 0.519307692307692, 0.596419872753569, 1.23176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0296287801872545, 0.0742307692307695, 0.0609493736952744, 0.114115384615385, 0.0781371968940632, 0.153307692307692, 0.334097562904105, 0.546692307692308, 0.605269770750709, 1.23484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515062505542182, 0.0834230769230768, 0.0532955763787055, 0.109538461538462, 0.0705891362310529, 0.151115384615385, 0.343533556753026, 0.56323076923077, 0.606152141348637, 1.23253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380149161008398, 0.0744230769230765, 0.0577312740202402, 0.1045, 0.060648051525553, 0.140115384615385, 0.34984104742231, 0.58696153846154, 0.604742072164782, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0349367780646476, 0.0694615384615375, 0.0449352354463112, 0.0998461538461532, 0.0430850322037711, 0.142999999999999, 0.353310480151121, 0.603153846153847, 0.608258235898587, 1.24019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0334782822829281, 0.0706538461538455, 0.0343915016336217, 0.0931538461538455, 0.056347725365326, 0.143884615384616, 0.345601709397482, 0.609307692307693, 0.621152319979073, 1.24326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.030590621991816, 0.070884615384615, 0.0413709857453068, 0.109961538461538, 0.0662490406316604, 0.158846153846154, 0.336196810491438, 0.620846153846155, 0.62221825629078, 1.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0363284165104097, 0.0800769230769228, 0.0553199365926555, 0.107846153846154, 0.0709014917929201, 0.153307692307692, 0.338506248095954, 0.624000000000001, 0.620263320013239, 1.23411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0305424043182339, 0.0710384615384619, 0.0421342360338221, 0.104423076923077, 0.0824735388799622, 0.156730769230769, 0.329210021812123, 0.624038461538462, 0.629870464094373, 1.23719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266742457178342, 0.0706538461538457, 0.0366048546591216, 0.0936538461538462, 0.0853648549552944, 0.162038461538462, 0.323331199570015, 0.62723076923077, 0.632272376797799, 1.23903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0278002767003386, 0.0621538461538459, 0.0759717457601584, 0.110884615384616, 0.0821195751047488, 0.169769230769232, 0.312785775793052, 0.630307692307693, 0.632009387710219, 1.23788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0418311287599715, 0.0744800000000009, 0.0517547743369303, 0.112160000000001, 0.0678490972673918, 0.201800000000001, 0.320079901482946, 0.64132, 0.644207735646403, 1.21924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0309237233635718, 0.0808800000000005, 0.0501410344262391, 0.123960000000001, 0.285589495605144, 0.454880000000001, 0.312165004444764, 0.643640000000001, 0.653717961611377, 1.22156 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0370124753743017, 0.0884400000000002, 0.0559093909821957, 0.15812, 0.298793975842889, 0.46644, 0.304236930697113, 0.62812, 0.660382545701101, 1.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0586124844494186, 0.13056, 0.275185888688598, 0.41776, 0.300016677314223, 0.480440000000001, 0.304011995377374, 0.61872, 0.661420798987553, 1.20284 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.137272558745787, 0.280653846153846, 0.183484600066432, 0.332961538461539, 0.205423719700001, 0.403769230769231, 0.234259461675756, 0.536846153846154, 0.6655072986943, 1.19973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0893789942625484, 0.18573076923077, 0.112561784743382, 0.260346153846155, 0.153661385970782, 0.317692307692308, 0.195738789835213, 0.446923076923077, 0.684082748031147, 1.16361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0733818673892844, 0.171538461538462, 0.103069364246385, 0.227423076923077, 0.139468998485189, 0.284192307692308, 0.172414745933706, 0.402269230769231, 0.689738167712937, 1.1485 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0560598032324552, 0.136307692307692, 0.0826481792809831, 0.179807692307692, 0.114206452734308, 0.259923076923078, 0.139230903952335, 0.377269230769231, 0.696481619394113, 1.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0548147790290173, 0.1175, 0.0738325444190066, 0.173269230769231, 0.0884991525383155, 0.2345, 0.111021827375729, 0.352384615384615, 0.700930481574314, 1.1285 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0528815803324899, 0.120307692307692, 0.0647563005547601, 0.162538461538462, 0.0633293345566233, 0.208730769230769, 0.103458181815724, 0.326653846153846, 0.705050754310529, 1.12261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0462804992992155, 0.100269230769231, 0.0537289493662411, 0.147999999999999, 0.0607598045269558, 0.186076923076922, 0.115830227222697, 0.315192307692308, 0.708878646444238, 1.12184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0428063259164054, 0.101692307692308, 0.0480244168666799, 0.140230769230769, 0.0603639347241766, 0.171730769230769, 0.124776600370422, 0.317, 0.70946799678459, 1.12296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305132757992314, 0.0865000000000004, 0.0457989586713997, 0.124230769230769, 0.0779600785412223, 0.165423076923077, 0.142866914940497, 0.316653846153846, 0.704977629759653, 1.12146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0402678722862471, 0.0816923076923072, 0.0510891227321277, 0.109461538461538, 0.100127088473367, 0.169076923076923, 0.156223257403774, 0.317884615384615, 0.720210611290464, 1.15026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0419494384302748, 0.0806538461538457, 0.0769273383434993, 0.124846153846154, 0.101311925032772, 0.169115384615385, 0.199094704948327, 0.346692307692308, 0.731001281699392, 1.16992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474754673489369, 0.0880000000000004, 0.0688107885101218, 0.11826923076923, 0.0723723279033768, 0.155076923076923, 0.191453858670961, 0.4505, 0.725881477928732, 1.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324236618251843, 0.0744230769230756, 0.0422068168026847, 0.102153846153846, 0.0548373819719583, 0.148538461538461, 0.186576690769404, 0.468307692307692, 0.730303064592945, 1.18461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0284823562119539, 0.0682692307692318, 0.0317065390004115, 0.0982307692307693, 0.0617563076815767, 0.144807692307692, 0.207336693846952, 0.490769230769231, 0.744479709905877, 1.19303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0245166505429712, 0.0751153846153845, 0.0502314029881098, 0.109923076923077, 0.0615864745390888, 0.144576923076923, 0.250326457620076, 0.522846153846154, 0.750646282571533, 1.21219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370598891608617, 0.0756538461538469, 0.0457211110976092, 0.1005, 0.0597834553907811, 0.155692307692309, 0.267323474464925, 0.546, 0.742017952302006, 1.22719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0312774433344293, 0.0689615384615387, 0.0393591940192649, 0.0911153846153843, 0.0509888072182368, 0.150461538461538, 0.275869500921108, 0.556307692307692, 0.740772732717979, 1.23219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0241146300949312, 0.065346153846154, 0.0387104637016914, 0.116500000000001, 0.0510758109239433, 0.154461538461538, 0.282668253503044, 0.563692307692307, 0.737424871792688, 1.23680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039619439672969, 0.0965000000000003, 0.0449944953898217, 0.11776923076923, 0.0629894863022029, 0.160653846153846, 0.29966360883754, 0.585961538461538, 0.736682581682129, 1.23988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368144829360147, 0.0788846153846146, 0.0400608959537276, 0.111346153846153, 0.0810105026429392, 0.154692307692307, 0.318537938810337, 0.602538461538461, 0.736249578294251, 1.24180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0367879788057915, 0.0806538461538454, 0.0624408643314739, 0.114307692307692, 0.10064539425436, 0.162846153846154, 0.341496507471723, 0.615230769230769, 0.737381851813981, 1.24334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035376045785031, 0.0717692307692297, 0.0706482946606756, 0.111692307692308, 0.0861872737348518, 0.162384615384615, 0.374814908167505, 0.637846153846154, 0.743568978746321, 1.24488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324087436761539, 0.0719200000000001, 0.0466207035553952, 0.110359999999999, 0.0978155918041705, 0.18684, 0.35410473968399, 0.6092, 0.763862166886147, 1.23492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305013660896253, 0.0780000000000001, 0.0460592734057628, 0.11596, 0.14889836578463, 0.376159999999999, 0.375863228670572, 0.616399999999999, 0.76358604186649, 1.23532 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370867451614015, 0.0824799999999996, 0.0772153482152355, 0.14572, 0.171092567537771, 0.407999999999999, 0.386416010710391, 0.621599999999999, 0.763315057277575, 1.23572 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0529420437837454, 0.11488, 0.155749499731674, 0.365359999999999, 0.20966828563233, 0.447039999999999, 0.400273394069604, 0.628039999999999, 0.76385699577866, 1.23852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.1171693503723, 0.283639999999999, 0.152625216352564, 0.33104, 0.233362072039711, 0.41224, 0.420808951108854, 0.60844, 0.687675068618894, 1.1896 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0620163150576796, 0.163760000000001, 0.115468870263807, 0.24732, 0.187822371759419, 0.33008, 0.349725964149075, 0.5006, 0.625836578775429, 1.13756 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0705834494292635, 0.160239999999999, 0.110592841841897, 0.21288, 0.159950700738279, 0.27068, 0.317540616824577, 0.43628, 0.610365349606283, 1.11288 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0599924161873819, 0.12456, 0.090840189343704, 0.18224, 0.108979157028611, 0.22396, 0.263713531444002, 0.38908, 0.599481117300621, 1.09212 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0777961438633051, 0.139639999999999, 0.0928870281578649, 0.169199999999999, 0.12258769650064, 0.22592, 0.260578184044635, 0.37564, 0.594028933077618, 1.08504 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0443320801827894, 0.108, 0.0771072197224964, 0.14676, 0.118279569946236, 0.21116, 0.24991647271305, 0.36192, 0.591750180960401, 1.07612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0356100641205081, 0.0950799999999992, 0.0652295434088969, 0.14732, 0.10194993869542, 0.19796, 0.233180137804801, 0.34668, 0.588252930294445, 1.07252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0640572660463526, 0.1108, 0.0815433831364215, 0.14736, 0.124638985340328, 0.20328, 0.248286910649755, 0.343160000000001, 0.586049892642825, 1.06868 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0491949184367645, 0.0948400000000004, 0.0657463560460454, 0.124, 0.103288947456476, 0.17476, 0.255455462523966, 0.333920000000001, 0.595801569316497, 1.07348 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0503016566990265, 0.084439999999999, 0.0751592753202614, 0.129999999999999, 0.140062188568746, 0.175199999999999, 0.24998688632273, 0.33388, 0.605326212329628, 1.12736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0582927382555789, 0.0892800000000005, 0.0710215460265415, 0.113320000000001, 0.134403707786158, 0.16924, 0.25418368030488, 0.34952, 0.615680157765919, 1.14484 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0421915078343181, 0.0760400000000007, 0.0824342768513201, 0.118080000000001, 0.100928984934954, 0.15608, 0.309169220115241, 0.46676, 0.609005610264251, 1.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0623214248874341, 0.0827200000000002, 0.0743561250559317, 0.1132, 0.084361069220346, 0.15604, 0.317660316480776, 0.49808, 0.630905243809771, 1.18448 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0475959732190301, 0.0797200000000007, 0.0628710850338476, 0.10724, 0.0917325278549905, 0.14976, 0.320102285735878, 0.50184, 0.639201540986878, 1.19612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423404062332906, 0.0737200000000001, 0.0570960302181042, 0.11296, 0.0764645233643246, 0.14736, 0.307343065644891, 0.50448, 0.639006345821386, 1.19412 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0427599111318063, 0.0830799999999999, 0.0675712710156219, 0.11128, 0.0739273968160657, 0.14652, 0.297772664964399, 0.51032, 0.640387442621002, 1.19692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0570138871971855, 0.0759999999999997, 0.0589732425200905, 0.103519999999999, 0.0751161766865166, 0.143239999999999, 0.272238418792549, 0.50744, 0.648571232273938, 1.19932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0351763651713272, 0.0672799999999998, 0.0472804751809168, 0.10012, 0.0894995344494405, 0.1462, 0.275293885390383, 0.50584, 0.650196003781425, 1.19052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0372103032326631, 0.0757600000000005, 0.0558039723795119, 0.0974000000000004, 0.0972192882096962, 0.15456, 0.273325855588771, 0.51176, 0.650809093872134, 1.19132 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0328367172537083, 0.0634, 0.0637691147813735, 0.1046, 0.138414028672434, 0.180880000000001, 0.268500819365602, 0.51424, 0.649815007008406, 1.19172 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0464312035883917, 0.0717600000000004, 0.0764525996941899, 0.112999999999999, 0.156915582400219, 0.178800000000001, 0.262039290946987, 0.51744, 0.661973521625551, 1.19812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0592881944403775, 0.0814399999999992, 0.114000394736158, 0.134440000000001, 0.134302122097902, 0.17968, 0.25387119437489, 0.5122, 0.658897369347711, 1.19492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0377140269142257, 0.0840000000000008, 0.0467425689668759, 0.107791666666668, 0.0689437388776883, 0.19025, 0.231525188788343, 0.501, 0.672028843357447, 1.200375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.037796916330012, 0.0762083333333337, 0.0389553581364128, 0.113291666666667, 0.156281188191697, 0.338625, 0.228755549548585, 0.505166666666667, 0.672415352142634, 1.20033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039883798606756, 0.0937499999999997, 0.0601175026962588, 0.163124999999999, 0.183381818358167, 0.37625, 0.232107483847399, 0.499333333333333, 0.663956842276513, 1.20041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0413868065163662, 0.109791666666666, 0.153406813285195, 0.301791666666666, 0.200544363338057, 0.380708333333333, 0.233600050718428, 0.492125, 0.662705718675506, 1.2 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:02 Duration: 3s235ms Database: acaweb_fx User: pgperfstats
10 2m10s 196 50ms 8s762ms 666ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Jan 16 14 196 2m10s 666ms [ User: postgres - Total duration: 2m10s - Times executed: 196 ]
-
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 = 529 AND (((s.symbol ilike '%usdjpy%' 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 > 538245493 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s762ms 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 = 529 AND (((s.symbol ilike '%gbpchf%' 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 > 538412252 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s673ms 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 = 529 AND (((s.symbol ilike '%xagusd%' 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 > 538338605 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s632ms Database: acaweb_fx User: postgres Bind query: yes
11 2m6s 123 62ms 14s523ms 1s26ms 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 #11
Day Hour Count Duration Avg duration Jan 16 14 123 2m6s 1s26ms [ User: postgres - Total duration: 2m6s - Times executed: 123 ]
-
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-16 14:16:22 Duration: 14s523ms 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 = '641' 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-16 14:15:48 Duration: 6s461ms 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 = '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-16 14:36:03 Duration: 6s32ms Database: acaweb_fx User: postgres Bind query: yes
12 1m20s 49 149ms 11s223ms 1s639ms 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, cps.pip 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 left join currencypips cps on cps.symbol = s.symbol 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 #12
Day Hour Count Duration Avg duration Jan 16 14 49 1m20s 1s639ms [ User: postgres - Total duration: 1m20s - Times executed: 49 ]
-
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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:06:40 Duration: 11s223ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:15:52 Duration: 11s97ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:35:47 Duration: 9s944ms Database: acaweb_fx User: postgres Bind query: yes
13 1m 160 50ms 3s695ms 376ms 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 #13
Day Hour Count Duration Avg duration Jan 16 14 160 1m 376ms [ User: postgres - Total duration: 1m - Times executed: 160 ]
-
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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s695ms 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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s693ms 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 = 566 AND sg.groupid = 5376 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 > 65144551 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:03:56 Duration: 3s559ms Database: acaweb_fx User: postgres Bind query: yes
14 58s583ms 173 51ms 19s584ms 338ms 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 #14
Day Hour Count Duration Avg duration Jan 16 14 173 58s583ms 338ms [ User: postgres - Total duration: 58s583ms - Times executed: 173 ]
-
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 >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '5' AND a.resultuid > '0' 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-16 14:04:41 Duration: 19s584ms 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 = 558 AND groupid = 3512 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '5' AND a.resultuid > '0' 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-16 14:11:09 Duration: 1s665ms 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 = 621 AND groupid = 4316 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '74474224' 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-16 14:03:42 Duration: 929ms Database: acaweb_fx User: postgres Bind query: yes
15 49s788ms 1 49s788ms 49s788ms 49s788ms 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 #15
Day Hour Count Duration Avg duration Jan 16 14 1 49s788ms 49s788ms [ User: pgperfstats - Total duration: 49s788ms - 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-16 14:15:14 Duration: 49s788ms Database: acaweb_fx User: pgperfstats
16 47s688ms 4 4s547ms 23s169ms 11s922ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Jan 16 14 4 47s688ms 11s922ms [ User: postgres - Total duration: 47s688ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:16:24 Duration: 23s169ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:01:16 Duration: 15s221ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:31:06 Duration: 4s750ms Database: acaweb_fx User: postgres
17 43s519ms 4 1s584ms 27s844ms 10s879ms select updateresultsmaterializedview ();Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Jan 16 14 4 43s519ms 10s879ms [ User: postgres - Total duration: 43s519ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:04:49 Duration: 27s844ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:17:52 Duration: 7s633ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:32:35 Duration: 6s457ms Database: acaweb_fx User: postgres
18 33s560ms 9 1s21ms 6s876ms 3s728ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jan 16 14 9 33s560ms 3s728ms [ User: postgres - Total duration: 33s560ms - Times executed: 9 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';
Date: 2022-01-16 14:02:09 Duration: 6s876ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';
Date: 2022-01-16 14:02:09 Duration: 5s189ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IFCMARKETSMT4 - 1';
Date: 2022-01-16 14:02:09 Duration: 4s861ms Database: acaweb_fx User: postgres
19 31s381ms 5 1s232ms 10s993ms 6s276ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Jan 16 14 5 31s381ms 6s276ms [ User: pgperfstats - Total duration: 31s381ms - Times executed: 5 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 5, 900, '2022-01-16 00:00:00', 0.029046504612422, 0.0687407407407405, 0.0373856756851975, 0.0953518518518519, 0.0976437139389667, 0.193611111111111, 0.22668914072848, 0.448703703703704, 0.347401361310598, 0.835425925925927 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0250541436485095, 0.0680370370370372, 0.0987642484942143, 0.15637037037037, 0.0940068873636119, 0.198555555555556, 0.216388659578782, 0.444925925925927, 0.346360083861158, 0.836166666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0996763923448445, 0.140962962962963, 0.0968592945177335, 0.16162962962963, 0.0977725134557997, 0.214814814814814, 0.208789369251049, 0.440592592592594, 0.343544714408068, 0.831518518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0503926745908745, 0.0959629629629648, 0.0566819737998452, 0.137333333333335, 0.108535721534447, 0.224814814814816, 0.203286853662, 0.429777777777779, 0.341913486000234, 0.831296296296298 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0469716226389234, 0.0981111111111101, 0.0828981500176773, 0.151759259259258, 0.113802257023767, 0.256870370370371, 0.200604087695142, 0.422166666666667, 0.359722460482381, 0.845962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0495891955882357, 0.0956296296296299, 0.0828718890818834, 0.170500000000002, 0.115379668697381, 0.255888888888891, 0.196692865486611, 0.404222222222223, 0.372125852749981, 0.849351851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.058413534610063, 0.138444444444445, 0.0797973796240939, 0.195555555555556, 0.100336197676124, 0.255611111111112, 0.189781858580198, 0.392000000000001, 0.377564327267646, 0.845425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0459782634758062, 0.118592592592592, 0.0739331000050267, 0.17024074074074, 0.0923446990752223, 0.234296296296297, 0.16167282568231, 0.361611111111111, 0.359598566344999, 0.822574074074075 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.071917945487833, 0.130462962962963, 0.0676469804212575, 0.170037037037038, 0.110466245118325, 0.259314814814816, 0.162282102430402, 0.349166666666668, 0.359477961158128, 0.823592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0417281341481633, 0.112944444444444, 0.0684733712044516, 0.160111111111111, 0.0923146097835388, 0.23138888888889, 0.148538631578539, 0.323574074074073, 0.361493199567205, 0.811888888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0499792122028915, 0.112537037037039, 0.0836793712899856, 0.174944444444447, 0.0867953843613738, 0.209851851851854, 0.136781291830687, 0.298722222222223, 0.365565065277808, 0.79551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0642667717309494, 0.121777777777778, 0.063373828709036, 0.151629629629632, 0.0801084645768851, 0.187092592592593, 0.119150626498023, 0.276722222222222, 0.381519164010306, 0.79025925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0421732537674479, 0.10827777777778, 0.0497107086894221, 0.134092592592594, 0.0997250065082818, 0.174666666666666, 0.129331196563544, 0.255592592592592, 0.37753523354, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0397581631675993, 0.0881666666666671, 0.0758823735487014, 0.119, 0.094123660855087, 0.159425925925927, 0.116621752648822, 0.243962962962964, 0.374950287303154, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0510733579446069, 0.0842592592592595, 0.0727223136340204, 0.116648148148149, 0.0731142853206463, 0.13888888888889, 0.106772206734965, 0.229851851851853, 0.376069504320375, 0.782185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0424745021552141, 0.0785555555555569, 0.041360111604163, 0.100203703703705, 0.0451225618072122, 0.124759259259261, 0.0912046437251807, 0.211462962962965, 0.372925078212922, 0.777537037037038 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.025500265346924, 0.064574074074075, 0.032777556858593, 0.0811851851851876, 0.0435731774704565, 0.115444444444445, 0.0809141986913157, 0.207870370370372, 0.37163238123262, 0.777870370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0246308645235908, 0.0499444444444461, 0.029380583060393, 0.0732592592592596, 0.0528631989787589, 0.117537037037038, 0.112394550136049, 0.22614814814815, 0.376383022315274, 0.77188888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0254174267786019, 0.0552592592592584, 0.0453442278889942, 0.0816851851851852, 0.055745459616066, 0.116537037037037, 0.111247321424907, 0.229796296296297, 0.379338798159605, 0.770092592592592 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0362244604992479, 0.0591666666666681, 0.0444815416758192, 0.087870370370372, 0.0508988928508994, 0.112796296296298, 0.112649324766598, 0.223703703703706, 0.37838572437429, 0.76588888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296180266054313, 0.0570399999999989, 0.0368099511002139, 0.0739200000000005, 0.047502736763267, 0.108020000000001, 0.113308071939587, 0.211640000000002, 0.388118565432437, 0.7561 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0305794457111326, 0.0474600000000009, 0.0376031913539277, 0.0688000000000011, 0.0466135978015014, 0.093660000000001, 0.132853616184632, 0.230500000000002, 0.386742377645205, 0.7558 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0253557685744298, 0.0504600000000005, 0.0369070115289777, 0.0732600000000014, 0.0421009995922496, 0.0911599999999999, 0.157791193776246, 0.242460000000001, 0.38515720491768, 0.754520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0221263041046916, 0.049860000000001, 0.0221903319788885, 0.0593399999999997, 0.0359856105501446, 0.0891200000000009, 0.16867584790558, 0.247, 0.38287626700193, 0.75294 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.00943009367220968, 0.0384800000000001, 0.0198735586479456, 0.0568000000000006, 0.0378721313545107, 0.0900600000000009, 0.170514051229411, 0.2472, 0.383987087456509, 0.749 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0206174076934999, 0.0431600000000003, 0.0245938339155704, 0.0622400000000005, 0.0390080440422244, 0.0972600000000006, 0.168184514249478, 0.253020000000001, 0.380039572500899, 0.751920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0157416115227547, 0.039439999999999, 0.0379454103504837, 0.0682999999999998, 0.0406042588078312, 0.0926800000000009, 0.168095892771556, 0.254700000000001, 0.377810702160046, 0.75152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0361186355408576, 0.05642, 0.0349508822015515, 0.0782199999999995, 0.0412820582497214, 0.093900000000001, 0.164253455062595, 0.26698, 0.37602296583232, 0.7523 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.022303082746563, 0.0536399999999992, 0.03468641664975, 0.0657799999999992, 0.0498786026267796, 0.0903000000000003, 0.153581411635653, 0.2685, 0.374237215323828, 0.749420000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0278810419460993, 0.0424599999999987, 0.0309713846423885, 0.0593200000000002, 0.108695492086838, 0.149280000000002, 0.151326771149941, 0.283699999999999, 0.377842146272753, 0.7427 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0146436846456089, 0.0390000000000003, 0.0284253408071052, 0.0602000000000015, 0.106350442719655, 0.154800000000002, 0.144790869302361, 0.285899999999999, 0.374667861801178, 0.739940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264387342107505, 0.0445600000000019, 0.104394815484295, 0.134440000000003, 0.107480804487746, 0.151040000000003, 0.14760028229422, 0.296019999999999, 0.377006794810562, 0.737540000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0652541713920101, 0.0842083333333357, 0.087446660761064, 0.107625000000001, 0.0764158033393602, 0.134125, 0.118866885647867, 0.313354166666665, 0.352062978144124, 0.753416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0506790126071992, 0.0631666666666657, 0.0517876053592034, 0.0851041666666692, 0.097632704190432, 0.159166666666666, 0.120788772393098, 0.328416666666666, 0.354651175835833, 0.74925 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0347134230396606, 0.0565000000000027, 0.0384424977603947, 0.0853958333333325, 0.11707290556483, 0.177249999999998, 0.11720091251747, 0.333479166666666, 0.352857671351898, 0.746333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0364920082575171, 0.0679166666666659, 0.0883359421613684, 0.142270833333334, 0.116340454912621, 0.179416666666665, 0.114957262064862, 0.335708333333333, 0.352290269990118, 0.743895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0827612808950236, 0.114980769230768, 0.105569379301736, 0.141576923076922, 0.111611923818477, 0.161192307692306, 0.113334752630631, 0.326115384615384, 0.335452055498937, 0.740692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0352104442547294, 0.0613461538461511, 0.0431910825910234, 0.0799807692307669, 0.0514332913737625, 0.122211538461538, 0.111725577265839, 0.308730769230767, 0.336498170071606, 0.727461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0332213612929064, 0.0531730769230756, 0.0378390518664756, 0.0825769230769227, 0.0584111587073774, 0.122711538461538, 0.117512866725964, 0.310923076923074, 0.333506051150271, 0.725115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0315309615847901, 0.0598076923076937, 0.0455956813069616, 0.0936153846153867, 0.0571893245820735, 0.122826923076923, 0.115429473972374, 0.306788461538461, 0.329854261524927, 0.718576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0445605940092966, 0.0725576923076928, 0.051280664372269, 0.0919423076923078, 0.0529674537225085, 0.122634615384615, 0.112641917324156, 0.307692307692307, 0.32798014480242, 0.716346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0433523178335196, 0.0577884615384598, 0.0475845159042955, 0.0851153846153838, 0.0505225654077925, 0.141019230769229, 0.116247926366951, 0.311403846153845, 0.325218296509616, 0.712403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0348905376196013, 0.0599807692307676, 0.0421608640985765, 0.0865384615384604, 0.0454621270949774, 0.145749999999999, 0.124621161309604, 0.315076923076922, 0.32327558914719, 0.710442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0233540393475341, 0.0611346153846138, 0.0311099044332521, 0.112384615384614, 0.0563029204051953, 0.160826923076921, 0.127792704739417, 0.310846153846152, 0.317418019094937, 0.706326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296233795402307, 0.0942307692307688, 0.0354295237597964, 0.119134615384615, 0.0635051572708885, 0.181249999999999, 0.121725352899311, 0.303307692307692, 0.308189477182714, 0.704923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0284929208481954, 0.0784423076923067, 0.0436974959676903, 0.115365384615384, 0.0829985171322595, 0.185423076923077, 0.110519925109251, 0.281576923076924, 0.299820095416211, 0.689480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0314817224140255, 0.083326923076922, 0.0559194097305692, 0.124596153846152, 0.0741459397716113, 0.172096153846152, 0.104026372395879, 0.265884615384615, 0.290295696064972, 0.685134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0360446091136234, 0.07707692307692, 0.0509580709995993, 0.119249999999998, 0.0555868274379421, 0.151846153846151, 0.0891018604657698, 0.246692307692306, 0.273710990195581, 0.678384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0320444222915647, 0.0807500000000008, 0.0322456198575893, 0.104999999999999, 0.0592099686253553, 0.143903846153846, 0.0872127372489918, 0.242692307692308, 0.26871762130534, 0.679 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0289336974158829, 0.0698269230769225, 0.0375306028974516, 0.100115384615384, 0.0590711728471565, 0.141788461538462, 0.0976134389392082, 0.243288461538462, 0.260958503185114, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296352246231013, 0.0730576923076919, 0.0587441912021967, 0.1075, 0.0672642807256458, 0.136711538461539, 0.104026566503281, 0.235942307692309, 0.250310855967903, 0.675230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0411784110725715, 0.0706923076923096, 0.0407561463038219, 0.0927884615384635, 0.0500983532663517, 0.130250000000002, 0.102320433706303, 0.230634615384616, 0.248833890376693, 0.673749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0220459397971232, 0.0617115384615402, 0.0338504005202955, 0.0904807692307695, 0.0464309744094964, 0.127653846153847, 0.10266119782304, 0.231692307692308, 0.24332113632937, 0.678846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.02670324814584, 0.0582115384615393, 0.0372244388292682, 0.0873269230769225, 0.0569633519162831, 0.120711538461538, 0.109430778963761, 0.231846153846153, 0.239123744115887, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0242412553622644, 0.057461538461539, 0.03659931167911, 0.0825192307692318, 0.0485933677019321, 0.117346153846153, 0.118303319415032, 0.234346153846152, 0.238082749027761, 0.676653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0270032476679273, 0.0536538461538476, 0.0391732493104461, 0.080711538461538, 0.0387247287322267, 0.109269230769231, 0.12198513780848, 0.232076923076923, 0.247598323127167, 0.684480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0245752611692829, 0.0607884615384616, 0.0325781899671917, 0.0785384615384616, 0.0400913811953865, 0.106673076923078, 0.118670727386587, 0.236307692307692, 0.249685581512799, 0.693980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0171580996796084, 0.0459038461538467, 0.0258020049906669, 0.0672115384615391, 0.0370619232345845, 0.0966153846153868, 0.111224099837291, 0.244903846153846, 0.252120231544092, 0.693634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.019326794871369, 0.046749999999998, 0.0265200939782532, 0.0681538461538447, 0.0539972114664624, 0.100673076923076, 0.100803321450161, 0.26851923076923, 0.255637567962626, 0.697884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0152918781861994, 0.0473076923076919, 0.0187335671579538, 0.0649423076923084, 0.0478484988913328, 0.0968269230769219, 0.100753860395596, 0.279403846153845, 0.252144961358464, 0.714307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0208160903001659, 0.0459807692307691, 0.0441247532135177, 0.0745769230769223, 0.0535595463012917, 0.10575, 0.102911449987167, 0.282057692307691, 0.250346092747313, 0.719115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0362695676630061, 0.0551923076923067, 0.0399298615844539, 0.0709230769230761, 0.0656061471087986, 0.115557692307691, 0.115010603190114, 0.307673076923077, 0.252226418429644, 0.721884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0245696889557956, 0.0465192307692304, 0.034048658620366, 0.0768653846153849, 0.0527236773551142, 0.109115384615385, 0.111179875046633, 0.312230769230768, 0.260949966468671, 0.73525 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0323522023979846, 0.0562500000000013, 0.0489046167397472, 0.0888076923076933, 0.0506989493139506, 0.114788461538462, 0.118400649686369, 0.316576923076923, 0.251563440538137, 0.75123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0310688565311587, 0.0650769230769223, 0.0367946275342548, 0.079269230769231, 0.0558308571972939, 0.12576923076923, 0.121459356924922, 0.318653846153845, 0.257821181322367, 0.758192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0256086223460281, 0.0526923076923073, 0.0302575419714459, 0.0788269230769223, 0.0822425587000927, 0.14053846153846, 0.121341002328785, 0.323826923076923, 0.256518978904995, 0.773557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0272921868222117, 0.056211538461538, 0.0595922813793866, 0.0940000000000001, 0.0878383677338886, 0.148326923076922, 0.124510964917214, 0.329096153846153, 0.26296523315099, 0.777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0325569560096675, 0.0653461538461538, 0.0528037039784723, 0.106634615384614, 0.0626122161833044, 0.145480769230768, 0.110884099227701, 0.321711538461537, 0.257288524064688, 0.776730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0354998645717891, 0.083903846153844, 0.0513621980119163, 0.111346153846152, 0.054720183310535, 0.149038461538459, 0.114881658173164, 0.322346153846151, 0.257158168179701, 0.778288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0337426972156154, 0.0719807692307691, 0.0398619975183635, 0.102673076923077, 0.0535223928693552, 0.161442307692308, 0.118299127053156, 0.320288461538462, 0.260709735441249, 0.789615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0274506900571793, 0.0739038461538454, 0.0435146703820856, 0.107557692307691, 0.0643914620475041, 0.191096153846153, 0.117836576860302, 0.318326923076921, 0.260841204272166, 0.788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0319369089588524, 0.0783846153846147, 0.0550678078512164, 0.130211538461538, 0.0770099319268901, 0.187480769230769, 0.115245276893042, 0.311076923076922, 0.25039975731126, 0.787461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0552858028792202, 0.111, 0.0659860591337267, 0.159500000000001, 0.0742712906538209, 0.184230769230769, 0.121224083669618, 0.313038461538461, 0.2453979288045, 0.78721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0448313935334785, 0.105423076923077, 0.0512955988515387, 0.131538461538462, 0.0730420005623726, 0.191076923076925, 0.11760276193774, 0.300480769230769, 0.248870254272257, 0.787211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0310217603527678, 0.0874807692307688, 0.0336349006013326, 0.113057692307693, 0.0700407820762043, 0.179365384615387, 0.120305554894451, 0.293557692307693, 0.24276771819993, 0.783250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0309179621678954, 0.0839038461538467, 0.0677720528967969, 0.143634615384619, 0.0720235752001782, 0.175846153846156, 0.134977623501655, 0.294826923076923, 0.238626541982365, 0.777557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0682088309193516, 0.0997307692307716, 0.0603339169825872, 0.125807692307694, 0.0749911097294989, 0.158057692307693, 0.135630404181593, 0.291057692307694, 0.235710170793254, 0.774769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0288361151763098, 0.0746923076923085, 0.0618290478161061, 0.113865384615383, 0.0865342351104698, 0.164576923076922, 0.149072135352191, 0.300192307692307, 0.234479777707687, 0.771115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0439022909863046, 0.0818653846153825, 0.0522749130889907, 0.11355769230769, 0.0815408722430285, 0.164923076923075, 0.140701403688806, 0.29425, 0.233529508100895, 0.765134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0337102187200542, 0.0761730769230766, 0.0554951002688188, 0.111615384615384, 0.0664433506541771, 0.155826923076923, 0.12924857981663, 0.288346153846155, 0.232755894744819, 0.760942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0392830948177656, 0.078807692307692, 0.050323018131332, 0.111115384615384, 0.0615280048808311, 0.148846153846152, 0.124337841569468, 0.294673076923078, 0.243912484305335, 0.760500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0335835582482784, 0.0708461538461543, 0.0401158179045853, 0.0996730769230773, 0.054935066564641, 0.133192307692309, 0.135522845079572, 0.298192307692309, 0.251740259913942, 0.759038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.024715807772479, 0.0666346153846144, 0.0342362437281806, 0.0914038461538453, 0.0548528836630647, 0.131673076923076, 0.135340141296489, 0.303576923076924, 0.248955856451578, 0.761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0243352940903031, 0.0610576923076898, 0.0441434418859511, 0.0922115384615393, 0.0484161011044231, 0.125826923076922, 0.140581430002466, 0.325038461538463, 0.24247313967023, 0.757788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0401785821245405, 0.0705384615384633, 0.0415598965350004, 0.10075, 0.0527966235808558, 0.133788461538461, 0.156403639540577, 0.347961538461539, 0.242497445664581, 0.757134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229529619338858, 0.0644615384615374, 0.0281311283921457, 0.0849038461538444, 0.0530560552623363, 0.12775, 0.161275723052647, 0.358173076923078, 0.240081285113061, 0.752788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0207067528933112, 0.0610192307692308, 0.0346764883769081, 0.0923269230769239, 0.0500080647342157, 0.130942307692309, 0.162918932176524, 0.367961538461541, 0.241064195886618, 0.753057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.030694198900669, 0.0659230769230769, 0.0351829340185543, 0.0913269230769235, 0.0540244851895877, 0.13075, 0.163352120845172, 0.383346153846156, 0.241716372253485, 0.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0256778039439652, 0.0644807692307689, 0.0330806531886034, 0.0920192307692296, 0.0593562938144272, 0.13598076923077, 0.163959090817004, 0.399288461538462, 0.241400883466614, 0.753942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229395191418982, 0.0633076923076918, 0.0457074350120912, 0.0944807692307683, 0.0749785405196819, 0.153307692307694, 0.154684582295716, 0.391500000000001, 0.237559489715412, 0.751865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0366251332368269, 0.0680961538461521, 0.0419917986498105, 0.0956346153846151, 0.0662485094171946, 0.15625, 0.148276297447082, 0.388596153846155, 0.235339502715677, 0.754692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.029094045121613, 0.0617884615384631, 0.051269033988888, 0.110423076923078, 0.0568039171184532, 0.158750000000002, 0.148805801427436, 0.387442307692308, 0.236239169063897, 0.75575 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.045854267480288, 0.0825769230769233, 0.0514306702868433, 0.112576923076922, 0.0682760460303501, 0.174538461538463, 0.146519362070474, 0.388788461538462, 0.235849287763313, 0.756942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0201306597392757, 0.0707884615384618, 0.0457225916218172, 0.117653846153848, 0.0873583160587222, 0.183346153846155, 0.135882009054236, 0.382903846153846, 0.234682817043313, 0.75676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0370908292625634, 0.0855192307692325, 0.0619903342341482, 0.12569230769231, 0.0884813843959029, 0.177346153846156, 0.131068995336279, 0.378692307692307, 0.240230854516107, 0.76028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0359905382865239, 0.0838269230769249, 0.0615060253458648, 0.127365384615386, 0.0736732312308887, 0.20175, 0.119587714830837, 0.358807692307691, 0.243427398748659, 0.754961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0599497000698222, 0.0934423076923079, 0.0635725297472232, 0.11394230769231, 0.0756492005143581, 0.215807692307694, 0.120098735021841, 0.349884615384615, 0.248555408619178, 0.757865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0206219543205775, 0.0637500000000016, 0.0641799303640817, 0.154288461538461, 0.0814589089428165, 0.221076923076923, 0.118319222705097, 0.342961538461536, 0.246498631607997, 0.756846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0564306790536979, 0.133192307692307, 0.0606049376003174, 0.173961538461538, 0.0935335234020398, 0.229500000000001, 0.117284676682912, 0.330346153846152, 0.248500119950443, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0430141881780341, 0.105403846153848, 0.0718058386312605, 0.151038461538461, 0.10096284160331, 0.209346153846155, 0.110855914800039, 0.295423076923075, 0.239017150977788, 0.758961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0467531858231666, 0.110096153846153, 0.0657400475064771, 0.145423076923077, 0.0966875877007197, 0.213980769230768, 0.101482980763353, 0.277153846153843, 0.230940815761562, 0.759903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0485024345146308, 0.0921153846153834, 0.0766467646966359, 0.140442307692308, 0.0866201100295916, 0.183288461538462, 0.0988404697557548, 0.255538461538459, 0.227884123725533, 0.768576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0450261633343911, 0.104653846153847, 0.0506129544074046, 0.147365384615385, 0.055342611208585, 0.165230769230772, 0.0849478957950103, 0.243249999999999, 0.227359495919162, 0.787596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0493532829552562, 0.0994423076923075, 0.0489083326233889, 0.113250000000001, 0.0504714732832775, 0.142980769230769, 0.0934654687366082, 0.22607692307692, 0.220022468258272, 0.802057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0408892547479926, 0.0793653846153843, 0.0505775261736488, 0.104115384615384, 0.059961875708331, 0.141557692307691, 0.100269132070412, 0.216173076923073, 0.230552193323236, 0.814576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266058987097565, 0.0734230769230788, 0.036513748727758, 0.096576923076924, 0.061390305548878, 0.132980769230769, 0.0988635753878113, 0.205057692307691, 0.236793753166045, 0.817692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292548023671068, 0.0692884615384628, 0.0515243669016453, 0.0944038461538465, 0.0655077476333898, 0.127249999999999, 0.0950092080557698, 0.198480769230768, 0.237198060700337, 0.819499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414985124849266, 0.0644423076923088, 0.0458017634863731, 0.093807692307692, 0.0618553430314505, 0.121288461538462, 0.090874562743632, 0.188115384615384, 0.236447666188851, 0.822826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263451060993223, 0.0622692307692319, 0.0375900201567449, 0.0804807692307698, 0.0519094774213122, 0.105576923076922, 0.0910439813412268, 0.181557692307691, 0.253634330969124, 0.829423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0234835785505204, 0.0534615384615379, 0.0438414319319755, 0.0781346153846157, 0.0444631264688458, 0.100480769230766, 0.083950170660019, 0.169134615384615, 0.251147294354407, 0.83428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292389361060787, 0.0528461538461553, 0.030992089561444, 0.0655192307692304, 0.0440372394858993, 0.097461538461536, 0.0815561557361658, 0.165942307692308, 0.247931334321546, 0.834442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0198555650017443, 0.04328846153846, 0.0330490602682647, 0.0685961538461507, 0.045852355027179, 0.0909615384615361, 0.086249263096072, 0.163653846153847, 0.247792372763974, 0.833499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0233878995669516, 0.0510769230769215, 0.0381354115670008, 0.0694807692307681, 0.0518486295345918, 0.090403846153846, 0.08405909322522, 0.159865384615386, 0.244705380941121, 0.84028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.023740390768605, 0.0456153846153827, 0.0292597912606251, 0.0608461538461514, 0.0423555145805662, 0.0844807692307682, 0.0770662452299712, 0.160615384615385, 0.240773797449935, 0.838692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0199607017758543, 0.0405192307692308, 0.026640779903112, 0.0578653846153854, 0.0439267747332022, 0.0841923076923069, 0.0719221373858828, 0.157076923076924, 0.239188015039345, 0.838942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0189933287883255, 0.0400576923076928, 0.0277921682382747, 0.0582692307692308, 0.0384493873113123, 0.0778461538461539, 0.0702948323956917, 0.153288461538463, 0.238142017259903, 0.841403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0239437160537276, 0.044692307692309, 0.0322423574725018, 0.0625192307692309, 0.0388704752499093, 0.085423076923076, 0.0706698390676393, 0.152115384615387, 0.237986166372367, 0.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211958631667753, 0.041730769230769, 0.0227707386454969, 0.0549423076923082, 0.0353445676383017, 0.0819615384615379, 0.0722700943576354, 0.15344230769231, 0.237982123601431, 0.843865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184012123346426, 0.0387307692307689, 0.0284725306216355, 0.0647499999999971, 0.0426266484003396, 0.0858653846153841, 0.0749055815934044, 0.160115384615386, 0.238283413186903, 0.845249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0231088394675825, 0.0534615384615358, 0.0283349539506343, 0.0659807692307684, 0.0476834917410156, 0.0871538461538458, 0.0771908125262427, 0.163807692307693, 0.238623333696887, 0.846846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0186346761132616, 0.0451346153846161, 0.0318892796068863, 0.0601153846153853, 0.0623110713708613, 0.0974807692307717, 0.0761471955137902, 0.160153846153847, 0.241881332157226, 0.84682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.029431386961229, 0.0444423076923078, 0.0440602952258012, 0.0625192307692314, 0.0622692664037542, 0.095192307692308, 0.0741692969859135, 0.161769230769232, 0.242302494510796, 0.84632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0228131541002127, 0.0424999999999996, 0.0438420065514975, 0.0728076923076923, 0.0474320607249519, 0.0874038461538459, 0.0700813702886747, 0.162038461538462, 0.24239187280105, 0.846499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0327864887744001, 0.0580769230769244, 0.0320526069982556, 0.0670192307692316, 0.0397332499784031, 0.0838653846153866, 0.0671992559482614, 0.162500000000001, 0.241333596118288, 0.846230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184212774133203, 0.0412884615384603, 0.0280525674130116, 0.0560576923076911, 0.027930277202624, 0.0749038461538474, 0.0806765050156374, 0.166961538461538, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0185956570612196, 0.0374615384615386, 0.0208791485974369, 0.0523269230769253, 0.0305392559478148, 0.0836153846153849, 0.0734419524836818, 0.188403846153846, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0117196252237294, 0.0334807692307706, 0.0174865332800395, 0.0521730769230784, 0.0312057502097598, 0.0813269230769228, 0.0746995237344515, 0.204673076923077, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0170358106984638, 0.0418269230769244, 0.0354096032172068, 0.0719999999999989, 0.0335431753920938, 0.0777692307692293, 0.0728128792495919, 0.220653846153845, 0.238418211262351, 0.845288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375512777617295, 0.0589615384615374, 0.0351600571015573, 0.0659807692307678, 0.0317553205717642, 0.0775961538461527, 0.0768109467358766, 0.232807692307692, 0.238570196088152, 0.845461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0223349760207221, 0.0356346153846139, 0.0218350899665254, 0.0493653846153837, 0.0298228874421075, 0.076730769230771, 0.077483281075042, 0.244173076923075, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0159029750482289, 0.0332307692307683, 0.021900790291326, 0.0517692307692309, 0.0456028676561202, 0.0863076923076928, 0.0803232220469278, 0.253999999999999, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0224926312720092, 0.0425384615384608, 0.0284000270855789, 0.0653076923076937, 0.048168294711195, 0.0957307692307699, 0.0882907347695891, 0.264423076923075, 0.238997879778173, 0.845557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264961535670036, 0.0486153846153845, 0.0413583076948851, 0.0694807692307687, 0.0468197197113159, 0.0896153846153829, 0.0948475558259349, 0.277326923076922, 0.238611145687192, 0.844673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.023726648439126, 0.0394230769230788, 0.0288329739120928, 0.0564038461538477, 0.0304482979188309, 0.0776730769230783, 0.103545456387336, 0.280692307692306, 0.232279698771845, 0.840461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0140700582252366, 0.0370576923076933, 0.0200316000359429, 0.0502499999999989, 0.0372231317658984, 0.0878076923076913, 0.107368740974556, 0.295942307692306, 0.232101754873558, 0.839769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0155526896016791, 0.0366153846153824, 0.0267331039378869, 0.0621730769230765, 0.0444689909245316, 0.0943653846153843, 0.11785478842137, 0.312134615384613, 0.232098395082776, 0.839749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0267055525773482, 0.0515576923076931, 0.0417425304234619, 0.0741730769230758, 0.0561753025393206, 0.116730769230769, 0.119379569183596, 0.32330769230769, 0.231971288011122, 0.839038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0308333236313214, 0.048923076923076, 0.0357670454253844, 0.0726923076923094, 0.0449134038584676, 0.143576923076923, 0.110695702091538, 0.327038461538461, 0.231885887055217, 0.837230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0282200487924138, 0.0528653846153851, 0.0428603995099631, 0.0894230769230759, 0.0397322238917552, 0.153480769230769, 0.113351909488173, 0.328153846153844, 0.23193737550004, 0.83761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0241521539093603, 0.0609423076923074, 0.0327692867460706, 0.113115384615385, 0.0444932146944499, 0.161615384615385, 0.132359963735262, 0.342499999999999, 0.227699761832247, 0.834692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0302262557797268, 0.0894423076923084, 0.0286127795547057, 0.120365384615385, 0.053206708657404, 0.165576923076923, 0.127215953583479, 0.341826923076922, 0.221363818181744, 0.831499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0268687479310935, 0.0704807692307696, 0.0391503020913807, 0.111884615384616, 0.0520693915699193, 0.155192307692307, 0.141194771367563, 0.347211538461537, 0.216307058279518, 0.829211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.034396494678296, 0.0791730769230762, 0.0439752071757923, 0.107173076923077, 0.049164167689644, 0.150846153846153, 0.195621329653451, 0.360769230769229, 0.216768541040012, 0.826903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229707506323886, 0.0708461538461527, 0.0385685054854964, 0.107519230769229, 0.0484666776884269, 0.158673076923075, 0.204401886375458, 0.382865384615384, 0.212245635091478, 0.824980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0405513397293632, 0.0868653846153845, 0.0465656567076574, 0.113403846153847, 0.0548690749385806, 0.170653846153846, 0.211555757334888, 0.393461538461537, 0.214900969142676, 0.826942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.027216376574522, 0.0711346153846145, 0.0458892814701452, 0.121384615384613, 0.0612200853164559, 0.169326923076922, 0.227089060807564, 0.407692307692305, 0.211179425170599, 0.829519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0482303965756682, 0.0953653846153836, 0.0504222211392515, 0.128903846153846, 0.0624902361604189, 0.175019230769231, 0.229680996166421, 0.405499999999999, 0.212003114091787, 0.828403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0313729979440913, 0.0822500000000008, 0.0401417344686792, 0.110826923076923, 0.0698318089301815, 0.158807692307691, 0.227733048849878, 0.398692307692307, 0.207142894751797, 0.818673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0274065755725798, 0.0694038461538458, 0.0449892636765033, 0.104076923076922, 0.0649822579336361, 0.153076923076922, 0.222698889500183, 0.402346153846153, 0.203547046158868, 0.813999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264000000000013, 0.0659999999999998, 0.0514011710432299, 0.0979038461538447, 0.0602543870091311, 0.151365384615385, 0.222962252755586, 0.407884615384616, 0.193886759178175, 0.806653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0521500682203257, 0.0694807692307687, 0.0614356448776973, 0.105961538461537, 0.0819261041333078, 0.156942307692308, 0.212500332126436, 0.417634615384614, 0.191996471321741, 0.79925 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0311402287427981, 0.0660769230769221, 0.0426326211323612, 0.101596153846154, 0.108535637536179, 0.166769230769232, 0.208220763022918, 0.405884615384615, 0.188873027149499, 0.791596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.030873389089086, 0.0673846153846168, 0.0458780825835003, 0.0965384615384612, 0.0988071081217581, 0.15473076923077, 0.201417340365719, 0.400249999999999, 0.188989100214799, 0.7865 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0397559913239979, 0.0598269230769223, 0.102282166277714, 0.114692307692308, 0.11481788255253, 0.155615384615386, 0.203939958170196, 0.414442307692308, 0.185223536467529, 0.778538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0962512677239209, 0.0860576923076928, 0.0946232854737473, 0.104884615384617, 0.169861895260646, 0.165288461538463, 0.204309185945073, 0.421788461538462, 0.189269953729098, 0.778653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0320348848312853, 0.0574230769230767, 0.0693352835031458, 0.0898076923076921, 0.165128355669624, 0.174576923076923, 0.176659781675225, 0.405461538461538, 0.166321139782232, 0.765692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0684631203360904, 0.0656730769230773, 0.145491941357589, 0.10675, 0.170762377634491, 0.188019230769231, 0.176382713264257, 0.404807692307692, 0.171099212109859, 0.767096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0826081947881319, 0.0699230769230763, 0.121988139398247, 0.133115384615385, 0.153185022615941, 0.187365384615383, 0.13849815466696, 0.384673076923077, 0.168603303188738, 0.758423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.103720771601155, 0.0939615384615384, 0.106719843515629, 0.126749999999999, 0.133001272405713, 0.174538461538461, 0.135231011748272, 0.372057692307692, 0.171846980233534, 0.760769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0367142814384068, 0.0689615384615371, 0.0761228056397144, 0.111807692307692, 0.0795848579529085, 0.15898076923077, 0.122448929699753, 0.350596153846156, 0.18126229719557, 0.746903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0501336674838827, 0.080730769230771, 0.0697972145135192, 0.112134615384617, 0.0757186822795655, 0.159326923076926, 0.125713251244494, 0.34969230769231, 0.18736851492344, 0.740903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0442112411740941, 0.0730769230769222, 0.0421891163508025, 0.106307692307692, 0.0529494534002441, 0.156269230769231, 0.122829965336701, 0.338903846153848, 0.192646563586113, 0.737038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0413792032491985, 0.0730384615384605, 0.0441057819338911, 0.102000000000001, 0.0731029832075687, 0.172884615384615, 0.125330843708223, 0.337596153846155, 0.197271715193497, 0.734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0275937562614327, 0.0673461538461524, 0.044803416765311, 0.116884615384614, 0.0691098679361627, 0.179423076923075, 0.123113139022606, 0.33275, 0.203532651888131, 0.732403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0442842566225916, 0.0976538461538457, 0.0673545384228418, 0.141576923076921, 0.0818379096845622, 0.192711538461538, 0.125064464915559, 0.335096153846155, 0.202346348164192, 0.731230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0453231007493776, 0.0887115384615368, 0.0495262944924582, 0.123076923076922, 0.0838006173100063, 0.207788461538461, 0.119253285715093, 0.321615384615385, 0.205767718182794, 0.722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0284478267386764, 0.0848269230769242, 0.05559070204491, 0.126115384615385, 0.0726834125611768, 0.213038461538462, 0.111072590609091, 0.314903846153847, 0.209364720413554, 0.710884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0321126382980533, 0.0826923076923079, 0.0662006158465414, 0.159192307692308, 0.0757313901994309, 0.209788461538461, 0.108307200201022, 0.311019230769231, 0.209756147796581, 0.702807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0586550410975367, 0.129576923076923, 0.0632252748876226, 0.162153846153845, 0.0790768394567046, 0.199557692307692, 0.110652117710625, 0.308865384615385, 0.213368190261304, 0.695269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0372590773658416, 0.101826923076922, 0.0558052554734889, 0.136557692307692, 0.0841052088389638, 0.186884615384615, 0.100089615614438, 0.304865384615385, 0.211722693271538, 0.689173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.055111401165834, 0.0960576923076924, 0.0615699227270527, 0.126346153846154, 0.0775350640281269, 0.186884615384615, 0.102412433514986, 0.306057692307693, 0.214572075034509, 0.694653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380372337827835, 0.0866346153846158, 0.0607321610402199, 0.135346153846154, 0.0600797290785651, 0.176076923076924, 0.0972201387810945, 0.298846153846155, 0.217843201373407, 0.692403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0387053166691807, 0.103192307692308, 0.0485352092656625, 0.136557692307693, 0.0681409850688548, 0.172076923076924, 0.0944255852713982, 0.287865384615387, 0.226107972846193, 0.694846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0384156268283561, 0.0860961538461545, 0.0542776338694086, 0.11669230769231, 0.0634703958853742, 0.153134615384618, 0.116600626730074, 0.287115384615386, 0.225414104397969, 0.701038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.03919011354921, 0.0807500000000019, 0.0543667743557246, 0.108615384615385, 0.0530485590321231, 0.145519230769234, 0.105860546874722, 0.286346153846156, 0.224082495111476, 0.703769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0365996637227096, 0.0716538461538434, 0.0379094264713228, 0.0987692307692301, 0.0389205107089569, 0.136615384615385, 0.0905583216241597, 0.297480769230769, 0.229084045712486, 0.712000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0284109133960904, 0.0730000000000004, 0.0342318396548286, 0.103173076923079, 0.0490796252571747, 0.141019230769232, 0.0893353427347687, 0.302211538461539, 0.227472713494642, 0.710153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0187997238113921, 0.0669807692307699, 0.0278745610520797, 0.101365384615384, 0.0574075041999005, 0.139807692307691, 0.109300482087754, 0.305846153846153, 0.229576835637959, 0.709711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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, 750, '2022-01-16 00:00:00', 0.0257779049694781, 0.0659038461538482, 0.04150708929253[...];
Date: 2022-01-16 14:53:00 Duration: 10s993ms 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 974395, 5, 900, '2022-01-16 00:00:00', 0.029046504612422, 0.0687407407407405, 0.0373856756851975, 0.0953518518518519, 0.0976437139389667, 0.193611111111111, 0.22668914072848, 0.448703703703704, 0.347401361310598, 0.835425925925927 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0250541436485095, 0.0680370370370372, 0.0987642484942143, 0.15637037037037, 0.0940068873636119, 0.198555555555556, 0.216388659578782, 0.444925925925927, 0.346360083861158, 0.836166666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0996763923448445, 0.140962962962963, 0.0968592945177335, 0.16162962962963, 0.0977725134557997, 0.214814814814814, 0.208789369251049, 0.440592592592594, 0.343544714408068, 0.831518518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0503926745908745, 0.0959629629629648, 0.0566819737998452, 0.137333333333335, 0.108535721534447, 0.224814814814816, 0.203286853662, 0.429777777777779, 0.341913486000234, 0.831296296296298 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0469716226389234, 0.0981111111111101, 0.0828981500176773, 0.151759259259258, 0.113802257023767, 0.256870370370371, 0.200604087695142, 0.422166666666667, 0.359722460482381, 0.845962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0495891955882357, 0.0956296296296299, 0.0828718890818834, 0.170500000000002, 0.115379668697381, 0.255888888888891, 0.196692865486611, 0.404222222222223, 0.372125852749981, 0.849351851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.058413534610063, 0.138444444444445, 0.0797973796240939, 0.195555555555556, 0.100336197676124, 0.255611111111112, 0.189781858580198, 0.392000000000001, 0.377564327267646, 0.845425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0459782634758062, 0.118592592592592, 0.0739331000050267, 0.17024074074074, 0.0923446990752223, 0.234296296296297, 0.16167282568231, 0.361611111111111, 0.359598566344999, 0.822574074074075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.071917945487833, 0.130462962962963, 0.0676469804212575, 0.170037037037038, 0.110466245118325, 0.259314814814816, 0.162282102430402, 0.349166666666668, 0.359477961158128, 0.823592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0417281341481633, 0.112944444444444, 0.0684733712044516, 0.160111111111111, 0.0923146097835388, 0.23138888888889, 0.148538631578539, 0.323574074074073, 0.361493199567205, 0.811888888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0499792122028915, 0.112537037037039, 0.0836793712899856, 0.174944444444447, 0.0867953843613738, 0.209851851851854, 0.136781291830687, 0.298722222222223, 0.365565065277808, 0.79551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0642667717309494, 0.121777777777778, 0.063373828709036, 0.151629629629632, 0.0801084645768851, 0.187092592592593, 0.119150626498023, 0.276722222222222, 0.381519164010306, 0.79025925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0421732537674479, 0.10827777777778, 0.0497107086894221, 0.134092592592594, 0.0997250065082818, 0.174666666666666, 0.129331196563544, 0.255592592592592, 0.37753523354, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0397581631675993, 0.0881666666666671, 0.0758823735487014, 0.119, 0.094123660855087, 0.159425925925927, 0.116621752648822, 0.243962962962964, 0.374950287303154, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0510733579446069, 0.0842592592592595, 0.0727223136340204, 0.116648148148149, 0.0731142853206463, 0.13888888888889, 0.106772206734965, 0.229851851851853, 0.376069504320375, 0.782185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0424745021552141, 0.0785555555555569, 0.041360111604163, 0.100203703703705, 0.0451225618072122, 0.124759259259261, 0.0912046437251807, 0.211462962962965, 0.372925078212922, 0.777537037037038 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.025500265346924, 0.064574074074075, 0.032777556858593, 0.0811851851851876, 0.0435731774704565, 0.115444444444445, 0.0809141986913157, 0.207870370370372, 0.37163238123262, 0.777870370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0246308645235908, 0.0499444444444461, 0.029380583060393, 0.0732592592592596, 0.0528631989787589, 0.117537037037038, 0.112394550136049, 0.22614814814815, 0.376383022315274, 0.77188888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0254174267786019, 0.0552592592592584, 0.0453442278889942, 0.0816851851851852, 0.055745459616066, 0.116537037037037, 0.111247321424907, 0.229796296296297, 0.379338798159605, 0.770092592592592 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0362244604992479, 0.0591666666666681, 0.0444815416758192, 0.087870370370372, 0.0508988928508994, 0.112796296296298, 0.112649324766598, 0.223703703703706, 0.37838572437429, 0.76588888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296180266054313, 0.0570399999999989, 0.0368099511002139, 0.0739200000000005, 0.047502736763267, 0.108020000000001, 0.113308071939587, 0.211640000000002, 0.388118565432437, 0.7561 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0305794457111326, 0.0474600000000009, 0.0376031913539277, 0.0688000000000011, 0.0466135978015014, 0.093660000000001, 0.132853616184632, 0.230500000000002, 0.386742377645205, 0.7558 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0253557685744298, 0.0504600000000005, 0.0369070115289777, 0.0732600000000014, 0.0421009995922496, 0.0911599999999999, 0.157791193776246, 0.242460000000001, 0.38515720491768, 0.754520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0221263041046916, 0.049860000000001, 0.0221903319788885, 0.0593399999999997, 0.0359856105501446, 0.0891200000000009, 0.16867584790558, 0.247, 0.38287626700193, 0.75294 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.00943009367220968, 0.0384800000000001, 0.0198735586479456, 0.0568000000000006, 0.0378721313545107, 0.0900600000000009, 0.170514051229411, 0.2472, 0.383987087456509, 0.749 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0206174076934999, 0.0431600000000003, 0.0245938339155704, 0.0622400000000005, 0.0390080440422244, 0.0972600000000006, 0.168184514249478, 0.253020000000001, 0.380039572500899, 0.751920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0157416115227547, 0.039439999999999, 0.0379454103504837, 0.0682999999999998, 0.0406042588078312, 0.0926800000000009, 0.168095892771556, 0.254700000000001, 0.377810702160046, 0.75152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0361186355408576, 0.05642, 0.0349508822015515, 0.0782199999999995, 0.0412820582497214, 0.093900000000001, 0.164253455062595, 0.26698, 0.37602296583232, 0.7523 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.022303082746563, 0.0536399999999992, 0.03468641664975, 0.0657799999999992, 0.0498786026267796, 0.0903000000000003, 0.153581411635653, 0.2685, 0.374237215323828, 0.749420000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0278810419460993, 0.0424599999999987, 0.0309713846423885, 0.0593200000000002, 0.108695492086838, 0.149280000000002, 0.151326771149941, 0.283699999999999, 0.377842146272753, 0.7427 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0146436846456089, 0.0390000000000003, 0.0284253408071052, 0.0602000000000015, 0.106350442719655, 0.154800000000002, 0.144790869302361, 0.285899999999999, 0.374667861801178, 0.739940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264387342107505, 0.0445600000000019, 0.104394815484295, 0.134440000000003, 0.107480804487746, 0.151040000000003, 0.14760028229422, 0.296019999999999, 0.377006794810562, 0.737540000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0652541713920101, 0.0842083333333357, 0.087446660761064, 0.107625000000001, 0.0764158033393602, 0.134125, 0.118866885647867, 0.313354166666665, 0.352062978144124, 0.753416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0506790126071992, 0.0631666666666657, 0.0517876053592034, 0.0851041666666692, 0.097632704190432, 0.159166666666666, 0.120788772393098, 0.328416666666666, 0.354651175835833, 0.74925 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0347134230396606, 0.0565000000000027, 0.0384424977603947, 0.0853958333333325, 0.11707290556483, 0.177249999999998, 0.11720091251747, 0.333479166666666, 0.352857671351898, 0.746333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0364920082575171, 0.0679166666666659, 0.0883359421613684, 0.142270833333334, 0.116340454912621, 0.179416666666665, 0.114957262064862, 0.335708333333333, 0.352290269990118, 0.743895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0827612808950236, 0.114980769230768, 0.105569379301736, 0.141576923076922, 0.111611923818477, 0.161192307692306, 0.113334752630631, 0.326115384615384, 0.335452055498937, 0.740692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0352104442547294, 0.0613461538461511, 0.0431910825910234, 0.0799807692307669, 0.0514332913737625, 0.122211538461538, 0.111725577265839, 0.308730769230767, 0.336498170071606, 0.727461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0332213612929064, 0.0531730769230756, 0.0378390518664756, 0.0825769230769227, 0.0584111587073774, 0.122711538461538, 0.117512866725964, 0.310923076923074, 0.333506051150271, 0.725115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0315309615847901, 0.0598076923076937, 0.0455956813069616, 0.0936153846153867, 0.0571893245820735, 0.122826923076923, 0.115429473972374, 0.306788461538461, 0.329854261524927, 0.718576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0445605940092966, 0.0725576923076928, 0.051280664372269, 0.0919423076923078, 0.0529674537225085, 0.122634615384615, 0.112641917324156, 0.307692307692307, 0.32798014480242, 0.716346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0433523178335196, 0.0577884615384598, 0.0475845159042955, 0.0851153846153838, 0.0505225654077925, 0.141019230769229, 0.116247926366951, 0.311403846153845, 0.325218296509616, 0.712403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0348905376196013, 0.0599807692307676, 0.0421608640985765, 0.0865384615384604, 0.0454621270949774, 0.145749999999999, 0.124621161309604, 0.315076923076922, 0.32327558914719, 0.710442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0233540393475341, 0.0611346153846138, 0.0311099044332521, 0.112384615384614, 0.0563029204051953, 0.160826923076921, 0.127792704739417, 0.310846153846152, 0.317418019094937, 0.706326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296233795402307, 0.0942307692307688, 0.0354295237597964, 0.119134615384615, 0.0635051572708885, 0.181249999999999, 0.121725352899311, 0.303307692307692, 0.308189477182714, 0.704923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0284929208481954, 0.0784423076923067, 0.0436974959676903, 0.115365384615384, 0.0829985171322595, 0.185423076923077, 0.110519925109251, 0.281576923076924, 0.299820095416211, 0.689480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0314817224140255, 0.083326923076922, 0.0559194097305692, 0.124596153846152, 0.0741459397716113, 0.172096153846152, 0.104026372395879, 0.265884615384615, 0.290295696064972, 0.685134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0360446091136234, 0.07707692307692, 0.0509580709995993, 0.119249999999998, 0.0555868274379421, 0.151846153846151, 0.0891018604657698, 0.246692307692306, 0.273710990195581, 0.678384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0320444222915647, 0.0807500000000008, 0.0322456198575893, 0.104999999999999, 0.0592099686253553, 0.143903846153846, 0.0872127372489918, 0.242692307692308, 0.26871762130534, 0.679 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0289336974158829, 0.0698269230769225, 0.0375306028974516, 0.100115384615384, 0.0590711728471565, 0.141788461538462, 0.0976134389392082, 0.243288461538462, 0.260958503185114, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296352246231013, 0.0730576923076919, 0.0587441912021967, 0.1075, 0.0672642807256458, 0.136711538461539, 0.104026566503281, 0.235942307692309, 0.250310855967903, 0.675230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0411784110725715, 0.0706923076923096, 0.0407561463038219, 0.0927884615384635, 0.0500983532663517, 0.130250000000002, 0.102320433706303, 0.230634615384616, 0.248833890376693, 0.673749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0220459397971232, 0.0617115384615402, 0.0338504005202955, 0.0904807692307695, 0.0464309744094964, 0.127653846153847, 0.10266119782304, 0.231692307692308, 0.24332113632937, 0.678846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.02670324814584, 0.0582115384615393, 0.0372244388292682, 0.0873269230769225, 0.0569633519162831, 0.120711538461538, 0.109430778963761, 0.231846153846153, 0.239123744115887, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0242412553622644, 0.057461538461539, 0.03659931167911, 0.0825192307692318, 0.0485933677019321, 0.117346153846153, 0.118303319415032, 0.234346153846152, 0.238082749027761, 0.676653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0270032476679273, 0.0536538461538476, 0.0391732493104461, 0.080711538461538, 0.0387247287322267, 0.109269230769231, 0.12198513780848, 0.232076923076923, 0.247598323127167, 0.684480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0245752611692829, 0.0607884615384616, 0.0325781899671917, 0.0785384615384616, 0.0400913811953865, 0.106673076923078, 0.118670727386587, 0.236307692307692, 0.249685581512799, 0.693980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0171580996796084, 0.0459038461538467, 0.0258020049906669, 0.0672115384615391, 0.0370619232345845, 0.0966153846153868, 0.111224099837291, 0.244903846153846, 0.252120231544092, 0.693634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.019326794871369, 0.046749999999998, 0.0265200939782532, 0.0681538461538447, 0.0539972114664624, 0.100673076923076, 0.100803321450161, 0.26851923076923, 0.255637567962626, 0.697884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0152918781861994, 0.0473076923076919, 0.0187335671579538, 0.0649423076923084, 0.0478484988913328, 0.0968269230769219, 0.100753860395596, 0.279403846153845, 0.252144961358464, 0.714307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0208160903001659, 0.0459807692307691, 0.0441247532135177, 0.0745769230769223, 0.0535595463012917, 0.10575, 0.102911449987167, 0.282057692307691, 0.250346092747313, 0.719115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0362695676630061, 0.0551923076923067, 0.0399298615844539, 0.0709230769230761, 0.0656061471087986, 0.115557692307691, 0.115010603190114, 0.307673076923077, 0.252226418429644, 0.721884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0245696889557956, 0.0465192307692304, 0.034048658620366, 0.0768653846153849, 0.0527236773551142, 0.109115384615385, 0.111179875046633, 0.312230769230768, 0.260949966468671, 0.73525 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0323522023979846, 0.0562500000000013, 0.0489046167397472, 0.0888076923076933, 0.0506989493139506, 0.114788461538462, 0.118400649686369, 0.316576923076923, 0.251563440538137, 0.75123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0310688565311587, 0.0650769230769223, 0.0367946275342548, 0.079269230769231, 0.0558308571972939, 0.12576923076923, 0.121459356924922, 0.318653846153845, 0.257821181322367, 0.758192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0256086223460281, 0.0526923076923073, 0.0302575419714459, 0.0788269230769223, 0.0822425587000927, 0.14053846153846, 0.121341002328785, 0.323826923076923, 0.256518978904995, 0.773557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0272921868222117, 0.056211538461538, 0.0595922813793866, 0.0940000000000001, 0.0878383677338886, 0.148326923076922, 0.124510964917214, 0.329096153846153, 0.26296523315099, 0.777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0325569560096675, 0.0653461538461538, 0.0528037039784723, 0.106634615384614, 0.0626122161833044, 0.145480769230768, 0.110884099227701, 0.321711538461537, 0.257288524064688, 0.776730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0354998645717891, 0.083903846153844, 0.0513621980119163, 0.111346153846152, 0.054720183310535, 0.149038461538459, 0.114881658173164, 0.322346153846151, 0.257158168179701, 0.778288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0337426972156154, 0.0719807692307691, 0.0398619975183635, 0.102673076923077, 0.0535223928693552, 0.161442307692308, 0.118299127053156, 0.320288461538462, 0.260709735441249, 0.789615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0274506900571793, 0.0739038461538454, 0.0435146703820856, 0.107557692307691, 0.0643914620475041, 0.191096153846153, 0.117836576860302, 0.318326923076921, 0.260841204272166, 0.788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0319369089588524, 0.0783846153846147, 0.0550678078512164, 0.130211538461538, 0.0770099319268901, 0.187480769230769, 0.115245276893042, 0.311076923076922, 0.25039975731126, 0.787461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0552858028792202, 0.111, 0.0659860591337267, 0.159500000000001, 0.0742712906538209, 0.184230769230769, 0.121224083669618, 0.313038461538461, 0.2453979288045, 0.78721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0448313935334785, 0.105423076923077, 0.0512955988515387, 0.131538461538462, 0.0730420005623726, 0.191076923076925, 0.11760276193774, 0.300480769230769, 0.248870254272257, 0.787211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0310217603527678, 0.0874807692307688, 0.0336349006013326, 0.113057692307693, 0.0700407820762043, 0.179365384615387, 0.120305554894451, 0.293557692307693, 0.24276771819993, 0.783250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0309179621678954, 0.0839038461538467, 0.0677720528967969, 0.143634615384619, 0.0720235752001782, 0.175846153846156, 0.134977623501655, 0.294826923076923, 0.238626541982365, 0.777557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0682088309193516, 0.0997307692307716, 0.0603339169825872, 0.125807692307694, 0.0749911097294989, 0.158057692307693, 0.135630404181593, 0.291057692307694, 0.235710170793254, 0.774769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0288361151763098, 0.0746923076923085, 0.0618290478161061, 0.113865384615383, 0.0865342351104698, 0.164576923076922, 0.149072135352191, 0.300192307692307, 0.234479777707687, 0.771115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0439022909863046, 0.0818653846153825, 0.0522749130889907, 0.11355769230769, 0.0815408722430285, 0.164923076923075, 0.140701403688806, 0.29425, 0.233529508100895, 0.765134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0337102187200542, 0.0761730769230766, 0.0554951002688188, 0.111615384615384, 0.0664433506541771, 0.155826923076923, 0.12924857981663, 0.288346153846155, 0.232755894744819, 0.760942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0392830948177656, 0.078807692307692, 0.050323018131332, 0.111115384615384, 0.0615280048808311, 0.148846153846152, 0.124337841569468, 0.294673076923078, 0.243912484305335, 0.760500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0335835582482784, 0.0708461538461543, 0.0401158179045853, 0.0996730769230773, 0.054935066564641, 0.133192307692309, 0.135522845079572, 0.298192307692309, 0.251740259913942, 0.759038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.024715807772479, 0.0666346153846144, 0.0342362437281806, 0.0914038461538453, 0.0548528836630647, 0.131673076923076, 0.135340141296489, 0.303576923076924, 0.248955856451578, 0.761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0243352940903031, 0.0610576923076898, 0.0441434418859511, 0.0922115384615393, 0.0484161011044231, 0.125826923076922, 0.140581430002466, 0.325038461538463, 0.24247313967023, 0.757788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0401785821245405, 0.0705384615384633, 0.0415598965350004, 0.10075, 0.0527966235808558, 0.133788461538461, 0.156403639540577, 0.347961538461539, 0.242497445664581, 0.757134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229529619338858, 0.0644615384615374, 0.0281311283921457, 0.0849038461538444, 0.0530560552623363, 0.12775, 0.161275723052647, 0.358173076923078, 0.240081285113061, 0.752788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0207067528933112, 0.0610192307692308, 0.0346764883769081, 0.0923269230769239, 0.0500080647342157, 0.130942307692309, 0.162918932176524, 0.367961538461541, 0.241064195886618, 0.753057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.030694198900669, 0.0659230769230769, 0.0351829340185543, 0.0913269230769235, 0.0540244851895877, 0.13075, 0.163352120845172, 0.383346153846156, 0.241716372253485, 0.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0256778039439652, 0.0644807692307689, 0.0330806531886034, 0.0920192307692296, 0.0593562938144272, 0.13598076923077, 0.163959090817004, 0.399288461538462, 0.241400883466614, 0.753942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229395191418982, 0.0633076923076918, 0.0457074350120912, 0.0944807692307683, 0.0749785405196819, 0.153307692307694, 0.154684582295716, 0.391500000000001, 0.237559489715412, 0.751865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0366251332368269, 0.0680961538461521, 0.0419917986498105, 0.0956346153846151, 0.0662485094171946, 0.15625, 0.148276297447082, 0.388596153846155, 0.235339502715677, 0.754692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.029094045121613, 0.0617884615384631, 0.051269033988888, 0.110423076923078, 0.0568039171184532, 0.158750000000002, 0.148805801427436, 0.387442307692308, 0.236239169063897, 0.75575 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.045854267480288, 0.0825769230769233, 0.0514306702868433, 0.112576923076922, 0.0682760460303501, 0.174538461538463, 0.146519362070474, 0.388788461538462, 0.235849287763313, 0.756942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0201306597392757, 0.0707884615384618, 0.0457225916218172, 0.117653846153848, 0.0873583160587222, 0.183346153846155, 0.135882009054236, 0.382903846153846, 0.234682817043313, 0.75676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0370908292625634, 0.0855192307692325, 0.0619903342341482, 0.12569230769231, 0.0884813843959029, 0.177346153846156, 0.131068995336279, 0.378692307692307, 0.240230854516107, 0.76028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0359905382865239, 0.0838269230769249, 0.0615060253458648, 0.127365384615386, 0.0736732312308887, 0.20175, 0.119587714830837, 0.358807692307691, 0.243427398748659, 0.754961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0599497000698222, 0.0934423076923079, 0.0635725297472232, 0.11394230769231, 0.0756492005143581, 0.215807692307694, 0.120098735021841, 0.349884615384615, 0.248555408619178, 0.757865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0206219543205775, 0.0637500000000016, 0.0641799303640817, 0.154288461538461, 0.0814589089428165, 0.221076923076923, 0.118319222705097, 0.342961538461536, 0.246498631607997, 0.756846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0564306790536979, 0.133192307692307, 0.0606049376003174, 0.173961538461538, 0.0935335234020398, 0.229500000000001, 0.117284676682912, 0.330346153846152, 0.248500119950443, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0430141881780341, 0.105403846153848, 0.0718058386312605, 0.151038461538461, 0.10096284160331, 0.209346153846155, 0.110855914800039, 0.295423076923075, 0.239017150977788, 0.758961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0467531858231666, 0.110096153846153, 0.0657400475064771, 0.145423076923077, 0.0966875877007197, 0.213980769230768, 0.101482980763353, 0.277153846153843, 0.230940815761562, 0.759903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0485024345146308, 0.0921153846153834, 0.0766467646966359, 0.140442307692308, 0.0866201100295916, 0.183288461538462, 0.0988404697557548, 0.255538461538459, 0.227884123725533, 0.768576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0450261633343911, 0.104653846153847, 0.0506129544074046, 0.147365384615385, 0.055342611208585, 0.165230769230772, 0.0849478957950103, 0.243249999999999, 0.227359495919162, 0.787596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0493532829552562, 0.0994423076923075, 0.0489083326233889, 0.113250000000001, 0.0504714732832775, 0.142980769230769, 0.0934654687366082, 0.22607692307692, 0.220022468258272, 0.802057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0408892547479926, 0.0793653846153843, 0.0505775261736488, 0.104115384615384, 0.059961875708331, 0.141557692307691, 0.100269132070412, 0.216173076923073, 0.230617765677657, 0.814423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266058987097565, 0.0734230769230788, 0.036513748727758, 0.096576923076924, 0.061390305548878, 0.132980769230769, 0.0988635753878113, 0.205057692307691, 0.236793753166045, 0.817692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292548023671068, 0.0692884615384628, 0.0515243669016453, 0.0944038461538465, 0.0655077476333898, 0.127249999999999, 0.0950092080557698, 0.198480769230768, 0.237198060700337, 0.819499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414985124849266, 0.0644423076923088, 0.0458017634863731, 0.093807692307692, 0.0618553430314505, 0.121288461538462, 0.090874562743632, 0.188115384615384, 0.236447666188851, 0.822826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263451060993223, 0.0622692307692319, 0.0375900201567449, 0.0804807692307698, 0.0519094774213122, 0.105576923076922, 0.0910439813412268, 0.181557692307691, 0.253634330969124, 0.829423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0234835785505204, 0.0534615384615379, 0.0438414319319755, 0.0781346153846157, 0.0444631264688458, 0.100480769230766, 0.083950170660019, 0.169134615384615, 0.251147294354407, 0.83428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292389361060787, 0.0528461538461553, 0.030992089561444, 0.0655192307692304, 0.0440372394858993, 0.097461538461536, 0.0815561557361658, 0.165942307692308, 0.247931334321546, 0.834442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0198555650017443, 0.04328846153846, 0.0330490602682647, 0.0685961538461507, 0.045852355027179, 0.0909615384615361, 0.086249263096072, 0.163653846153847, 0.247792372763974, 0.833499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0233878995669516, 0.0510769230769215, 0.0381354115670008, 0.0694807692307681, 0.0518486295345918, 0.090403846153846, 0.08405909322522, 0.159865384615386, 0.244705380941121, 0.84028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.023740390768605, 0.0456153846153827, 0.0292597912606251, 0.0608461538461514, 0.0423555145805662, 0.0844807692307682, 0.0770662452299712, 0.160615384615385, 0.240773797449935, 0.838692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0199607017758543, 0.0405192307692308, 0.026640779903112, 0.0578653846153854, 0.0439267747332022, 0.0841923076923069, 0.0719221373858828, 0.157076923076924, 0.239188015039345, 0.838942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0189933287883255, 0.0400576923076928, 0.0277921682382747, 0.0582692307692308, 0.0384493873113123, 0.0778461538461539, 0.0702948323956917, 0.153288461538463, 0.238142017259903, 0.841403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0239437160537276, 0.044692307692309, 0.0322423574725018, 0.0625192307692309, 0.0388704752499093, 0.085423076923076, 0.0706698390676393, 0.152115384615387, 0.237986166372367, 0.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211958631667753, 0.041730769230769, 0.0227707386454969, 0.0549423076923082, 0.0353445676383017, 0.0819615384615379, 0.0722700943576354, 0.15344230769231, 0.237982123601431, 0.843865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184012123346426, 0.0387307692307689, 0.0284725306216355, 0.0647499999999971, 0.0426266484003396, 0.0858653846153841, 0.0749055815934044, 0.160115384615386, 0.238283413186903, 0.845249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0231088394675825, 0.0534615384615358, 0.0283349539506343, 0.0659807692307684, 0.0476834917410156, 0.0871538461538458, 0.0771908125262427, 0.163807692307693, 0.238623333696887, 0.846846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0186346761132616, 0.0451346153846161, 0.0318892796068863, 0.0601153846153853, 0.0623110713708613, 0.0974807692307717, 0.0761471955137902, 0.160153846153847, 0.241881332157226, 0.84682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.029431386961229, 0.0444423076923078, 0.0440602952258012, 0.0625192307692314, 0.0622692664037542, 0.095192307692308, 0.0741692969859135, 0.161769230769232, 0.242302494510796, 0.84632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0228131541002127, 0.0424999999999996, 0.0438420065514975, 0.0728076923076923, 0.0474320607249519, 0.0874038461538459, 0.0700813702886747, 0.162038461538462, 0.24239187280105, 0.846499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0327864887744001, 0.0580769230769244, 0.0320526069982556, 0.0670192307692316, 0.0397332499784031, 0.0838653846153866, 0.0671992559482614, 0.162500000000001, 0.241333596118288, 0.846230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184212774133203, 0.0412884615384603, 0.0280525674130116, 0.0560576923076911, 0.0279507809165717, 0.0748846153846166, 0.0806765050156374, 0.166961538461538, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0185956570612196, 0.0374615384615386, 0.0208791485974369, 0.0523269230769253, 0.0305392559478148, 0.0836153846153849, 0.0734419524836818, 0.188403846153846, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0117196252237294, 0.0334807692307706, 0.0175241372003153, 0.0521538461538476, 0.0312057502097598, 0.0813269230769228, 0.0746995237344515, 0.204673076923077, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.017067558069671, 0.0418076923076935, 0.0354096032172068, 0.0719999999999989, 0.0335431753920938, 0.0777692307692293, 0.0728128792495919, 0.220653846153845, 0.238418211262351, 0.845288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375512777617295, 0.0589615384615374, 0.0351600571015573, 0.0659807692307678, 0.0317553205717642, 0.0775961538461527, 0.0768109467358766, 0.232807692307692, 0.238570196088152, 0.845461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0223349760207221, 0.0356346153846139, 0.0218350899665254, 0.0493653846153837, 0.0298228874421075, 0.076730769230771, 0.077483281075042, 0.244173076923075, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0159029750482289, 0.0332307692307683, 0.021900790291326, 0.0517692307692309, 0.0456028676561202, 0.0863076923076928, 0.0803232220469278, 0.253999999999999, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0224926312720092, 0.0425384615384608, 0.0284000270855789, 0.0653076923076937, 0.048168294711195, 0.0957307692307699, 0.0882907347695891, 0.264423076923075, 0.238997879778173, 0.845557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264961535670036, 0.0486153846153845, 0.0413583076948851, 0.0694807692307687, 0.0468197197113159, 0.0896153846153829, 0.0948475558259349, 0.277326923076922, 0.238611145687192, 0.844673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.023726648439126, 0.0394230769230788, 0.0288329739120928, 0.0564038461538477, 0.0304482979188309, 0.0776730769230783, 0.103545456387336, 0.280692307692306, 0.232279698771845, 0.840461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0140700582252366, 0.0370576923076933, 0.0200316000359429, 0.0502499999999989, 0.0372231317658984, 0.0878076923076913, 0.107368740974556, 0.295942307692306, 0.232101754873558, 0.839769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0155526896016791, 0.0366153846153824, 0.0267331039378869, 0.0621730769230765, 0.0444689909245316, 0.0943653846153843, 0.11785478842137, 0.312134615384613, 0.232098395082776, 0.839749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0267055525773482, 0.0515576923076931, 0.0417425304234619, 0.0741730769230758, 0.0561753025393206, 0.116730769230769, 0.119379569183596, 0.32330769230769, 0.231971288011122, 0.839038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0308333236313214, 0.048923076923076, 0.0357670454253844, 0.0726923076923094, 0.0449134038584676, 0.143576923076923, 0.110695702091538, 0.327038461538461, 0.231885887055217, 0.837230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0282200487924138, 0.0528653846153851, 0.0428603995099631, 0.0894230769230759, 0.0397322238917552, 0.153480769230769, 0.113351909488173, 0.328153846153844, 0.23193737550004, 0.83761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0241521539093603, 0.0609423076923074, 0.0327692867460706, 0.113115384615385, 0.0444932146944499, 0.161615384615385, 0.132359963735262, 0.342499999999999, 0.227699761832247, 0.834692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0302262557797268, 0.0894423076923084, 0.0286127795547057, 0.120365384615385, 0.053206708657404, 0.165576923076923, 0.127215953583479, 0.341826923076922, 0.221363818181744, 0.831499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0268687479310935, 0.0704807692307696, 0.0391503020913807, 0.111884615384616, 0.0520693915699193, 0.155192307692307, 0.141194771367563, 0.347211538461537, 0.216307058279518, 0.829211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.034396494678296, 0.0791730769230762, 0.0439752071757923, 0.107173076923077, 0.049164167689644, 0.150846153846153, 0.195621329653451, 0.360769230769229, 0.216768541040012, 0.826903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229707506323886, 0.0708461538461527, 0.0385685054854964, 0.107519230769229, 0.0484666776884269, 0.158673076923075, 0.204401886375458, 0.382865384615384, 0.212245635091478, 0.824980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0405513397293632, 0.0868653846153845, 0.0465656567076574, 0.113403846153847, 0.0548690749385806, 0.170653846153846, 0.211555757334888, 0.393461538461537, 0.214900969142676, 0.826942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.027216376574522, 0.0711346153846145, 0.0458892814701452, 0.121384615384613, 0.0612200853164559, 0.169326923076922, 0.227089060807564, 0.407692307692305, 0.211179425170599, 0.829519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0482303965756682, 0.0953653846153836, 0.0504064441850922, 0.128980769230769, 0.0624902361604189, 0.175019230769231, 0.229680996166421, 0.405499999999999, 0.212003114091787, 0.828403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0312483414944509, 0.0823269230769237, 0.0401417344686792, 0.110826923076923, 0.0698318089301815, 0.158807692307691, 0.227733048849878, 0.398692307692307, 0.207142894751797, 0.818673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0274065755725798, 0.0694038461538458, 0.0449892636765033, 0.104076923076922, 0.0649822579336361, 0.153076923076922, 0.222698889500183, 0.402346153846153, 0.203547046158868, 0.813999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264000000000013, 0.0659999999999998, 0.0514011710432299, 0.0979038461538447, 0.0602543870091311, 0.151365384615385, 0.222962252755586, 0.407884615384616, 0.193886759178175, 0.806653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0521500682203257, 0.0694807692307687, 0.0614356448776973, 0.105961538461537, 0.0819261041333078, 0.156942307692308, 0.212500332126436, 0.417634615384614, 0.191996471321741, 0.79925 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0311402287427981, 0.0660769230769221, 0.0426326211323612, 0.101596153846154, 0.108535637536179, 0.166769230769232, 0.208220763022918, 0.405884615384615, 0.188873027149499, 0.791596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.030873389089086, 0.0673846153846168, 0.0458780825835003, 0.0965384615384612, 0.0988071081217581, 0.15473076923077, 0.201417340365719, 0.400249999999999, 0.188989100214799, 0.7865 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0397559913239979, 0.0598269230769223, 0.102282166277714, 0.114692307692308, 0.11481788255253, 0.155615384615386, 0.203939958170196, 0.414442307692308, 0.185223536467529, 0.778538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0962512677239209, 0.0860576923076928, 0.0946232854737473, 0.104884615384617, 0.169861895260646, 0.165288461538463, 0.204309185945073, 0.421788461538462, 0.189269953729098, 0.778653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0320348848312853, 0.0574230769230767, 0.0693352835031458, 0.0898076923076921, 0.165128355669624, 0.174576923076923, 0.176659781675225, 0.405461538461538, 0.166321139782232, 0.765692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0684631203360904, 0.0656730769230773, 0.145491941357589, 0.10675, 0.170762377634491, 0.188019230769231, 0.176382713264257, 0.404807692307692, 0.171099212109859, 0.767096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0826081947881319, 0.0699230769230763, 0.121988139398247, 0.133115384615385, 0.153185022615941, 0.187365384615383, 0.13849815466696, 0.384673076923077, 0.168603303188738, 0.758423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.103720771601155, 0.0939615384615384, 0.106719843515629, 0.126749999999999, 0.133001272405713, 0.174538461538461, 0.135231011748272, 0.372057692307692, 0.171846980233534, 0.760769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0367142814384068, 0.0689615384615371, 0.0761228056397144, 0.111807692307692, 0.0795848579529085, 0.15898076923077, 0.122448929699753, 0.350596153846156, 0.18126229719557, 0.746903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0501336674838827, 0.080730769230771, 0.0697972145135192, 0.112134615384617, 0.0757186822795655, 0.159326923076926, 0.125713251244494, 0.34969230769231, 0.18736851492344, 0.740903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0442112411740941, 0.0730769230769222, 0.0421891163508025, 0.106307692307692, 0.0529494534002441, 0.156269230769231, 0.122829965336701, 0.338903846153848, 0.192646563586113, 0.737038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0413792032491985, 0.0730384615384605, 0.0441057819338911, 0.102000000000001, 0.0731029832075687, 0.172884615384615, 0.125330843708223, 0.337596153846155, 0.197271715193497, 0.734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0275937562614327, 0.0673461538461524, 0.044803416765311, 0.116884615384614, 0.0691098679361627, 0.179423076923075, 0.123113139022606, 0.33275, 0.203532651888131, 0.732403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0442842566225916, 0.0976538461538457, 0.0673545384228418, 0.141576923076921, 0.0818379096845622, 0.192711538461538, 0.125064464915559, 0.335096153846155, 0.202346348164192, 0.731230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0453231007493776, 0.0887115384615368, 0.0495262944924582, 0.123076923076922, 0.0838006173100063, 0.207788461538461, 0.119253285715093, 0.321615384615385, 0.205767718182794, 0.722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0284478267386764, 0.0848269230769242, 0.05559070204491, 0.126115384615385, 0.0726834125611768, 0.213038461538462, 0.111072590609091, 0.314903846153847, 0.209364720413554, 0.710884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0321126382980533, 0.0826923076923079, 0.0662006158465414, 0.159192307692308, 0.0757313901994309, 0.209788461538461, 0.108307200201022, 0.311019230769231, 0.209756147796581, 0.702807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0586550410975367, 0.129576923076923, 0.0632252748876226, 0.162153846153845, 0.0790768394567046, 0.199557692307692, 0.110652117710625, 0.308865384615385, 0.213368190261304, 0.695269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0372590773658416, 0.101826923076922, 0.0558052554734889, 0.136557692307692, 0.0841052088389638, 0.186884615384615, 0.100089615614438, 0.304865384615385, 0.211722693271538, 0.689173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.055111401165834, 0.0960576923076924, 0.0615699227270527, 0.126346153846154, 0.0775350640281269, 0.186884615384615, 0.102412433514986, 0.306057692307693, 0.214572075034509, 0.694653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380372337827835, 0.0866346153846158, 0.0607321610402199, 0.135346153846154, 0.0600797290785651, 0.176076923076924, 0.0972201387810945, 0.298846153846155, 0.217843201373407, 0.692403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0387053166691807, 0.103192307692308, 0.0485352092656625, 0.136557692307693, 0.0681409850688548, 0.172076923076924, 0.0944255852713982, 0.287865384615387, 0.226107972846193, 0.694846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0384156268283561, 0.0860961538461545, 0.0542776338694086, 0.11669230769231, 0.0634703958853742, 0.153134615384618, 0.116600626730074, 0.287115384615386, 0.225414104397969, 0.701038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.03919011354921, 0.0807500000000019, 0.0543667743557246, 0.108615384615385, 0.0530485590321231, 0.145519230769234, 0.105860546874722, 0.286346153846156, 0.224082495111476, 0.703769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0365996637227096, 0.0716538461538434, 0.0379094264713228, 0.0987692307692301, 0.0389205107089569, 0.136615384615385, 0.0905583216241597, 0.297480769230769, 0.229084045712486, 0.712000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0284109133960904, 0.0730000000000004, 0.0342318396548286, 0.103173076923079, 0.0490796252571747, 0.141019230769232, 0.0893353427347687, 0.302211538461539, 0.227472713494642, 0.710153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0187997238113921, 0.0669807692307699, 0.0278745610520797, 0.101365384615384, 0.0574075041999005, 0.139807692307691, 0.109300482087754, 0.305846153846153, 0.229576835637959, 0.709711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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, 750, '2022-01-16 00:00:00', 0.0257779049694781, 0.0659038461538482, 0.04150708929253[...];
Date: 2022-01-16 14:53:12 Duration: 10s878ms 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 966835, 5, 870, '2022-01-16 00:00:00', 0.0290779412384495, 0.0458800000000008, 0.0344948305305777, 0.0733200000000011, 0.0363982600316732, 0.1012, 0.139172710447605, 0.29028, 0.307762614147115, 0.67192 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 885, '2022-01-16 00:00:00', 0.0225435134794908, 0.0542800000000005, 0.0296148611342339, 0.0800400000000008, 0.0321981883548332, 0.10116, 0.143323503538904, 0.29028, 0.309232797958646, 0.66944 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 900, '2022-01-16 00:00:00', 0.0265070430892133, 0.0570399999999995, 0.0329761024581947, 0.0745599999999985, 0.0430450151972714, 0.10196, 0.143313269913616, 0.298119999999999, 0.310879387115538, 0.66692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 915, '2022-01-16 00:00:00', 0.0279107506169218, 0.0464800000000002, 0.0335197951465502, 0.0660800000000006, 0.0529631318308615, 0.10248, 0.145714526843871, 0.29516, 0.307454777162431, 0.66176 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 930, '2022-01-16 00:00:00', 0.0237012657889826, 0.0463999999999987, 0.0286999999999987, 0.07024, 0.051979162491648, 0.0961999999999983, 0.144842178479428, 0.29244, 0.304809820489213, 0.657879999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 945, '2022-01-16 00:00:00', 0.022865330378836, 0.0516400000000027, 0.0463838333905248, 0.0747200000000015, 0.111220921293312, 0.192520000000001, 0.137771586330417, 0.295480000000001, 0.307468632546475, 0.65428 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 960, '2022-01-16 00:00:00', 0.0259652331653951, 0.0488800000000015, 0.0289424716751456, 0.0646000000000009, 0.0917078331805219, 0.199080000000001, 0.123238224589611, 0.29192, 0.306651947110508, 0.647599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 975, '2022-01-16 00:00:00', 0.015224103695567, 0.0397599999999994, 0.103449472368558, 0.175279999999999, 0.0916946926853804, 0.197000000000001, 0.131100635645545, 0.30228, 0.308772559229819, 0.646919999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1020, '2022-01-16 00:00:00', 0.0813802187266653, 0.0986399999999986, 0.0875448075749409, 0.147479999999999, 0.0831808671911181, 0.196840000000001, 0.12755799987979, 0.32228, 0.288685284234117, 0.676119999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1035, '2022-01-16 00:00:00', 0.0805460980621863, 0.0917499999999987, 0.0692104017481825, 0.115583333333334, 0.0973660358006634, 0.190166666666666, 0.117818939632943, 0.301458333333334, 0.278052179442552, 0.653333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1050, '2022-01-16 00:00:00', 0.0494707994679698, 0.0681200000000001, 0.0694679062589333, 0.129960000000002, 0.0920475058506922, 0.190080000000002, 0.115071021547562, 0.299440000000001, 0.278266496965288, 0.659920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1065, '2022-01-16 00:00:00', 0.0645183337092285, 0.107153846153846, 0.0852865667121048, 0.155961538461538, 0.0926399232761736, 0.186346153846153, 0.107992335910398, 0.29976923076923, 0.272941484289496, 0.657423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1080, '2022-01-16 00:00:00', 0.0621868276925406, 0.0511923076923073, 0.0559802300267355, 0.0781153846153848, 0.0627698604794968, 0.106153846153846, 0.0912350894034821, 0.266807692307692, 0.274276213949481, 0.641807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1095, '2022-01-16 00:00:00', 0.0286053249480701, 0.0307692307692301, 0.0336401774439653, 0.0573076923076921, 0.0486488832981174, 0.0929230769230762, 0.092881669964448, 0.265730769230769, 0.273686752440702, 0.640038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1110, '2022-01-16 00:00:00', 0.0383884598043985, 0.0329230769230773, 0.0425221752103011, 0.0581538461538473, 0.0607190376938049, 0.104192307692308, 0.0896657468258995, 0.267115384615385, 0.272959329176739, 0.637346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1125, '2022-01-16 00:00:00', 0.0349959997714036, 0.034, 0.0448062667320281, 0.0648076923076913, 0.0629007154172354, 0.1035, 0.0891076876593715, 0.2665, 0.266625329167816, 0.634115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1140, '2022-01-16 00:00:00', 0.0441612430148342, 0.043153846153844, 0.0468657001031009, 0.0760769230769218, 0.0542041156541281, 0.110384615384615, 0.0910212147714017, 0.273692307692307, 0.266092199174531, 0.632538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1155, '2022-01-16 00:00:00', 0.0428410299380631, 0.0399230769230779, 0.0526036705358681, 0.0648846153846158, 0.050179615843027, 0.121923076923078, 0.0878927668328763, 0.271538461538462, 0.263441717390277, 0.629538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1170, '2022-01-16 00:00:00', 0.0393998047632801, 0.0362307692307701, 0.04493867616413, 0.0737307692307704, 0.0436598918212832, 0.121115384615386, 0.0885606267784072, 0.268230769230769, 0.26445374759187, 0.628230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1185, '2022-01-16 00:00:00', 0.0430658172496987, 0.0487692307692313, 0.04569840933101, 0.0902307692307699, 0.0609433027809134, 0.144615384615386, 0.0910391040242507, 0.267038461538461, 0.266128436314845, 0.625769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1200, '2022-01-16 00:00:00', 0.0341994151996775, 0.043999999999998, 0.0408727104745772, 0.0735384615384612, 0.0636409157213059, 0.140615384615386, 0.0767118985856539, 0.250346153846154, 0.261041078406033, 0.614269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1215, '2022-01-16 00:00:00', 0.0349241816158735, 0.042461538461539, 0.0607921553643722, 0.0946153846153855, 0.074704381500581, 0.147769230769233, 0.0747332487018892, 0.243461538461538, 0.252769253242192, 0.616846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1230, '2022-01-16 00:00:00', 0.0602760444825433, 0.058192307692309, 0.0644863849673258, 0.0965769230769245, 0.0642677691681158, 0.142115384615388, 0.0749358700182006, 0.229769230769231, 0.245432519317351, 0.629807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1245, '2022-01-16 00:00:00', 0.040024165777114, 0.0474230769230776, 0.0487476547759377, 0.0835769230769248, 0.0500408448554391, 0.122384615384616, 0.0800740042326238, 0.214615384615384, 0.23985281704861, 0.623576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1260, '2022-01-16 00:00:00', 0.0401592407222125, 0.0437307692307698, 0.0395497155489147, 0.0775, 0.0532222191888381, 0.115730769230767, 0.0823729231091062, 0.207461538461536, 0.23440640907489, 0.61773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1275, '2022-01-16 00:00:00', 0.0315004517672133, 0.0389615384615376, 0.0392163427471435, 0.0728076923076907, 0.058937724630455, 0.113846153846153, 0.0962597527526449, 0.209499999999998, 0.234525917872304, 0.616384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1290, '2022-01-16 00:00:00', 0.035685312643459, 0.0421923076923064, 0.0519163380242298, 0.0808846153846146, 0.0516448969852326, 0.108653846153847, 0.105058437950579, 0.206346153846153, 0.233081326183341, 0.611230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1305, '2022-01-16 00:00:00', 0.0401885747254303, 0.0468076923076906, 0.0459190089681306, 0.0693461538461543, 0.0511050351275161, 0.10373076923077, 0.10686057055089, 0.204692307692306, 0.23342609438206, 0.609692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1320, '2022-01-16 00:00:00', 0.0299789669858452, 0.0374615384615386, 0.0374323595096757, 0.0646923076923078, 0.0609670402758732, 0.117499999999999, 0.102752248712059, 0.205769230769229, 0.235265980410389, 0.613807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1335, '2022-01-16 00:00:00', 0.0385491694014099, 0.0360384615384614, 0.0487714449873485, 0.0665769230769234, 0.0606305330544076, 0.109692307692307, 0.105147522740489, 0.198192307692306, 0.232195766210657, 0.613923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1350, '2022-01-16 00:00:00', 0.0266640928245063, 0.0335769230769244, 0.0390785599293763, 0.0695769230769235, 0.042348244900515, 0.0954230769230745, 0.102414039001572, 0.194346153846152, 0.230054980050757, 0.615423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1365, '2022-01-16 00:00:00', 0.0353737842955013, 0.0452307692307688, 0.0360439261926986, 0.0612692307692298, 0.0465618034279342, 0.0901923076923071, 0.105937427104582, 0.197538461538462, 0.226375453956136, 0.632384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1380, '2022-01-16 00:00:00', 0.0235901217918385, 0.0314230769230761, 0.0296644827775838, 0.0556923076923058, 0.0447691686491745, 0.0830384615384601, 0.100627607467412, 0.205653846153847, 0.22380600115691, 0.643384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1395, '2022-01-16 00:00:00', 0.0225761276232589, 0.0311923076923063, 0.0310690546017441, 0.053384615384615, 0.0401171361812455, 0.0772307692307691, 0.0906269190778259, 0.205038461538463, 0.223890869707682, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1410, '2022-01-16 00:00:00', 0.0215276923626646, 0.0308076923076918, 0.0271852901400725, 0.0479999999999996, 0.0463627171168991, 0.0733076923076931, 0.0767768494755072, 0.214730769230771, 0.224735636145776, 0.653884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1425, '2022-01-16 00:00:00', 0.0205177971527148, 0.0255000000000004, 0.0225734016386204, 0.0439615384615396, 0.046775223553303, 0.0738076923076922, 0.0794770697458391, 0.227269230769232, 0.223239230078753, 0.661923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 0, '2022-01-16 00:00:00', 0.0223781486826232, 0.024307692307692, 0.0349301941239748, 0.0489615384615389, 0.0463820422809719, 0.078423076923077, 0.0806871355679087, 0.233576923076924, 0.223193369077131, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 15, '2022-01-16 00:00:00', 0.0292439079783505, 0.0243846153846143, 0.0378369985799408, 0.0469615384615375, 0.0588208754152435, 0.0841538461538462, 0.0835856078888817, 0.245923076923078, 0.222307368644961, 0.663615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 30, '2022-01-16 00:00:00', 0.0338269805833238, 0.0267692307692296, 0.0410863256308739, 0.0486153846153839, 0.0633725614005128, 0.0908076923076914, 0.0830917657681064, 0.262807692307694, 0.241447583099553, 0.679153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 45, '2022-01-16 00:00:00', 0.0281314770319657, 0.0285000000000016, 0.0500022153355396, 0.0603076923076928, 0.0622201055806054, 0.0893076923076924, 0.0979571648928574, 0.268615384615385, 0.242460020495054, 0.687307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 60, '2022-01-16 00:00:00', 0.0365440303448621, 0.0321153846153855, 0.0469749032831518, 0.0518076923076921, 0.0516133107459095, 0.0844230769230761, 0.103883759003107, 0.279653846153847, 0.240877179044873, 0.691153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 75, '2022-01-16 00:00:00', 0.0327157689572111, 0.0258076923076909, 0.0350761150379272, 0.0484230769230775, 0.0623789905460042, 0.094461538461538, 0.115881989043232, 0.291653846153846, 0.241898825004301, 0.708807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 90, '2022-01-16 00:00:00', 0.0277719559711152, 0.027192307692308, 0.0502603682376543, 0.0587692307692304, 0.071715420506761, 0.104307692307692, 0.126008967934828, 0.3005, 0.242120834422688, 0.711538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 105, '2022-01-16 00:00:00', 0.0346875282397657, 0.0312307692307713, 0.0493495694003503, 0.0625000000000011, 0.0495404263824402, 0.107423076923078, 0.121076333201574, 0.299961538461538, 0.244720587923955, 0.712615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 120, '2022-01-16 00:00:00', 0.039021355100076, 0.0428846153846152, 0.0442219576507141, 0.0713076923076923, 0.0538256587369041, 0.118192307692309, 0.125740226719157, 0.302730769230768, 0.245461148421936, 0.715846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 135, '2022-01-16 00:00:00', 0.0282859301801056, 0.0345769230769231, 0.0350760053861069, 0.0713846153846179, 0.0606054072225845, 0.126846153846156, 0.133924462061499, 0.304807692307692, 0.249625812274785, 0.725384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 150, '2022-01-16 00:00:00', 0.0363783748104029, 0.0388846153846174, 0.0495279253009382, 0.0851538461538488, 0.0646903749825622, 0.149269230769232, 0.134331461461796, 0.305692307692307, 0.256764363690795, 0.734461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 165, '2022-01-16 00:00:00', 0.0480064739223938, 0.0463076923076937, 0.06681267728623, 0.0984230769230768, 0.0763350509268194, 0.155, 0.140080460395501, 0.306153846153844, 0.266016775063877, 0.73526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 180, '2022-01-16 00:00:00', 0.0668461954501061, 0.0655769230769241, 0.0721141829643466, 0.109846153846154, 0.0829799605094728, 0.152076923076924, 0.141147843930235, 0.309923076923077, 0.289010803630912, 0.74826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 195, '2022-01-16 00:00:00', 0.0468514510078237, 0.0534615384615379, 0.0521131904164806, 0.0927692307692321, 0.0590618450309621, 0.147307692307693, 0.125604146183403, 0.295192307692306, 0.294143627920365, 0.748076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 210, '2022-01-16 00:00:00', 0.041450916293112, 0.0445384615384627, 0.0518599890237025, 0.0794615384615386, 0.053881022775971, 0.153269230769231, 0.12770685783646, 0.289807692307691, 0.288183317725688, 0.748769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 225, '2022-01-16 00:00:00', 0.0433346903140583, 0.0451538461538448, 0.0583138590203575, 0.0961153846153833, 0.0602852705571928, 0.156923076923075, 0.146570943704617, 0.297807692307691, 0.2841508158599, 0.752384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 240, '2022-01-16 00:00:00', 0.0463335897428806, 0.0488076923076903, 0.0402738319316852, 0.103307692307693, 0.0678694334733992, 0.150499999999999, 0.137776251163311, 0.296153846153845, 0.278272848947825, 0.751461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 255, '2022-01-16 00:00:00', 0.0391063244934197, 0.0687692307692334, 0.060329416220767, 0.103961538461537, 0.0842700147419909, 0.157653846153845, 0.155224210046681, 0.307653846153845, 0.275646722063978, 0.750346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 270, '2022-01-16 00:00:00', 0.0510032879784762, 0.0688461538461508, 0.0648337518937121, 0.104153846153844, 0.0929260748370185, 0.159846153846152, 0.15286163175087, 0.29803846153846, 0.271081878065253, 0.74676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 285, '2022-01-16 00:00:00', 0.0390983965832958, 0.0627307692307681, 0.0541753279071385, 0.102615384615384, 0.0735412913842379, 0.152192307692307, 0.132842694712437, 0.282307692307691, 0.260614342246576, 0.741653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 300, '2022-01-16 00:00:00', 0.0402435661365209, 0.062769230769231, 0.0612384997052819, 0.100076923076923, 0.0626704199639804, 0.142692307692308, 0.127459900179806, 0.276884615384615, 0.256917155159761, 0.744230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 315, '2022-01-16 00:00:00', 0.0426776828727218, 0.0572307692307687, 0.0392366390782125, 0.0889230769230757, 0.0487165901295052, 0.123884615384614, 0.134189945742822, 0.273307692307691, 0.256867712136931, 0.746692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 330, '2022-01-16 00:00:00', 0.031643300421077, 0.0594615384615371, 0.0307996003970073, 0.086153846153846, 0.0489113641034626, 0.126192307692307, 0.13554982053162, 0.281923076923077, 0.255818517402775, 0.752923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 345, '2022-01-16 00:00:00', 0.0294016221425863, 0.0518461538461538, 0.0460298231083336, 0.081230769230769, 0.0536536614278594, 0.119653846153845, 0.133345041152644, 0.297499999999999, 0.259339124581042, 0.75330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 360, '2022-01-16 00:00:00', 0.0422108990664718, 0.0579999999999982, 0.0425375851905843, 0.0873846153846134, 0.0593522081761468, 0.135730769230769, 0.145392095859649, 0.314307692307691, 0.260419557932667, 0.754884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 375, '2022-01-16 00:00:00', 0.0269294234278032, 0.0540769230769228, 0.024556371568606, 0.0768461538461529, 0.0435573715389788, 0.13173076923077, 0.140841449318565, 0.317923076923077, 0.256404143132252, 0.748269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 390, '2022-01-16 00:00:00', 0.0256120164105711, 0.0478461538461522, 0.044691368982597, 0.0879615384615387, 0.0513007422348462, 0.122615384615384, 0.148250583083559, 0.322653846153845, 0.258821982183775, 0.749461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 405, '2022-01-16 00:00:00', 0.0428600046663576, 0.0614999999999996, 0.0424040092444105, 0.0864999999999993, 0.0574830543591882, 0.124692307692307, 0.143632313698767, 0.324807692307692, 0.27415994489461, 0.752346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 420, '2022-01-16 00:00:00', 0.0291935714736066, 0.0517692307692298, 0.0271396389069558, 0.0779999999999969, 0.0529585178737534, 0.119269230769229, 0.14963802992555, 0.3425, 0.272821598513359, 0.755769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 435, '2022-01-16 00:00:00', 0.0270937971896506, 0.050923076923073, 0.0566561151564022, 0.0836538461538444, 0.0766009037906124, 0.136461538461537, 0.145703006674009, 0.344384615384616, 0.272075275217385, 0.758346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 450, '2022-01-16 00:00:00', 0.0441295993462605, 0.0546923076923081, 0.0413351964013537, 0.0819615384615374, 0.0719745360954413, 0.138576923076921, 0.135828879901826, 0.342730769230769, 0.273142859211918, 0.757692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 465, '2022-01-16 00:00:00', 0.0259303208322148, 0.0496923076923072, 0.0464757505008288, 0.0913461538461528, 0.0610414739211095, 0.135307692307692, 0.124578631332246, 0.338346153846154, 0.272299329076267, 0.754269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 480, '2022-01-16 00:00:00', 0.0474295104501227, 0.0649615384615382, 0.0559461829315939, 0.0971538461538449, 0.062074905124001, 0.145423076923078, 0.124494998354893, 0.334730769230769, 0.269187075355527, 0.753192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 495, '2022-01-16 00:00:00', 0.0351503145844334, 0.0597692307692308, 0.0509097693511245, 0.10173076923077, 0.0770381823413634, 0.153192307692308, 0.121625813302681, 0.32796153846154, 0.265052436031352, 0.752923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 510, '2022-01-16 00:00:00', 0.0395024634090664, 0.0697307692307704, 0.0529845405610131, 0.0971923076923088, 0.0781480350656065, 0.152653846153847, 0.119718901534451, 0.323153846153846, 0.26577088166024, 0.756192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 525, '2022-01-16 00:00:00', 0.0385120161068653, 0.0668461538461549, 0.058804290790591, 0.105769230769231, 0.0761012786711551, 0.173730769230769, 0.115551786592053, 0.316153846153847, 0.260472446497927, 0.762846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 540, '2022-01-16 00:00:00', 0.0560185820818543, 0.076192307692308, 0.0541429447069365, 0.107538461538462, 0.0703023032777297, 0.192576923076923, 0.120111672397623, 0.307576923076924, 0.264429653288851, 0.76280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 555, '2022-01-16 00:00:00', 0.0307157939828997, 0.059500000000001, 0.067208435825822, 0.130423076923077, 0.0780730328701166, 0.196961538461538, 0.120258388480804, 0.301000000000001, 0.267033481046853, 0.761999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 570, '2022-01-16 00:00:00', 0.0589184703963538, 0.106115384615384, 0.0587775074719504, 0.154346153846152, 0.0889399797616344, 0.199999999999999, 0.115335657305769, 0.286923076923077, 0.264233067283703, 0.760076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 585, '2022-01-16 00:00:00', 0.0574632591648436, 0.0911153846153841, 0.0753915012553686, 0.136961538461538, 0.0985133181156428, 0.181923076923077, 0.112622261769837, 0.267576923076923, 0.269400953684566, 0.768076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 600, '2022-01-16 00:00:00', 0.055185561099314, 0.0916153846153848, 0.0673879697092763, 0.126538461538463, 0.0925875884687666, 0.180307692307694, 0.101130715109019, 0.250692307692308, 0.269356203966764, 0.772269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 615, '2022-01-16 00:00:00', 0.0521610523725828, 0.0748461538461559, 0.0725044401823354, 0.106423076923078, 0.0967702195131103, 0.160653846153848, 0.0939474239217782, 0.234961538461539, 0.273434500664869, 0.781884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 630, '2022-01-16 00:00:00', 0.0459479973615656, 0.0785384615384632, 0.061869204468286, 0.120038461538462, 0.0736527925210848, 0.149423076923077, 0.0792360931743767, 0.227038461538461, 0.268687215922156, 0.8035 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 645, '2022-01-16 00:00:00', 0.0595788940429806, 0.0862692307692311, 0.0665875017147785, 0.113153846153847, 0.0604412492870944, 0.139769230769232, 0.0744489189878647, 0.221807692307693, 0.260969765416491, 0.818461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 660, '2022-01-16 00:00:00', 0.0467503352517816, 0.0700769230769215, 0.046734800079401, 0.0893076923076902, 0.0520434877327093, 0.12526923076923, 0.0699800411106357, 0.218384615384617, 0.259910765752105, 0.828615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 675, '2022-01-16 00:00:00', 0.0296579733733686, 0.0556538461538463, 0.0310226716103916, 0.0843846153846149, 0.0551095831398329, 0.121884615384615, 0.0688654876161888, 0.215846153846156, 0.261612385027925, 0.833999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 690, '2022-01-16 00:00:00', 0.0316281276957467, 0.0585384615384612, 0.0394818751016015, 0.0834615384615391, 0.0566849321994949, 0.118307692307692, 0.0734130673758999, 0.20996153846154, 0.260340664396596, 0.833692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 705, '2022-01-16 00:00:00', 0.034128084532336, 0.0483846153846152, 0.0413296689856276, 0.0833076923076922, 0.0529270615673483, 0.111923076923077, 0.072118236251312, 0.199, 0.261928798310943, 0.834846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 720, '2022-01-16 00:00:00', 0.0329459230581551, 0.052923076923076, 0.0399441340643894, 0.0694230769230755, 0.050208917381432, 0.100153846153846, 0.0726067595920764, 0.192692307692308, 0.261052252358677, 0.833961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 735, '2022-01-16 00:00:00', 0.0259083888998263, 0.0407307692307675, 0.0401547200022806, 0.0671923076923066, 0.0476749894114771, 0.103230769230768, 0.0736256330781197, 0.185423076923078, 0.260794976945492, 0.835499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 750, '2022-01-16 00:00:00', 0.0320461446139077, 0.0416538461538461, 0.0332162379197063, 0.0610384615384617, 0.0432887443178398, 0.100653846153846, 0.0693210257813948, 0.18273076923077, 0.259879738459038, 0.836961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 765, '2022-01-16 00:00:00', 0.0231604437316324, 0.0406153846153862, 0.0392795307820936, 0.0738076923076927, 0.0484055940823126, 0.0976923076923079, 0.0762947825618097, 0.185423076923079, 0.258786936419785, 0.837038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 780, '2022-01-16 00:00:00', 0.0364348945169541, 0.0573076923076921, 0.0429464962303276, 0.0768076923076929, 0.0465536745637191, 0.0997307692307699, 0.0687332077394466, 0.198423076923078, 0.256340050593857, 0.838307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 795, '2022-01-16 00:00:00', 0.0250879376470961, 0.0387307692307683, 0.0337467719253951, 0.0537307692307684, 0.0325712473486371, 0.0753846153846146, 0.0743634422176734, 0.218192307692308, 0.259031940412462, 0.837884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 810, '2022-01-16 00:00:00', 0.0244471171810005, 0.0376923076923073, 0.0302915068066171, 0.0568461538461542, 0.0363442726415877, 0.0791153846153847, 0.0692134268876952, 0.226461538461539, 0.260403792953588, 0.839846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 825, '2022-01-16 00:00:00', 0.0297511990708582, 0.0375769230769243, 0.0310057314800876, 0.0546538461538475, 0.0374925838820672, 0.0804230769230767, 0.0696742309719915, 0.228538461538462, 0.259193708375682, 0.842538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 840, '2022-01-16 00:00:00', 0.0288974845857652, 0.0392307692307691, 0.0366314912861333, 0.0578846153846152, 0.0417577077178102, 0.0908846153846159, 0.0717400542557326, 0.234653846153847, 0.259636518114192, 0.845192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 855, '2022-01-16 00:00:00', 0.0241474954904552, 0.0356923076923081, 0.0260453155392377, 0.0490384615384618, 0.0486159834432445, 0.0950769230769234, 0.0711865588004245, 0.235384615384616, 0.256520516498418, 0.843153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 870, '2022-01-16 00:00:00', 0.0228108273886288, 0.033423076923078, 0.034843584554625, 0.0723461538461555, 0.0538882033615746, 0.0995384615384624, 0.0748169869646026, 0.243692307692308, 0.256278673442677, 0.844038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 885, '2022-01-16 00:00:00', 0.0393903736776066, 0.057807692307694, 0.0475919999741387, 0.081961538461539, 0.0542140061380671, 0.101038461538462, 0.0791666693657214, 0.246192307692309, 0.255936566660268, 0.847615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 900, '2022-01-16 00:00:00', 0.0448581525049113, 0.0554230769230743, 0.0478769737492315, 0.0712692307692289, 0.0648403127216859, 0.106115384615384, 0.0819916693704538, 0.243076923076924, 0.255969147780323, 0.849730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 915, '2022-01-16 00:00:00', 0.0328582035184768, 0.0416923076923067, 0.0428111416123647, 0.0599230769230756, 0.0609806652838541, 0.0988076923076919, 0.0808094434694739, 0.243615384615386, 0.255822333180366, 0.848884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 930, '2022-01-16 00:00:00', 0.0263764755329158, 0.0400384615384609, 0.0480645239395804, 0.0719615384615383, 0.0473653719666418, 0.093038461538462, 0.0827843909479036, 0.247153846153848, 0.25620791136527, 0.849576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 945, '2022-01-16 00:00:00', 0.0397945492981912, 0.0523846153846152, 0.0352478913717381, 0.0684230769230768, 0.0447241115489855, 0.0913846153846156, 0.0820191816214119, 0.246884615384616, 0.25620791136527, 0.849576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 960, '2022-01-16 00:00:00', 0.0187289984947243, 0.0351538461538468, 0.0212954310737133, 0.0548461538461545, 0.0424866313815746, 0.122923076923077, 0.0856337909580448, 0.253884615384616, 0.255385404076632, 0.850769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 975, '2022-01-16 00:00:00', 0.0207986685964396, 0.0367692307692303, 0.0250602044316053, 0.0595769230769244, 0.0601611170109055, 0.17, 0.0830366462195128, 0.266269230769231, 0.256974826662967, 0.852692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 990, '2022-01-16 00:00:00', 0.0174826947403599, 0.038269230769232, 0.044635842789606, 0.108038461538463, 0.0611121541480524, 0.175153846153847, 0.123530426024708, 0.286615384615385, 0.25734210693161, 0.852999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1005, '2022-01-16 00:00:00', 0.0430052769570654, 0.0995769230769214, 0.0549426554201316, 0.157153846153845, 0.0598097496554383, 0.173384615384615, 0.121809542382296, 0.293730769230769, 0.255960769229614, 0.851346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1020, '2022-01-16 00:00:00', 0.059100748400832, 0.116461538461538, 0.0678804945360705, 0.135192307692308, 0.0707865371815432, 0.162576923076922, 0.124797417379589, 0.292653846153844, 0.256940307344842, 0.850192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1035, '2022-01-16 00:00:00', 0.0551758587120798, 0.0881538461538462, 0.0570603594046244, 0.10726923076923, 0.0549127980038862, 0.157846153846154, 0.116261773597344, 0.276999999999999, 0.25927795598843, 0.843538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1050, '2022-01-16 00:00:00', 0.0395888096076909, 0.0810769230769221, 0.059547007933618, 0.118384615384613, 0.0591317694124426, 0.156384615384614, 0.113350898337182, 0.280884615384614, 0.258512850446847, 0.841576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1065, '2022-01-16 00:00:00', 0.060387466860651, 0.102384615384615, 0.053990611719504, 0.130884615384616, 0.0696291716054521, 0.151307692307692, 0.107911138656553, 0.287576923076923, 0.259909049180966, 0.838923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1080, '2022-01-16 00:00:00', 0.0393242340626681, 0.0713461538461529, 0.049130908335244, 0.0893846153846148, 0.0535389003076631, 0.107576923076924, 0.100899523517971, 0.274076923076922, 0.259053460476048, 0.833153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1095, '2022-01-16 00:00:00', 0.0223269757502847, 0.0425769230769247, 0.0325894744688206, 0.0580769230769238, 0.0410878982744959, 0.0911538461538469, 0.0940112022784831, 0.268115384615383, 0.255391042551192, 0.826769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1110, '2022-01-16 00:00:00', 0.0222945319270474, 0.0406153846153829, 0.0268565419619478, 0.0589230769230762, 0.0451847489587088, 0.0976923076923074, 0.0993744201724722, 0.280653846153845, 0.255391042551192, 0.826769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1125, '2022-01-16 00:00:00', 0.0200871945431751, 0.0438461538461544, 0.0378969452797776, 0.0735384615384618, 0.0425866718045053, 0.101230769230769, 0.115799907001422, 0.306461538461537, 0.253530435132474, 0.829192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1140, '2022-01-16 00:00:00', 0.032612904477545, 0.0531923076923103, 0.0383176199678421, 0.0740000000000013, 0.0491426964602504, 0.120269230769231, 0.128670144764999, 0.315384615384614, 0.249506676340457, 0.830692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1155, '2022-01-16 00:00:00', 0.0288051277486365, 0.0508461538461545, 0.0354345333516076, 0.0746153846153862, 0.0480345548697838, 0.139961538461538, 0.139152163531094, 0.321730769230769, 0.247725940382637, 0.829692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1170, '2022-01-16 00:00:00', 0.0304784413088246, 0.054846153846155, 0.0459938624668046, 0.0963461538461553, 0.100681256371854, 0.162346153846155, 0.14203973441909, 0.320384615384614, 0.248827057643225, 0.827230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1185, '2022-01-16 00:00:00', 0.0293491711323143, 0.0685769230769231, 0.0368098648985038, 0.113615384615384, 0.099694456292134, 0.168230769230769, 0.149299945901375, 0.325076923076922, 0.248899967549523, 0.825076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1200, '2022-01-16 00:00:00', 0.0325999764039554, 0.0870384615384612, 0.102185841259178, 0.125884615384617, 0.103706100999965, 0.169346153846154, 0.147502114717566, 0.320076923076922, 0.245103573083833, 0.822192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1215, '2022-01-16 00:00:00', 0.0798803720957407, 0.0820769230769242, 0.0818607447954249, 0.113307692307692, 0.0778440353922763, 0.154576923076922, 0.143509227792288, 0.321538461538461, 0.244677461160607, 0.813499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1230, '2022-01-16 00:00:00', 0.0363101384443246, 0.070884615384615, 0.045129352549514, 0.100461538461538, 0.0364134379252829, 0.142461538461538, 0.185114305643422, 0.331884615384615, 0.24232833416351, 0.809307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1245, '2022-01-16 00:00:00', 0.0283188711204817, 0.0700384615384598, 0.0314174131041042, 0.101423076923074, 0.0432555198789709, 0.151, 0.188567657721204, 0.338807692307691, 0.237953431125957, 0.804653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1260, '2022-01-16 00:00:00', 0.0323681705003322, 0.0785384615384589, 0.0355486232558264, 0.104230769230768, 0.0656546676529216, 0.165153846153844, 0.189678821655491, 0.344153846153845, 0.23828541386652, 0.807461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1275, '2022-01-16 00:00:00', 0.0309777091073313, 0.0684615384615369, 0.0458344177027906, 0.117076923076922, 0.0636200863298346, 0.156346153846153, 0.20662897629847, 0.355576923076923, 0.238857653135794, 0.806461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1290, '2022-01-16 00:00:00', 0.0395219121306331, 0.08330769230769, 0.0559677929362404, 0.121076923076921, 0.0609050206342756, 0.152307692307691, 0.210952141856503, 0.345384615384615, 0.236798638899416, 0.798346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1305, '2022-01-16 00:00:00', 0.0308873138010773, 0.0761153846153835, 0.0322359808527452, 0.0949615384615388, 0.08082866970422, 0.147923076923076, 0.209864762315017, 0.336461538461539, 0.227401968735136, 0.787846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1320, '2022-01-16 00:00:00', 0.0186735518437604, 0.0596923076923085, 0.0310548893710193, 0.0863846153846163, 0.0906018508895689, 0.146846153846153, 0.210545376070374, 0.340346153846154, 0.233025954315428, 0.789153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1335, '2022-01-16 00:00:00', 0.0200209505653084, 0.0590384615384625, 0.0763434748609602, 0.100384615384617, 0.102234820201037, 0.154038461538463, 0.207475689029972, 0.348807692307691, 0.254261915234001, 0.794807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1350, '2022-01-16 00:00:00', 0.0785966528940878, 0.0730769230769244, 0.0947241176339934, 0.110461538461539, 0.119058072449475, 0.154769230769231, 0.213568119199616, 0.360307692307692, 0.255788085366353, 0.791769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1365, '2022-01-16 00:00:00', 0.0384265333010749, 0.0670384615384608, 0.0503167352493571, 0.101423076923077, 0.0795810182238119, 0.145538461538462, 0.182096664946438, 0.342653846153846, 0.235514301378591, 0.774115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1380, '2022-01-16 00:00:00', 0.0255091235563924, 0.063346153846153, 0.0366280472609965, 0.0875769230769209, 0.0495111642421708, 0.125346153846153, 0.190712542445833, 0.345076923076922, 0.23229301456433, 0.765269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1395, '2022-01-16 00:00:00', 0.0378124114747851, 0.0594615384615371, 0.0567543288759009, 0.0914230769230778, 0.0774517616624408, 0.124846153846154, 0.202210446355734, 0.361230769230769, 0.237643223211732, 0.767692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1410, '2022-01-16 00:00:00', 0.0383637048022457, 0.0645769230769248, 0.037035720802821, 0.0817307692307703, 0.143334428737615, 0.139038461538463, 0.190975878460726, 0.372884615384616, 0.237785776245373, 0.766346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1425, '2022-01-16 00:00:00', 0.0163327420091801, 0.0490384615384618, 0.0573252528593183, 0.0767692307692322, 0.131208940830442, 0.142115384615385, 0.18400808092623, 0.368423076923077, 0.233344077408316, 0.762538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 0, '2022-01-16 00:00:00', 0.0581982288919006, 0.0589230769230779, 0.132306892663059, 0.101923076923078, 0.135581982011454, 0.149923076923078, 0.17772632375044, 0.372384615384617, 0.235280078597009, 0.762346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 15, '2022-01-16 00:00:00', 0.0761238363558893, 0.0709615384615379, 0.0813964656197336, 0.10476923076923, 0.116163651139906, 0.152923076923077, 0.147018659202994, 0.366615384615385, 0.235368388832353, 0.761038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 30, '2022-01-16 00:00:00', 0.0484293140725576, 0.0679615384615383, 0.0562923139992011, 0.09323076923077, 0.0830411668066835, 0.133346153846154, 0.140752570682905, 0.358615384615386, 0.239373184668753, 0.760192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 45, '2022-01-16 00:00:00', 0.028727258564217, 0.0578461538461535, 0.0547042959921804, 0.0960000000000004, 0.0566169993498828, 0.129730769230769, 0.141413137241968, 0.356346153846154, 0.242962915815435, 0.756538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 60, '2022-01-16 00:00:00', 0.0399780131880209, 0.0711923076923082, 0.0479382294849724, 0.0909230769230776, 0.0596107501920724, 0.133807692307693, 0.136997613679385, 0.361884615384616, 0.242936357604524, 0.755076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 75, '2022-01-16 00:00:00', 0.0315432791817592, 0.0605384615384626, 0.0305238368391738, 0.0917692307692306, 0.0496905036586087, 0.142115384615383, 0.138610600105254, 0.359538461538461, 0.240956635102666, 0.749500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 90, '2022-01-16 00:00:00', 0.0321956757727107, 0.0661923076923073, 0.038904063461882, 0.0923846153846154, 0.0669045703854483, 0.157307692307692, 0.144169905106654, 0.363192307692307, 0.23970486981992, 0.749769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 105, '2022-01-16 00:00:00', 0.0212627518300099, 0.062230769230769, 0.0447258486611667, 0.105192307692307, 0.0620854621903111, 0.16273076923077, 0.145432389789896, 0.356499999999999, 0.243243138886556, 0.744230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 120, '2022-01-16 00:00:00', 0.0397232929148622, 0.0844999999999996, 0.0576758581677348, 0.12323076923077, 0.0960988993773521, 0.186038461538463, 0.146992124331151, 0.352730769230769, 0.240935091801792, 0.74096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 135, '2022-01-16 00:00:00', 0.0422219775071631, 0.0821538461538454, 0.0433140410703751, 0.112884615384615, 0.117411334795504, 0.206692307692306, 0.136287507187507, 0.34126923076923, 0.238500636993182, 0.735076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 150, '2022-01-16 00:00:00', 0.0204563324782693, 0.077692307692307, 0.0733273062791327, 0.129576923076923, 0.104114966041613, 0.215384615384615, 0.117307203529878, 0.3285, 0.233155860712561, 0.730153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 165, '2022-01-16 00:00:00', 0.0673523113645987, 0.0945769230769238, 0.0923373080695915, 0.16253846153846, 0.101113492974671, 0.217538461538461, 0.131485875228542, 0.325846153846154, 0.233877841223542, 0.723269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 180, '2022-01-16 00:00:00', 0.0728996465117547, 0.121961538461538, 0.084189758193117, 0.160653846153846, 0.0957209727039206, 0.204230769230771, 0.133895849306612, 0.318538461538462, 0.238705512166061, 0.721807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 195, '2022-01-16 00:00:00', 0.0458021833540715, 0.102000000000001, 0.0585451962162572, 0.1335, 0.0768697699909498, 0.182807692307693, 0.119906354486133, 0.299423076923077, 0.245379179105444, 0.705692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 210, '2022-01-16 00:00:00', 0.0500933282829313, 0.0956923076923071, 0.0517952329258789, 0.126115384615384, 0.0645099992249262, 0.1745, 0.115537246741542, 0.297153846153846, 0.251496239458045, 0.710038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 225, '2022-01-16 00:00:00', 0.0378116180761733, 0.0880384615384632, 0.0547380475186486, 0.129423076923078, 0.0547227417216874, 0.160538461538463, 0.110944033014574, 0.28753846153846, 0.254740063594245, 0.714500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 240, '2022-01-16 00:00:00', 0.0306410734899319, 0.0896538461538463, 0.0458820058578377, 0.118961538461539, 0.0658910172470146, 0.158884615384615, 0.111542809994813, 0.27703846153846, 0.261427763224597, 0.723653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 255, '2022-01-16 00:00:00', 0.0358644456466093, 0.0794615384615386, 0.0484202278137819, 0.10596153846154, 0.0676602940033194, 0.151346153846154, 0.115448423382646, 0.274538461538459, 0.263394293495805, 0.725923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 270, '2022-01-16 00:00:00', 0.04121890902897, 0.0770384615384632, 0.058395679502985, 0.111153846153845, 0.05577073950214, 0.148846153846152, 0.105160185504708, 0.275769230769228, 0.259934465113509, 0.727615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 285, '2022-01-16 00:00:00', 0.0407512529302423, 0.0772307692307685, 0.0475958627807738, 0.107384615384614, 0.0550660023552152, 0.142230769230765, 0.102556258482094, 0.292884615384614, 0.26224827050834, 0.735346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 300, '2022-01-16 00:00:00', 0.023040833318264, 0.0729999999999993, 0.0273369009554162, 0.099884615384613, 0.0503191200852522, 0.13757692307692, 0.0868929314643132, 0.288692307692307, 0.265639040805375, 0.730500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 315, '2022-01-16 00:00:00', 0.024308814482374, 0.0710384615384619, 0.0440344620286632, 0.10007692307692, 0.0639907685649923, 0.14353846153846, 0.0990044365750268, 0.300961538461539, 0.270319415051612, 0.731884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 330, '2022-01-16 00:00:00', 0.028494317922107, 0.0696153846153836, 0.0421148612542123, 0.0976923076923068, 0.0581271418133102, 0.136730769230768, 0.107022995372311, 0.299192307692306, 0.273964489557427, 0.732307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 345, '2022-01-16 00:00:00', 0.0313040670741772, 0.0632307692307683, 0.0482710456293804, 0.0914230769230762, 0.0663941146604, 0.142461538461537, 0.115130354214422, 0.32303846153846, 0.273650276532208, 0.734923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 360, '2022-01-16 00:00:00', 0.0290283680878915, 0.0653846153846155, 0.0391482586310804, 0.0898846153846155, 0.0577269434493105, 0.144000000000001, 0.121186772570912, 0.340076923076922, 0.273810493140505, 0.733115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 375, '2022-01-16 00:00:00', 0.03158044672554, 0.0722692307692321, 0.0483428779258526, 0.109076923076924, 0.0574114569107569, 0.146346153846155, 0.125325790825966, 0.357076923076924, 0.270170419151719, 0.733846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 390, '2022-01-16 00:00:00', 0.0389245423865212, 0.072, 0.0479123558819018, 0.107076923076923, 0.0493411982642709, 0.138076923076922, 0.130811485028588, 0.382269230769232, 0.271118412960378, 0.733923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 405, '2022-01-16 00:00:00', 0.0358578604192454, 0.0718846153846154, 0.0414995829450783, 0.0951538461538452, 0.0484703874704799, 0.12853846153846, 0.137971212158968, 0.401846153846154, 0.270924309611489, 0.735692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 420, '2022-01-16 00:00:00', 0.0245361899117338, 0.0607692307692291, 0.034179436012813, 0.0940769230769224, 0.0517710492308369, 0.12280769230769, 0.140942192186943, 0.410307692307692, 0.270352354131818, 0.733653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 435, '2022-01-16 00:00:00', 0.0308025223742372, 0.070346153846153, 0.0373362269940858, 0.0909230769230749, 0.0489792420709644, 0.132615384615382, 0.135448883347187, 0.415999999999999, 0.271125471946961, 0.731692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 450, '2022-01-16 00:00:00', 0.0251809451768607, 0.0600000000000001, 0.0357352013480341, 0.0822692307692311, 0.0439848225571567, 0.149230769230768, 0.13328745107993, 0.41576923076923, 0.270987129981084, 0.732230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 465, '2022-01-16 00:00:00', 0.0290919232777749, 0.0644999999999992, 0.0430680320494823, 0.104846153846152, 0.0767881501274777, 0.191499999999999, 0.131560503776195, 0.422384615384615, 0.271787609385315, 0.73423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 480, '2022-01-16 00:00:00', 0.0403870695224996, 0.0816538461538452, 0.0457841087647716, 0.128230769230769, 0.0750090968842094, 0.19273076923077, 0.141215280280199, 0.429346153846154, 0.27318448260921, 0.734192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 495, '2022-01-16 00:00:00', 0.0329621694581016, 0.0922307692307685, 0.0752073237022952, 0.150307692307692, 0.0790771483085708, 0.205653846153846, 0.137368572153111, 0.423269230769231, 0.273900197994704, 0.73196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 510, '2022-01-16 00:00:00', 0.054835810870691, 0.100615384615385, 0.0538308461757765, 0.132999999999999, 0.0648131159565732, 0.180499999999999, 0.135655882517266, 0.414038461538461, 0.283163407566401, 0.725346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 525, '2022-01-16 00:00:00', 0.0326778447646367, 0.0838076923076924, 0.0491327244856692, 0.131769230769232, 0.0664149195472048, 0.199307692307693, 0.123215964250391, 0.404423076923077, 0.272422547920294, 0.732730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 540, '2022-01-16 00:00:00', 0.0436161050001552, 0.0937307692307702, 0.0419316109874157, 0.121500000000002, 0.0836393356115315, 0.22246153846154, 0.122676585440679, 0.389769230769232, 0.270074978193379, 0.73342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 555, '2022-01-16 00:00:00', 0.0240105105190337, 0.0817692307692326, 0.0530719685535935, 0.150923076923079, 0.0939102681368679, 0.24246153846154, 0.136901407533361, 0.388346153846155, 0.274468056148898, 0.739076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 570, '2022-01-16 00:00:00', 0.0519607100087675, 0.126346153846155, 0.0798817587726719, 0.182846153846155, 0.102471159169487, 0.268538461538463, 0.133003603190057, 0.373961538461538, 0.280985167963338, 0.730230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 585, '2022-01-16 00:00:00', 0.0479107021928852, 0.116653846153847, 0.0661989542097278, 0.171692307692308, 0.0883774858207656, 0.2495, 0.103815198235207, 0.346346153846154, 0.266024744366733, 0.728269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 600, '2022-01-16 00:00:00', 0.0457262086100121, 0.117615384615384, 0.0561136347067273, 0.1735, 0.0708690775574653, 0.220115384615384, 0.0875702794682856, 0.311923076923076, 0.25909164698705, 0.722807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 615, '2022-01-16 00:00:00', 0.0343988595517551, 0.119807692307692, 0.0405992042362313, 0.156153846153845, 0.0654027051898748, 0.201923076923076, 0.0892614224537196, 0.289192307692307, 0.251542551836893, 0.722846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 630, '2022-01-16 00:00:00', 0.0315225926305855, 0.0990769230769217, 0.0604804482075366, 0.141730769230765, 0.0721391817146653, 0.177692307692307, 0.0929303792342166, 0.266846153846154, 0.238222636656102, 0.717769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 645, '2022-01-16 00:00:00', 0.0500537710867014, 0.107499999999998, 0.0571706218262505, 0.141, 0.0759709256127743, 0.179307692307693, 0.0864167006651272, 0.258384615384616, 0.231955353794317, 0.727384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 660, '2022-01-16 00:00:00', 0.0388534920715496, 0.0999230769230774, 0.0478875124239494, 0.128423076923077, 0.0743726997058644, 0.176538461538463, 0.0736059884687485, 0.252807692307694, 0.226695349618077, 0.736692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 675, '2022-01-16 00:00:00', 0.0370129499167311, 0.0870384615384617, 0.0566757579434237, 0.121307692307693, 0.0637113683853879, 0.156538461538461, 0.0709864667492225, 0.240038461538462, 0.22770593722201, 0.731923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 690, '2022-01-16 00:00:00', 0.0416035501443738, 0.0838461538461541, 0.05672341[...];
Date: 2022-01-16 14:29:51 Duration: 6s969ms Database: acaweb_fx User: pgperfstats
20 31s103ms 21 51ms 12s313ms 1s481ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Jan 16 14 21 31s103ms 1s481ms [ User: postgres - Total duration: 31s103ms - Times executed: 21 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:02:34 Duration: 12s313ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:10:46 Duration: 6s304ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:06:40 Duration: 5s666ms Database: acaweb_fx User: postgres Bind query: yes
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 196 2m10s 50ms 8s762ms 666ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Jan 16 14 196 2m10s 666ms [ User: postgres - Total duration: 2m10s - Times executed: 196 ]
-
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 = 529 AND (((s.symbol ilike '%usdjpy%' 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 > 538245493 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s762ms 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 = 529 AND (((s.symbol ilike '%gbpchf%' 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 > 538412252 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s673ms 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 = 529 AND (((s.symbol ilike '%xagusd%' 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 > 538338605 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s632ms Database: acaweb_fx User: postgres Bind query: yes
2 173 58s583ms 51ms 19s584ms 338ms 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 #2
Day Hour Count Duration Avg duration Jan 16 14 173 58s583ms 338ms [ User: postgres - Total duration: 58s583ms - Times executed: 173 ]
-
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 >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '5' AND a.resultuid > '0' 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-16 14:04:41 Duration: 19s584ms 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 = 558 AND groupid = 3512 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '5' AND a.resultuid > '0' 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-16 14:11:09 Duration: 1s665ms 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 = 621 AND groupid = 4316 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '74474224' 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-16 14:03:42 Duration: 929ms Database: acaweb_fx User: postgres Bind query: yes
3 160 1m 50ms 3s695ms 376ms 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 #3
Day Hour Count Duration Avg duration Jan 16 14 160 1m 376ms [ User: postgres - Total duration: 1m - Times executed: 160 ]
-
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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s695ms 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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s693ms 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 = 566 AND sg.groupid = 5376 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 > 65144551 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:03:56 Duration: 3s559ms Database: acaweb_fx User: postgres Bind query: yes
4 149 9m24s 51ms 2m27s 3s791ms 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 16 14 149 9m24s 3s791ms [ User: postgres - Total duration: 9m24s - Times executed: 149 ]
-
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-16 14:04:18 Duration: 2m27s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:09:08 Duration: 43s890ms 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 = '700' 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-16 14:10:37 Duration: 15s245ms Database: acaweb_fx User: postgres Bind query: yes
5 147 7m26s 2s216ms 3s889ms 3s36ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #5
Day Hour Count Duration Avg duration Jan 16 14 147 7m26s 3s36ms [ User: pgperfstats - Total duration: 7m26s - 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-16 00:00:00', 0.0257595936820957, 0.0361599999999999, 0.0464775931677474, 0.0473999999999997, 0.0553899208641193, 0.0762800000000004, 0.208215257205934, 0.26948, 4.36133530775457, 1.3866 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0322437073964312, 0.0316399999999997, 0.0438921784983769, 0.05376, 0.0447059652992011, 0.0759600000000002, 0.215484918265757, 0.2788, 4.36117221130589, 1.38716 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358163370544785, 0.0443200000000001, 0.0378092581254909, 0.0579600000000001, 0.0476356659097641, 0.0833600000000001, 0.213763631144308, 0.27984, 4.36090018535929, 1.38848 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0273485526734661, 0.0398800000000001, 0.0288838478507746, 0.0541200000000001, 0.0552262920476589, 0.0888800000000001, 0.208718853963891, 0.27668, 4.36123078881791, 1.38692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0169791048056133, 0.0370400000000001, 0.0426338285089826, 0.0636800000000001, 0.054131783639558, 0.0949999999999996, 0.203826748326448, 0.28148, 4.36105099068256, 1.38708 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0351295222474394, 0.0466000000000001, 0.0466653690295775, 0.06964, 0.0492281423578008, 0.0909199999999994, 0.206262551133258, 0.27864, 4.36121325818095, 1.3862 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0343410832677132, 0.0523200000000001, 0.0430924587369996, 0.0722799999999997, 0.0589632088679027, 0.0959199999999998, 0.206788942322037, 0.2768, 4.36137970027834, 1.38516 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0363753579592934, 0.0478000000000001, 0.0426910216946528, 0.06876, 0.0554831205563157, 0.0922799999999999, 0.200913812367393, 0.27112, 4.35616051816276, 1.38228 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325704364928277, 0.0509999999999998, 0.0443746549282356, 0.0691199999999996, 0.0596810969514915, 0.0915999999999996, 0.189827878177398, 0.26696, 4.33994366975732, 1.38184 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0227956867265134, 0.0416799999999998, 0.0401344407377667, 0.0622399999999998, 0.0692973544468566, 0.0889599999999998, 0.180760458434175, 0.25852, 4.33983521307741, 1.38348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0404148487563666, 0.0471200000000001, 0.0442450373865063, 0.0610400000000003, 0.0636178172107991, 0.0886800000000001, 0.177551241429998, 0.25712, 4.33921714790429, 1.38704 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.036318636171164, 0.0432800000000007, 0.0570195288183506, 0.0646800000000005, 0.167591447673601, 0.19368, 0.173871101681677, 0.26508, 4.33603616144208, 1.39348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0367177069000777, 0.04324, 0.0391834148588402, 0.06056, 0.171554238264948, 0.21176, 0.169151539553542, 0.26608, 4.32406585557313, 1.39324 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358295967044011, 0.04848, 0.158239091251183, 0.18212, 0.177195494675608, 0.22108, 0.171234176884562, 0.26532, 4.3239368743465, 1.39552 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0776686849082987, 0.0882307692307692, 0.105659831534978, 0.128, 0.113418761166817, 0.149153846153846, 0.128318282167669, 0.212307692307692, 4.19050824767667, 1.34442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0559536758949209, 0.0644230769230771, 0.0677631622184665, 0.0863846153846157, 0.0719599888827119, 0.105, 0.0939209159960578, 0.176538461538462, 4.19217872215171, 1.33596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0332547509619075, 0.0450384615384619, 0.0424808373088573, 0.0673076923076927, 0.0523753905805155, 0.0986923076923078, 0.0846054099015867, 0.165653846153847, 4.19415611994374, 1.32603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376864186922316, 0.0438846153846151, 0.0457762619033723, 0.0621153846153844, 0.0554673015249665, 0.0906923076923076, 0.0888751674238391, 0.164346153846154, 4.1942559505187, 1.32553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0288864354645247, 0.0351153846153841, 0.0304114350962819, 0.0591538461538458, 0.057839299921287, 0.0852307692307691, 0.0858403975186154, 0.159576923076923, 4.19462927251577, 1.32442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0291184583277448, 0.0422692307692309, 0.0472652742914518, 0.0626153846153849, 0.0581337979280424, 0.0815384615384615, 0.0901567865102023, 0.158384615384616, 4.1942751628307, 1.32730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278696968049534, 0.0390000000000002, 0.0388551748855238, 0.0557307692307692, 0.0416595173353632, 0.0703461538461538, 0.0924152584804051, 0.1515, 4.19466298215317, 1.32557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0339811938939988, 0.0381923076923078, 0.0341551437729934, 0.0485769230769233, 0.0369398679769412, 0.0670769230769231, 0.0899807500780884, 0.146153846153846, 4.1861220337609, 1.40380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0235751172604964, 0.0298846153846156, 0.0293942956266115, 0.0417692307692311, 0.0320006971077914, 0.063730769230769, 0.0865002000886971, 0.140269230769231, 4.18264243327294, 1.41726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213789616211827, 0.0305000000000004, 0.0270914122072773, 0.045769230769231, 0.0590193710051719, 0.0753846153846154, 0.085716778718324, 0.141384615384615, 4.18265266069273, 1.418 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250187621903732, 0.0355384615384615, 0.0271209257840621, 0.0482307692307689, 0.0670237156649676, 0.0784615384615388, 0.0881634583294883, 0.141346153846154, 4.18246690860053, 1.42419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213993889201033, 0.0305769230769228, 0.0600909182950172, 0.0549615384615384, 0.0651080167579523, 0.0774230769230766, 0.0962231461040109, 0.149576923076923, 4.18260667269366, 1.43246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0590936674988238, 0.0456923076923074, 0.060920288397721, 0.058192307692308, 0.0674424655083585, 0.0796153846153844, 0.0993222029558347, 0.1605, 4.18288116916852, 1.43734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0329868971656232, 0.0348461538461545, 0.0434477227870992, 0.0507692307692307, 0.0537127975010111, 0.0702307692307693, 0.101373005054829, 0.160384615384616, 4.17349521200341, 1.42726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0274641304529826, 0.0310384615384613, 0.0314306318005955, 0.0432692307692307, 0.0541893120316318, 0.0728076923076923, 0.106574127326405, 0.16273076923077, 4.17233942346681, 1.42223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203361368390974, 0.0290384615384618, 0.0345704186574863, 0.0479230769230774, 0.049479444061301, 0.0701538461538466, 0.10755103260957, 0.17223076923077, 4.17081206776515, 1.42076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255879779463837, 0.0337692307692314, 0.0358743104999409, 0.049384615384616, 0.047447460822067, 0.0673076923076931, 0.112506984398577, 0.174692307692308, 4.17102464223767, 1.42038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278947748070933, 0.0320384615384614, 0.0363805738526226, 0.0451153846153843, 0.0486850632598476, 0.0646538461538463, 0.114429696253269, 0.172653846153846, 4.17119036413422, 1.41957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.02004091967796, 0.0269615384615383, 0.0261410670137124, 0.0386538461538466, 0.0450531481013941, 0.0631153846153848, 0.125688259044107, 0.170538461538462, 4.17147522844598, 1.41769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0238599761428734, 0.0305384615384619, 0.0351594390433945, 0.045115384615385, 0.0474842969995187, 0.0609615384615387, 4.22228402663043, 1.03919230769231, 4.17147312846894, 1.41830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027923191353866, 0.0317692307692311, 0.0381011810840557, 0.0475, 0.0430682463789024, 0.061076923076923, 4.22062985091817, 1.04753846153846, 4.17132833445728, 1.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0244626245525698, 0.0324999999999997, 0.0286913817132496, 0.040653846153846, 0.044834413293636, 0.0637307692307692, 4.21888702931873, 1.05638461538462, 4.1709082318437, 1.41796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.022117900860198, 0.0268076923076922, 0.0372155674622655, 0.0439615384615381, 0.0455707733598562, 0.0641538461538463, 4.21851178734871, 1.0585, 4.17071933308687, 1.41834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027828375114951, 0.0314615384615381, 0.0377037847518695, 0.0468461538461537, 0.0607367586075663, 0.0759230769230767, 4.21813990576597, 1.06023076923077, 4.17087303404861, 1.41788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0194114954046857, 0.0273846153846152, 0.0398858563711696, 0.0458076923076923, 0.0633960930608864, 0.0877692307692306, 4.21828192806211, 1.05876923076923, 4.17145386959437, 1.41588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376031299842902, 0.0336538461538464, 0.0580013925562267, 0.0571923076923076, 0.0731955967570139, 0.0973461538461542, 4.21816417669328, 1.05930769230769, 4.17192456326076, 1.41380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0439902961327394, 0.0451153846153844, 0.0524265346791249, 0.0696923076923076, 0.0742489471564823, 0.0991153846153849, 4.19788693291499, 1.05830769230769, 4.15273985645436, 1.40865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0340106092045047, 0.0458076923076924, 0.0385530603394658, 0.066538461538462, 0.0614979674460875, 0.0970000000000003, 4.19828216957658, 1.05615384615385, 4.15250427814349, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0299491877377978, 0.0439230769230773, 0.0469448776594585, 0.0636923076923081, 0.059108921622583, 0.0882307692307695, 4.19826022281391, 1.05653846153846, 4.15253197866629, 1.40292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0412473215913654, 0.0416923076923079, 0.0501469379385759, 0.0653461538461536, 0.0639392981362311, 0.0849230769230769, 4.19777821014146, 1.05869230769231, 4.15258223592909, 1.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.043008782645123, 0.046346153846154, 0.053405747313879, 0.0605769230769233, 0.0808758212418186, 0.0875384615384621, 4.19553353643903, 1.05984615384615, 4.15085383190569, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.034151337399198, 0.0380769230769231, 0.0415843905625847, 0.0523076923076923, 4.19521272221271, 0.976769230769231, 4.18006379929228, 1.05538461538462, 4.13550135310563, 1.39719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311708937213008, 0.0367692307692307, 0.0508837740496763, 0.0590384615384617, 4.18471550820547, 0.989269230769231, 4.17264870629602, 1.05111538461538, 4.12809923330339, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375174420974892, 0.0420384615384617, 4.18783514938942, 0.961961538461539, 4.18153766196857, 0.994538461538462, 4.17139445509532, 1.0475, 4.12658272200358, 1.38980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0452483885532582, 0.101, 0.0575280511287025, 0.12432, 0.0678057765484128, 0.14804, 0.100976069772331, 0.2, 0.469713043605704, 0.562520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368061589049082, 0.06912, 0.0446347024933141, 0.09244, 0.0544305980125145, 0.11324, 0.0921790287068224, 0.17116, 0.473119523306039, 0.5504 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.165058311374635, 0.0866153846153846, 0.231528831897887, 0.12, 0.273140392190818, 0.150076923076922, 0.276870591821133, 0.21526923076923, 0.501305055292223, 0.582961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0792898189215702, 0.0666538461538461, 0.121570796088281, 0.0944615384615382, 0.126360759488306, 0.105192307692307, 0.138143916038534, 0.174692307692307, 0.501197803727769, 0.580038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0802477797440288, 0.0631153846153846, 0.091122445094499, 0.0775000000000001, 0.0944300473692237, 0.0950769230769231, 0.112175960677171, 0.164384615384616, 0.501462619206596, 0.579038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0247341557676518, 0.0404615384615388, 0.095962909501536, 0.0680000000000001, 0.0950863898697472, 0.0923076923076923, 0.112833573836051, 0.161846153846154, 0.501678182166156, 0.577961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0903042379106063, 0.0571538461538461, 0.0887762615533262, 0.073230769230769, 0.088635511202643, 0.0985769230769231, 0.110966772573526, 0.161769230769231, 0.499669466131978, 0.580846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.040688100698626, 0.0441923076923074, 0.0534704087826584, 0.0617307692307692, 0.0578275420140319, 0.0882307692307695, 0.108237971440426, 0.159461538461539, 0.484757398483629, 0.606153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0440899255892037, 0.0451923076923076, 0.0499651724858272, 0.0680384615384613, 0.0743544111774037, 0.0915384615384614, 0.119955716187908, 0.158576923076923, 0.484166031598507, 0.608115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292940529538258, 0.0483076923076925, 0.0361589014468939, 0.0601153846153852, 0.0614697924562575, 0.0841538461538462, 0.13132241006247, 0.161153846153846, 0.469859718835969, 0.607346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224978973376491, 0.0403461538461541, 0.0424237959350463, 0.0625384615384617, 0.0535404376293144, 0.0774615384615387, 0.124495387619227, 0.155692307692308, 0.466742012415689, 0.606115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0287339252720272, 0.0430384615384613, 0.0379768552997945, 0.0541923076923077, 0.0481415221388582, 0.0726153846153849, 0.145152884917938, 0.162, 0.458863024643102, 0.605346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0357183210907016, 0.0399615384615389, 0.0420044686267474, 0.0548461538461543, 0.0562823787152445, 0.0801153846153848, 0.143661958992416, 0.162038461538461, 0.457867162462585, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.02178909395511, 0.0362692307692312, 0.0332653666052942, 0.0527692307692308, 0.0499776103716604, 0.0748076923076921, 0.139800698798738, 0.163346153846153, 0.452237833956359, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211801430953255, 0.0349615384615385, 0.0383248463291619, 0.0550769230769229, 0.0446591363725102, 0.0689615384615381, 0.137229353217945, 0.159153846153846, 0.450918612816787, 0.606346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263009798004099, 0.035692307692308, 0.0321995938818152, 0.0475769230769234, 0.0379064638287459, 0.0654999999999998, 0.162009444169159, 0.1605, 0.452065488788789, 0.608384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224944437584041, 0.033, 0.0273952550636057, 0.0444999999999998, 0.0389803106116999, 0.0677692307692302, 0.165973718957597, 0.162653846153846, 0.452785627659917, 0.61023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0235601031733409, 0.0320384615384614, 0.0280871172220671, 0.0463846153846148, 0.041832284183391, 0.0674999999999998, 0.218446163055903, 0.175384615384615, 0.453785588136072, 0.613000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0223324875461734, 0.0334999999999993, 0.0337972461326931, 0.0484230769230767, 0.0431041136712569, 0.0687307692307694, 0.218411076783066, 0.178038461538461, 0.453663007766101, 0.613269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0197898575421472, 0.0330384615384618, 0.0231236143035977, 0.0453076923076926, 0.0427192624540198, 0.0708461538461544, 0.210587953487008, 0.232384615384616, 0.449975556601091, 0.609807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0155066238948196, 0.0298461538461539, 0.0308599067748731, 0.0514230769230772, 0.0476773127792052, 0.0746153846153849, 0.209439104423072, 0.241538461538462, 0.448844830134493, 0.609192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0265048036284865, 0.0387692307692308, 0.0402892808802316, 0.0551153846153848, 0.0793213619495938, 0.0870384615384615, 0.216775704713065, 0.254115384615385, 0.449134060849748, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0252035406548066, 0.0344615384615388, 0.0399776860838069, 0.052846153846154, 0.0701661325273536, 0.0796153846153847, 0.20596588216349, 0.258230769230769, 0.447726138822178, 0.606846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.031310774749032, 0.0372692307692303, 0.0616165437324947, 0.0610384615384614, 0.0931239042269036, 0.0956923076923074, 0.20578203554695, 0.271615384615385, 0.44850053940453, 0.608423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0393167218290718, 0.0402692307692308, 0.0448714402916394, 0.0566153846153846, 0.0821234811357029, 0.0948846153846155, 0.204800965292196, 0.280653846153846, 0.450994170182345, 0.611307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0271130113527688, 0.0403461538461534, 0.0675103296939409, 0.0732692307692303, 0.0777650208097343, 0.101961538461538, 0.201545890937637, 0.282115384615384, 0.452017589855154, 0.612692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669152851343802, 0.0611538461538464, 0.0709630889970272, 0.0740000000000004, 0.0784046015133134, 0.0961923076923075, 0.201735287329327, 0.283615384615385, 0.451958738756606, 0.612307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0320976395010357, 0.0395384615384615, 0.0502616538342479, 0.0640769230769228, 0.0741315359033156, 0.0857307692307691, 0.207873915187511, 0.278730769230769, 0.447858837650368, 0.607538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380655305412212, 0.0472307692307694, 0.0440495001281333, 0.0590384615384615, 0.0760373187727835, 0.0870769230769231, 0.21030354618613, 0.282307692307693, 0.443347476157681, 0.60523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0335469590505374, 0.0399615384615383, 0.0531864644435029, 0.061, 0.105745740048768, 0.0891923076923079, 0.203292956478689, 0.279115384615385, 0.436029018088688, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0416149566308151, 0.0447307692307691, 0.0521892561887832, 0.0619615384615381, 0.098690760225292, 0.0881153846153846, 0.204312163123002, 0.2785, 0.436401642808726, 0.600076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0268092980426283, 0.0364615384615385, 0.068255143508637, 0.0587307692307691, 0.160992995547585, 0.172769230769231, 0.205075415771482, 0.277615384615385, 0.437208867529187, 0.598923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669060075490523, 0.044576923076923, 0.0715094829644725, 0.0656153846153846, 0.166308129224503, 0.187923076923077, 0.204796664636302, 0.280076923076924, 0.438967153142991, 0.601192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0390109452096948, 0.045576923076923, 0.13468902645039, 0.160576923076923, 0.144746058801134, 0.196307692307692, 0.186729158037888, 0.274461538461539, 0.433656148791431, 0.595846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0677865427988137, 0.106846153846154, 0.074999989743589, 0.129038461538461, 0.0891622979998573, 0.160653846153846, 0.144498863450415, 0.239807692307693, 0.427830318629316, 0.573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515392606137825, 0.0731538461538462, 0.0593153761359887, 0.0979230769230769, 0.0766076617979808, 0.128576923076923, 0.124348523853785, 0.209346153846154, 0.419424860786952, 0.556423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0483533309647291, 0.0662692307692309, 0.0584013698469482, 0.0920000000000001, 0.0858825047107068, 0.136269230769231, 0.116712322202269, 0.202615384615385, 0.415664117361048, 0.551538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0389650928593588, 0.0620384615384616, 0.0533347772240444, 0.0909615384615388, 0.0807946780425539, 0.1275, 0.107339002876222, 0.185307692307693, 0.410594173588247, 0.547846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347206212280475, 0.0598076923076924, 0.054227852622061, 0.0825, 0.0717626536684541, 0.109038461538462, 0.0989815833685935, 0.173923076923077, 0.408785061069808, 0.540884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.031799298492504, 0.0493461538461538, 0.0530775484912987, 0.0718846153846156, 0.0717790734449494, 0.0976538461538464, 0.0983271853793008, 0.168653846153846, 0.409290147224906, 0.541769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0476338599673034, 0.052769230769231, 0.0529733750249929, 0.071538461538462, 0.071791878692189, 0.104076923076924, 0.0955352613114454, 0.167115384615385, 0.409542080114627, 0.537653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0241725845981322, 0.0460769230769231, 0.0377977003777502, 0.0638846153846156, 0.0551594053630027, 0.0960000000000004, 0.0910294711364654, 0.165269230769231, 0.415342900042104, 0.537269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324295449338321, 0.046346153846154, 0.0415290815620169, 0.0712307692307696, 0.0476648556227596, 0.0885384615384617, 0.0868588598731385, 0.164307692307692, 0.416257686461718, 0.541692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302483311682075, 0.0471923076923078, 0.0338850772691824, 0.0620384615384613, 0.0371636091647976, 0.0804230769230764, 0.090365454597514, 0.163653846153846, 0.412722793913039, 0.537769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239466393980767, 0.0391923076923074, 0.0242403668416009, 0.0506538461538461, 0.0434693172072157, 0.0773076923076924, 0.0863232654262232, 0.162115384615385, 0.412175877321992, 0.536076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0166691331508274, 0.0365000000000002, 0.0288576612944398, 0.0537307692307692, 0.0409737063906187, 0.0767307692307696, 0.0823355610619411, 0.161230769230769, 0.41151079993305, 0.532538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0260485050508584, 0.0407307692307692, 0.0404822658228742, 0.0565769230769234, 0.0558691465700124, 0.0801923076923077, 0.0889183982000442, 0.161192307692308, 0.410436638040702, 0.533923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0285649866364132, 0.0390384615384615, 0.0332855246893623, 0.0546153846153848, 0.0478020437284364, 0.0716538461538458, 0.0820395870671832, 0.157576923076923, 0.410439368707018, 0.532346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203376119920328, 0.0365384615384619, 0.0366182804284757, 0.0534615384615386, 0.0456173381343271, 0.0663076923076923, 0.075161129479376, 0.153346153846154, 0.407355697904651, 0.527769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0248224464175845, 0.0360769230769231, 0.026367491639984, 0.0437307692307692, 0.0372995359839147, 0.062153846153846, 0.0708716716760225, 0.153923076923077, 0.404454687012222, 0.526923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0172788888531642, 0.031, 0.0243720205279615, 0.0443461538461537, 0.0345658123673575, 0.0663461538461537, 0.0725150064045105, 0.153115384615385, 0.405399808356374, 0.525730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0175299304487627, 0.0304615384615383, 0.0235898609250142, 0.0428076923076921, 0.0353544687633467, 0.0695384615384615, 0.0755573037756524, 0.153884615384616, 0.406135081734372, 0.524769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0224701169077093, 0.0318846153846151, 0.0286572584442134, 0.0459615384615383, 0.0387555852054303, 0.0733461538461536, 0.0796359118836379, 0.159961538461539, 0.406679113722923, 0.524692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263779919921599, 0.0350384615384614, 0.031647967488511, 0.053923076923077, 0.0400780968379717, 0.0754230769230766, 0.324621009794498, 0.271, 0.400011276764121, 0.533692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0216956571336655, 0.039692307692308, 0.0293415169237148, 0.0562692307692309, 0.0469861026916881, 0.080423076923077, 0.333480646422639, 0.287307692307692, 0.401941719847351, 0.537884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.018982258923694, 0.0386153846153845, 0.0305518474828509, 0.0538461538461538, 0.0603185390559665, 0.0826153846153845, 0.33435335523043, 0.286615384615385, 0.402280393984862, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0225220917186796, 0.0367307692307691, 0.0348398533954347, 0.0551538461538462, 0.0505174608046951, 0.0794230769230771, 0.35159675547641, 0.291961538461538, 0.404139678824043, 0.539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.025118917174114, 0.0410000000000001, 0.0402158981192568, 0.0570384615384616, 0.0504291734858059, 0.0853076923076923, 0.377568449219679, 0.302423076923077, 0.404707691284235, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0290457464117442, 0.0391538461538457, 0.0415670727675347, 0.0596923076923076, 0.0500799361021957, 0.086, 0.394690687072217, 0.306461538461539, 0.405771568932382, 0.540384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035084184471069, 0.0434999999999999, 0.0428569175818253, 0.0646538461538461, 0.0448639653242489, 0.0828461538461542, 0.397146491089391, 0.304846153846154, 0.406468763110544, 0.540846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0307241824075987, 0.048846153846154, 0.0311434398574383, 0.0619230769230774, 0.0342614382921409, 0.0776153846153851, 0.396113350133325, 0.307115384615385, 0.407581061309848, 0.541192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0208582025923767, 0.0412307692307696, 0.0258356045320889, 0.0549615384615389, 0.0403564883735715, 0.0773846153846156, 0.396965264901681, 0.306307692307693, 0.406608040330659, 0.539461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.021041972706584, 0.0407307692307694, 0.0265715000589847, 0.0547307692307694, 0.0454473998579263, 0.080115384615385, 0.397249901970265, 0.307269230769231, 0.406930198134577, 0.539884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239469927451957, 0.0394615384615382, 0.0350053402519364, 0.0585769230769228, 0.046560134813445, 0.0803846153846157, 0.397652101523623, 0.306923076923077, 0.407266376636301, 0.539307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0231745218189813, 0.0404615384615383, 0.0338668206134199, 0.0578076923076926, 0.0673559659855474, 0.0951153846153853, 0.393244963780163, 0.306807692307692, 0.404455533355076, 0.537961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347585075363414, 0.040923076923077, 0.0424544642936594, 0.0573076923076925, 0.329098900262286, 0.218384615384615, 0.393155261951306, 0.3075, 0.40560968164746, 0.536576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0219125885842262, 0.0368076923076927, 0.0589141356943763, 0.0633461538461541, 0.318514071661133, 0.237576923076923, 0.383267145233432, 0.305769230769231, 0.39801128704521, 0.533230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0578586207924108, 0.0495000000000002, 0.30747468938985, 0.205730769230769, 0.31159707710686, 0.237461538461538, 0.377889092398612, 0.310384615384615, 0.392576891047621, 0.530153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.182147484621244, 0.134115384615384, 0.195951673791112, 0.170461538461538, 0.200263522543519, 0.189038461538461, 0.235209382989187, 0.255576923076923, 0.29910347064828, 0.480615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894042590622025, 0.0958076923076919, 0.0983952469145971, 0.116230769230769, 0.131647735088174, 0.148615384615384, 0.178058590184416, 0.220692307692308, 0.285607748763661, 0.463115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0424834628459665, 0.0607307692307697, 0.0761245942265304, 0.0899230769230774, 0.122858693064588, 0.126461538461539, 0.156864924745416, 0.193730769230769, 0.285617229064463, 0.454192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0641659866763843, 0.0679230769230771, 0.101030597041003, 0.0983076923076919, 0.121589580778315, 0.123115384615385, 0.155338642475573, 0.193423076923077, 0.282317739708021, 0.454115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0517693107783129, 0.0576923076923072, 0.0741276342118525, 0.0818846153846153, 0.107342815316164, 0.117, 0.13365475616735, 0.174923076923077, 0.28649287278019, 0.453384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0366422412818023, 0.0534230769230768, 0.0486407236788276, 0.0680000000000001, 0.0874099536666163, 0.1015, 0.123403328717104, 0.166307692307692, 0.282194270235677, 0.451384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0435827771205381, 0.0484615384615385, 0.0840280996956471, 0.0781923076923077, 0.0953771219140912, 0.100346153846154, 0.124964708864297, 0.161461538461539, 0.288019895146151, 0.4525 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.054478845576835, 0.0562307692307688, 0.0600240464634478, 0.0706153846153841, 0.0678990766902221, 0.0902692307692308, 0.103034370665626, 0.153807692307692, 4.28857016749621, 1.28280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0409529561251034, 0.0462307692307691, 0.050964844595225, 0.0658461538461542, 0.0553469615592963, 0.0843846153846158, 0.0920565378115333, 0.146384615384616, 4.28719255672772, 1.28853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.03388353355472, 0.0495769230769233, 0.0439935834482191, 0.0656538461538466, 0.0739567545154705, 0.0968076923076927, 0.0915490368810409, 0.145115384615385, 4.28635298539266, 1.29334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0312907949108656, 0.0400769230769232, 0.0442926109482766, 0.0583461538461537, 0.0624527390543011, 0.0852307692307691, 0.0834861941603795, 0.139230769230769, 4.28645431545252, 1.29203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0242768645802161, 0.0386153846153844, 0.0437805190256329, 0.0595769230769227, 0.068486944292044, 0.084307692307692, 0.0877689361553742, 0.144115384615385, 4.28642719074271, 1.29069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370439447974135, 0.0455769230769228, 0.04396321889244, 0.0617307692307691, 0.0675190799244639, 0.0841153846153846, 0.0885611566181162, 0.141961538461539, 4.28630131178206, 1.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035605984803768, 0.0428846153846155, 0.0643018004293937, 0.0661923076923076, 0.0655304978910291, 0.0793846153846154, 0.0935500935328231, 0.1415, 4.28608595645886, 1.29188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0501621371155575, 0.0439999999999997, 0.0503548026889801, 0.0546153846153842, 0.0501102169837032, 0.0690769230769229, 0.0972736662917879, 0.141384615384615, 4.28590869226837, 1.29303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0253735173875315, 0.0351538461538459, 0.03236172953446, 0.0501923076923075, 0.0444499545729628, 0.0689615384615382, 0.110057446537985, 0.148192307692307, 4.28518649589669, 1.29623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0281776780175647, 0.040692307692308, 0.0336498714136298, 0.0530769230769228, 0.0549904047574171, 0.072230769230769, 0.118079067382183, 0.150115384615385, 4.28496851581648, 1.29730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0198682196949332, 0.0331153846153842, 0.0343125901988442, 0.0509230769230765, 0.0494967287186346, 0.0736153846153842, 0.137579118496063, 0.154423076923077, 4.28507589682359, 1.29619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0294479462520145, 0.0363076923076922, 0.0467052294881252, 0.0525384615384612, 0.0560765548157157, 0.0704999999999997, 0.135883553088665, 0.1565, 4.28473233290195, 1.29773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0289486813835477, 0.0371153846153847, 0.0342655018259564, 0.0502692307692306, 0.0456788791456181, 0.0689999999999999, 0.164950248909739, 0.233769230769231, 4.28335357329349, 1.30292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250838593521816, 0.0350000000000003, 0.0406679802225853, 0.0532692307692306, 0.0526548704738256, 0.0718461538461537, 0.171345808684795, 0.242115384615385, 4.2832626047837, 1.30330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324509570796393, 0.0377692307692307, 0.0427368513292506, 0.0529615384615382, 0.0502266248732067, 0.072076923076923, 0.168945512381496, 0.247115384615385, 4.28309317720446, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345060083954178, 0.0412307692307694, 0.0417902454573389, 0.054769230769231, 0.0476405128177524, 0.0775384615384614, 0.167109305545802, 0.248, 4.28283999521525, 1.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302707017529387, 0.0386538461538463, 0.0338008648045939, 0.0535384615384616, 0.0650980443993167, 0.0883461538461539, 0.166279565329459, 0.249576923076923, 4.2826150134989, 1.30707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239474103305229, 0.0369615384615381, 0.0329729259568177, 0.0545769230769224, 0.0600664759950299, 0.0836923076923075, 0.159590051743161, 0.245230769230769, 4.28303952603037, 1.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0240469092848505, 0.0375769230769228, 0.048326581314412, 0.0645384615384613, 0.06248742642755, 0.0880384615384613, 0.151953135487938, 0.248346153846154, 4.28256184525822, 1.30696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0453828330810401, 0.0531923076923075, 0.047809686820206, 0.0663846153846154, 0.0676340492310242, 0.0912692307692305, 0.148931372941211, 0.245076923076923, 4.28237981950008, 1.30803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0268541359083592, 0.0467692307692308, 0.0496781177644178, 0.0673461538461537, 0.0736033026014872, 0.0936153846153842, 0.143301854623245, 0.243307692307692, 4.28236780369854, 1.30661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0362998622586915, 0.0460000000000003, 0.0522378583610947, 0.0639230769230771, 0.0721981035335837, 0.0843846153846156, 0.141950435553563, 0.240615384615385, 4.28212232372974, 1.30765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325292767542386, 0.0449230769230773, 0.041250473190759, 0.0601923076923079, 0.0681457713570415, 0.0806153846153851, 0.145521222348654, 0.238884615384616, 4.28155358952799, 1.3105 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0286286569716427, 0.0410000000000002, 0.0422006926665719, 0.0524615384615387, 0.0609546237281978, 0.0768846153846157, 0.14603750835369, 0.237923076923077, 4.28115628755381, 1.31296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027931454560158, 0.0366153846153848, 0.0566898172921329, 0.0541538461538463, 0.13371432809711, 0.177807692307693, 0.14361251820303, 0.240346153846154, 4.28111805903372, 1.31334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0460463311826759, 0.0387692307692308, 0.0491381255708382, 0.0586538461538464, 0.139389813114159, 0.187, 0.143895774247036, 0.238923076923077, 4.28087814373855, 1.31380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0353095541657574, 0.0422692307692308, 0.130389499341249, 0.168307692307692, 0.132836191778272, 0.191576923076923, 0.142282730451082, 0.235846153846154, 4.28051544487882, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894723334977828, 0.124461538461539, 0.0977627032863056, 0.144884615384615, 0.0952758020776448, 0.161961538461538, 0.115311491188, 0.2095, 4.28195554408712, 1.30880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370249188437278, 0.065269230769231, 0.044813339360233, 0.0866538461538461, 0.0738456602547606, 0.121307692307692, 0.0897098914021449, 0.176769230769231, 4.28346038833809, 1.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0298298766082186, 0.0596923076923077, 0.0567130021722058, 0.0857307692307692, 0.06587210218411, 0.103576923076923, 0.0905063788657162, 0.165730769230769, 4.28494054388335, 1.29176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0539246340168027, 0.0591153846153845, 0.0580762893495732, 0.0778461538461535, 0.0642018571502293, 0.096961538461538, 0.0958506931879756, 0.153346153846154, 4.28582005868009, 1.28884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0303140485330073, 0.0523076923076922, 0.0365893637340353, 0.0626923076923075, 0.0500857111513702, 0.0835384615384618, 0.0893511310246528, 0.148769230769231, 4.28605546178983, 1.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263364035860281, 0.043384615384615, 0.0361170958880225, 0.0602692307692304, 0.0465496922240511, 0.0799230769230772, 0.092356275035655, 0.145807692307693, 4.28654461237092, 1.28507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0218471614068844, 0.043538461538461, 0.027329921613218, 0.0557307692307694, 0.0491399414545225, 0.0805769230769238, 0.102307357431493, 0.146653846153847, 4.28705493101482, 1.28230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0232466374739697, 0.0396153846153851, 0.0346032457348244, 0.0557692307692312, 0.0531875780755107, 0.081961538461539, 0.102541886375952, 0.149961538461539, 4.2851880518829, 1.295 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278183392746583, 0.0385, 0.0436650361801685, 0.0606538461538465, 0.0511356566850901, 0.0808461538461541, 0.0991451150897209, 0.153076923076924, 4.28524665639609, 1.29488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.032680857723421, 0.0449615384615385, 0.0370729219034804, 0.0601923076923075, 0.0542991287647914, 0.0903461538461539, 0.0980634410039673, 0.151961538461539, 4.28392232943308, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0251305820435213, 0.0418846153846155, 0.0353850033423547, 0.0585384615384618, 0.0539295409271712, 0.088346153846154, 0.103007273828301, 0.155538461538462, 4.28330000044897, 1.30757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255627433221447, 0.0424230769230773, 0.0444638487555211, 0.0680769230769233, 0.0483230316165638, 0.0833461538461544, 0.117948698104792, 0.161153846153847, 4.28197645234786, 1.31553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345869917743655, 0.0495, 0.0443977996682789, 0.061730769230769, 0.0521400628485061, 0.0788846153846155, 0.117853390016841, 0.162692307692308, 4.28197186136696, 1.31669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0327725260170536, 0.0369615384615384, 0.0364869628982528, 0.0495384615384618, 0.0423348737858231, 0.0671923076923079, 0.111376865433743, 0.151615384615385, 4.28244342330943, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0185298096631847, 0.0310769230769229, 0.0222803466345084, 0.0425769230769229, 0.0309115114231174, 0.0601923076923078, 0.112399562002979, 0.147692307692308, 4.28255067292307, 1.31688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0146594679303174, 0.0294999999999998, 0.021953237013812, 0.0432307692307692, 0.0353103166445513, 0.0594615384615386, 0.11076603894974, 0.149346153846154, 4.28259228056308, 1.32019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0189397831195442, 0.032653846153846, 0.0248785356976958, 0.0433076923076922, 0.0369682816229513, 0.0625769230769232, 0.113466850462354, 0.154615384615385, 4.28202929480153, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0173258366431352, 0.0297692307692306, 0.0283985102534514, 0.0423461538461537, 0.0520483798609894, 0.0659230769230771, 0.129115476043138, 0.164384615384615, 4.28189249909969, 1.32657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0259418284154853, 0.0314615384615386, 0.033528518286103, 0.0451923076923078, 0.0726699705200478, 0.0677307692307693, 0.129933284656159, 0.167461538461538, 4.28194599919242, 1.3265 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0209509316848087, 0.0303076923076921, 0.0359936960292514, 0.0491153846153846, 0.062627261205915, 0.0744230769230769, 0.183484662951598, 0.229692307692308, 4.28253276533337, 1.32438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:14 Duration: 3s889ms 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-16 00:00:00', 6.32448146543781, 12.46784, 8.50645385908054, 17.84144, 9.55305747514026, 23.67204, 28.9595908553626, 81.09848, 55.9519223161874, 159.60672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.2661855760369, 13.50556, 9.15973230267495, 18.15076, 19.2796545173922, 26.53768, 30.1653973738675, 84.11616, 55.5590535939013, 160.0468 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.91954937146492, 13.23264, 9.73455073556729, 17.88276, 19.0759395288061, 26.94836, 30.2787139765986, 84.19208, 55.39612926198, 160.48672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.76564254521155, 12.39416, 17.6909109334897, 19.34036, 16.6136453618705, 30.92572, 29.9109537999599, 84.30316, 56.7637587565047, 161.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.7160436224685, 13.69668, 15.4668288828059, 20.01576, 15.9701960170604, 34.27436, 31.693124426443, 84.61892, 56.4620851828021, 161.10976 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39584265832276, 14.3302800000001, 10.611850747003, 25.75488, 13.6333999462106, 36.63052, 30.955248206995, 84.85716, 57.044319824589, 161.4352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.02306630106056, 21.42916, 11.085720997752, 29.33104, 10.3413469706159, 37.221, 31.3327804450334, 84.3638, 57.2015426816445, 162.03692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.99156232349633, 17.64516, 6.81827700620421, 23.6546, 10.2724088479771, 33.79104, 30.1850359500641, 82.64884, 57.4910953157675, 161.34924 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.55392800937622, 15.3262, 6.43580173120133, 21.30956, 10.3244226960478, 32.8274400000001, 28.1023172368994, 81.1598, 57.3511744456031, 161.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.88890366442216, 14.83304, 9.05106761658533, 23.7092, 8.42217928309931, 30.9557200000001, 27.901873369722, 79.41104, 57.288178433891, 161.32624 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.09832789432199, 15.97524, 6.68689316324603, 22.4395200000001, 7.35255528710934, 27.2732000000001, 26.9512290860732, 79.144, 57.6223559418854, 160.89172 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.12113683602908, 14.32992, 5.77713717366429, 18.30644, 24.6741391628293, 54.5245200000001, 27.7619158156758, 77.82056, 59.1433571053419, 160.65576 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.18042051639308, 11.92832, 6.23837024977943, 16.2760400000001, 25.7809385640503, 59.10608, 27.9978156930739, 76.7204, 58.9454656581827, 160.45692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.3443604007714, 11.6255200000001, 25.3337616138359, 49.58656, 26.5291250122703, 62.3488, 28.1460097484527, 76.01348, 59.8351664933757, 160.12496 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.5880733628103, 24.2944347826088, 15.2203730145998, 37.4886086956522, 15.7894742498589, 45.4342173913044, 20.4134603152792, 66.127956521739, 53.4528591512806, 164.389913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.8978250121778, 17.5702173913044, 12.1034092410741, 26.8694347826087, 9.09022764795801, 34.363652173913, 18.9511250788691, 58.6891304347825, 51.6560918076266, 162.209739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.0606454431155, 15.9541304347826, 9.42025173186467, 21.8156521739131, 12.360598017403, 33.6004347826087, 21.1212610897115, 57.2442608695652, 51.9584277649197, 162.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3060995750377, 13.2552173913044, 10.2049877665877, 22.7570434782609, 13.5843881925251, 32.5542608695652, 21.5636379316164, 55.2541304347826, 51.0180268768125, 162.648695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.83227543819282, 13.1327391304347, 10.6791564016356, 21.5107826086957, 15.2900026785181, 30.486, 20.8056446873849, 54.0376956521739, 51.5098760124521, 162.433 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.80250760524149, 13.3040869565218, 10.0459942808519, 20.092, 12.8783716779373, 32.0304347826087, 19.9241365864475, 51.7725217391303, 52.2815039449616, 162.863739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.60580008131297, 14.0636956521739, 8.49282076820126, 20.7806521739131, 11.5128212510272, 30.5103913043478, 19.6473598663884, 51.3400869565217, 51.5800239738821, 163.946652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52353115810397, 10.867, 6.99722679425764, 20.0049130434782, 8.74266786463401, 25.9171304347826, 19.3901993436112, 49.438304347826, 59.8604181855739, 174.36152173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.60031747516644, 13.4917826086956, 7.20403630110702, 17.9571304347826, 9.62659498862909, 26.9715652173913, 18.7426365512775, 48.5955652173913, 63.4379557486306, 175.581739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.45165631826516, 11.8556086956521, 8.94156633779125, 17.3198695652174, 11.9710213944048, 26.4440434782608, 17.5223594245288, 48.2435652173913, 63.8827552798891, 174.194826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.98754178992823, 12.5558695652174, 8.75739218452152, 19.1803478260869, 11.9719153235326, 24.3528260869565, 24.2380319355898, 49.9632608695651, 63.487785667547, 175.082173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.96643682869686, 10.6243913043478, 7.41163764021706, 16.3603478260869, 11.8693031719036, 22.9348260869565, 25.3466732807909, 49.9883043478261, 64.6805887485397, 175.910304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.46390941007533, 10.9850434782608, 6.55209858062871, 13.7890869565217, 16.1505692776475, 23.9289130434782, 23.794504066003, 52.1587391304348, 66.2391845584499, 176.175173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.56408784416177, 9.51791304347827, 9.86575601137018, 16.2543043478261, 13.8652538409904, 25.0384347826087, 23.4141167551314, 54.5218260869565, 66.1679640822843, 175.953608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.18997095174112, 11.0287391304348, 13.0091771810847, 16.9227391304348, 12.0106186022821, 24.7478695652174, 24.4732670041763, 53.8436956521739, 66.3764203914032, 174.821391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.4278110080011, 12.1002173913044, 11.9118471342692, 16.9211739130435, 12.2279051378103, 24.6001739130435, 25.2505420139845, 54.788, 66.1622608247832, 175.063086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.04548006541615, 10.0566956521739, 6.19470899187942, 15.7996956521739, 8.13297872472062, 22.3198695652174, 25.2328578733076, 54.958, 65.8336581093238, 175.541347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.24168103560233, 9.83882608695653, 7.83355741957949, 15.5738695652174, 8.25422061544144, 20.5991739130435, 26.2397154168657, 55.2983913043479, 66.7181128667323, 176.319956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.24003432915765, 10.4650434782609, 6.44060404300211, 14.8954347826087, 11.3575369588107, 20.5820434782609, 26.1187055740068, 57.1939565217392, 66.1449131149792, 177.40252173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34233615173936, 9.2740434782609, 9.0230278098711, 13.9456956521739, 12.7019604459297, 20.4115217391304, 36.2008133728747, 81.9493043478261, 65.6961724301224, 177.779173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.03001211829671, 9.38373913043478, 10.9954713259524, 14.2390434782609, 10.8772738423332, 19.8571739130435, 34.5477479265214, 83.7746086956522, 64.5466325330433, 178.924086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.28942665106018, 10.1540869565218, 8.65940271311058, 14.2845652173913, 12.6809401195734, 24.052043478261, 34.3205318271327, 85.5005217391305, 64.022514183832, 179.694347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.52632244954341, 9.83747826086961, 7.67241768482622, 14.835695652174, 22.7167000899401, 26.9473913043479, 34.5317314765246, 85.243695652174, 64.2707844079027, 179.661043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.50490695839201, 9.84556521739136, 10.7988783254075, 17.4447826086958, 22.0603455525345, 31.3515217391306, 35.175564852939, 85.6312173913044, 64.0460137114873, 179.489173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.74718922067059, 12.2406086956523, 20.1506486831511, 20.0145217391305, 22.5390256744991, 36.8390869565218, 34.5178283562398, 86.1916086956522, 63.4195852049911, 179.839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.2515398510107, 14.1018260869566, 14.8415560002946, 25.0646521739131, 16.8691818708583, 37.4719130434783, 33.6067285635933, 84.9902608695652, 63.4404026996649, 178.253173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5238904399511, 19.8580869565218, 13.9964577278986, 29.1552608695653, 15.4613539078578, 36.5301304347826, 33.4080654287509, 84.1183478260869, 63.8009644853808, 177.793913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.4141724188704, 17.0465217391304, 9.94156184733697, 25.002652173913, 13.6145139386817, 33.8248260869565, 31.8321650757079, 83.6079565217391, 60.8214661267412, 176.58052173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.65896016559572, 14.3970000000001, 9.05916680504231, 21.4602608695653, 11.6126498050217, 29.8106956521739, 31.6235535428245, 82.3883043478261, 56.6600064575601, 176.709043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.51288546433303, 15.0027391304348, 9.71553511247519, 22.1923913043479, 11.8341303043058, 27.9218260869565, 31.0926840756418, 79.6081304347826, 56.7970805576618, 176.009347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.566709681482, 13.9323043478261, 8.86081708885883, 18.2731304347826, 11.7683144018869, 25.5430434782609, 33.8622163921404, 77.8084782608696, 56.7510206650219, 176.176608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.0550845718676, 10.9319565217391, 9.1886070931481, 16.3523043478261, 29.1363438706746, 57.6378260869566, 34.2204028499006, 76.5901304347826, 56.4992246313931, 176.565695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.07919265902238, 10.8873913043479, 8.72417747779302, 16.7678695652174, 28.1812536634458, 58.4869565217392, 34.2840293669861, 75.963, 56.3589259756645, 177.246304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.58226646739667, 11.975347826087, 29.6093578381055, 54.1253043478262, 29.0633411481827, 59.9371739130436, 33.7564055392284, 76.9382608695652, 55.8478765811248, 178.400434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 25.2235667896777, 37.21052, 26.3465475434638, 42.50972, 25.027069778009, 49.45656, 28.2272192509287, 68.07484, 54.8368828600483, 174.24616 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 17.5841735823248, 24.77464, 18.0868150780248, 31.4732000000001, 18.9021752441352, 40.4297200000001, 22.7530148203852, 61.9422, 55.0783620512024, 170.70908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.869305954997, 20.57112, 10.3111131637989, 27.6584800000001, 18.0260456236709, 39.7650800000001, 19.9889327462307, 59.4624, 55.1265005565079, 171.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.3801384781498, 20.1950400000001, 9.81931389354673, 28.7014400000001, 17.2463810839647, 36.4010800000001, 19.7363790217456, 55.93416, 54.9797545801179, 170.48076 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.11541642123195, 17.99976, 15.5933094089527, 24.52164, 15.3463224718497, 30.45092, 18.0366495444691, 51.57796, 55.3737782955675, 168.17432 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 11.5527692859043, 16.54856, 11.2005056503416, 21.53364, 14.9955041820318, 28.87244, 15.5623185210302, 48.0356, 56.107741513538, 166.6984 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.71709964142659, 14.70668, 6.23064659913669, 19.64172, 8.99214060110268, 27.34956, 14.1458660466583, 46.80228, 57.0949769221718, 166.75908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01099425580613, 14.80512, 8.70979573851576, 20.63916, 8.40096529334573, 26.96288, 13.9606716908607, 46.57932, 60.3906111921105, 180.33764 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.3322207824005, 14.6754, 9.25781176304634, 21.9701600000001, 10.232288479449, 27.76488, 14.975233047491, 46.0409200000001, 62.9327226264418, 183.67848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.66521790048714, 15.6461200000001, 5.68307123305695, 18.80184, 10.1410460518955, 26.19788, 16.2821492619985, 45.23744, 62.3225315694359, 183.59516 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.78182393164998, 11.6048000000001, 9.53573673521524, 18.9902000000001, 10.3033970776633, 23.24044, 16.7093027649271, 47.33184, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.64639966899368, 13.65968, 7.11197453548119, 17.74572, 9.22569071705016, 24.19704, 19.204343205119, 51.31976, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.37322942572189, 11.71312, 5.60647190664501, 15.37564, 9.96694045114473, 23.30504, 16.4854453357095, 50.9914, 62.1545805985099, 182.59672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.94300639793234, 11.4638, 8.22906039593829, 17.6690000000001, 9.93394826206242, 23.7143600000001, 14.951332942584, 52.6624800000001, 61.9868223678226, 182.55848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.11737478634972, 13.53212, 7.55764246464017, 18.09396, 10.3172392880395, 23.74288, 18.0248693800168, 54.9432, 61.9600901764461, 183.95656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.78035236469197, 12.31228, 7.65345276612679, 16.6150800000001, 8.95629660574059, 21.71316, 17.3334225584562, 54.79556, 62.3485393199124, 184.62592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.51873405622469, 11.4878, 7.0446297745162, 16.10908, 8.93007650620453, 20.59464, 17.6590675171897, 54.63892, 62.3459960461777, 184.22936 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.22066543198292, 11.5452, 7.10676176773456, 14.79664, 8.66466066309961, 20.74836, 17.4922735491034, 54.4008, 62.7267208260563, 183.87144 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.15619045193895, 10.77668, 6.55461545859092, 14.41832, 8.4944908111081, 22.86184, 17.938166408248, 55.06144, 62.6709917645849, 183.91344 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.83602243128649, 9.42447999999998, 8.24693122460307, 14.94504, 8.88584425045436, 23.2097200000001, 30.1572985382201, 74.62604, 61.6978966895685, 185.2354 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.87355030709703, 11.10528, 6.43034476136388, 17.4270000000001, 8.39353613363682, 24.0479200000001, 33.1999214892144, 78.2188400000001, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14870300593594, 12.1133200000001, 7.59470062565561, 17.0635200000001, 9.54138565024317, 24.0557200000001, 37.4548171293093, 83.25476, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.03230100848508, 11.79924, 6.12300350400031, 16.3230800000001, 9.16186226575505, 26.49648, 39.9830961343665, 84.71636, 61.7264267548889, 185.03352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14960826892038, 11.8896400000001, 7.17846469007588, 17.37284, 11.3291311248186, 31.44172, 40.7378292118435, 86.08432, 61.7482596783639, 185.11884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.42626514757837, 11.43136, 6.79872092749809, 19.1326, 12.3339685946306, 33.24028, 43.7950059824937, 87.44656, 61.7492345472125, 185.1224 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.67286105417715, 14.0140399999999, 9.34238707308433, 25.91316, 13.6435217542978, 36.12888, 44.05963345278, 87.93908, 61.7385751954697, 185.0824 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.44709257521044, 21.42556, 12.5353202827052, 28.50244, 14.7922589318423, 39.0911600000001, 43.853736859018, 89.1832000000001, 61.6863393907165, 184.72248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 9.70372248194812, 19.7095600000001, 9.58865010885264, 26.84308, 13.315920230436, 35.645, 43.2714983110515, 89.3332000000001, 60.6194525847658, 183.40252 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.55864196484481, 18.7200800000001, 13.3491608092045, 25.7676800000001, 15.3955319030122, 32.61292, 40.352223897492, 88.3488400000001, 57.2242693904722, 181.63276 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 13.5035891138863, 17.26504, 12.7743691640723, 23.49896, 15.1856598043461, 30.78112, 40.135158914473, 88.88344, 57.901627616818, 181.95452 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.4207286136815, 16.61856, 14.9302712792948, 24.1721599999999, 14.8278943130844, 30.04452, 43.4290844232295, 90.33456, 57.8445049648336, 181.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.59220824155298, 16.5516, 6.66179454726722, 20.70056, 29.9162504589618, 57.37824, 42.7415143436683, 89.40516, 56.8571971176619, 180.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.0285815219933, 12.75196, 8.2099705135483, 18.0428, 33.257354801858, 59.8386, 40.7824423925297, 86.675, 55.7907459828539, 178.65336 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01042751446734, 13.07664, 28.6732404250607, 50.04416, 35.4109306982557, 63.4692, 40.0670183603672, 85.76396, 56.8898310282837, 177.78948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 28.53303705359, 36.5443076923077, 30.3833373431, 46.1887692307692, 31.2527513461061, 56.2583076923077, 36.7174598072277, 79.2741538461539, 52.8708044601031, 172.054461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.7371586844652, 24.8018461538462, 14.0706054178971, 33.3768846153846, 16.6259308099866, 41.9285384615385, 30.510342076392, 64.9345384615385, 55.4246395079356, 165.584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.8295204957804, 19.2129230769231, 10.0609968037274, 27.5017307692308, 12.4977909053498, 33.9170769230769, 29.8572665852823, 57.9947692307693, 54.66158716068, 162.211269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.08397795766015, 18.3777692307692, 7.94832723001417, 24.4126538461538, 9.95745713353337, 30.8276153846154, 30.328605586577, 54.9951153846154, 54.4414870011267, 161.511576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93683122026635, 18.0785384615385, 8.62604678544093, 22.4202307692308, 10.1947399034993, 30.0345000000001, 31.1970991514374, 54.1967692307693, 54.0051025364769, 161.244846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34031493430365, 13.9061153846154, 8.29409067673163, 20.0549230769231, 10.0613564422726, 27.9394615384616, 32.1239801082282, 52.412076923077, 53.8219360564216, 160.484692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.74404910628244, 15.7681538461539, 7.30527711768375, 21.0866153846154, 10.3123931607332, 28.2873076923077, 31.6643495836223, 52.0510769230769, 53.9208180309438, 160.526615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.8036953352683, 14.3002307692308, 8.11625800097933, 19.6065384615385, 17.33342394606, 29.9114230769231, 30.6641252154069, 50.8091153846154, 57.5172837041314, 160.733307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.339569624315, 14.8006923076924, 8.8018387349112, 20.5033461538462, 28.0989410806501, 31.2184230769231, 30.6918776336421, 50.2760384615385, 56.7661373355223, 162.385346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93651234954453, 14.1071538461539, 16.7688710453442, 22.9918461538462, 26.8445820019895, 30.1703076923077, 30.6001315429299, 49.6382692307693, 56.5574895632618, 162.491538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.2591030151236, 15.9518846153847, 26.2671953672549, 21.4343076923077, 25.5111446618622, 27.7809615384616, 30.5929139547304, 48.2488076923077, 57.0380954403822, 162.148884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.1833530359259, 13.2626153846154, 13.6059545962562, 19.3936538461539, 13.8940417990535, 25.300076923077, 30.175491645042, 49.1545, 56.3735092274868, 162.222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.5591433049606, 15.6862307692308, 11.2550947788785, 18.8388076923078, 29.2113817978804, 29.7996923076924, 27.2428263973924, 49.6940384615385, 55.9135977200675, 162.151807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.89933879893463, 11.7687692307693, 6.62181394297551, 17.2378461538462, 21.1117468811888, 26.7521538461539, 20.2977505417188, 50.6365769230769, 52.9328258994796, 163.302230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.06935820659813, 12.8260000000001, 21.9413617242728, 21.397653846154, 21.0947801666303, 26.5490384615385, 21.761374719478, 52.2798076923077, 51.7943259109157, 164.385615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 17.6126496172932, 14.1656923076924, 16.930632535278, 19.0887307692308, 16.2393192466736, 24.3866538461539, 18.8854443268231, 53.7203076923077, 51.0881159298475, 165.344692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.02988078813461, 12.4361538461539, 8.30735320331423, 16.4182692307692, 10.8984586284201, 22.6053461538462, 19.3760810303282, 54.5564230769231, 51.1612733309543, 165.227730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.68739022386027, 10.6990384615385, 7.02130344166948, 15.7135, 8.70906428957783, 21.023, 21.685386411094, 55.9770384615385, 50.8107275991838, 165.341038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.63505909504192, 11.2332692307693, 6.37337929974835, 15.0944615384616, 7.92950560492021, 21.2344615384616, 23.9557546873718, 58.6368076923077, 51.1039085939768, 165.461692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.19036036563039, 10.3039230769231, 5.46534742044404, 14.4451153846154, 6.47110428146061, 20.9746923076923, 38.2525621061065, 82.0661923076923, 50.4613420544876, 165.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.98821959684176, 11.2775, 7.40200117566966, 16.5087307692308, 8.25398867904756, 22.1729230769231, 40.8383354413284, 85.1004615384615, 50.2330530828672, 165.881115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.80254306542864, 11.8931153846154, 6.05469395745656, 15.4930384615385, 9.07691566566186, 23.4631923076924, 39.9452347095562, 85.0631923076923, 49.9860535765728, 165.381 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.03223205624182, 11.5816538461539, 5.4110695506099, 15.7248076923078, 9.28978763730113, 25.2518846153847, 40.3406560855842, 88.0038461538462, 50.0434251859784, 165.573230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.54168446012983, 10.8038461538462, 7.03620932922092, 17.1627307692308, 9.77794609957293, 29.5156153846154, 39.8830882844036, 90.3976923076923, 49.6245457994793, 165.036730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.35641651465431, 12.4749615384616, 7.92732836051241, 19.2471538461539, 9.52635957008025, 33.3195384615385, 39.6745811249469, 90.726, 49.5264969530919, 165.489730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.92396808195996, 14.926, 10.0222089152043, 25.2115, 15.4995406959243, 37.6892307692308, 38.4455814833622, 89.4330769230769, 49.0628087802219, 164.387269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.55940882331338, 19.6267307692308, 9.099218902741, 25.947, 14.6638041102783, 37.6442307692308, 36.7943802366402, 87.2750384615385, 49.2744762761069, 163.410269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.17995472745289, 16.5585384615385, 11.1751441922895, 25.7020384615385, 13.0969545263834, 34.1338846153846, 35.4529790023565, 83.7396923076923, 50.2800251862889, 161.689576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.2953577356091, 19.1348461538461, 11.5973257132841, 24.4675, 13.2268759819369, 32.5078076923077, 33.0824077374388, 83.9498846153846, 50.5024362196976, 160.415269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.67844631886077, 15.1939615384616, 8.30561931817623, 21.5574615384615, 11.2495965340301, 29.2855384615384, 33.7880811702088, 82.9237307692307, 52.6414917651613, 158.678692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.0979076885815, 15.8905384615384, 7.68822637273775, 21.3050384615385, 10.0377039336693, 31.3305, 32.0860462760084, 82.6911153846154, 52.5252502668516, 157.638346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3639617810143, 13.4751153846154, 5.51059996175201, 18.0005384615385, 25.9187456707421, 59.8077692307693, 30.6175381752656, 81.6880769230769, 53.5534117040032, 156.105461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.40167285555699, 12.4230384615385, 9.61614280803982, 20.8847692307693, 27.9242471588072, 62.4871153846154, 29.094533729472, 82.3471538461538, 54.6864053793853, 156.036038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3179056178307, 15.4545384615385, 23.6182597332266, 55.0411153846154, 25.6007207839936, 61.3005, 28.0139396529656, 81.223, 55.0858698477345, 155.075192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.5267791377944, 35.3589230769231, 20.3963988075195, 44.4296538461539, 21.288473622922, 50.9129230769231, 26.5202972973241, 74.2635384615385, 55.8516028391308, 152.6005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5473298282624, 24.9238846153846, 9.60011469106172, 28.7441923076923, 13.0751423633373, 37.3346923076923, 21.4199881851939, 60.3845769230769, 54.6825552834371, 145.754384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.24068428523587, 18.4170384615385, 8.59098389001291, 25.2190384615384, 11.7986900561688, 32.8211923076923, 21.1333891360421, 58.3238461538462, 54.0996547010735, 145.587153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.91833839987069, 17.6028461538461, 9.36754331212911, 23.7627692307692, 9.67876759637373, 29.4682307692308, 20.6387616174405, 56.2136923076923, 53.5039025844485, 145.966615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.27995059865436, 15.4578076923077, 6.82685441608812, 20.4165384615385, 7.87679198160889, 26.7801923076923, 17.7766894486529, 53.6680769230769, 51.8034682298396, 144.617 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04666784872795, 13.8471538461539, 6.56375382184957, 18.8209230769231, 6.63836105027783, 25.3509230769231, 17.4985361439618, 53.0936923076923, 51.5513290368557, 144.852884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.01033008892621, 13.924, 6.10857024301482, 18.4084230769231, 7.99840511486748, 27.8626923076923, 18.474367211855, 53.4499615384615, 51.1031706726696, 145.207 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.85716924277089, 12.8135384615385, 7.47839480102512, 19.052, 10.1695532382016, 29.3572307692308, 19.1208233870423, 53.4889615384615, 54.8288753058656, 156.343115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.49423739065285, 13.9436153846154, 9.48624419778449, 20.7085, 11.673804165672, 30.8774615384616, 19.7433522501977, 53.3606538461538, 55.1180420023593, 156.456576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.70652271204668, 14.8388461538462, 10.8520123774349, 22.843, 13.236567840064, 32.4517692307693, 19.3065243897976, 52.5785769230769, 54.9672111629778, 156.310346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.72153682020282, 15.2188846153846, 10.4925610504996, 20.9220384615385, 14.6282849807646, 29.9090384615384, 18.9080024476411, 51.686, 54.8635817695688, 155.495115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77045571026171, 12.8622692307693, 8.34061819402266, 19.1674615384615, 11.8827624125809, 28.3609230769231, 18.4318902295827, 52.2136538461538, 56.2511209062882, 154.491576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.55351604748283, 13.6272307692307, 10.1155025224424, 20.6851923076923, 10.5732645107292, 27.2345769230769, 16.7669987087273, 52.5075384615384, 56.979739584914, 155.354730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.07497498381001, 14.5116923076923, 9.17364701983971, 19.2902692307692, 9.78529616178501, 25.9045769230769, 16.4237675160586, 52.0863076923077, 57.1280591183864, 154.542923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.13538547740457, 12.2681923076923, 6.45322439679449, 17.4136538461538, 9.93177124709458, 24.6007692307692, 17.2656523127902, 53.7418846153846, 57.1174386617069, 154.517076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.51341405901583, 11.8838846153847, 6.64744585351279, 18.0518461538462, 10.5629508479111, 23.6158461538461, 17.7546282687513, 53.8958076923077, 57.8250077934612, 155.943076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.83748353604826, 12.7371923076923, 8.31652702523941, 17.9098076923076, 10.683067364544, 22.9533461538461, 16.2463431185654, 53.5473846153846, 58.1985439869286, 157.048961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.27170294631288, 11.4586923076923, 5.91209640092636, 15.2865769230769, 7.45492394967145, 20.7191538461538, 15.7128167035215, 51.2859615384615, 58.4216095663372, 156.400807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.46779690875442, 10.9633461538462, 5.10756416684725, 15.2500384615384, 7.6870310587679, 22.1175384615384, 17.4855328281587, 52.6537307692308, 58.9330976847607, 155.670192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.01592379352309, 10.4416538461538, 5.81564484644652, 14.0795, 8.14301906751098, 23.4255769230769, 47.3455046234024, 79.7082692307693, 58.1233377541375, 156.028192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 3.78006166677413, 10.4607307692307, 6.86097857754558, 17.3621923076923, 9.56122765476039, 25.1021153846153, 53.4523895201645, 83.4311538461539, 57.7085583069457, 155.974115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.39058001955861, 13.0777692307693, 8.99347077837803, 18.2618076923078, 9.4976136960818, 25.291, 53.4269302587548, 84.685076923077, 57.7482521323773, 156.947769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.51004057522586, 12.6261923076923, 7.85098578386574, 19.1254615384615, 7.73033042900099, 25.4933076923077, 53.3725492881875, 84.683, 57.7636763940934, 157.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3175661448766, 13.0818461538461, 5.77766149765961, 17.7076923076923, 8.60756409650171, 28.7976538461538, 52.8520303920876, 85.1943846153846, 57.8354327894774, 157.215115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52719649857375, 12.8104230769231, 6.38804711460879, 18.8804615384615, 9.25312275047649, 32.6476538461538, 52.7037270699725, 85.1138846153846, 57.9690012162203, 157.290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.40456848213832, 12.4640769230769, 6.25570170951761, 23.4700384615384, 8.83693525720315, 34.6705, 52.2426300723255, 84.677076923077, 58.0226924187558, 157.288807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.64471885149285, 20.6868461538461, 7.99038156526096, 27.8619615384615, 10.8340755593707, 35.6508846153846, 52.3708959375192, 85.8175384615385, 58.6341352478754, 157.386115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.04813795257032, 18.4389615384615, 9.45741812872512, 24.2256923076923, 10.5364758073305, 30.4120384615385, 52.5803176685404, 84.9652692307693, 59.0947247960425, 156.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.1652508018637, 16.4363846153846, 8.55746001064834, 22.245923076923, 8.73600565511227, 27.9873846153846, 52.5349375103259, 83.6124230769231, 59.2088975368242, 156.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39173338773691, 16.0633461538461, 7.76311508213439, 20.7185384615385, 8.18878383193463, 27.3003846153846, 53.1262797670289, 83.3037307692308, 59.3149216589267, 156.108730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04016563235166, 13.6108076923076, 6.22956545070481, 18.0682307692307, 11.0771806388699, 27.2841153846154, 53.1900731129409, 82.765, 59.1153770451934, 156.095653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3068276513533, 13.1814615384615, 5.56053778528108, 17.8583076923077, 48.2950605708126, 61.1114615384616, 53.7280681072322, 84.1438461538462, 58.3531881084487, 155.7055 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.62753156810909, 12.2374230769231, 11.0192462155295, 19.7329615384615, 53.996590117753, 65.2427692307692, 53.2067648852894, 83.6459615384616, 58.7532395894375, 155.820576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.6407416462777, 14.7596538461539, 48.549486312675, 56.4352307692308, 53.6289082445423, 66.0263076923077, 53.0660118150824, 82.6280384615385, 59.0393714548182, 156.4005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 20.2798338709628, 32.077076923077, 22.8428627051461, 41.9676153846154, 30.3897299508593, 49.4963846153846, 33.9067979307304, 70.2896538461539, 45.7077924695392, 151.015961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.1476394331688, 23.5807692307692, 21.9231995017572, 30.0720769230769, 27.2944438480407, 35.7454230769231, 34.0566659238123, 60.3796153846154, 47.8194868904042, 148.556307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.41143467719, 17.0688846153846, 18.1944295539977, 24.1936538461538, 18.6818823054276, 30.494923076923, 28.6010872575744, 56.9083461538462, 46.6785844893978, 147.468423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.30986394777887, 15.6393846153846, 15.7879038404528, 22.4106538461538, 16.1848898181179, 30.4767692307692, 28.2880593833403, 61.5543461538462, 46.31051918027, 146.549115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.8091675886392, 15.4819230769231, 12.7532063873546, 21.0769615384615, 17.4545695908418, 30.7541923076923, 29.1095918425261, 60.9989615384616, 46.7104423873951, 146.451884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.63655609078638, 13.3051153846153, 10.217395214949, 19.8634615384615, 19.4186148507441, 31.7498076923077, 30.8231705949624, 61.3113846153846, 47.4153627409936, 146.1615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77007502923999, 13.7593076923077, 13.8707614976474, 21.8072692307692, 16.7688722934444, 30.984923076923, 29.0959783888004, 60.9378076923077, 47.343420184874, 145.527807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.1416160100599, 14.1383461538461, 11.5133048904969, 22.4796923076923, 15.3862472812074, 30.9300384615385, 31.6914488315066, 59.551, 50.1390990738765, 151.6685 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.71815267624617, 15.9744230769231, 12.1747660577745, 21.6318076923077, 19.8185867614217, 32.1875, 31.9069998126045, 58.5861923076923, 49.4016487170683, 152.411730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.66438123951411, 13.7952307692308, 10.5999487546657, 20.2031923076924, 24.0752257912569, 31.8405000000001, 33.1145751561733, 57.754576923077, 47.6467608372764, 154.689730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.72448324866223, 13.0608076923077, 13.8845870544949, 20.2359230769231, 24.051007051393, 29.8788846153846, 32.9962773232655, 56.7929230769231, 47.3510945626879, 154.726730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.84473592248302, 13.5794615384615, 20.2653382473243, 22.1540384615385, 21.1832380835923, 28.0888846153846, 30.2444664134424, 57.598076923077, 47.3266326197645, 155.036384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.2846122168092, 16.3122307692308, 15.9472362796818, 21.031, 14.6340220884811, 26.9756153846154, 26.3193942871909, 58.2607307692308, 47.2174809319436, 155.498038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.84364958011332, 12.8508461538461, 9.67766225172492, 18.3334615384616, 12.1635308968433, 25.9649615384616, 27.6625928290285, 58.2892307692308, 47.8967090143588, 155.893615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.2515082392839, 12.0776923076923, 10.5438922383457, 17.792576923077, 13.5961892276419, 25.8929230769231, 25.9834552050693, 59.5759230769231, 47.4137944632637, 155.967269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.45210155469844, 12.7903076923077, 9.51336135152112, 18.3467307692308, 19.9726570309356, 29.0553461538462, 24.9803068386956, 62.3113461538462, 47.121356583972, 156.259923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.75397908621642, 12.2967307692308, 6.92735667436334, 16.7064230769231, 19.7246000827939, 28.3561153846154, 23.8753931698597, 62.2831538461539, 47.5814334251696, 156.888076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.20881720274876, 11.3706153846154, 20.0890268911624, 20.9380769230769, 21.0713574360661, 27.7980384615385, 23.7017336357815, 62.5043076923078, 48.9756356607588, 157.085846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.10048251468788, 11.293375, 6.32676573036205, 16.1122083333333, 10.9176925045171, 24.6258333333334, 20.5082345613725, 59.6777083333334, 50.2528356526139, 156.688541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.17936744907207, 11.189625, 8.23636784483074, 17.1033333333334, 10.807033567077, 24.4077916666667, 25.0350764476028, 73.7612916666668, 54.90665452971, 155.599083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:36 Duration: 3s868ms 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 970080, 5, 900, '2022-01-16 00:00:00', 0.343130805961808, 0.614400000000001, 0.333751654178173, 0.890799999999997, 0.567094753987373, 1.11472, 2.40718310479282, 4.301, 4.3435314215509, 9.22372 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 915, '2022-01-16 00:00:00', 0.320029618420962, 0.668039999999997, 0.350941362623448, 0.833439999999997, 0.485018649125986, 1.16256, 2.34893928188874, 4.3264, 4.33179367468027, 9.17424 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 930, '2022-01-16 00:00:00', 0.300570917865762, 0.634279999999998, 0.444495283064585, 0.805839999999997, 0.518369167035741, 1.28552, 2.30841229852902, 4.32744, 4.43591490487964, 9.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 945, '2022-01-16 00:00:00', 0.34098488236284, 0.574240000000002, 0.374902654031679, 0.889200000000002, 0.508686026280781, 1.36984, 2.33694217015883, 4.41804, 4.36495772717217, 9.44672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 960, '2022-01-16 00:00:00', 0.316191265955693, 0.640400000000001, 0.373636632750769, 0.965600000000002, 0.576478317025022, 1.5894, 2.38447558036004, 4.49872, 4.35107715590826, 9.4762 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 975, '2022-01-16 00:00:00', 0.280831877345387, 0.72972, 0.411506480305393, 1.1184, 0.570229997457167, 1.6768, 2.41785907226483, 4.59508, 4.39969160548025, 9.53216 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 990, '2022-01-16 00:00:00', 0.347371678945383, 0.8684, 0.526597559812046, 1.31736, 0.615371790058661, 1.64324, 2.36287668813532, 4.59192, 4.48831227300419, 9.57132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1005, '2022-01-16 00:00:00', 0.44573087171521, 0.886479999999999, 0.462960430274555, 1.12912, 0.742272070515028, 1.59408, 2.26861928126632, 4.48488, 4.55690249987131, 9.49968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1020, '2022-01-16 00:00:00', 0.251411700867989, 0.710519999999998, 0.335457647600012, 0.993599999999999, 0.76695409467147, 1.4666, 2.2424984600515, 4.39448, 4.56807498661453, 9.4958 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1035, '2022-01-16 00:00:00', 0.149068697809659, 0.642319999999999, 0.690276751262372, 1.09992, 0.665829750511847, 1.40156, 2.12528917797085, 4.38656, 4.47259565316011, 9.49172 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1050, '2022-01-16 00:00:00', 0.609688491499281, 0.860840000000003, 0.608009150150447, 1.06872, 0.659131188257193, 1.35244, 1.9801923702846, 4.37364, 4.43260027147347, 9.531 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1065, '2022-01-16 00:00:00', 0.186464089482839, 0.54976, 0.289457037687223, 0.818279999999999, 1.80660711740729, 3.29588, 1.89642125858154, 4.25744, 4.49286213046131, 9.40696 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1080, '2022-01-16 00:00:00', 0.297096993140843, 0.64304, 0.524169765756604, 0.88912, 1.75024289457207, 3.43824, 1.86147897114096, 4.22128, 4.45788474204228, 9.38604 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1095, '2022-01-16 00:00:00', 0.345044620302941, 0.624040000000001, 1.81678611564488, 3.07396, 1.72008348828383, 3.45404, 1.88183048917802, 4.11836, 4.55228372175256, 9.3518 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 600, '2022-01-16 00:00:00', 0.947653029655574, 1.51423076923077, 0.958032981606668, 1.96907692307693, 0.956687400114827, 2.34730769230769, 1.7902523792858, 3.65569230769231, 4.27472031077878, 9.25915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 615, '2022-01-16 00:00:00', 0.575504408858338, 0.833269230769235, 0.76945421316271, 1.24788461538462, 0.79376146387845, 1.66430769230769, 1.93137486820619, 3.44380769230769, 4.19170624429499, 9.20896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 630, '2022-01-16 00:00:00', 0.52264079884313, 0.722269230769231, 0.579410198789717, 1.05446153846154, 0.757667997110971, 1.55892307692308, 1.92941119117087, 3.30723076923077, 4.11302666714129, 9.16873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 645, '2022-01-16 00:00:00', 0.47981351024683, 0.601269230769229, 0.545954013278941, 0.986230769230768, 0.665283985632044, 1.5066923076923, 1.91731671513964, 3.22788461538461, 4.11736806392703, 9.17757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 660, '2022-01-16 00:00:00', 0.474159799418523, 0.640653846153845, 0.450103270201575, 1.00307692307692, 0.691297023995191, 1.45815384615385, 1.86552387857633, 3.17030769230769, 4.1404130741528, 9.18876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 675, '2022-01-16 00:00:00', 0.382901835180527, 0.651153846153844, 0.511840222966261, 0.986423076923073, 0.726140329730785, 1.32046153846154, 1.85877433438109, 3.07788461538462, 4.14405668657398, 9.18130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 690, '2022-01-16 00:00:00', 0.410535277224934, 0.575576923076924, 0.504495887000081, 0.865500000000002, 0.651625925016683, 1.27488461538462, 1.8494795446703, 2.93588461538462, 4.0964059288413, 9.11842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 705, '2022-01-16 00:00:00', 0.350135404577231, 0.55319230769231, 0.429955827784844, 0.789423076923079, 0.589443461110697, 1.24107692307692, 1.95100841617867, 2.867, 4.46731417227915, 9.75992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 720, '2022-01-16 00:00:00', 0.268098650041072, 0.490384615384614, 0.380262637983476, 0.809923076923078, 0.500883957081416, 1.21746153846154, 2.15225003551739, 2.87384615384615, 4.52825475227912, 9.7533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 735, '2022-01-16 00:00:00', 0.340811393814592, 0.568384615384616, 0.380498217927695, 0.867423076923079, 0.507024771053186, 1.20303846153846, 2.48115356204761, 2.90103846153846, 4.5476375229343, 9.765 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 750, '2022-01-16 00:00:00', 0.322287766778986, 0.503730769230773, 0.394587638700688, 0.779730769230769, 0.453845056582766, 1.07284615384615, 2.53572284004748, 2.82480769230769, 4.56086054447556, 9.75911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 765, '2022-01-16 00:00:00', 0.267880917860619, 0.471115384615386, 0.370650349437935, 0.714807692307693, 0.449635245333543, 1.04442307692307, 2.5143202133747, 2.77715384615385, 4.52735067187796, 9.71688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 780, '2022-01-16 00:00:00', 0.346081282137818, 0.504423076923077, 0.334275335614221, 0.726999999999998, 1.79975787089435, 1.80192307692308, 2.48674568586212, 2.82211538461539, 4.52219143540624, 9.69146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 795, '2022-01-16 00:00:00', 0.259541394356691, 0.478846153846153, 0.365077559725855, 0.76176923076923, 1.94989642801868, 1.931, 2.47570505140222, 2.79730769230769, 4.48621351938787, 9.66230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 810, '2022-01-16 00:00:00', 0.316127024128935, 0.502846153846154, 1.74453835551018, 1.47107692307693, 1.91507405440264, 1.80792307692308, 2.47980551749838, 2.93473076923077, 4.46292217774581, 9.61526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 825, '2022-01-16 00:00:00', 1.72412614566158, 1.21461538461539, 1.90386369098372, 1.57592307692308, 1.85684388640013, 1.69653846153847, 2.47618509436158, 2.94030769230769, 4.44365465199017, 9.58111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 840, '2022-01-16 00:00:00', 1.08289631934989, 1.07203846153846, 1.05991687700208, 1.16311538461539, 1.03376532450738, 1.37188461538462, 1.58189805029859, 2.67180769230769, 4.24816611673609, 9.40934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 855, '2022-01-16 00:00:00', 0.25869852070583, 0.437269230769233, 0.346913469592369, 0.652653846153847, 0.555550505908673, 0.997269230769232, 1.12094127479474, 2.5176923076923, 4.18959494517255, 9.30826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 870, '2022-01-16 00:00:00', 0.225663346943731, 0.420884615384615, 0.42628792905915, 0.65596153846154, 0.425201288079676, 0.940846153846155, 1.13152933746256, 2.56080769230769, 4.18694393874027, 9.32088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 885, '2022-01-16 00:00:00', 0.403213249553364, 0.455269230769233, 0.425440240764244, 0.700038461538463, 0.491789573512273, 0.973769230769232, 1.62679643282316, 3.57107692307692, 4.18755612242529, 9.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 900, '2022-01-16 00:00:00', 0.329733682747855, 0.472307692307697, 0.336986521072601, 0.637653846153851, 0.602475753741306, 1.03892307692308, 1.52719700255579, 3.69726923076923, 4.14627177854256, 9.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 915, '2022-01-16 00:00:00', 0.221689363403284, 0.369576923076923, 0.374627314294331, 0.601230769230769, 0.886833572106618, 1.06276923076923, 1.5021719562533, 3.84411538461539, 4.08281626030178, 9.26015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 930, '2022-01-16 00:00:00', 0.293935492661492, 0.455923076923074, 0.480251241939692, 0.720846153846153, 0.836781353667825, 1.13107692307692, 1.49599908936624, 3.95034615384616, 3.99666980603371, 9.33646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 945, '2022-01-16 00:00:00', 0.386272181837546, 0.477961538461539, 0.675892613227417, 0.78423076923077, 0.784783701704833, 1.20553846153846, 1.47596580792167, 3.93988461538462, 4.25192908038403, 9.42723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 960, '2022-01-16 00:00:00', 0.432017081215014, 0.54403846153846, 0.539031855773351, 0.780692307692309, 0.534728665917439, 1.31588461538462, 1.46658656121569, 3.93169230769231, 4.22776915187413, 9.44619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 975, '2022-01-16 00:00:00', 0.351723265344527, 0.534153846153847, 0.522136653200469, 0.87473076923077, 0.486888432963696, 1.44011538461539, 1.46598435346882, 3.93726923076923, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 990, '2022-01-16 00:00:00', 0.426930621277761, 0.719653846153851, 0.390581942550027, 1.12042307692308, 0.619856952480541, 1.68780769230769, 1.46146002287491, 3.98403846153846, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1005, '2022-01-16 00:00:00', 0.401906787892222, 0.705884615384615, 0.503225571075847, 1.05984615384615, 0.647917436573043, 1.52373076923077, 1.37399405440434, 3.89030769230769, 4.23770215383472, 9.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1020, '2022-01-16 00:00:00', 0.378553164643406, 0.683538461538463, 0.544193280143967, 1.11338461538461, 0.643720421874635, 1.40930769230769, 1.29235742138752, 3.88123076923077, 4.1649931853301, 9.38807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1035, '2022-01-16 00:00:00', 0.489451140014549, 0.728461538461537, 0.594268677904583, 1.0063076923077, 0.650012801057378, 1.43580769230769, 1.20407488714206, 3.77357692307692, 3.99410362890869, 9.36403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1050, '2022-01-16 00:00:00', 0.433705919506968, 0.631230769230773, 0.442435944081608, 0.829269230769233, 0.596592374690173, 1.27969230769231, 1.20881979060315, 3.57761538461538, 3.92608405646919, 9.26146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1065, '2022-01-16 00:00:00', 0.319899428907559, 0.49773076923077, 0.487930280328592, 0.887961538461541, 1.03292085108947, 2.49426923076924, 1.20884043866585, 3.47238461538462, 3.92390259112218, 9.30076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1080, '2022-01-16 00:00:00', 0.367264048796586, 0.599807692307694, 0.420621627886815, 0.808923076923078, 0.919810784053731, 2.59696153846154, 1.15939007041833, 3.40284615384615, 3.75723107804752, 9.21342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1095, '2022-01-16 00:00:00', 0.297131778586799, 0.481576923076923, 0.798066580025656, 2.24288461538462, 1.08741553305922, 2.80330769230769, 1.16229480703544, 3.36246153846154, 3.69619629536178, 9.18157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 600, '2022-01-16 00:00:00', 0.616457099386987, 1.51634615384616, 0.699753666547132, 1.89507692307692, 0.817118313625108, 2.38546153846154, 0.86956937972415, 3.03488461538462, 3.61762025391534, 9.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 615, '2022-01-16 00:00:00', 0.404264492628277, 1.1755, 0.570753623257477, 1.54946153846154, 0.643748647795442, 1.88519230769231, 0.894190636187916, 2.91557692307692, 3.61365015121617, 8.96815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 630, '2022-01-16 00:00:00', 0.382622660071249, 1.0385, 0.466644204770778, 1.37857692307692, 0.592925494087124, 1.61219230769231, 0.908491850012132, 2.74580769230769, 3.58250457726907, 8.90961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 645, '2022-01-16 00:00:00', 0.364179737957045, 0.902807692307694, 0.555756074052416, 1.10042307692308, 0.565315450400516, 1.38203846153847, 0.922638647492157, 2.62907692307692, 3.55482721077432, 8.91546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 660, '2022-01-16 00:00:00', 0.332050350676848, 0.751346153846155, 0.433622709098766, 0.956576923076925, 0.488654239881174, 1.35361538461539, 0.88073351335036, 2.55480769230769, 3.50973558855057, 8.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 675, '2022-01-16 00:00:00', 0.257466917964527, 0.685576923076924, 0.286174255682417, 0.995230769230769, 0.39585737136188, 1.32246153846154, 0.923372300945753, 2.54338461538461, 3.48785615440863, 8.94892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 690, '2022-01-16 00:00:00', 0.212289327243593, 0.734038461538466, 0.315354433077348, 1.01846153846154, 0.390020956044475, 1.32888461538462, 0.974229785720301, 2.56665384615385, 3.47286873658341, 8.94469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 705, '2022-01-16 00:00:00', 0.252930118047228, 0.733269230769233, 0.249739867739337, 0.938192307692311, 0.343872644135321, 1.24465384615385, 0.980071372597232, 2.56815384615385, 3.74908095425245, 9.29519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 720, '2022-01-16 00:00:00', 0.197388663847204, 0.622269230769232, 0.227989986284824, 0.908923076923078, 0.452813707661501, 1.22742307692308, 0.988649282918565, 2.58026923076923, 3.84191827426792, 9.32288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 735, '2022-01-16 00:00:00', 0.180201959350745, 0.628115384615384, 0.238539649985876, 0.858269230769231, 0.476127823819803, 1.19423076923077, 0.964277221549906, 2.594, 3.85308035013745, 9.35376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 750, '2022-01-16 00:00:00', 0.210751183955062, 0.549307692307695, 0.347357676444059, 0.835346153846158, 0.361088985410267, 1.07615384615385, 1.00271847417984, 2.57246153846154, 3.8346685826107, 9.33253846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 765, '2022-01-16 00:00:00', 0.290798140402477, 0.61196153846154, 0.287318405525725, 0.772115384615386, 0.392817007700101, 1.0208076923077, 0.968946791426336, 2.58873076923077, 3.83600844809369, 9.32142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 780, '2022-01-16 00:00:00', 0.276007825976006, 0.552000000000002, 0.310244578456323, 0.718461538461539, 0.937117455900722, 1.50861538461539, 2.05399488914052, 2.99273076923077, 3.80522054996108, 9.36207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 795, '2022-01-16 00:00:00', 0.225930785861514, 0.527, 0.312424457330825, 0.709807692307695, 0.856260209372039, 1.62211538461539, 2.19682439758988, 3.09807692307692, 3.78975919368947, 9.38611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 810, '2022-01-16 00:00:00', 0.188080085233758, 0.519038461538464, 0.915438034705033, 1.34434615384615, 0.771629338079249, 1.68665384615385, 2.21648662422867, 3.12434615384615, 3.76577335830953, 9.40411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 825, '2022-01-16 00:00:00', 0.905082938825963, 1.15961538461539, 0.839899792557699, 1.37069230769231, 0.753741095112603, 1.62903846153846, 2.23683322475875, 3.13665384615385, 3.72165020470138, 9.44961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 840, '2022-01-16 00:00:00', 0.706384672932424, 0.986115384615385, 0.684938830508582, 1.21080769230769, 0.653519903763757, 1.33723076923077, 2.24348649307621, 3.06373076923077, 3.73718751016775, 9.47561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 855, '2022-01-16 00:00:00', 0.289815930973698, 0.56407692307692, 0.312261419080478, 0.721076923076921, 0.372541535113353, 0.982653846153844, 2.12296307877602, 2.84592307692308, 3.69831006250984, 9.41603846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 870, '2022-01-16 00:00:00', 0.176247400417275, 0.489115384615386, 0.199024826437462, 0.646807692307693, 0.448373944209692, 1.00192307692308, 2.19194985379193, 2.81280769230769, 3.69392280624021, 9.40146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 885, '2022-01-16 00:00:00', 0.143525698583378, 0.441115384615383, 0.281526367121474, 0.682846153846156, 0.47119153871207, 1.05111538461538, 2.16172080635206, 4.00826923076923, 3.67796777582404, 9.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 900, '2022-01-16 00:00:00', 0.262250570139441, 0.526807692307691, 0.368015812787358, 0.764961538461537, 0.453136034931947, 1.14411538461539, 2.27367011239538, 4.2535, 3.65044392579651, 9.46984615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 915, '2022-01-16 00:00:00', 0.204467988843092, 0.517038461538463, 0.286762662519694, 0.773769230769233, 0.46906604586627, 1.10665384615385, 2.21476527528662, 4.46223076923077, 3.6594142667078, 9.47915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 930, '2022-01-16 00:00:00', 0.229745936600881, 0.578346153846155, 0.383237177014645, 0.790423076923081, 0.546397912204598, 1.19203846153846, 2.25981930829743, 4.62688461538462, 3.84875681027204, 9.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 945, '2022-01-16 00:00:00', 0.221024916799343, 0.523576923076922, 0.352198372861314, 0.730423076923075, 0.452552956527233, 1.36446153846154, 2.27307896136835, 4.69726923076923, 3.82624933121397, 9.80523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 960, '2022-01-16 00:00:00', 0.26338983392566, 0.505730769230766, 0.309788871032166, 0.838230769230767, 1.97434741584695, 1.93996153846154, 2.34163247362571, 4.7841923076923, 3.81743871705382, 9.79596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 975, '2022-01-16 00:00:00', 0.259901507972067, 0.641923076923078, 0.389700115473425, 1.1095, 2.18410113354178, 2.02580769230769, 2.39604042215806, 4.87276923076923, 3.77032788310961, 9.76911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 990, '2022-01-16 00:00:00', 0.415155105398527, 0.962807692307691, 2.02066880169756, 1.74338461538462, 2.21720370425314, 2.10288461538461, 2.41520693427802, 4.89684615384615, 3.768261017417, 9.77884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1005, '2022-01-16 00:00:00', 2.05118695731183, 1.31542307692308, 2.19025079421021, 1.61830769230769, 2.1892529308841, 1.89465384615384, 2.43903947203686, 4.81788461538461, 3.74179591455143, 9.79188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1020, '2022-01-16 00:00:00', 0.860010561652496, 1.00461538461538, 1.00682213844429, 1.29446153846154, 1.01420802296479, 1.57792307692308, 1.93937738462632, 4.537, 3.53693783442901, 9.57173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1035, '2022-01-16 00:00:00', 0.578834618336378, 0.877653846153847, 0.785203022252111, 1.11811538461538, 0.979962920020645, 1.46173076923077, 1.98247956978512, 4.49326923076923, 3.53370034078464, 9.59246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1050, '2022-01-16 00:00:00', 0.379549076587549, 0.691692307692306, 0.578211954749629, 1.03776923076923, 0.638044777787219, 1.30953846153846, 1.93733543301102, 4.3905, 3.51104161182974, 9.54900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1065, '2022-01-16 00:00:00', 0.337488153638248, 0.709423076923078, 0.331807302743395, 0.945384615384616, 1.23466893476006, 2.89246153846154, 1.95687508032577, 4.334, 3.50845027041855, 9.55850000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1080, '2022-01-16 00:00:00', 0.256298915031169, 0.632576923076922, 0.296410702599254, 0.834230769230771, 1.42790128564214, 3.05580769230769, 1.93018962838848, 4.2258076923077, 3.43998552680318, 9.48276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1095, '2022-01-16 00:00:00', 0.250912491641082, 0.55896153846154, 1.21377590378759, 2.62023076923077, 1.40146583920606, 3.19453846153846, 1.85792992208657, 4.19465384615385, 3.38679418920016, 9.43900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 600, '2022-01-16 00:00:00', 0.716852607959588, 1.68569230769231, 1.20690742236257, 2.08538461538461, 1.31295383069568, 2.62619230769231, 1.79953618853475, 4.12042307692308, 3.29529668560417, 9.18461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 615, '2022-01-16 00:00:00', 0.835407026544547, 1.1735, 0.927858782358609, 1.774, 1.30837592398422, 2.31803846153846, 1.72787541217531, 3.886, 3.21173698726788, 9.10165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 630, '2022-01-16 00:00:00', 0.523134476019313, 1.171, 0.765605972165439, 1.61423076923077, 1.05820030458103, 2.08526923076923, 1.54457802452519, 3.67592307692308, 3.16255491262754, 9.05715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 645, '2022-01-16 00:00:00', 0.48753851603272, 0.98326923076923, 0.695335037119632, 1.33442307692308, 0.85366446660176, 1.84269230769231, 1.45945089621458, 3.52096153846154, 3.09220981475409, 8.98146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 660, '2022-01-16 00:00:00', 0.414642904752443, 0.852461538461541, 0.584000069810326, 1.18780769230769, 0.796251117134829, 1.65080769230769, 1.50178559567756, 3.40284615384616, 3.10050559648683, 8.95207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 675, '2022-01-16 00:00:00', 0.42041149073076, 0.791692307692305, 0.578065752182356, 1.16342307692307, 0.68126374086354, 1.59026923076923, 1.47268287097444, 3.34996153846154, 3.1055038327757, 8.90584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 690, '2022-01-16 00:00:00', 0.295575412738244, 0.72123076923077, 0.40360062514246, 1.06023076923077, 0.536085161145131, 1.5235, 1.52078569976686, 3.34476923076924, 3.13720142238514, 8.88273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 705, '2022-01-16 00:00:00', 0.299519584565784, 0.710692307692309, 0.492544001939069, 1.08992307692308, 0.514460609241891, 1.47896153846154, 1.54607019295324, 3.3088076923077, 3.76495521947013, 9.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 720, '2022-01-16 00:00:00', 0.300769781624521, 0.767307692307694, 0.348475846199724, 1.06684615384615, 0.463644240273145, 1.4753076923077, 1.54251402636685, 3.33919230769231, 3.76351265707982, 9.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 735, '2022-01-16 00:00:00', 0.249106118876148, 0.673461538461541, 0.384617108303829, 0.913000000000003, 0.461180198387371, 1.35115384615385, 1.49514186669308, 3.28719230769231, 3.74209220562303, 9.17934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 750, '2022-01-16 00:00:00', 0.255580428406821, 0.616653846153849, 0.364679593827026, 0.992384615384619, 0.345123685744018, 1.24003846153847, 1.51244236965858, 3.27519230769231, 3.74564337782525, 9.19707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 765, '2022-01-16 00:00:00', 0.30846026548749, 0.751153846153851, 0.30606168558742, 0.953346153846159, 0.422872181088401, 1.24319230769231, 1.6102917423202, 3.30284615384616, 3.79265981682431, 9.22761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 780, '2022-01-16 00:00:00', 0.197295779517412, 0.558230769230772, 0.224317686809094, 0.716230769230772, 1.35447338617123, 1.72107692307692, 1.6529684142359, 3.25046153846154, 3.85909664060625, 9.23019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 795, '2022-01-16 00:00:00', 0.212113699553944, 0.560692307692308, 0.395771628010981, 0.887692307692308, 1.3758507678468, 1.91384615384615, 1.66883234029066, 3.3385, 3.92256129902585, 9.26323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 810, '2022-01-16 00:00:00', 0.355976777548549, 0.602115384615386, 1.38468572385439, 1.47992307692308, 1.40314852604913, 1.87288461538462, 1.68194968551838, 3.31423076923077, 3.9366770016582, 9.27315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 825, '2022-01-16 00:00:00', 1.39820066349027, 1.24315384615384, 1.40053987392774, 1.63653846153846, 1.37961720276092, 1.95111538461538, 1.69072565622439, 3.30526923076923, 3.93210213186084, 9.28084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 840, '2022-01-16 00:00:00', 1.07049349367476, 1.182, 1.09130122260608, 1.34496153846153, 1.15366713770281, 1.72876923076923, 1.63655890020682, 3.09107692307692, 3.9572248628786, 9.28715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 855, '2022-01-16 00:00:00', 0.2021204971907, 0.528846153846152, 0.357617804151521, 0.809423076923075, 0.790553151037542, 1.31926923076923, 1.23295826119385, 2.66992307692308, 3.94344950538719, 9.17980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 870, '2022-01-16 00:00:00', 0.290508246937091, 0.566807692307692, 0.590797730582593, 0.86203846153846, 0.77828241364213, 1.43034615384615, 1.23625240701329, 2.71057692307693, 3.9592736826148, 9.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 885, '2022-01-16 00:00:00', 0.405782596207151, 0.579346153846155, 0.546244802826884, 0.94723076923077, 0.67042215517825, 1.40311538461539, 2.39423830187261, 4.21538461538462, 3.97247302629173, 9.26223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 900, '2022-01-16 00:00:00', 0.389829290054781, 0.655653846153847, 0.520815992901083, 0.989461538461537, 0.664653839343346, 1.42938461538462, 2.3678570282333, 4.28388461538462, 3.9341150661675, 9.29207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 915, '2022-01-16 00:00:00', 0.385405658415213, 0.69380769230769, 0.37111370847139, 1.01276923076923, 0.499676190532045, 1.41984615384616, 2.36308426133176, 4.26111538461539, 3.89683709001978, 9.27588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 930, '2022-01-16 00:00:00', 0.24126380072125, 0.70469230769231, 0.479526413806853, 1.03530769230769, 0.43930831822484, 1.40503846153846, 2.33601651996266, 4.25930769230769, 4.2078121316647, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 945, '2022-01-16 00:00:00', 0.393924407039649, 0.691038461538463, 0.394642513987224, 0.941923076923078, 0.608733440463444, 1.41319230769231, 2.39664318964287, 4.32646153846154, 4.32022023797577, 9.50323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 960, '2022-01-16 00:00:00', 0.22883845830629, 0.652000000000004, 0.354058693526279, 0.956038461538464, 0.577244362333802, 1.47642307692307, 2.37919104189768, 4.27442307692308, 4.32041770202836, 9.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 975, '2022-01-16 00:00:00', 0.261302821675128, 0.660269230769232, 0.4022386356381, 1.04999999999999, 0.599872664693233, 1.60457692307692, 2.37800553308537, 4.21765384615385, 4.28956639228794, 9.47792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 990, '2022-01-16 00:00:00', 0.258170319452398, 0.772923076923072, 0.373267485035354, 1.09484615384615, 0.582697172967759, 1.55334615384615, 2.36438717934398, 4.14957692307692, 4.28295910377573, 9.45326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1005, '2022-01-16 00:00:00', 0.235792780603256, 0.761346153846154, 0.538944678194199, 1.12538461538462, 0.651387796583928, 1.48469230769231, 2.36594686460915, 4.17661538461538, 4.27768198839583, 9.46092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1020, '2022-01-16 00:00:00', 0.413597807240132, 0.857115384615388, 0.44263326198489, 1.11326923076923, 0.555946621676799, 1.41338461538462, 2.37371566828173, 4.13907692307692, 4.28749509172179, 9.45180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1035, '2022-01-16 00:00:00', 0.280977579176702, 0.736, 0.337001129877133, 1.00819230769231, 0.423340641164462, 1.28353846153846, 2.4170198127828, 4.14315384615385, 4.39621659437014, 9.46576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1050, '2022-01-16 00:00:00', 0.226327635213949, 0.697961538461538, 0.31383679492079, 0.911423076923076, 0.381314392796606, 1.21711538461538, 2.44482507318244, 4.15196153846154, 4.5732210961035, 9.49907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1065, '2022-01-16 00:00:00', 0.272350509454272, 0.642999999999998, 0.309907609060902, 0.907615384615384, 2.46126613070465, 3.38261538461538, 2.43818895620374, 4.14788461538461, 4.77452864914836, 9.54569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1080, '2022-01-16 00:00:00', 0.272990943777656, 0.643153846153847, 0.284396332335976, 0.85292307692308, 2.40703043475693, 3.48207692307692, 2.43448946725055, 4.14838461538462, 4.78750495287954, 9.56492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1095, '2022-01-16 00:00:00', 0.224185815786819, 0.587, 2.41322045918217, 3.18923076923077, 2.36449461863174, 3.44780769230769, 2.49379113677272, 4.22892307692308, 4.75333778048484, 9.54815384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 600, '2022-01-16 00:00:00', 1.6263630576795, 1.94634615384615, 1.58948930985831, 2.30811538461538, 1.56321171163238, 2.55215384615384, 1.8624555309095, 3.66173076923077, 4.70019167923378, 9.19130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 615, '2022-01-16 00:00:00', 0.584061503610708, 1.22, 0.640372657130204, 1.4615, 0.734950953884261, 1.81176923076923, 1.41653310749004, 3.24326923076923, 4.8362783557035, 8.79357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 630, '2022-01-16 00:00:00', 0.393475287074625, 0.93880769230769, 0.450663908541094, 1.25996153846154, 0.627892876703808, 1.64776923076923, 1.3798058993931, 3.168, 4.83930552042336, 8.777 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 645, '2022-01-16 00:00:00', 0.314689505092538, 0.804269230769233, 0.60667712867846, 1.21146153846154, 0.657158073712981, 1.52857692307692, 1.37337049065989, 3.06176923076923, 4.85726761319096, 8.73311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 660, '2022-01-16 00:00:00', 0.596796510868328, 0.914346153846153, 0.612633690276281, 1.15796153846154, 0.64502918240483, 1.45138461538462, 1.37521421436248, 3.01315384615385, 4.86107588866751, 8.71534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 675, '2022-01-16 00:00:00', 0.364145456989586, 0.753923076923081, 0.442354636706098, 1.01976923076923, 0.469556989250342, 1.39838461538462, 1.35762283932105, 3.02342307692308, 4.8217006289674, 8.70965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 690, '2022-01-16 00:00:00', 0.245671841785241, 0.643576923076924, 0.258424933305295, 0.894384615384617, 0.384971953024354, 1.30173076923077, 1.37137341882004, 2.98142307692308, 4.78174413625566, 8.68476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 705, '2022-01-16 00:00:00', 0.20265484108549, 0.633769230769232, 0.37989809159826, 0.950000000000001, 0.443125382499562, 1.33923076923077, 1.41879459184413, 2.97657692307692, 4.86010428330662, 8.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 720, '2022-01-16 00:00:00', 0.35349172550429, 0.718, 0.365531564458373, 0.977730769230771, 0.523146574548224, 1.34453846153846, 1.4532797179007, 2.99646153846154, 4.81874924802947, 8.97834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 735, '2022-01-16 00:00:00', 0.292072962433389, 0.696153846153846, 0.432022100574285, 1.01784615384616, 0.594813454919985, 1.38861538461539, 2.01371518725578, 3.19415384615385, 4.77347704782937, 9.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 750, '2022-01-16 00:00:00', 0.280692002023571, 0.652000000000004, 0.343872089367768, 0.875423076923078, 0.650439048170245, 1.23834615384615, 2.02411456349532, 3.13661538461538, 4.79641329392639, 9.09961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 765, '2022-01-16 00:00:00', 0.22749435157823, 0.549000000000002, 0.51284873163386, 0.832307692307694, 1.25178111443716, 1.28703846153846, 2.00720849555181, 3.12623076923077, 4.83220884227747, 9.10415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 780, '2022-01-16 00:00:00', 0.440026105868907, 0.648423076923079, 0.567343842290209, 0.927653846153844, 1.20068440482919, 1.71, 1.94970740842352, 3.16853846153846, 4.74431083558143, 9.12523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 795, '2022-01-16 00:00:00', 0.334506709142786, 0.640461538461536, 0.937687047186607, 0.960961538461535, 1.24871108008957, 1.8681923076923, 1.70639736421954, 3.22073076923077, 4.58045887607176, 9.07034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 810, '2022-01-16 00:00:00', 0.651354773943095, 0.668192307692305, 0.916764716900606, 1.36788461538461, 1.19856490918868, 1.86880769230769, 1.54195352868217, 3.23526923076923, 4.51437179478368, 9.05330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 825, '2022-01-16 00:00:00', 0.727558589763369, 1.08869230769231, 1.11841338236189, 1.52557692307692, 1.05083881513038, 1.74615384615384, 1.53904094662378, 3.27334615384615, 4.52908419202619, 9.04546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 840, '2022-01-16 00:00:00', 1.13792683623131, 1.22926923076923, 1.12107383960476, 1.39692307692308, 1.06168075529033, 1.68288461538462, 1.55411933459238, 3.21211538461538, 4.48742198320869, 9.06815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 855, '2022-01-16 00:00:00', 0.203557967551862, 0.571615384615388, 0.264160603829157, 0.776769230769227, 0.689322535872388, 1.26096153846154, 1.52728587823176, 3.02207692307692, 4.47636293864355, 8.93796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 870, '2022-01-16 00:00:00', 0.242001767317131, 0.536153846153845, 0.471002278289441, 0.903884615384612, 0.84632363422402, 1.35157692307692, 1.53708608687397, 2.97996153846154, 4.45638055842839, 8.90280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 885, '2022-01-16 00:00:00', 0.351647833011289, 0.614038461538461, 0.588413393405062, 0.932807692307691, 1.02653615920426, 1.40761538461538, 1.98071394587523, 4.20315384615385, 4.30611557831953, 8.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 900, '2022-01-16 00:00:00', 0.353895850969368, 0.61876, 0.483072113319187, 0.873999999999999, 0.92790337499835, 1.35444, 1.98760569362571, 4.21132, 4.08709676828594, 8.67092 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 915, '2022-01-16 00:00:00', 0.268627207606874, 0.612919999999998, 0.583684840760263, 0.919920000000001, 1.26180687243862, 1.525, 1.97635116228535, 4.2226, 4.0720175486688, 8.6566 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 930, '2022-01-16 00:00:00', 0.513594609914602, 0.698440000000002, 0.83921998903744, 0.98776, 1.17522278313518, 1.51044, 1.89805892075738, 4.2222, 3.98848275789177, 8.77072 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 945, '2022-01-16 00:00:00', 0.40969436575737, 0.584159999999999, 0.930286787322419, 1.06056, 0.84175882333758, 1.5918, 1.81962635999812, 4.09844, 3.99252173861751, 8.6584 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 960, '2022-01-16 00:00:00', 0.838273418004727, 0.822639999999998, 0.801093248837693, 1.07232, 0.802172795184013, 1.62212, 1.83884732735845, 4.11508, 3.95611624028752, 8.64396 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 975, '2022-01-16 00:00:00', 0.416299103209865, 0.776120000000001, 0.510789183518997, 1.19444, 0.725715814443461, 1.69988, 1.78576069878731, 4.09176, 3.76990860852974, 8.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 990, '2022-01-16 00:00:00', 0.394337998000026, 0.939040000000001, 0.449686416665362, 1.16604, 0.647691317938822, 1.60672, 1.7948372888185, 4.13432, 3.78398841039451, 8.49896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1005, '2022-01-16 00:00:00', 0.345377691809994, 0.776200000000003, 0.635961573786761, 1.16196, 0.563261904741774, 1.50516, 1.78160718453872, 4.11608, 3.81624466240483, 8.47764 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1020, '2022-01-16 00:00:00', 0.458798612319902, 0.847399999999997, 0.438549761524655, 1.15168, 0.448742223702351, 1.3718, 1.78854913267709, 4.1198, 3.84817318650465, 8.47304 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1035, '2022-01-16 00:00:00', 0.369049558550967, 0.83408, 0.409649341917367, 1.08, 0.46488243316635, 1.31748, 1.79653338683142, 4.12928, 3.85386152752448, 8.47256 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1050, '2022-01-16 00:00:00', 0.263027577768316, 0.679559999999995, 0.327987408294892, 0.874639999999997, 0.411885692071641, 1.18436, 1.7858232396666, 4.05768, 3.86846988183528, 8.45968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1065, '2022-01-16 00:00:00', 0.312346773101096, 0.620439999999996, 0.456779060378211, 0.900880000000001, 1.93639828892027, 2.90280000000001, 1.79177247625547, 4.08476, 3.8733075839649, 8.46384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1080, '2022-01-16 00:00:00', 0.237905093121888, 0.597200000000003, 0.241132384110196, 0.789080000000001, 1.95284435887758, 3.07944, 1.81584117330417, 4.189, 3.88185006708571, 8.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1095, '2022-01-16 00:00:00', 0.207376814840363, 0.564320000000001, 1.89435932441551, 2.71740000000001, 1.88914373725241, 3.08068, 1.8036383571363, 4.15964, 3.89453688218081, 8.42112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 600, '2022-01-16 00:00:00', 0.753836256390786, 1.70983333333334, 0.990243741038873, 2.13616666666667, 1.05739025795053, 2.469375, 1.77246033663028, 4.37308333333334, 4.46486313794496, 8.58166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 615, '2022-01-16 00:00:00', 0.662374865130406, 1.249875, 0.723906520458491, 1.49570833333333, 0.841918766951378, 1.89958333333333, 1.78112385085974, 3.83945833333333, 4.63025751623672, 8.42683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 630, '2022-01-16 00:00:00', 0.497351791338713, 1.01325, 0.704831396222849, 1.36558333333333, 0.712770116608737, 1.81925, 1.78104902934409, 3.71241666666667, 4.65344500230665, 8.39029166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 645, '2022-01-16 00:00:00', 0.435299894542151, 0.898458333333333, 0.556147812629658, 1.24795833333333, 0.684337984076052, 1.64529166666667, 1.7447000733692, 3.56745833333334, 4.6169368821669, 8.258 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 660, '2022-01-16 00:00:00', 0.461496900848479, 0.856458333333332, 0.536821791537532, 1.121625, 0.856652533648151, 1.68179166666667, 1.71128799224189, 3.505625, 4.6192134282421, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 675, '2022-01-16 00:00:00', 0.362560659592377, 0.719833333333336, 0.612800910999438, 1.0845, 0.817965432812025, 1.73383333333333, 1.71134617270326, 3.618375, 4.60587122161974, 8.20216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 690, '2022-01-16 00:00:00', 0.331565413136543, 0.696666666666667, 0.497384725556982, 1.192, 0.457357216176156, 1.58766666666667, 1.56514721664852, 3.432625, 4.63865320889494, 8.126125 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 705, '2022-01-16 00:00:00', 0.374578603813389, 0.875500000000006, 0.437402900197805, 1.12658333333334, 0.453508416744353, 1.44616666666667, 1.54277838901402, 3.318125, 4.52609569647209, 8.65241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 720, '2022-01-16 00:00:00', 0.366683965336341, 0.713500000000003, 0.374581387123958, 1.01154166666667, 0.473846423402155, 1.29220833333333, 1.57527063179817, 3.23154166666667, 4.5558316593895, 8.62075 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 735, '2022-01-16 00:00:00', 0.195535047268113, 0.689291666666668, 0.392629476475084, 0.945083333333333, 0.472619249195528, 1.25979166666667, 1.53904173790527, 3.16691666666667, 4.52516502381445, 8.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 750, '2022-01-16 00:00:00', 0.282729472659193, 0.647708333333332, 0.350064248761384, 0.924249999999999, 0.526388390182423, 1.39395833333333, 1.48952741265258, 3.134, 4.46280016385859, 8.84545833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 765, '2022-01-16 00:00:00', 0.250360490093786, 0.669124999999999, 0.376250492319971, 0.921458333333335, 0.549361327136909, 1.30304166666667, 1.46579820219743, 3.12975, 4.4312784190949, 8.97858333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 780, '2022-01-16 00:00:00', 0.326422014456348, 0.678124999999998, 0.542058790062533, 1.00258333333333, 1.6154777460015, 2.1435, 1.38652860172656, 3.11245833333333, 4.43614421215254, 9.06691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 795, '2022-01-16 00:00:00', 0.361715558039095, 0.626333333333334, 0.32108328584539, 0.792958333333334, 1.63116074079744, 1.95733333333333, 1.32421066931933, 3.013375, 4.44848467584546, 9.11254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 810, '2022-01-16 00:00:00', 0.178761312604431, 0.544708333333335, 1.65583213842834, 1.677375, 1.60778429766747, 1.9215, 1.30678062691642, 2.96304166666666, 4.42291850249472, 9.15291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 825, '2022-01-16 00:00:00', 1.62075190492525, 1.46595833333333, 1.60320122632857, 1.68620833333333, 1.56369612072519, 1.94691666666667, 1.30304048843186, 3.01358333333333, 4.40103663348482, 9.16566666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 840, '2022-01-16 00:00:00', 1.05858575330553, 1.11433333333333, 1.04304250820043, 1.27925, 1.05061233956368, 1.564875, 0.972033458003509, 2.743, 4.2363982104025, 9.12983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 855, '2022-01-16 00:00:00', 0.240211316239006, 0.524208333333334, 0.298359497071492, 0.747958333333335, 0.590908032215022, 1.13629166666667, 0.892244361147775, 2.4875, 4.22674628691066, 9.1265 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 870, '2022-01-16 00:00:00', 0.288999896569863, 0.508625000000001, 0.365283362312885, 0.72775, 0.50869282429847, 1.15495833333333, 0.87063160065436, 2.49708333333333, 4.23470289155097, 9.13283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 885, '2022-01-16 00:00:00', 0.29727223347817, 0.552208333333334, 0.508512905440952, 0.845625000000002, 0.483246851958227, 1.14370833333334, 2.31146817481626, 4.03691666666667, 4.31554458228237, 9.08454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:22 Duration: 3s786ms Database: acaweb_fx User: pgperfstats
6 139 4m48s 50ms 14s506ms 2s72ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Jan 16 14 139 4m48s 2s72ms [ User: postgres - Total duration: 4m48s - Times executed: 139 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-16 14:15:44 Duration: 14s506ms 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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-16 14:04:34 Duration: 13s241ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-16 14:15:39 Duration: 11s701ms Database: acaweb_fx User: postgres Bind query: yes
7 123 2m6s 62ms 14s523ms 1s26ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Jan 16 14 123 2m6s 1s26ms [ User: postgres - Total duration: 2m6s - Times executed: 123 ]
-
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-16 14:16:22 Duration: 14s523ms 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 = '641' 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-16 14:15:48 Duration: 6s461ms 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 = '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-16 14:36:03 Duration: 6s32ms Database: acaweb_fx User: postgres Bind query: yes
8 117 10m44s 61ms 1m49s 5s504ms with rar_max as ( ;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jan 16 14 117 10m44s 5s504ms [ User: postgres - Total duration: 10m44s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-01-16 14:06:08 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:10:07 Duration: 58s960ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:17:21 Duration: 28s531ms Database: acaweb_fx User: postgres Bind query: yes
9 108 13m44s 508ms 1m22s 7s636ms 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 #9
Day Hour Count Duration Avg duration Jan 16 14 108 13m44s 7s636ms [ User: postgres - Total duration: 13m44s - Times executed: 108 ]
-
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-16 14:16:52 Duration: 1m22s 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-16 14:11:31 Duration: 1m1s 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-16 14:36:22 Duration: 51s695ms Database: acaweb_fx User: postgres Bind query: yes
10 90 2m34s 50ms 8s704ms 1s716ms 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 #10
Day Hour Count Duration Avg duration Jan 16 14 90 2m34s 1s716ms [ User: postgres - Total duration: 2m34s - Times executed: 90 ]
-
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 = 3608 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 > 538378294 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s704ms 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 >= 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 > 538447683 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s626ms 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 = 665 AND sg.groupid = 4978 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 > 538415922 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s577ms Database: acaweb_fx User: postgres Bind query: yes
11 87 12s21ms 50ms 1s311ms 138ms 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, cps.pip 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 ? = ? left join currencypips cps on cps.symbol = s.symbol 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 #11
Day Hour Count Duration Avg duration Jan 16 14 87 12s21ms 138ms [ User: postgres - Total duration: 12s21ms - Times executed: 87 ]
-
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, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' 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 JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:06:12 Duration: 1s311ms 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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:01:08 Duration: 1s58ms 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, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' 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 JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:01:44 Duration: 623ms Database: acaweb_fx User: postgres Bind query: yes
12 69 2m29s 952ms 3s429ms 2s159ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Jan 16 14 69 2m29s 2s159ms [ User: pgperfstats - Total duration: 2m29s - Times executed: 69 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2022-01-16 00:00:00', 0.44780702746401, 0.980423076923079, 0.562452285839563, 1.19557692307693, 0.70092717607027, 1.38988461538462, 0.900275899591125, 1.96984615384616, 2.15395393172649, 4.4215 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1005, '2022-01-16 00:00:00', 0.201438736630728, 0.60426923076923, 0.277567898831145, 0.767538461538462, 0.456976033709226, 1.05684615384616, 0.848735697738337, 1.68773076923077, 2.12336624218752, 4.23896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1020, '2022-01-16 00:00:00', 0.207280282189638, 0.508653846153845, 0.331839147780971, 0.7145, 0.347222898925835, 0.90869230769231, 0.812401129605699, 1.54134615384616, 2.07579309810825, 4.18211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1035, '2022-01-16 00:00:00', 0.223764962542261, 0.464961538461539, 0.257251869993951, 0.626730769230773, 0.24539184677071, 0.756038461538464, 0.756541397514933, 1.41961538461538, 2.07058346737933, 4.10684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1050, '2022-01-16 00:00:00', 0.138632108612912, 0.392692307692308, 0.170538572221611, 0.505269230769232, 0.21262323847233, 0.686192307692307, 0.785825117557727, 1.38265384615385, 2.04114790365995, 4.08873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1065, '2022-01-16 00:00:00', 0.127227216488396, 0.339269230769228, 0.174828042989063, 0.48773076923077, 0.2204354431923, 0.647230769230767, 0.770350374829536, 1.3605, 2.03165805307276, 4.07326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1080, '2022-01-16 00:00:00', 0.14643959111577, 0.366923076923078, 0.212580468022386, 0.503153846153844, 0.268337147289346, 0.654230769230766, 0.787144779958165, 1.32123076923077, 2.03896498215677, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1095, '2022-01-16 00:00:00', 0.165385484434211, 0.310961538461539, 0.180401999818356, 0.452192307692307, 0.329581216791157, 0.636538461538461, 0.747115042114566, 1.26338461538462, 1.97700171627489, 4.03588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1110, '2022-01-16 00:00:00', 0.115061348185019, 0.307076923076923, 0.223377390220088, 0.438538461538461, 0.314757208019131, 0.598499999999999, 0.705094613400324, 1.21157692307693, 1.95580298244835, 4.03388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1125, '2022-01-16 00:00:00', 0.135713725851939, 0.282846153846151, 0.179487719742775, 0.393807692307691, 0.262676847388279, 0.558384615384613, 0.661013301390663, 1.16676923076923, 1.95547647233255, 4.25407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1140, '2022-01-16 00:00:00', 0.139060833395371, 0.258346153846154, 0.200147330349804, 0.365076923076922, 0.339491993788006, 0.569576923076924, 0.855943172987911, 1.21865384615385, 1.98319334252769, 4.30207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1155, '2022-01-16 00:00:00', 0.113479052624766, 0.24615384615384, 0.151629066626928, 0.362576923076921, 0.318376383449624, 0.584807692307691, 0.832526672245397, 1.5315, 2.06265623520144, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1170, '2022-01-16 00:00:00', 0.108314726607238, 0.248000000000001, 0.29813187582782, 0.396153846153848, 0.488841903025757, 0.640615384615384, 0.799194629226581, 1.65915384615385, 2.11654922783434, 4.30007692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1185, '2022-01-16 00:00:00', 0.276216606753021, 0.272423076923079, 0.292206060064574, 0.396307692307695, 0.540706967418935, 0.615230769230768, 0.763852655948773, 1.745, 2.08089208125894, 4.32057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1200, '2022-01-16 00:00:00', 0.132214434411177, 0.24636, 0.233921589426886, 0.377679999999999, 0.285639633104374, 0.513200000000002, 0.683500182882199, 1.6808, 1.76427772473611, 4.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1215, '2022-01-16 00:00:00', 0.136128285084328, 0.234079999999998, 0.178768779899249, 0.336120000000001, 0.216409696332365, 0.472360000000002, 0.690098258704269, 1.73024, 1.72579521477299, 4.07004 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1230, '2022-01-16 00:00:00', 0.0968370624640527, 0.218200000000003, 0.103862762014756, 0.311160000000004, 0.140749683244163, 0.444160000000003, 0.672976750465175, 1.76396, 1.69027555643057, 4.06996 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1245, '2022-01-16 00:00:00', 0.065230284377737, 0.21264, 0.123295404077632, 0.31256, 0.137614195004245, 0.4308, 0.695951909258104, 1.80968, 1.69234156520879, 4.07416 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1260, '2022-01-16 00:00:00', 0.116923151400112, 0.23376, 0.130886757669875, 0.31052, 0.178951175836689, 0.428239999999997, 0.715694483235224, 1.83152, 1.69814279729356, 4.07628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1275, '2022-01-16 00:00:00', 0.0839617968681779, 0.217399999999999, 0.111551587468162, 0.314439999999998, 0.201648555660585, 0.438159999999999, 0.750942185968179, 1.8902, 1.69297292752523, 4.0904 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1290, '2022-01-16 00:00:00', 0.0970077316506287, 0.2172, 0.126358840872596, 0.305159999999997, 0.219104617325454, 0.427199999999999, 0.734235656993039, 1.923, 1.69145693806651, 4.09136 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1305, '2022-01-16 00:00:00', 0.0737620046726813, 0.1988, 0.192921123778604, 0.320319999999999, 0.28299485861054, 0.510439999999998, 0.748794658100601, 1.98024, 1.67429850285625, 4.10468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1320, '2022-01-16 00:00:00', 0.113998085097059, 0.222791666666667, 0.147819801923084, 0.305208333333334, 0.532174863315549, 0.639791666666664, 0.734976898729929, 2.00654166666667, 1.66499592145995, 4.167875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1335, '2022-01-16 00:00:00', 0.11806850596772, 0.23479166666667, 0.184900972320911, 0.382749999999999, 0.608462518048208, 1.262125, 0.72746922714935, 2.02020833333334, 1.68099587406489, 4.15520833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1350, '2022-01-16 00:00:00', 0.127711454379433, 0.274958333333334, 0.443841914342856, 0.526083333333332, 0.519295844305577, 1.422, 0.706722517959702, 2.02475, 1.69349626127622, 4.12675 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1365, '2022-01-16 00:00:00', 0.378221694727205, 0.382458333333331, 0.491213181310067, 1.18604166666667, 0.539124570518014, 1.49954166666667, 0.70812047483748, 2.02054166666667, 1.72464139467235, 4.092875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 990, '2022-01-16 00:00:00', 0.523501709643817, 0.96196, 0.492637263443736, 1.25116, 0.534972818624149, 1.4356, 0.725301086905754, 1.9752, 1.84134101313871, 4.36932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1005, '2022-01-16 00:00:00', 0.339258593602772, 0.560679999999999, 0.437848329904311, 0.80192, 0.588134230710411, 0.991960000000003, 0.722160663102974, 1.56776, 1.74140923966769, 4.10284 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1020, '2022-01-16 00:00:00', 0.281550617118838, 0.489200000000001, 0.323071215059463, 0.63852, 0.419509686022464, 0.821720000000003, 0.609667537816036, 1.41956, 1.75530478075271, 4.05504 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2022-01-16 00:00:00', 0.235639201605614, 0.354599999999998, 0.327737659315085, 0.531160000000001, 0.381600240216554, 0.766080000000003, 0.594050410318854, 1.36084, 1.758124021981, 4.04292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2022-01-16 00:00:00', 0.218964814525071, 0.393439999999999, 0.225451029420285, 0.540799999999997, 0.273926693356699, 0.734799999999999, 0.54230393384768, 1.30884, 1.75992519443299, 4.03424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2022-01-16 00:00:00', 0.163960544034228, 0.283319999999998, 0.198003897268042, 0.43928, 0.235867491048112, 0.646839999999997, 0.481894604659568, 1.19092, 1.76710056023985, 3.96784 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2022-01-16 00:00:00', 0.149836822354632, 0.279640000000003, 0.158586464323617, 0.405400000000002, 0.249230669594784, 0.62852, 0.485559443666099, 1.13583999999999, 1.78047704281745, 3.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2022-01-16 00:00:00', 0.153178566820997, 0.263440000000002, 0.217492428987002, 0.407040000000001, 0.275142708426008, 0.624480000000001, 0.545495991430427, 1.13472, 1.77363655897518, 3.95432 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2022-01-16 00:00:00', 0.195130938944426, 0.278199999999996, 0.247282375703026, 0.430640000000001, 0.277911568668881, 0.576439999999998, 0.611320837749433, 1.1266, 1.78031836853225, 3.96908 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2022-01-16 00:00:00', 0.166275394050554, 0.24456, 0.184034344620781, 0.36384, 0.251479104499759, 0.50064, 0.643747926857505, 1.07968, 1.7927137715393, 4.12 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2022-01-16 00:00:00', 0.124670338626848, 0.217879999999997, 0.152898659248536, 0.312799999999999, 0.356982179760653, 0.498119999999999, 0.598085696200804, 1.0682, 1.85900856910343, 4.21488 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2022-01-16 00:00:00', 0.132487735281419, 0.2226, 0.196369227052851, 0.336959999999999, 0.353107783356113, 0.534759999999999, 0.859818192022791, 1.74664, 1.84564656963353, 4.23252 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2022-01-16 00:00:00', 0.149913841922621, 0.205919999999999, 0.316961948294531, 0.342280000000003, 0.307594023565692, 0.496000000000001, 0.888665351336863, 1.91876, 1.87503515522599, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2022-01-16 00:00:00', 0.213253229752801, 0.229760000000001, 0.218501906932945, 0.352800000000001, 0.237709297251918, 0.443719999999996, 0.862478633551774, 1.96332, 1.84373179087053, 4.2388 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2022-01-16 00:00:00', 0.146588903627347, 0.226159999999996, 0.146649105009204, 0.306719999999999, 0.201799818301868, 0.433999999999999, 0.842940622661724, 1.96368, 1.81779990006235, 4.22632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2022-01-16 00:00:00', 0.109821870924391, 0.194480000000005, 0.130674187708717, 0.267920000000004, 0.224820765648253, 0.442280000000004, 0.840231839038091, 1.94828, 1.80539920146949, 4.23112000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2022-01-16 00:00:00', 0.0931331842041242, 0.17404, 0.16665096259348, 0.290720000000001, 0.227635476145526, 0.44208, 0.849159127215466, 1.98284, 1.79949822913685, 4.22472 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2022-01-16 00:00:00', 0.126512094283515, 0.187679999999998, 0.173918735812644, 0.295679999999998, 0.20603160760751, 0.407239999999998, 0.85953766642306, 2.0514, 1.77501431919107, 4.199 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2022-01-16 00:00:00', 0.133987835268731, 0.190639999999999, 0.154113183515667, 0.266039999999998, 0.198774310882135, 0.357679999999997, 0.855385355653617, 2.07324, 1.75398432908241, 4.19012 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2022-01-16 00:00:00', 0.0988563773022905, 0.164199999999998, 0.105052336163143, 0.237079999999996, 0.235225338771144, 0.396279999999997, 0.854983631422261, 2.10748, 1.76061969393355, 4.19304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2022-01-16 00:00:00', 0.0836441271100389, 0.154439999999997, 0.10874598843176, 0.226239999999996, 0.264406139616059, 0.440759999999998, 0.877267807836731, 2.13184, 1.77352410283405, 4.20508 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2022-01-16 00:00:00', 0.0933905419907914, 0.172279999999998, 0.203968151108616, 0.31856, 0.270413282464702, 0.478519999999999, 0.88075718939255, 2.15632, 1.76497472314289, 4.21624 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2022-01-16 00:00:00', 0.155923145087293, 0.218874999999999, 0.228544908852334, 0.338916666666665, 0.331974025524875, 0.553833333333331, 0.85750375733321, 2.22345833333333, 1.7718286258405, 4.289375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2022-01-16 00:00:00', 0.15580392266834, 0.214916666666663, 0.213036007706941, 0.33208333333333, 0.766728108754089, 1.52558333333333, 0.877155678967493, 2.24820833333333, 1.82328960897286, 4.37129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2022-01-16 00:00:00', 0.15114344372056, 0.244583333333331, 0.240806916459002, 0.423166666666662, 0.803372428614505, 1.72095833333333, 0.869975435893431, 2.23529166666667, 1.83601262142026, 4.39620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2022-01-16 00:00:00', 0.216724563056161, 0.303666666666667, 0.75007299644768, 1.41175, 0.793776114485396, 1.75079166666667, 0.873329705988703, 2.20708333333333, 1.83255344495684, 4.35229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2022-01-16 00:00:00', 0.488413450328241, 1.07646153846154, 0.594004207444305, 1.33996153846154, 0.618130159308013, 1.51242307692308, 0.762581519475881, 1.95242307692308, 1.59055196224939, 4.09776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2022-01-16 00:00:00', 0.319203048472043, 0.726884615384616, 0.366667808156727, 0.939192307692308, 0.378231463524649, 1.018, 0.650686928147121, 1.58903846153846, 1.56221419786148, 3.947 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2022-01-16 00:00:00', 0.301150320246577, 0.641653846153844, 0.266148105095929, 0.759576923076918, 0.374433898859844, 0.915230769230766, 0.609234803793946, 1.44838461538461, 1.56375860226374, 3.90638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2022-01-16 00:00:00', 0.158098177871072, 0.434076923076921, 0.315904739779863, 0.594269230769228, 0.456911571986725, 0.912230769230769, 0.595866124613187, 1.33296153846154, 1.57813368839954, 3.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2022-01-16 00:00:00', 0.248689095365776, 0.435884615384611, 0.281853658155053, 0.607730769230767, 0.469378608866594, 0.871961538461535, 0.591350049918374, 1.27580769230769, 1.56297343055325, 3.87576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2022-01-16 00:00:00', 0.177755164373746, 0.423538461538458, 0.385652478075992, 0.645076923076924, 0.417898576211979, 0.815499999999995, 0.565772305383059, 1.1896923076923, 1.5455250842849, 3.86188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2022-01-16 00:00:00', 0.284277970682547, 0.459269230769232, 0.315591166884286, 0.590769230769231, 0.332715216641222, 0.720846153846152, 0.485787736172274, 1.09626923076923, 1.51658427192364, 3.81357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2022-01-16 00:00:00', 0.131374748773818, 0.37373076923077, 0.165070786680695, 0.49026923076923, 0.273059331394365, 0.613961538461536, 0.423297560370221, 1.07823076923077, 1.52759590155955, 3.80503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2022-01-16 00:00:00', 0.142370221605503, 0.353999999999999, 0.192459610148368, 0.461307692307692, 0.245984768133816, 0.573884615384614, 0.372305178789988, 1.04688461538462, 1.72513212693538, 3.87515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2022-01-16 00:00:00', 0.118494745096078, 0.29273076923077, 0.194906371999875, 0.399423076923074, 0.233439829176931, 0.583923076923075, 0.346951098305488, 1.00676923076923, 1.81637181046342, 3.90507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2022-01-16 00:00:00', 0.14148450852954, 0.281884615384611, 0.139362835792041, 0.382999999999997, 0.18190474261166, 0.564846153846152, 0.315788597738323, 1.00696153846154, 1.83194160807178, 3.90915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2022-01-16 00:00:00', 0.0983156063986694, 0.26996153846154, 0.156413751116904, 0.414307692307692, 0.203010833360038, 0.538038461538463, 0.487130726412721, 1.52976923076924, 1.83394889787038, 3.924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2022-01-16 00:00:00', 0.119424961957126, 0.286807692307693, 0.145857549051749, 0.375230769230771, 0.237933811093625, 0.510461538461539, 0.559894061408048, 1.621, 1.82897760469108, 3.91896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2022-01-16 00:00:00', 0.0954797119005664, 0.244846153846153, 0.125114372291298, 0.332384615384616, 0.25262478104889, 0.480000000000001, 0.589814260202702, 1.6723076923077, 1.83567278506986, 3.93042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2022-01-16 00:00:00', 0.0772436305564315, 0.228538461538461, 0.155292483348728, 0.327653846153845, 0.246309111608846, 0.461461538461541, 0.589264036417788, 1.75423076923077, 1.84078404365765, 3.95715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2022-01-16 00:00:00', 0.122375921462705, 0.231884615384611, 0.199396092084228, 0.338192307692308, 0.249718318233845, 0.491038461538464, 0.719843548172902, 1.81557692307693, 1.83691389396622, 3.97742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2022-01-16 00:00:00', 0.119038151608897, 0.220192307692304, 0.189522817785986, 0.332461538461535, 0.268825081819732, 0.502269230769228, 0.753698136881378, 1.8498076923077, 1.82555537808677, 4.00003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2022-01-16 00:00:00', 0.150763742835758, 0.261884615384614, 0.219515343777713, 0.363115384615386, 0.23316630248684, 0.499730769230771, 0.75433468699245, 1.8525, 1.86713637423729, 4.037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2022-01-16 00:00:00', 0.0980424084065351, 0.232923076923078, 0.148634466444983, 0.35426923076923, 0.188788416365639, 0.472115384615385, 0.756652592775473, 1.83088461538462, 1.85545096819738, 4.05615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2022-01-16 00:00:00', 0.109010154784558, 0.256576923076925, 0.14265845710863, 0.354653846153846, 0.244571678969265, 0.507115384615387, 0.769426016836327, 1.83534615384616, 1.85750368340043, 4.07657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2022-01-16 00:00:00', 0.10663779096333, 0.243461538461537, 0.145761728648028, 0.343807692307693, 0.255783192447163, 0.529807692307694, 0.764341414854343, 1.81403846153847, 1.84673656986088, 4.07996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2022-01-16 00:00:00', 0.081682772875408, 0.227653846153848, 0.186784651815523, 0.35688461538462, 0.272056784231078, 0.521423076923081, 0.770585647413709, 1.80700000000001, 1.83219359952867, 4.08688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2022-01-16 00:00:00', 0.115005550590685, 0.237880000000001, 0.193484693623724, 0.363080000000001, 0.211811496382986, 0.58688, 0.765151231239072, 1.83036, 1.90216007212852, 4.16076 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2022-01-16 00:00:00', 0.101050037110332, 0.244120000000003, 0.147880672615904, 0.331120000000001, 0.420199131365121, 1.28032, 0.756597521804031, 1.80968, 1.97663505483435, 4.20716 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2022-01-16 00:00:00', 0.0991350425766062, 0.249440000000001, 0.167035694788072, 0.47856, 0.525713007891823, 1.3922, 0.7626187055141, 1.81896, 1.97053728121714, 4.21348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2022-01-16 00:00:00', 0.149646661617737, 0.399960000000001, 0.425335585156006, 1.24612, 0.567196547356676, 1.46456, 0.762552256132872, 1.83088, 1.96900065430834, 4.21592 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2022-01-16 00:00:00', 0.393088418317543, 1.01276923076923, 0.479329244481686, 1.16426923076923, 0.497821877320053, 1.36369230769231, 0.651471857825385, 1.64569230769231, 1.96296531769197, 4.09996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1005, '2022-01-16 00:00:00', 0.272938665975737, 0.652346153846153, 0.269005530397822, 0.808846153846155, 0.43605511295989, 1.05930769230769, 0.62593325399881, 1.46996153846154, 1.96068226743809, 4.08092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1020, '2022-01-16 00:00:00', 0.161496806350894, 0.534461538461539, 0.238423540396884, 0.68976923076923, 0.397901116436658, 0.945538461538463, 0.587101417002341, 1.35207692307692, 1.96282337972626, 4.0615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1035, '2022-01-16 00:00:00', 0.145988540119264, 0.449576923076922, 0.278111845237738, 0.671961538461539, 0.335181808300189, 0.848730769230767, 0.644149915661065, 1.32292307692308, 1.95847101940421, 4.04557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1050, '2022-01-16 00:00:00', 0.19657327856592, 0.462576923076923, 0.243381337379461, 0.614653846153847, 0.285087873092867, 0.748846153846154, 0.643899080721388, 1.27188461538462, 1.95646325802454, 4.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1065, '2022-01-16 00:00:00', 0.140608654947527, 0.381076923076923, 0.177304783223256, 0.486115384615382, 0.250987845246618, 0.625461538461539, 0.643321883782798, 1.19538461538462, 1.96910310391461, 4.08107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1080, '2022-01-16 00:00:00', 0.124366016876979, 0.330884615384611, 0.167613548194831, 0.445692307692306, 0.203552937737433, 0.600961538461535, 0.597449363158472, 1.17430769230769, 2.00837184267793, 4.09453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1095, '2022-01-16 00:00:00', 0.0947233786429672, 0.289038461538462, 0.120460175353332, 0.405576923076924, 0.220934772831608, 0.584576923076922, 0.569016679490562, 1.11169230769231, 2.03539446677656, 4.08234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1110, '2022-01-16 00:00:00', 0.0707878411984634, 0.277038461538462, 0.120122937027032, 0.374999999999998, 0.242000499045898, 0.541807692307692, 0.580172441209043, 1.08869230769231, 2.04472918349745, 4.07792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1125, '2022-01-16 00:00:00', 0.0815820115919241, 0.25976923076923, 0.140062579420224, 0.384384615384614, 0.240537398339638, 0.498000000000002, 0.599202625289515, 1.07788461538462, 2.08603023099269, 4.39426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1140, '2022-01-16 00:00:00', 0.10367808165367, 0.271230769230766, 0.184702854919423, 0.370230769230772, 0.292083402209293, 0.488923076923079, 0.664687110890994, 1.11034615384616, 2.10442443547289, 4.48573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1155, '2022-01-16 00:00:00', 0.123477858494804, 0.240692307692305, 0.138191973495069, 0.312692307692307, 0.282481991257168, 0.480346153846154, 0.765640072096543, 1.624, 2.12259077979283, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1170, '2022-01-16 00:00:00', 0.0756738040234842, 0.21526923076923, 0.170516450819271, 0.324499999999999, 0.233248668888934, 0.461307692307692, 0.769141628450434, 1.67026923076923, 2.12962729566972, 4.53053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1185, '2022-01-16 00:00:00', 0.117807901001853, 0.229692307692308, 0.158899039063755, 0.332769230769229, 0.287243868515934, 0.496000000000001, 0.772360708875969, 1.66123076923077, 2.15105010491298, 4.53907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1200, '2022-01-16 00:00:00', 0.103796020377247, 0.23957692307692, 0.127742872750152, 0.318192307692308, 0.282140316972844, 0.507961538461538, 0.791264013121753, 1.67053846153846, 2.1779838075968, 4.56488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1215, '2022-01-16 00:00:00', 0.0717189385995531, 0.206615384615388, 0.207520260363992, 0.340538461538463, 0.346053817513093, 0.536730769230769, 0.781938530930563, 1.72488461538462, 2.19074433329089, 4.62842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1230, '2022-01-16 00:00:00', 0.162591309257761, 0.257576923076924, 0.196847820956656, 0.365230769230771, 0.339601766779859, 0.544000000000002, 0.73031827413701, 1.73830769230769, 2.21198893445556, 4.63961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1245, '2022-01-16 00:00:00', 0.0835993743075603, 0.240846153846153, 0.334007784340427, 0.410999999999998, 0.35453366336857, 0.54196153846154, 0.703027130453618, 1.72911538461538, 2.21783505837423, 4.64788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1260, '2022-01-16 00:00:00', 0.350196823778595, 0.338846153846154, 0.346311067372409, 0.42565384615385, 0.3589246696196, 0.537038461538463, 0.67664455502587, 1.76457692307692, 2.21704111373695, 4.6625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1275, '2022-01-16 00:00:00', 0.126762291165545, 0.236038461538463, 0.173314334264474, 0.357538461538463, 0.245975921273104, 0.472076923076923, 0.592921195957259, 1.71376923076923, 2.22392868486933, 4.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1290, '2022-01-16 00:00:00', 0.112558231083361, 0.258653846153846, 0.160111293024089, 0.342115384615386, 0.279557683603108, 0.519461538461538, 0.610593689654712, 1.73542307692308, 2.21888924117798, 4.68176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1305, '2022-01-16 00:00:00', 0.13016640828629, 0.247576923076921, 0.204228111528407, 0.35680769230769, 0.274935911413209, 0.543346153846153, 0.622828500904111, 1.75430769230769, 2.22512729627214, 4.70873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1320, '2022-01-16 00:00:00', 0.131886592697409, 0.244359999999999, 0.223501118565427, 0.389400000000003, 0.34625119494378, 0.611840000000001, 0.633170348326579, 1.73824, 2.29897605975646, 4.79944 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1335, '2022-01-16 00:00:00', 0.166618306317162, 0.26708, 0.164981231255758, 0.379159999999999, 0.526520395299809, 1.30732, 0.618005124034855, 1.7158, 2.3018497815163, 4.8126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1350, '2022-01-16 00:00:00', 0.0877496058870538, 0.268079999999997, 0.230521777713083, 0.46396, 0.560271139717192, 1.3448, 0.705102136809511, 1.75824, 2.32677920668607, 4.82268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1365, '2022-01-16 00:00:00', 0.228218367651101, 0.376959999999996, 0.512276608223849, 1.22836, 0.572256944038253, 1.35648, 0.713093553937117, 1.7396, 2.34244553476347, 4.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 990, '2022-01-16 00:00:00', 0.282858191796999, 0.80956, 0.347949986827607, 0.959119999999999, 0.415975560179523, 1.1246, 0.489338642114708, 1.51984, 2.02717203019379, 4.38424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1005, '2022-01-16 00:00:00', 0.212104549691892, 0.606439999999996, 0.216601500456487, 0.726719999999998, 0.280001636899979, 0.959399999999997, 0.433878546753965, 1.30552, 1.9824923286947, 4.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1020, '2022-01-16 00:00:00', 0.131340803510055, 0.451359999999999, 0.189913857665344, 0.621239999999998, 0.218231146570172, 0.850999999999998, 0.413391206969863, 1.27604, 1.92483387854641, 4.25672 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1035, '2022-01-16 00:00:00', 0.121050650555876, 0.377479999999999, 0.184840985714749, 0.582239999999998, 0.258694233926204, 0.764040000000001, 0.427565784412176, 1.2434, 1.90772718437412, 4.21148 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1050, '2022-01-16 00:00:00', 0.15522669443967, 0.456919999999996, 0.227273535634927, 0.577479999999997, 0.25212726283896, 0.729359999999998, 0.462796294280757, 1.22292, 1.93085725780028, 4.1738 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1065, '2022-01-16 00:00:00', 0.163551897981441, 0.371840000000002, 0.222388174146019, 0.501999999999999, 0.217424507971541, 0.654399999999997, 0.473838182646073, 1.18704, 1.86542477557615, 4.15947999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1080, '2022-01-16 00:00:00', 0.108294628983464, 0.31232, 0.117576173890229, 0.420359999999997, 0.206034584475517, 0.584, 0.588634343204675, 1.14584, 1.84177656263366, 4.13164 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1095, '2022-01-16 00:00:00', 0.0868528448967948, 0.284999999999995, 0.135960435421485, 0.406359999999999, 0.272902100883569, 0.587839999999998, 0.613296252502276, 1.16828, 1.8481456697638, 4.1304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1110, '2022-01-16 00:00:00', 0.141467569899722, 0.296639999999999, 0.221143942565319, 0.424679999999998, 0.26187979430774, 0.548120000000001, 0.644743574350817, 1.13512, 1.82754853378326, 4.10868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1125, '2022-01-16 00:00:00', 0.117732040385501, 0.255400000000002, 0.15090506949735, 0.353440000000002, 0.131527855097947, 0.473080000000003, 0.613493390347445, 1.08884, 1.96614707825568, 4.286 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1140, '2022-01-16 00:00:00', 0.128212219906425, 0.258960000000003, 0.133660802032607, 0.336720000000005, 0.121818964040909, 0.464120000000003, 0.608115060384686, 1.10352, 1.93747466908173, 4.30248 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1155, '2022-01-16 00:00:00', 0.0783219211545118, 0.225360000000001, 0.129212254320813, 0.324839999999999, 0.187258884969445, 0.434840000000002, 0.695353082972959, 1.46392, 1.892314401291, 4.33428 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1170, '2022-01-16 00:00:00', 0.0915071581899483, 0.214319999999997, 0.113956088033947, 0.298639999999998, 0.276905718010061, 0.443119999999998, 0.802228614548247, 1.61, 1.87096557246074, 4.35844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1185, '2022-01-16 00:00:00', 0.0922384952175666, 0.229239999999998, 0.15389769329006, 0.2992, 0.282440554217464, 0.446199999999997, 0.820061975300241, 1.64768, 1.8822612571054, 4.39576 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1200, '2022-01-16 00:00:00', 0.0759578172408862, 0.207439999999999, 0.161979196195067, 0.319479999999995, 0.238166272451274, 0.452439999999998, 0.906269205773505, 1.69796000000001, 1.87354787146384, 4.38272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1215, '2022-01-16 00:00:00', 0.125142585344343, 0.221599999999999, 0.156873887778265, 0.295799999999998, 0.238593252209696, 0.458640000000003, 0.892507049458622, 1.74520000000001, 1.83517331334128, 4.36144 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1230, '2022-01-16 00:00:00', 0.121827911416065, 0.211039999999996, 0.164657442386714, 0.320639999999997, 0.274639600203613, 0.482919999999997, 0.853294794702667, 1.75444000000001, 1.80662098773742, 4.34468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1245, '2022-01-16 00:00:00', 0.115868819504354, 0.248199999999997, 0.158786281943159, 0.356400000000002, 0.265527129812877, 0.520359999999998, 0.814994349673665, 1.76096, 1.78545041282772, 4.32552 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1260, '2022-01-16 00:00:00', 0.0850471045950393, 0.222480000000005, 0.145891032395181, 0.324119999999999, 0.314049030142317, 0.512279999999998, 0.805937088115446, 1.75344, 1.77019497513692, 4.3156 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1275, '2022-01-16 00:00:00', 0.119620956915302, 0.234559999999997, 0.197184025722163, 0.34704, 0.348596265996447, 0.523760000000002, 0.809382577442009, 1.74664, 1.77977794307792, 4.32288 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1290, '2022-01-16 00:00:00', 0.146717983446701, 0.234199999999998, 0.24708078975644, 0.359199999999996, 0.315590282909131, 0.511320000000003, 0.804759740543725, 1.73164, 1.75075816909894, 4.305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1305, '2022-01-16 00:00:00', 0.183728214128006, 0.242839999999999, 0.220479190250088, 0.353360000000004, 0.268287550959793, 0.488720000000003, 0.802995253203075, 1.75628, 1.7458254036415, 4.30044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1320, '2022-01-16 00:00:00', 0.0987835798712218, 0.235749999999999, 0.153976259227838, 0.323083333333338, 0.258108585030931, 0.559291666666669, 0.835791734988666, 1.77579166666667, 1.7745188672271, 4.33508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1335, '2022-01-16 00:00:00', 0.123056602976971, 0.242166666666671, 0.175577308625994, 0.3515, 0.426405041079455, 1.13804166666667, 0.844140120760922, 1.81225, 1.77983638516888, 4.33791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1350, '2022-01-16 00:00:00', 0.12423327169926, 0.257916666666664, 0.226294712933045, 0.460916666666666, 0.619937127188447, 1.30970833333333, 0.80739521126516, 1.830625, 1.77303600877303, 4.32958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1365, '2022-01-16 00:00:00', 0.19796901748521, 0.367416666666662, 0.39255699992282, 1.08629166666667, 0.605656702816591, 1.35995833333333, 0.785535315491328, 1.86191666666667, 1.75975467451937, 4.30991666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 930, '2022-01-16 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 945, '2022-01-16 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 960, '2022-01-16 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 975, '2022-01-16 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 2, 930, '2022-01-16 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2022-01-16 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2022-01-16 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2022-01-16 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2022-01-16 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 945, '2022-01-16 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 960, '2022-01-16 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 975, '2022-01-16 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 930, '2022-01-16 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 945, '2022-01-16 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 960, '2022-01-16 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 975, '2022-01-16 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 930, '2022-01-16 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 945, '2022-01-16 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 960, '2022-01-16 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 975, '2022-01-16 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:25 Duration: 3s429ms 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 970065, 5, 990, '2022-01-16 00:00:00', 0.914223299603797, 2.15280769230769, 1.03396294904605, 2.5285, 1.09233288600415, 2.79257692307693, 1.46912014327781, 3.58834615384615, 3.66372606151799, 9.77857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.397693745719764, 1.22834615384615, 0.463988390106743, 1.63611538461538, 0.697747242091407, 2.01142307692307, 1.31050524842668, 2.99261538461539, 3.72105812846085, 9.58134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.435924702390044, 1.14788461538461, 0.509276838724817, 1.42953846153846, 0.810608885107603, 1.85626923076923, 1.36102050004343, 2.80080769230769, 4.04199738666988, 9.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24094023836117, 0.878961538461538, 0.404334927808811, 1.22557692307692, 0.553448213128731, 1.52873076923077, 1.20524982408692, 2.48153846153846, 4.14497377053963, 9.52103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.376488726973949, 0.869192307692304, 0.475127689719789, 1.15480769230769, 0.585239570931953, 1.46334615384615, 1.19651370302996, 2.40380769230769, 4.13924669790939, 9.53588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.270352581754898, 0.718961538461536, 0.366006828435672, 0.98303846153846, 0.487487374195478, 1.2635, 1.16567666977663, 2.30253846153846, 4.15319437041677, 9.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.276622085997375, 0.711538461538462, 0.31292860822583, 0.946923076923076, 0.578498869090051, 1.25069230769231, 1.19547575402496, 2.30796153846154, 4.15321296421865, 9.61038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277946893101208, 0.628653846153847, 0.45816359355752, 0.91396153846154, 0.53260925206442, 1.24784615384615, 1.39217908275536, 2.39796153846154, 4.23254017419254, 9.60238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.348362404135959, 0.677730769230771, 0.461440001933747, 0.905346153846158, 0.505581943445833, 1.27730769230769, 1.41164848370211, 2.34119230769231, 4.27585056819558, 9.60980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212777908772362, 0.59096153846154, 0.273902722765697, 0.822692307692307, 0.500421016591182, 1.27592307692307, 1.36955730747623, 2.35046153846154, 4.23470465794251, 10.1145 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206193594618113, 0.55996153846154, 0.299518937374841, 0.843923076923077, 0.523895957081321, 1.25242307692308, 1.36195546973404, 2.41330769230769, 4.2194255549596, 10.2515769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.245965538549299, 0.593384615384619, 0.405387783960758, 0.874153846153845, 0.686113065362803, 1.30253846153846, 2.38549616609659, 4.02596153846154, 4.22852359559002, 10.2739615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.243358504142469, 0.579192307692305, 0.385913663122487, 0.823653846153848, 0.764899342799683, 1.20126923076923, 2.59831123883305, 4.30442307692308, 4.275218704797, 10.3224230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24820189052773, 0.500538461538464, 0.724843818721293, 0.870192307692309, 0.797874260384818, 1.10184615384615, 2.70004892633733, 4.56173076923077, 4.36850043854164, 10.3488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.459126572962183, 0.57072, 0.460846420549547, 0.753440000000002, 0.544077200404502, 1.0032, 2.83019652556732, 4.60496, 4.52160144491602, 10.38728 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206277507256607, 0.474080000000001, 0.268041893491796, 0.627040000000003, 0.32626115817445, 0.917480000000001, 2.89178478625225, 4.692, 4.56760089215334, 10.44692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.145726719124073, 0.40312, 0.200590611279123, 0.58052, 0.266411805293985, 0.877400000000001, 2.90723349308811, 4.7126, 4.59602475878159, 10.4918 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.151180929132392, 0.451559999999998, 0.209229562920728, 0.626519999999998, 0.305764380964603, 0.925760000000001, 2.92042375635226, 4.816, 4.63275847165235, 10.52116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.138569380937253, 0.427839999999999, 0.208232346190502, 0.62372, 0.376096676401161, 0.883279999999999, 2.86513193006302, 4.87732, 4.72231999586361, 10.51032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.169528591492215, 0.445880000000001, 0.250287647850762, 0.608360000000002, 0.848627994667471, 0.977840000000004, 2.74271605469225, 4.91876, 4.71001980958325, 10.53024 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.168365742754674, 0.396760000000002, 0.268454018409109, 0.591320000000001, 0.844218303126232, 0.94728, 2.65385398241877, 4.96328, 4.68435687972924, 10.54272 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.218412743828438, 0.430279999999998, 0.861120235507217, 0.74932, 0.955901220489507, 1.03832, 2.63560122046817, 4.98828, 4.67952713173742, 10.53352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.133443625126703, 0.422624999999999, 0.28382969735644, 0.599916666666661, 0.450465717140427, 1.10916666666666, 2.68172092567224, 4.97841666666666, 4.78583087981021, 10.5290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277726246065479, 0.449291666666661, 0.326011133334389, 0.706291666666664, 2.21238947771114, 3.367375, 2.6995454153015, 4.99433333333333, 4.77167459875978, 10.5172916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.193394838105358, 0.499541666666667, 0.38520485562503, 0.903791666666664, 2.4487857668412, 3.73358333333333, 2.69017739838521, 4.9655, 4.79450718931631, 10.4871666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.346059492141808, 0.746041666666665, 2.11582866856231, 3.25479166666667, 2.47095439960504, 4.03308333333333, 2.65098468853378, 4.97108333333333, 4.90627838162196, 10.5244166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.15918779036588, 1.8172, 1.26946401813259, 2.49532, 1.5860447587211, 3.10268, 1.68927077462436, 4.2454, 4.36908972327189, 10.59652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.572607739498283, 1.06496, 0.890786418471525, 1.69712, 1.21106857499207, 2.21152, 1.31256156300063, 3.60024, 4.34492651529728, 10.30356 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.74322518346281, 1.10256, 0.785829922226597, 1.4458, 1.22212417536026, 1.9198, 1.26567980811367, 3.27572, 4.37604093064344, 10.15168 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.468387385967354, 0.795919999999998, 0.707022576254344, 1.21644, 1.11183480037879, 1.90196, 1.14477602176146, 3.05416, 4.37743768735395, 10.13196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.528499205297415, 0.861919999999999, 0.780726332761147, 1.22776, 1.06637715029284, 1.92468, 1.0731310886063, 3.0044, 4.48443656810232, 10.1342 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.490564664442921, 0.74524, 0.719179527888088, 1.26288, 0.860119947061648, 1.71036, 1.09024146102289, 2.80588, 4.46245307613051, 10.01704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.515183213365239, 0.835920000000003, 0.63617607625562, 1.1532, 0.594856915568778, 1.4646, 1.13435723650004, 2.58456, 4.48555643593969, 9.94604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.352162249538471, 0.614400000000003, 0.395749659928257, 0.963280000000002, 0.402535472556974, 1.21684, 1.26579211036673, 2.427, 4.50297982377596, 9.91628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.320769127774686, 0.576600000000002, 0.391489940270928, 0.787039999999997, 0.598645902572354, 1.1304, 1.365712795576, 2.37576, 4.5864689758753, 9.9604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.345778725005843, 0.578519999999999, 0.429348731607922, 0.833200000000003, 0.682927643800324, 1.1744, 1.35467636602499, 2.37184, 4.6371451393431, 10.39828 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.33245271844279, 0.525679999999999, 0.467610425461198, 0.808479999999998, 0.565145550573774, 1.04392, 1.329160668743, 2.3912, 4.66359391992914, 10.4678 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.35217804209424, 0.528959999999997, 0.431932062559223, 0.762839999999998, 0.599045871921896, 1.05196, 1.31988711638534, 3.564, 4.62874863399026, 10.5516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.304852412379062, 0.439079999999998, 0.321366991667368, 0.583080000000001, 0.701105087225396, 1.10448, 1.55431311410111, 3.97944, 4.61656438815706, 10.5176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.240460724443723, 0.39788, 0.548516052636564, 0.708880000000003, 0.722411948498454, 1.10276, 1.63722651863856, 4.10144, 4.57640341862472, 10.541 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.511779412116845, 0.484000000000003, 0.602897166466496, 0.810920000000002, 0.677038743352252, 1.06328, 1.66753307513424, 4.16516, 4.56588706240821, 10.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.397559001910408, 0.578920000000001, 0.43745133062624, 0.738600000000002, 0.558856197961515, 0.970600000000001, 1.62401032221679, 4.14812, 4.56657418093695, 10.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.287615037854422, 0.442920000000005, 0.397248138237717, 0.620000000000002, 0.497888049665787, 0.953480000000003, 1.58502360865698, 4.13056, 4.5743905703383, 10.50756 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.257552499502525, 0.396039999999999, 0.309893008418493, 0.58352, 0.442701366611848, 0.913200000000002, 1.59613687591844, 4.18752, 4.57334834922219, 10.48796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.291694034906443, 0.429079999999998, 0.425583098035313, 0.655160000000001, 0.464410924361892, 0.90256, 1.6093042937866, 4.28432, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.30785690940219, 0.408720000000001, 0.280145039815689, 0.601919999999999, 0.544494300551742, 0.906719999999995, 1.61800081685187, 4.34732, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.225157959367787, 0.381760000000002, 0.303568130738391, 0.593119999999999, 0.713765834617114, 0.9334, 1.58354056678908, 4.33432, 4.5757625867171, 10.511 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.237769475192537, 0.381639999999995, 0.475256534235285, 0.633239999999993, 0.751019311780107, 1.01256, 1.5798872058895, 4.3442, 4.57575457055992, 10.51084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.271766723816427, 0.422249999999996, 0.295238073302784, 0.609291666666667, 0.626778992785418, 1.14741666666667, 1.60557393176469, 4.29879166666667, 4.67447931979936, 10.5079583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274552649975733, 0.412875000000001, 0.421490314414136, 0.694458333333337, 1.10678151687086, 2.75075, 1.58885821676165, 4.35920833333333, 4.6755473892896, 10.5054583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274926706306572, 0.446541666666668, 0.52153176706503, 0.816916666666668, 1.33461306814622, 3.26004166666666, 1.58001839044058, 4.358875, 4.64886128471965, 10.452875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.476309847318082, 0.670125, 1.05398316871169, 2.58545833333333, 1.47032769134215, 3.42504166666667, 1.58482129701688, 4.36575, 4.63412739605053, 10.415875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.790045097057516, 1.97615384615384, 1.15026738563759, 2.60646153846154, 1.24145684642619, 2.97930769230769, 1.53633987625936, 3.92215384615385, 4.58929296532031, 10.0021923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.721573167034791, 1.57265384615384, 0.771271857688027, 1.90496153846154, 0.814450376256661, 2.28484615384615, 1.25032829473518, 3.34426923076923, 4.63218372094797, 9.67823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.376366768744779, 1.13123076923077, 0.583933385294537, 1.51396153846154, 0.810555612859758, 1.91319230769231, 1.05811090882979, 3.01384615384616, 4.39356325268963, 9.53984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.31672505183761, 0.976038461538459, 0.414915526157016, 1.28942307692308, 0.748930019325007, 1.75842307692308, 0.919842378638027, 2.81219230769231, 4.42744527846999, 9.40557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.379222970742098, 0.912692307692308, 0.53627821711668, 1.24838461538462, 0.791739907759146, 1.71780769230769, 0.948043514905217, 2.76688461538462, 4.40162011361901, 9.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.387805899110127, 0.804153846153842, 0.550120279155804, 1.17419230769231, 0.713699380799675, 1.60238461538462, 0.93427890169576, 2.64288461538462, 4.48709392763118, 9.54034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.309406299970667, 0.863461538461541, 0.466928367097136, 1.1445, 0.616104451683814, 1.51215384615385, 0.789127370044813, 2.55761538461539, 4.46482380667092, 9.46623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.326527313028862, 0.717384615384615, 0.46243503493838, 1.07580769230769, 0.50312726177227, 1.35619230769231, 0.626888414803925, 2.40026923076923, 4.49028949160982, 9.39196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.334466822546894, 0.746153846153843, 0.369073002993256, 0.939192307692306, 0.357516570890829, 1.28953846153846, 0.512906152759411, 2.31380769230769, 4.49141330301071, 9.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.230967050597132, 0.619538461538457, 0.328683687082041, 0.881615384615383, 0.363436698540685, 1.29007692307692, 0.408496824203829, 2.19584615384615, 4.81579976791139, 9.53573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.23928380317426, 0.584538461538466, 0.220905604622981, 0.839384615384615, 0.275555293906684, 1.296, 0.479704455488358, 2.20226923076923, 4.87678753231927, 9.62534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.233254397270775, 0.598423076923078, 0.288290579904265, 0.942461538461542, 0.279998395599797, 1.22669230769231, 2.9393187669673, 3.79342307692308, 4.69268618449539, 9.88211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.234522588710306, 0.615269230769235, 0.267022237621918, 0.826653846153848, 0.403555194966708, 1.15665384615385, 2.98254672411657, 3.95980769230769, 4.71304614937663, 9.90038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.201362608246915, 0.550500000000003, 0.215465835235762, 0.745384615384617, 0.382129355867075, 1.09426923076923, 3.014581659968, 4.04776923076923, 4.81429160680828, 9.99034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.146405889961378, 0.496730769230773, 0.355842964500657, 0.76315384615385, 0.41545045988106, 1.02473076923077, 3.00065691705103, 4.07542307692308, 4.95244258942378, 10.0358076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.272920072830574, 0.583615384615386, 0.305582372125501, 0.782115384615386, 0.362349784260795, 1.04738461538462, 2.96651375108639, 4.10765384615385, 5.00587292072637, 10.0874615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.208928611289567, 0.513730769230768, 0.209115279212213, 0.666000000000001, 0.402504169113621, 1.04461538461539, 2.95872878134149, 4.10119230769231, 5.02122523877007, 10.1105384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.135743377795693, 0.477230769230771, 0.219180294594338, 0.731192307692311, 0.394805868555864, 1.05507692307693, 2.94571369254745, 4.16796153846154, 5.01581780570228, 10.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.227908635540313, 0.541115384615382, 0.374688276591871, 0.807230769230766, 0.431100639686906, 1.03319230769231, 2.94924599281814, 4.19961538461539, 5.00590898239271, 10.1535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.276363395104793, 0.53738461538461, 0.28134378641414, 0.709384615384613, 0.444362707013779, 0.976846153846153, 2.95438726720371, 4.20326923076923, 5.00004456041682, 10.1713846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.145533141877085, 0.465153846153849, 0.233167833247936, 0.659038461538467, 0.370696309458502, 0.896076923076925, 2.96210850473884, 4.18407692307692, 4.99355041875172, 10.1797692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.163077145500573, 0.469346153846152, 0.262017782720065, 0.679038461538462, 0.413039249392186, 0.91430769230769, 2.97225328250885, 4.21784615384615, 4.99342184694409, 10.2066923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.132174480643332, 0.423479999999998, 0.15058893274961, 0.532879999999999, 0.400535216928547, 1.07828, 3.06317081795972, 4.33472, 4.98577707483999, 10.05204 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.138957403545117, 0.411080000000002, 0.305559230482956, 0.690119999999999, 3.13025767043759, 3.3482, 3.05710815859258, 4.35772, 5.0087395813052, 10.11388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.265411548354629, 0.58004, 0.358917734306906, 0.95976, 3.08533150460908, 3.64408, 3.04671775741261, 4.34952, 5.00460316208988, 10.14768 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.333055661013792, 0.807360000000001, 3.12474314944444, 3.2804, 3.07510267958649, 3.79264, 3.05490935599296, 4.34056, 5.03200549582371, 10.18232 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 1.02580766303361, 2.05519230769231, 1.00248016515962, 2.4218076923077, 1.11257636211563, 2.72719230769231, 1.3674494894342, 3.25211538461539, 3.73003638031341, 9.67896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.56891455759732, 1.40957692307693, 0.67033830379776, 1.7178076923077, 0.802216314583927, 2.07815384615385, 1.19581613778399, 2.84865384615385, 3.83651390257032, 9.52473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.364963292147828, 1.07673076923077, 0.628111578769736, 1.43165384615385, 0.66888577960205, 1.77888461538461, 1.19282978410423, 2.63957692307692, 3.88715108253609, 9.40353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.423836428898626, 0.914038461538465, 0.518169881558017, 1.27288461538462, 0.576385102300407, 1.56388461538462, 1.1621370665883, 2.57319230769231, 3.84360653553404, 9.366 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.370413558897867, 0.874269230769233, 0.389133398127764, 1.07280769230769, 0.682839673715579, 1.4745, 1.3955999647243, 2.53830769230769, 3.83037280631855, 9.30865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.271087575971594, 0.757923076923074, 0.425742168273422, 0.996076923076922, 0.641940749722155, 1.33161538461539, 1.37542103204241, 2.44084615384615, 3.79088561704761, 9.22780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.308722202734981, 0.673038461538462, 0.404357754774349, 0.944076923076927, 0.586625174523403, 1.21884615384616, 1.26142829973987, 2.33465384615385, 3.68304184253263, 9.17642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28899743144986, 0.684346153846156, 0.401419015685415, 0.872115384615385, 0.551049890244483, 1.23769230769231, 1.21638798719184, 2.38215384615384, 3.65734665234027, 9.16484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.217087873026994, 0.582769230769229, 0.346958875860615, 0.794692307692308, 0.603373378469876, 1.22107692307692, 1.30461700834442, 2.45453846153846, 3.70774999987033, 9.18730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.289396520631894, 0.589115384615384, 0.412532829462836, 0.892846153846152, 0.551510966485569, 1.16811538461538, 1.31441147286533, 2.438, 3.91056226844486, 9.53915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.278958910677097, 0.646923076923072, 0.441032091977268, 0.861115384615381, 0.465506904848403, 1.03596153846154, 1.34701858419023, 2.57288461538461, 3.96230270908994, 9.78803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.314686100008344, 0.591307692307689, 0.333634318470897, 0.787538461538458, 0.422424855402162, 1.00896153846154, 2.48379133057633, 4.62842307692308, 3.81042992042388, 9.92653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.194526490187365, 0.497346153846155, 0.254286637175752, 0.640423076923077, 0.442151559466274, 1.01080769230769, 2.3558128112264, 4.87719230769231, 3.80194726402952, 9.94396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.198209652019892, 0.434115384615385, 0.383177026772421, 0.677076923076922, 0.607491190186198, 1.08888461538461, 2.34111899345985, 4.92630769230769, 3.79752537318712, 9.961 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.263223289243182, 0.534500000000001, 0.342675356569451, 0.767999999999997, 0.569808670992694, 1.12580769230769, 2.3184515880548, 4.98561538461539, 3.79993387634777, 9.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.202268340425438, 0.49980769230769, 0.494096859081137, 0.781884615384611, 0.641237630260064, 1.23753846153846, 2.3215482158382, 4.99096153846154, 3.82246132465216, 9.90953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.354414212251926, 0.536923076923074, 0.347460961836003, 0.732, 0.816237865971773, 1.27457692307693, 2.34568340443593, 5.10192307692308, 3.83921491193186, 9.9105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.182599738815214, 0.463769230769234, 0.549306051724845, 0.915461538461538, 0.90354290094392, 1.32457692307693, 2.38757399144307, 5.10073076923077, 3.83544399696386, 9.89942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.589938068457518, 0.779269230769227, 0.829808712897141, 1.0685, 0.969667816237168, 1.35292307692308, 2.42835973890576, 5.14630769230769, 3.82949377915872, 9.89926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.763016189968374, 0.729115384615384, 0.800800461077252, 0.995538461538461, 1.0012061802569, 1.37284615384615, 2.36985358716849, 5.08623076923077, 3.74985395510483, 9.85273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.545827648199011, 0.65630769230769, 0.721753492970684, 0.867769230769229, 1.12798561433816, 1.38011538461538, 2.39566951778861, 5.09903846153846, 3.76906652981263, 9.88188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307104094103913, 0.552730769230768, 0.718204860425256, 0.937307692307689, 0.989821824681285, 1.32073076923077, 2.36961526413044, 5.0945, 3.71869043864389, 9.87053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.386700573226016, 0.627799999999996, 0.607013522639046, 0.870600000000001, 0.697215504704251, 1.34328, 2.38099003007852, 5.07823999999999, 3.68684147701886, 9.74008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.365966109542033, 0.519880000000005, 0.414126289111588, 0.770600000000001, 2.24821449525321, 3.8022, 2.36063633229122, 5.01332, 3.66453661236087, 9.7338 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.340175508622633, 0.603280000000001, 0.504970500788578, 1.08996, 2.14950928508501, 4.0598, 2.35649326189008, 4.98392, 3.6494703839507, 9.7298 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.478993736911039, 0.891799999999999, 2.18386326800313, 3.68776, 2.0830677721412, 4.16648, 2.33671096272802, 4.92204, 3.6343442361266, 9.71312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.42276409616398, 2.52356, 1.43883891268851, 2.9116, 1.4789109698243, 3.29464, 1.94522210985447, 4.06584, 3.55659043982669, 9.51216 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.597386600117544, 1.3534, 0.917481767302937, 1.79128, 1.07546323662565, 2.32344, 1.5693058178698, 3.153, 3.44542566891233, 9.15396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.654674988066595, 1.11844, 0.682779742425527, 1.47748, 0.928273890975431, 2.0724, 1.21660398651328, 2.76452, 3.36697779024454, 8.98924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.291144706288813, 0.977359999999999, 0.394842002156134, 1.34796, 0.612773470922709, 1.75208, 0.901391932883064, 2.4594, 3.37019131504429, 8.8794 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.282250775021077, 0.842600000000002, 0.531038943957969, 1.23312, 0.613021024653041, 1.50212, 0.767188410148813, 2.24584, 3.36633590272866, 8.83092 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.497135152649662, 0.874120000000001, 0.490136487793625, 1.06712, 0.544651270692236, 1.43744, 0.82859536365265, 2.17588, 3.34986880937149, 8.85104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.261820154559066, 0.752719999999995, 0.363954379009238, 1.00904, 0.444543728632704, 1.37128, 0.769063527935107, 2.10428, 3.36374740530062, 8.80624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.280024713195106, 0.670440000000001, 0.48117971348205, 1.0138, 0.605700866765109, 1.36596, 1.15690344886684, 2.21944, 3.25562189246028, 8.79636 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307631554515026, 0.689559999999998, 0.340813013249202, 0.872480000000003, 0.582350733378664, 1.19372, 1.26687783152125, 2.09276, 3.19397372771495, 8.73956 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207864475079317, 0.593840000000001, 0.448104701306884, 0.918360000000002, 0.489925079306348, 1.077, 1.30488381091958, 2.07148, 3.66130981480671, 9.47632 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.421218557679183, 0.663640000000003, 0.421343256739675, 0.803160000000003, 0.439169147368069, 0.984960000000001, 1.41196227758865, 2.15416, 3.6997511231613, 9.52504 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207821493915652, 0.500760000000003, 0.228230234631608, 0.646960000000001, 0.356616937343137, 0.860839999999999, 1.67688666084901, 3.48804, 3.705433556729, 9.53852 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.223184057076962, 0.473040000000001, 0.289462041265055, 0.633240000000001, 0.362918324144702, 0.845279999999998, 1.75728510113376, 3.74852, 3.69800582656833, 9.56948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.191926357404781, 0.447679999999999, 0.222949732750083, 0.623399999999999, 0.392290997432602, 0.911679999999998, 1.87837564755651, 3.90164, 3.68623560243599, 9.6224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.172702316139649, 0.469559999999998, 0.24149309859014, 0.615599999999996, 0.387823735735711, 0.9128, 1.85945270801205, 3.94104, 3.69123103991067, 9.64856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206366179399631, 0.431199999999998, 0.327385715428553, 0.682639999999997, 0.383378020583687, 0.933039999999997, 1.87091168328884, 3.98212, 3.69561200389507, 9.7078 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.236894083224267, 0.50716, 0.294416326540045, 0.644840000000003, 0.342356816786231, 0.90376, 1.83711637718827, 4.0152, 3.71026056452463, 9.73196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.190767030694512, 0.436319999999999, 0.208349066072619, 0.6312, 0.37306791160145, 0.8742, 1.78693887416442, 4.06896, 3.71397624655839, 9.72732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.162720619467845, 0.481199999999999, 0.242255842722797, 0.632679999999998, 0.44874798049685, 0.9504, 1.80865700636319, 4.0914, 3.71471367312924, 9.72856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.183809394029065, 0.439679999999998, 0.32493757349169, 0.626519999999999, 1.13761801146079, 1.19736, 1.79429981701313, 4.1236, 3.73517650319232, 9.75348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212253778921995, 0.4308, 0.40016626544475, 0.717960000000003, 1.20336604018339, 1.22908, 1.79484511866623, 4.165, 3.77987626913897, 9.80212 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.358435247522714, 0.56508, 1.13213537176435, 0.9774, 1.25123866894636, 1.25196, 1.78728882388942, 4.17956, 3.78753475143573, 9.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.185855829859473, 0.484958333333334, 0.315065900628949, 0.678, 0.497966457094557, 1.178375, 1.42813660834721, 3.93979166666667, 3.79939310347194, 9.63504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28125227213253, 0.517666666666668, 0.297140328801064, 0.772125, 1.35837433142539, 2.99070833333334, 1.45120827219093, 3.94266666666667, 3.79594599516225, 9.63245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.210817108558273, 0.592124999999998, 0.416701381887154, 1.01295833333333, 1.45076169836221, 3.308125, 1.46664962708317, 3.95679166666667, 3.79197595593145, 9.63754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.25186067001707, 0.771666666666666, 1.38330450227508, 2.86504166666667, 1.51382213264154, 3.36816666666667, 1.51926968951953, 3.91629166666667, 3.86138931946123, 9.71754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:10 Duration: 3s361ms 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-16 00:00:00', 0.164102974238269, 0.287884615384615, 0.178692124573567, 0.341346153846154, 0.208491021758362, 0.392884615384616, 0.236426602694236, 0.492461538461539, 0.685831304667219, 1.25446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.084613619562011, 0.180769230769231, 0.124454576205384, 0.236692307692308, 0.15338963960601, 0.293692307692308, 0.206391234160905, 0.410307692307693, 0.688321360546522, 1.24184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0665602329877581, 0.149230769230771, 0.0958423384843775, 0.206076923076924, 0.120198278497849, 0.254884615384617, 0.188356033576351, 0.383653846153847, 0.696219386290093, 1.23107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0703798157253798, 0.141038461538461, 0.086576173663161, 0.182923076923076, 0.113779794069339, 0.231807692307692, 0.173730016006269, 0.355961538461538, 0.693099229215025, 1.22569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0565308901262087, 0.120307692307692, 0.0727633466477774, 0.160769230769231, 0.0921921154646431, 0.211884615384615, 0.158618851338672, 0.3315, 0.690797612574379, 1.22530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0426074930210456, 0.103038461538462, 0.0695386113000414, 0.148461538461538, 0.0932085502845841, 0.198076923076923, 0.164357888111934, 0.318346153846154, 0.689307491952277, 1.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0673849675087387, 0.099576923076923, 0.0784641025222067, 0.134153846153847, 0.09072640189052, 0.185, 0.150889179914878, 0.303769230769231, 0.677590642247617, 1.22096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0445592431920269, 0.101384615384615, 0.0638540643848274, 0.137692307692308, 0.0657552571750277, 0.164923076923077, 0.141492070992851, 0.292615384615384, 0.676677563256965, 1.21826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474200866235463, 0.0952307692307697, 0.0520886227057758, 0.12376923076923, 0.0592291638144077, 0.156423076923077, 0.127407402272576, 0.280615384615384, 0.666935692898152, 1.21953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0325437457065936, 0.0788461538461537, 0.0415833546580291, 0.0998461538461537, 0.0534670135547298, 0.147192307692308, 0.121965247257002, 0.283807692307692, 0.670237326509166, 1.23592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035693998633686, 0.071307692307692, 0.0468947922317786, 0.104807692307693, 0.0624321909077241, 0.140538461538461, 0.135759362901365, 0.302730769230768, 0.668462296272918, 1.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0346929609353481, 0.0788076923076928, 0.0464058351768562, 0.110307692307693, 0.0828686541833143, 0.141423076923077, 0.205513798900369, 0.455192307692307, 0.67656723584237, 1.25676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368619879258582, 0.0693846153846157, 0.0634230727247271, 0.0963846153846157, 0.102140755069433, 0.137576923076923, 0.206765764909139, 0.493192307692308, 0.683146129203814, 1.26492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0435550226724776, 0.0660000000000006, 0.0611353731169918, 0.0964230769230768, 0.0946690104440813, 0.135692307692308, 0.210045361401183, 0.503423076923077, 0.685245879509403, 1.26334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.022470128318873, 0.0633600000000001, 0.0293543296068344, 0.0834799999999996, 0.0569731515715955, 0.12624, 0.226034495892405, 0.51552, 0.672643474162453, 1.23092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0225294621921306, 0.0590799999999996, 0.0427875760784199, 0.0881199999999998, 0.0583081469436294, 0.13544, 0.227460384829242, 0.52432, 0.66909430575966, 1.23124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0342589647634995, 0.0625200000000004, 0.0452862009888225, 0.0934399999999999, 0.0525769911653377, 0.13144, 0.224334103515271, 0.533960000000001, 0.669408689317172, 1.24392 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.032711262076946, 0.0601200000000003, 0.0352160001514456, 0.0930000000000004, 0.0463259466533958, 0.13052, 0.249692130432659, 0.555920000000001, 0.67280308659617, 1.24992 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0299411645286772, 0.0698399999999998, 0.0319031346422264, 0.0966799999999995, 0.0398773954348406, 0.13304, 0.26356892204254, 0.571080000000001, 0.688655930055061, 1.25964 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0273698739492905, 0.0658799999999999, 0.0415540611733669, 0.09536, 0.0465038349673078, 0.12624, 0.273317355224044, 0.574280000000001, 0.692281510658779, 1.26324 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0359924529126119, 0.0640400000000002, 0.0394112082196592, 0.0869200000000001, 0.0539050708808244, 0.12044, 0.284336801463803, 0.573800000000001, 0.695130083749319, 1.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.031849751438068, 0.0606399999999999, 0.0428397401174814, 0.0830800000000005, 0.0711116961781493, 0.14304, 0.307864862128391, 0.584240000000001, 0.708301152994498, 1.28124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0219067523175267, 0.0529166666666677, 0.0354964531806468, 0.0787916666666666, 0.0898245875122124, 0.18225, 0.309620513401228, 0.590916666666667, 0.717287097888358, 1.30445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0294436332036648, 0.0616666666666671, 0.0519263518311539, 0.108791666666667, 0.178871902792741, 0.385125000000001, 0.315012491125696, 0.588000000000001, 0.732636152454995, 1.31491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423638270294335, 0.085458333333334, 0.0786137019255216, 0.155125000000001, 0.178948129274979, 0.432541666666667, 0.314797059080603, 0.592833333333334, 0.725875837787744, 1.32241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.060905352445592, 0.119625, 0.163255196113237, 0.365541666666667, 0.170722075824754, 0.442875, 0.314013938581057, 0.586333333333334, 0.729873182353511, 1.32908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.152853546464145, 0.25796, 0.153748355004749, 0.32984, 0.180612541092805, 0.39016, 0.315169599845331, 0.54928, 0.686595069892, 1.37096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0934061561140362, 0.16672, 0.113767115928402, 0.22504, 0.132781989240509, 0.28484, 0.254020340392916, 0.495, 0.661732340149702, 1.34424 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.086558323304771, 0.132479999999999, 0.105364003973527, 0.17964, 0.121848635609924, 0.261560000000001, 0.242795867619969, 0.4634, 0.6671034577435, 1.32776 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0980304034470941, 0.133280000000001, 0.10307036431487, 0.184600000000001, 0.144664231930356, 0.273640000000001, 0.246823823809615, 0.448800000000001, 0.676015145293851, 1.32332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747540411393704, 0.1122, 0.0913047643882832, 0.16232, 0.148358518461192, 0.250000000000001, 0.228909101318988, 0.40428, 0.654267847801393, 1.3054 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0598480854608842, 0.10072, 0.0952335375099895, 0.158519999999999, 0.145870661889223, 0.2274, 0.217085620589358, 0.3936, 0.656898208755868, 1.29556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0686053447869279, 0.103879999999999, 0.0872739938355058, 0.162199999999999, 0.139239900890514, 0.219199999999999, 0.206427008891764, 0.37912, 0.655824608158818, 1.2902 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.074225849046451, 0.105680000000001, 0.116965094508291, 0.148000000000001, 0.149443657164386, 0.21636, 0.186489302642271, 0.35952, 0.641490223360159, 1.28304 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0694688899196372, 0.0875199999999987, 0.0760458852711085, 0.132319999999999, 0.106699765697961, 0.185559999999999, 0.171782886225608, 0.349119999999999, 0.629511588455685, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0470953996337933, 0.0763200000000001, 0.0736595320828646, 0.12068, 0.0696109905115551, 0.15776, 0.162207911849783, 0.33736, 0.630339651828019, 1.29692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549833914317158, 0.0754400000000004, 0.0511419592898045, 0.1008, 0.0679917151815815, 0.15096, 0.149533909197881, 0.34484, 0.618991227724595, 1.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0423407998664813, 0.0660800000000003, 0.0430210026227495, 0.10384, 0.0699862605563883, 0.14708, 0.270688677265968, 0.51888, 0.616906267866793, 1.29948 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0396403834492052, 0.0671199999999993, 0.055544636704786, 0.10104, 0.0786996823373515, 0.14884, 0.305982777293102, 0.550279999999999, 0.61299497822848, 1.29748 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0421855820551684, 0.0670400000000001, 0.0555593376490396, 0.0955600000000013, 0.0785861098837866, 0.15212, 0.306800027162102, 0.57044, 0.604494259691522, 1.29468 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414476778601644, 0.0620800000000006, 0.0549929389406799, 0.10016, 0.090096836792421, 0.14976, 0.300419429021049, 0.5816, 0.595543597620416, 1.29148 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0455710800106093, 0.0668400000000008, 0.0611745317377524, 0.0996399999999997, 0.0749374628162272, 0.14404, 0.300833010156798, 0.5908, 0.594878175203406, 1.28628 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0362237031053791, 0.0566399999999993, 0.0509967319214358, 0.0851999999999998, 0.0634251527392726, 0.128, 0.315732624224992, 0.61344, 0.591936435213558, 1.28092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0432961507141999, 0.05316, 0.0484762140986015, 0.0861199999999999, 0.0629126378401034, 0.128399999999999, 0.31049848630871, 0.62268, 0.591515849322739, 1.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.036055605204555, 0.0585600000000005, 0.045003444312631, 0.0853200000000004, 0.058366171709305, 0.13312, 0.305644853820029, 0.62788, 0.594264424870501, 1.28096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0376046539672946, 0.0561199999999991, 0.0465062003034722, 0.0870799999999989, 0.0609816365802035, 0.131519999999999, 0.295101524902872, 0.63508, 0.592966643243953, 1.27976 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0379922360489611, 0.0630799999999996, 0.0412846622044241, 0.0954400000000004, 0.102631265541583, 0.14648, 0.297114472888818, 0.64148, 0.593203596302878, 1.28656 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368323680114836, 0.058960000000001, 0.0581878566942163, 0.0919200000000001, 0.114817797691242, 0.15072, 0.2991346519546, 0.64704, 0.591357641364345, 1.28812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0397462740939052, 0.0608749999999999, 0.0508210129997316, 0.0814166666666667, 0.0814383268919282, 0.153875, 0.293742517635201, 0.643833333333333, 0.591009819617287, 1.25745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0346409115587794, 0.0530833333333331, 0.0498017628172945, 0.0939583333333329, 0.214607005166807, 0.425916666666666, 0.287729291048958, 0.642166666666666, 0.590365569316829, 1.271875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.042736723508382, 0.0700833333333334, 0.0672891230954645, 0.122499999999999, 0.234137439508742, 0.460083333333333, 0.293294727367284, 0.645333333333333, 0.588144094971017, 1.27079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0599365455523896, 0.0987083333333324, 0.198389822670242, 0.399499999999999, 0.231558296256509, 0.479125, 0.292718885647122, 0.637791666666666, 0.592239300868116, 1.27454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.153115989216821, 0.306884615384615, 0.184018494053847, 0.364384615384615, 0.192283592643781, 0.4265, 0.263020048957957, 0.578115384615385, 0.560170848938073, 1.2665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0940934396470623, 0.195153846153846, 0.0957277630334309, 0.26126923076923, 0.117182362810476, 0.326884615384614, 0.234366068034931, 0.480423076923077, 0.567445433499998, 1.227 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747289666831975, 0.176538461538461, 0.0824931885299992, 0.224615384615384, 0.134166761904728, 0.296999999999999, 0.2202386572649, 0.426884615384616, 0.552102394349231, 1.21357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0542801422819959, 0.138423076923078, 0.0710244703226649, 0.183346153846154, 0.121674546987508, 0.249153846153846, 0.186802853709053, 0.382115384615386, 0.55314725400691, 1.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0468969574213992, 0.12773076923077, 0.0920198975138611, 0.181692307692308, 0.115130274037718, 0.2355, 0.187019094047804, 0.376307692307694, 0.554056821579214, 1.20280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0568251840160815, 0.117307692307693, 0.0701457493640652, 0.158884615384616, 0.105606847097366, 0.224615384615385, 0.173524584824345, 0.367692307692309, 0.549530939844295, 1.19742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0476811848071703, 0.108846153846154, 0.0784712784301471, 0.157307692307693, 0.11108913261258, 0.210346153846155, 0.170851820638191, 0.360230769230771, 0.552881632901655, 1.1955 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0584573480279558, 0.105307692307693, 0.0781952290498202, 0.147576923076924, 0.105508701792062, 0.198615384615385, 0.167307381785742, 0.363000000000001, 0.556857899288499, 1.202 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0541643794388892, 0.111500000000001, 0.0830458631396863, 0.156846153846154, 0.0887960238195042, 0.191423076923077, 0.15248319957899, 0.356615384615385, 0.563830110801254, 1.20992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549825286935628, 0.102961538461538, 0.0588619244830317, 0.126384615384615, 0.0699016451880781, 0.160999999999999, 0.137722061245997, 0.337615384615386, 0.604239305624466, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380956892372561, 0.0868076923076919, 0.0446551917904987, 0.108384615384615, 0.0605441987311759, 0.161, 0.127500449471305, 0.35373076923077, 0.600074345393968, 1.2235 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311012243142633, 0.0736153846153838, 0.0383411608507705, 0.0997307692307683, 0.0700439422516598, 0.153076923076922, 0.307551721728983, 0.519307692307692, 0.596419872753569, 1.23176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0296287801872545, 0.0742307692307695, 0.0609493736952744, 0.114115384615385, 0.0781371968940632, 0.153307692307692, 0.334097562904105, 0.546692307692308, 0.605269770750709, 1.23484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515062505542182, 0.0834230769230768, 0.0532955763787055, 0.109538461538462, 0.0705891362310529, 0.151115384615385, 0.343533556753026, 0.56323076923077, 0.606152141348637, 1.23253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380149161008398, 0.0744230769230765, 0.0577312740202402, 0.1045, 0.060648051525553, 0.140115384615385, 0.34984104742231, 0.58696153846154, 0.604742072164782, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0349367780646476, 0.0694615384615375, 0.0449352354463112, 0.0998461538461532, 0.0430850322037711, 0.142999999999999, 0.353310480151121, 0.603153846153847, 0.608258235898587, 1.24019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0334782822829281, 0.0706538461538455, 0.0343915016336217, 0.0931538461538455, 0.056347725365326, 0.143884615384616, 0.345601709397482, 0.609307692307693, 0.621152319979073, 1.24326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.030590621991816, 0.070884615384615, 0.0413709857453068, 0.109961538461538, 0.0662490406316604, 0.158846153846154, 0.336196810491438, 0.620846153846155, 0.62221825629078, 1.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0363284165104097, 0.0800769230769228, 0.0553199365926555, 0.107846153846154, 0.0709014917929201, 0.153307692307692, 0.338506248095954, 0.624000000000001, 0.620263320013239, 1.23411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0305424043182339, 0.0710384615384619, 0.0421342360338221, 0.104423076923077, 0.0824735388799622, 0.156730769230769, 0.329210021812123, 0.624038461538462, 0.629870464094373, 1.23719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266742457178342, 0.0706538461538457, 0.0366048546591216, 0.0936538461538462, 0.0853648549552944, 0.162038461538462, 0.323331199570015, 0.62723076923077, 0.632272376797799, 1.23903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0278002767003386, 0.0621538461538459, 0.0759717457601584, 0.110884615384616, 0.0821195751047488, 0.169769230769232, 0.312785775793052, 0.630307692307693, 0.632009387710219, 1.23788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0418311287599715, 0.0744800000000009, 0.0517547743369303, 0.112160000000001, 0.0678490972673918, 0.201800000000001, 0.320079901482946, 0.64132, 0.644207735646403, 1.21924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0309237233635718, 0.0808800000000005, 0.0501410344262391, 0.123960000000001, 0.285589495605144, 0.454880000000001, 0.312165004444764, 0.643640000000001, 0.653717961611377, 1.22156 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0370124753743017, 0.0884400000000002, 0.0559093909821957, 0.15812, 0.298793975842889, 0.46644, 0.304236930697113, 0.62812, 0.660382545701101, 1.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0586124844494186, 0.13056, 0.275185888688598, 0.41776, 0.300016677314223, 0.480440000000001, 0.304011995377374, 0.61872, 0.661420798987553, 1.20284 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.137272558745787, 0.280653846153846, 0.183484600066432, 0.332961538461539, 0.205423719700001, 0.403769230769231, 0.234259461675756, 0.536846153846154, 0.6655072986943, 1.19973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0893789942625484, 0.18573076923077, 0.112561784743382, 0.260346153846155, 0.153661385970782, 0.317692307692308, 0.195738789835213, 0.446923076923077, 0.684082748031147, 1.16361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0733818673892844, 0.171538461538462, 0.103069364246385, 0.227423076923077, 0.139468998485189, 0.284192307692308, 0.172414745933706, 0.402269230769231, 0.689738167712937, 1.1485 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0560598032324552, 0.136307692307692, 0.0826481792809831, 0.179807692307692, 0.114206452734308, 0.259923076923078, 0.139230903952335, 0.377269230769231, 0.696481619394113, 1.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0548147790290173, 0.1175, 0.0738325444190066, 0.173269230769231, 0.0884991525383155, 0.2345, 0.111021827375729, 0.352384615384615, 0.700930481574314, 1.1285 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0528815803324899, 0.120307692307692, 0.0647563005547601, 0.162538461538462, 0.0633293345566233, 0.208730769230769, 0.103458181815724, 0.326653846153846, 0.705050754310529, 1.12261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0462804992992155, 0.100269230769231, 0.0537289493662411, 0.147999999999999, 0.0607598045269558, 0.186076923076922, 0.115830227222697, 0.315192307692308, 0.708878646444238, 1.12184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0428063259164054, 0.101692307692308, 0.0480244168666799, 0.140230769230769, 0.0603639347241766, 0.171730769230769, 0.124776600370422, 0.317, 0.70946799678459, 1.12296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305132757992314, 0.0865000000000004, 0.0457989586713997, 0.124230769230769, 0.0779600785412223, 0.165423076923077, 0.142866914940497, 0.316653846153846, 0.704977629759653, 1.12146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0402678722862471, 0.0816923076923072, 0.0510891227321277, 0.109461538461538, 0.100127088473367, 0.169076923076923, 0.156223257403774, 0.317884615384615, 0.720210611290464, 1.15026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0419494384302748, 0.0806538461538457, 0.0769273383434993, 0.124846153846154, 0.101311925032772, 0.169115384615385, 0.199094704948327, 0.346692307692308, 0.731001281699392, 1.16992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474754673489369, 0.0880000000000004, 0.0688107885101218, 0.11826923076923, 0.0723723279033768, 0.155076923076923, 0.191453858670961, 0.4505, 0.725881477928732, 1.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324236618251843, 0.0744230769230756, 0.0422068168026847, 0.102153846153846, 0.0548373819719583, 0.148538461538461, 0.186576690769404, 0.468307692307692, 0.730303064592945, 1.18461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0284823562119539, 0.0682692307692318, 0.0317065390004115, 0.0982307692307693, 0.0617563076815767, 0.144807692307692, 0.207336693846952, 0.490769230769231, 0.744479709905877, 1.19303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0245166505429712, 0.0751153846153845, 0.0502314029881098, 0.109923076923077, 0.0615864745390888, 0.144576923076923, 0.250326457620076, 0.522846153846154, 0.750646282571533, 1.21219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370598891608617, 0.0756538461538469, 0.0457211110976092, 0.1005, 0.0597834553907811, 0.155692307692309, 0.267323474464925, 0.546, 0.742017952302006, 1.22719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0312774433344293, 0.0689615384615387, 0.0393591940192649, 0.0911153846153843, 0.0509888072182368, 0.150461538461538, 0.275869500921108, 0.556307692307692, 0.740772732717979, 1.23219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0241146300949312, 0.065346153846154, 0.0387104637016914, 0.116500000000001, 0.0510758109239433, 0.154461538461538, 0.282668253503044, 0.563692307692307, 0.737424871792688, 1.23680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039619439672969, 0.0965000000000003, 0.0449944953898217, 0.11776923076923, 0.0629894863022029, 0.160653846153846, 0.29966360883754, 0.585961538461538, 0.736682581682129, 1.23988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368144829360147, 0.0788846153846146, 0.0400608959537276, 0.111346153846153, 0.0810105026429392, 0.154692307692307, 0.318537938810337, 0.602538461538461, 0.736249578294251, 1.24180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0367879788057915, 0.0806538461538454, 0.0624408643314739, 0.114307692307692, 0.10064539425436, 0.162846153846154, 0.341496507471723, 0.615230769230769, 0.737381851813981, 1.24334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035376045785031, 0.0717692307692297, 0.0706482946606756, 0.111692307692308, 0.0861872737348518, 0.162384615384615, 0.374814908167505, 0.637846153846154, 0.743568978746321, 1.24488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324087436761539, 0.0719200000000001, 0.0466207035553952, 0.110359999999999, 0.0978155918041705, 0.18684, 0.35410473968399, 0.6092, 0.763862166886147, 1.23492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305013660896253, 0.0780000000000001, 0.0460592734057628, 0.11596, 0.14889836578463, 0.376159999999999, 0.375863228670572, 0.616399999999999, 0.76358604186649, 1.23532 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370867451614015, 0.0824799999999996, 0.0772153482152355, 0.14572, 0.171092567537771, 0.407999999999999, 0.386416010710391, 0.621599999999999, 0.763315057277575, 1.23572 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0529420437837454, 0.11488, 0.155749499731674, 0.365359999999999, 0.20966828563233, 0.447039999999999, 0.400273394069604, 0.628039999999999, 0.76385699577866, 1.23852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.1171693503723, 0.283639999999999, 0.152625216352564, 0.33104, 0.233362072039711, 0.41224, 0.420808951108854, 0.60844, 0.687675068618894, 1.1896 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0620163150576796, 0.163760000000001, 0.115468870263807, 0.24732, 0.187822371759419, 0.33008, 0.349725964149075, 0.5006, 0.625836578775429, 1.13756 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0705834494292635, 0.160239999999999, 0.110592841841897, 0.21288, 0.159950700738279, 0.27068, 0.317540616824577, 0.43628, 0.610365349606283, 1.11288 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0599924161873819, 0.12456, 0.090840189343704, 0.18224, 0.108979157028611, 0.22396, 0.263713531444002, 0.38908, 0.599481117300621, 1.09212 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0777961438633051, 0.139639999999999, 0.0928870281578649, 0.169199999999999, 0.12258769650064, 0.22592, 0.260578184044635, 0.37564, 0.594028933077618, 1.08504 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0443320801827894, 0.108, 0.0771072197224964, 0.14676, 0.118279569946236, 0.21116, 0.24991647271305, 0.36192, 0.591750180960401, 1.07612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0356100641205081, 0.0950799999999992, 0.0652295434088969, 0.14732, 0.10194993869542, 0.19796, 0.233180137804801, 0.34668, 0.588252930294445, 1.07252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0640572660463526, 0.1108, 0.0815433831364215, 0.14736, 0.124638985340328, 0.20328, 0.248286910649755, 0.343160000000001, 0.586049892642825, 1.06868 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0491949184367645, 0.0948400000000004, 0.0657463560460454, 0.124, 0.103288947456476, 0.17476, 0.255455462523966, 0.333920000000001, 0.595801569316497, 1.07348 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0503016566990265, 0.084439999999999, 0.0751592753202614, 0.129999999999999, 0.140062188568746, 0.175199999999999, 0.24998688632273, 0.33388, 0.605326212329628, 1.12736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0582927382555789, 0.0892800000000005, 0.0710215460265415, 0.113320000000001, 0.134403707786158, 0.16924, 0.25418368030488, 0.34952, 0.615680157765919, 1.14484 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0421915078343181, 0.0760400000000007, 0.0824342768513201, 0.118080000000001, 0.100928984934954, 0.15608, 0.309169220115241, 0.46676, 0.609005610264251, 1.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0623214248874341, 0.0827200000000002, 0.0743561250559317, 0.1132, 0.084361069220346, 0.15604, 0.317660316480776, 0.49808, 0.630905243809771, 1.18448 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0475959732190301, 0.0797200000000007, 0.0628710850338476, 0.10724, 0.0917325278549905, 0.14976, 0.320102285735878, 0.50184, 0.639201540986878, 1.19612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423404062332906, 0.0737200000000001, 0.0570960302181042, 0.11296, 0.0764645233643246, 0.14736, 0.307343065644891, 0.50448, 0.639006345821386, 1.19412 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0427599111318063, 0.0830799999999999, 0.0675712710156219, 0.11128, 0.0739273968160657, 0.14652, 0.297772664964399, 0.51032, 0.640387442621002, 1.19692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0570138871971855, 0.0759999999999997, 0.0589732425200905, 0.103519999999999, 0.0751161766865166, 0.143239999999999, 0.272238418792549, 0.50744, 0.648571232273938, 1.19932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0351763651713272, 0.0672799999999998, 0.0472804751809168, 0.10012, 0.0894995344494405, 0.1462, 0.275293885390383, 0.50584, 0.650196003781425, 1.19052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0372103032326631, 0.0757600000000005, 0.0558039723795119, 0.0974000000000004, 0.0972192882096962, 0.15456, 0.273325855588771, 0.51176, 0.650809093872134, 1.19132 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0328367172537083, 0.0634, 0.0637691147813735, 0.1046, 0.138414028672434, 0.180880000000001, 0.268500819365602, 0.51424, 0.649815007008406, 1.19172 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0464312035883917, 0.0717600000000004, 0.0764525996941899, 0.112999999999999, 0.156915582400219, 0.178800000000001, 0.262039290946987, 0.51744, 0.661973521625551, 1.19812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0592881944403775, 0.0814399999999992, 0.114000394736158, 0.134440000000001, 0.134302122097902, 0.17968, 0.25387119437489, 0.5122, 0.658897369347711, 1.19492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0377140269142257, 0.0840000000000008, 0.0467425689668759, 0.107791666666668, 0.0689437388776883, 0.19025, 0.231525188788343, 0.501, 0.672028843357447, 1.200375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.037796916330012, 0.0762083333333337, 0.0389553581364128, 0.113291666666667, 0.156281188191697, 0.338625, 0.228755549548585, 0.505166666666667, 0.672415352142634, 1.20033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039883798606756, 0.0937499999999997, 0.0601175026962588, 0.163124999999999, 0.183381818358167, 0.37625, 0.232107483847399, 0.499333333333333, 0.663956842276513, 1.20041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0413868065163662, 0.109791666666666, 0.153406813285195, 0.301791666666666, 0.200544363338057, 0.380708333333333, 0.233600050718428, 0.492125, 0.662705718675506, 1.2 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:02 Duration: 3s235ms Database: acaweb_fx User: pgperfstats
13 66 14s751ms 51ms 2s16ms 223ms 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 #13
Day Hour Count Duration Avg duration Jan 16 14 66 14s751ms 223ms [ User: postgres - Total duration: 14s751ms - Times executed: 66 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 495 AND sg.groupid = 3176 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:06:47 Duration: 2s16ms 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 = 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 > 538446441 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:09:32 Duration: 1s34ms 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 = 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 > 538446441 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:05:31 Duration: 979ms Database: acaweb_fx User: postgres Bind query: yes
14 51 11s910ms 53ms 2s422ms 233ms 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 16 14 51 11s910ms 233ms [ User: postgres - Total duration: 11s910ms - Times executed: 51 ]
-
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 = 619 AND sg.groupid = 4262 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 > 65135903 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:03:52 Duration: 2s422ms 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 = 558 AND sg.groupid = 3530 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 > 65121095 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:21 Duration: 827ms 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 = 5364 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 > 65137684 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:04:22 Duration: 589ms Database: acaweb_fx User: postgres Bind query: yes
15 50 7s665ms 54ms 327ms 153ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Jan 16 14 50 7s665ms 153ms [ User: postgres - Total duration: 7s665ms - Times executed: 50 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-16 14:05:15 Duration: 327ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-16 14:03:17 Duration: 277ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-01-16 14:16:18 Duration: 252ms Database: acaweb_fx User: postgres
16 49 1m20s 149ms 11s223ms 1s639ms 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, cps.pip 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 left join currencypips cps on cps.symbol = s.symbol 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 #16
Day Hour Count Duration Avg duration Jan 16 14 49 1m20s 1s639ms [ User: postgres - Total duration: 1m20s - Times executed: 49 ]
-
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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:06:40 Duration: 11s223ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:15:52 Duration: 11s97ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:35:47 Duration: 9s944ms Database: acaweb_fx User: postgres Bind query: yes
17 46 5s562ms 50ms 696ms 120ms select distinct pricedatetime, high, low from t15_ps where pricedatetime <= current_timestamp and pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime asc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Jan 16 14 46 5s562ms 120ms [ User: pgperfstats - Total duration: 5s562ms - Times executed: 46 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 954136order by pricedatetime asc;
Date: 2022-01-16 14:17:00 Duration: 696ms 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 = 920601order by pricedatetime asc;
Date: 2022-01-16 14:16:31 Duration: 437ms 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 = 954131order by pricedatetime asc;
Date: 2022-01-16 14:16:57 Duration: 306ms Database: acaweb_fx User: pgperfstats
18 35 9s2ms 50ms 1s126ms 257ms 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 #18
Day Hour Count Duration Avg duration Jan 16 14 35 9s2ms 257ms [ User: postgres - Total duration: 9s2ms - Times executed: 35 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:56:32 Duration: 1s126ms 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 = '689' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:21:42 Duration: 1s103ms 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-16 14:01:08 Duration: 1s58ms Database: acaweb_fx User: postgres Bind query: yes
19 28 11s232ms 59ms 4s13ms 401ms 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 16 14 28 11s232ms 401ms [ User: postgres - Total duration: 11s232ms - Times executed: 28 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986842' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:06:01 Duration: 4s13ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982622' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:04:35 Duration: 672ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982477' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:04:36 Duration: 562ms Database: acaweb_fx User: postgres Bind query: yes
20 28 4s839ms 54ms 589ms 172ms 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 #20
Day Hour Count Duration Avg duration Jan 16 14 28 4s839ms 172ms [ User: postgres - Total duration: 4s839ms - Times executed: 28 ]
-
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 = 5364 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 > 65137644 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:04:22 Duration: 589ms 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 = 5364 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 > 65137644 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:16:23 Duration: 408ms 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 PatternEndPrice = - 1 AND a.resultuid > 65145718 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:16:22 Duration: 390ms 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 12m16s 12m16s 12m16s 1 12m16s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Jan 16 14 1 12m16s 12m16s [ User: postgres - Total duration: 12m16s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-01-16 14:12:42 Duration: 12m16s Database: acaweb_fx User: postgres
2 23s542ms 2m18s 57s758ms 4 3m51s select updateageforrelevantresults ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jan 16 14 4 3m51s 57s758ms [ User: postgres - Total duration: 3m51s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:04:21 Duration: 2m18s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:17:44 Duration: 42s448ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-01-16 14:32:28 Duration: 26s772ms Database: acaweb_fx User: postgres
3 49s788ms 49s788ms 49s788ms 1 49s788ms 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 #3
Day Hour Count Duration Avg duration Jan 16 14 1 49s788ms 49s788ms [ User: pgperfstats - Total duration: 49s788ms - 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-16 14:15:14 Duration: 49s788ms Database: acaweb_fx User: pgperfstats
4 4s547ms 23s169ms 11s922ms 4 47s688ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Jan 16 14 4 47s688ms 11s922ms [ User: postgres - Total duration: 47s688ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:16:24 Duration: 23s169ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:01:16 Duration: 15s221ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2022-01-16 14:31:06 Duration: 4s750ms Database: acaweb_fx User: postgres
5 1s584ms 27s844ms 10s879ms 4 43s519ms select updateresultsmaterializedview ();Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Jan 16 14 4 43s519ms 10s879ms [ User: postgres - Total duration: 43s519ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:04:49 Duration: 27s844ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:17:52 Duration: 7s633ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-01-16 14:32:35 Duration: 6s457ms Database: acaweb_fx User: postgres
6 508ms 1m22s 7s636ms 108 13m44s 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 16 14 108 13m44s 7s636ms [ User: postgres - Total duration: 13m44s - Times executed: 108 ]
-
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-16 14:16:52 Duration: 1m22s 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-16 14:11:31 Duration: 1m1s 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-16 14:36:22 Duration: 51s695ms Database: acaweb_fx User: postgres Bind query: yes
7 1s232ms 10s993ms 6s276ms 5 31s381ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 16 14 5 31s381ms 6s276ms [ User: pgperfstats - Total duration: 31s381ms - Times executed: 5 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974390, 5, 900, '2022-01-16 00:00:00', 0.029046504612422, 0.0687407407407405, 0.0373856756851975, 0.0953518518518519, 0.0976437139389667, 0.193611111111111, 0.22668914072848, 0.448703703703704, 0.347401361310598, 0.835425925925927 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0250541436485095, 0.0680370370370372, 0.0987642484942143, 0.15637037037037, 0.0940068873636119, 0.198555555555556, 0.216388659578782, 0.444925925925927, 0.346360083861158, 0.836166666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0996763923448445, 0.140962962962963, 0.0968592945177335, 0.16162962962963, 0.0977725134557997, 0.214814814814814, 0.208789369251049, 0.440592592592594, 0.343544714408068, 0.831518518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0503926745908745, 0.0959629629629648, 0.0566819737998452, 0.137333333333335, 0.108535721534447, 0.224814814814816, 0.203286853662, 0.429777777777779, 0.341913486000234, 0.831296296296298 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0469716226389234, 0.0981111111111101, 0.0828981500176773, 0.151759259259258, 0.113802257023767, 0.256870370370371, 0.200604087695142, 0.422166666666667, 0.359722460482381, 0.845962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0495891955882357, 0.0956296296296299, 0.0828718890818834, 0.170500000000002, 0.115379668697381, 0.255888888888891, 0.196692865486611, 0.404222222222223, 0.372125852749981, 0.849351851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.058413534610063, 0.138444444444445, 0.0797973796240939, 0.195555555555556, 0.100336197676124, 0.255611111111112, 0.189781858580198, 0.392000000000001, 0.377564327267646, 0.845425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0459782634758062, 0.118592592592592, 0.0739331000050267, 0.17024074074074, 0.0923446990752223, 0.234296296296297, 0.16167282568231, 0.361611111111111, 0.359598566344999, 0.822574074074075 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.071917945487833, 0.130462962962963, 0.0676469804212575, 0.170037037037038, 0.110466245118325, 0.259314814814816, 0.162282102430402, 0.349166666666668, 0.359477961158128, 0.823592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0417281341481633, 0.112944444444444, 0.0684733712044516, 0.160111111111111, 0.0923146097835388, 0.23138888888889, 0.148538631578539, 0.323574074074073, 0.361493199567205, 0.811888888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0499792122028915, 0.112537037037039, 0.0836793712899856, 0.174944444444447, 0.0867953843613738, 0.209851851851854, 0.136781291830687, 0.298722222222223, 0.365565065277808, 0.79551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0642667717309494, 0.121777777777778, 0.063373828709036, 0.151629629629632, 0.0801084645768851, 0.187092592592593, 0.119150626498023, 0.276722222222222, 0.381519164010306, 0.79025925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0421732537674479, 0.10827777777778, 0.0497107086894221, 0.134092592592594, 0.0997250065082818, 0.174666666666666, 0.129331196563544, 0.255592592592592, 0.37753523354, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0397581631675993, 0.0881666666666671, 0.0758823735487014, 0.119, 0.094123660855087, 0.159425925925927, 0.116621752648822, 0.243962962962964, 0.374950287303154, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0510733579446069, 0.0842592592592595, 0.0727223136340204, 0.116648148148149, 0.0731142853206463, 0.13888888888889, 0.106772206734965, 0.229851851851853, 0.376069504320375, 0.782185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0424745021552141, 0.0785555555555569, 0.041360111604163, 0.100203703703705, 0.0451225618072122, 0.124759259259261, 0.0912046437251807, 0.211462962962965, 0.372925078212922, 0.777537037037038 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.025500265346924, 0.064574074074075, 0.032777556858593, 0.0811851851851876, 0.0435731774704565, 0.115444444444445, 0.0809141986913157, 0.207870370370372, 0.37163238123262, 0.777870370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0246308645235908, 0.0499444444444461, 0.029380583060393, 0.0732592592592596, 0.0528631989787589, 0.117537037037038, 0.112394550136049, 0.22614814814815, 0.376383022315274, 0.77188888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0254174267786019, 0.0552592592592584, 0.0453442278889942, 0.0816851851851852, 0.055745459616066, 0.116537037037037, 0.111247321424907, 0.229796296296297, 0.379338798159605, 0.770092592592592 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0362244604992479, 0.0591666666666681, 0.0444815416758192, 0.087870370370372, 0.0508988928508994, 0.112796296296298, 0.112649324766598, 0.223703703703706, 0.37838572437429, 0.76588888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296180266054313, 0.0570399999999989, 0.0368099511002139, 0.0739200000000005, 0.047502736763267, 0.108020000000001, 0.113308071939587, 0.211640000000002, 0.388118565432437, 0.7561 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0305794457111326, 0.0474600000000009, 0.0376031913539277, 0.0688000000000011, 0.0466135978015014, 0.093660000000001, 0.132853616184632, 0.230500000000002, 0.386742377645205, 0.7558 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0253557685744298, 0.0504600000000005, 0.0369070115289777, 0.0732600000000014, 0.0421009995922496, 0.0911599999999999, 0.157791193776246, 0.242460000000001, 0.38515720491768, 0.754520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0221263041046916, 0.049860000000001, 0.0221903319788885, 0.0593399999999997, 0.0359856105501446, 0.0891200000000009, 0.16867584790558, 0.247, 0.38287626700193, 0.75294 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.00943009367220968, 0.0384800000000001, 0.0198735586479456, 0.0568000000000006, 0.0378721313545107, 0.0900600000000009, 0.170514051229411, 0.2472, 0.383987087456509, 0.749 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0206174076934999, 0.0431600000000003, 0.0245938339155704, 0.0622400000000005, 0.0390080440422244, 0.0972600000000006, 0.168184514249478, 0.253020000000001, 0.380039572500899, 0.751920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0157416115227547, 0.039439999999999, 0.0379454103504837, 0.0682999999999998, 0.0406042588078312, 0.0926800000000009, 0.168095892771556, 0.254700000000001, 0.377810702160046, 0.75152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0361186355408576, 0.05642, 0.0349508822015515, 0.0782199999999995, 0.0412820582497214, 0.093900000000001, 0.164253455062595, 0.26698, 0.37602296583232, 0.7523 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.022303082746563, 0.0536399999999992, 0.03468641664975, 0.0657799999999992, 0.0498786026267796, 0.0903000000000003, 0.153581411635653, 0.2685, 0.374237215323828, 0.749420000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0278810419460993, 0.0424599999999987, 0.0309713846423885, 0.0593200000000002, 0.108695492086838, 0.149280000000002, 0.151326771149941, 0.283699999999999, 0.377842146272753, 0.7427 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0146436846456089, 0.0390000000000003, 0.0284253408071052, 0.0602000000000015, 0.106350442719655, 0.154800000000002, 0.144790869302361, 0.285899999999999, 0.374667861801178, 0.739940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264387342107505, 0.0445600000000019, 0.104394815484295, 0.134440000000003, 0.107480804487746, 0.151040000000003, 0.14760028229422, 0.296019999999999, 0.377006794810562, 0.737540000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0652541713920101, 0.0842083333333357, 0.087446660761064, 0.107625000000001, 0.0764158033393602, 0.134125, 0.118866885647867, 0.313354166666665, 0.352062978144124, 0.753416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0506790126071992, 0.0631666666666657, 0.0517876053592034, 0.0851041666666692, 0.097632704190432, 0.159166666666666, 0.120788772393098, 0.328416666666666, 0.354651175835833, 0.74925 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0347134230396606, 0.0565000000000027, 0.0384424977603947, 0.0853958333333325, 0.11707290556483, 0.177249999999998, 0.11720091251747, 0.333479166666666, 0.352857671351898, 0.746333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0364920082575171, 0.0679166666666659, 0.0883359421613684, 0.142270833333334, 0.116340454912621, 0.179416666666665, 0.114957262064862, 0.335708333333333, 0.352290269990118, 0.743895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0827612808950236, 0.114980769230768, 0.105569379301736, 0.141576923076922, 0.111611923818477, 0.161192307692306, 0.113334752630631, 0.326115384615384, 0.335452055498937, 0.740692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0352104442547294, 0.0613461538461511, 0.0431910825910234, 0.0799807692307669, 0.0514332913737625, 0.122211538461538, 0.111725577265839, 0.308730769230767, 0.336498170071606, 0.727461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0332213612929064, 0.0531730769230756, 0.0378390518664756, 0.0825769230769227, 0.0584111587073774, 0.122711538461538, 0.117512866725964, 0.310923076923074, 0.333506051150271, 0.725115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0315309615847901, 0.0598076923076937, 0.0455956813069616, 0.0936153846153867, 0.0571893245820735, 0.122826923076923, 0.115429473972374, 0.306788461538461, 0.329854261524927, 0.718576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0445605940092966, 0.0725576923076928, 0.051280664372269, 0.0919423076923078, 0.0529674537225085, 0.122634615384615, 0.112641917324156, 0.307692307692307, 0.32798014480242, 0.716346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0433523178335196, 0.0577884615384598, 0.0475845159042955, 0.0851153846153838, 0.0505225654077925, 0.141019230769229, 0.116247926366951, 0.311403846153845, 0.325218296509616, 0.712403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0348905376196013, 0.0599807692307676, 0.0421608640985765, 0.0865384615384604, 0.0454621270949774, 0.145749999999999, 0.124621161309604, 0.315076923076922, 0.32327558914719, 0.710442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0233540393475341, 0.0611346153846138, 0.0311099044332521, 0.112384615384614, 0.0563029204051953, 0.160826923076921, 0.127792704739417, 0.310846153846152, 0.317418019094937, 0.706326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296233795402307, 0.0942307692307688, 0.0354295237597964, 0.119134615384615, 0.0635051572708885, 0.181249999999999, 0.121725352899311, 0.303307692307692, 0.308189477182714, 0.704923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0284929208481954, 0.0784423076923067, 0.0436974959676903, 0.115365384615384, 0.0829985171322595, 0.185423076923077, 0.110519925109251, 0.281576923076924, 0.299820095416211, 0.689480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0314817224140255, 0.083326923076922, 0.0559194097305692, 0.124596153846152, 0.0741459397716113, 0.172096153846152, 0.104026372395879, 0.265884615384615, 0.290295696064972, 0.685134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0360446091136234, 0.07707692307692, 0.0509580709995993, 0.119249999999998, 0.0555868274379421, 0.151846153846151, 0.0891018604657698, 0.246692307692306, 0.273710990195581, 0.678384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0320444222915647, 0.0807500000000008, 0.0322456198575893, 0.104999999999999, 0.0592099686253553, 0.143903846153846, 0.0872127372489918, 0.242692307692308, 0.26871762130534, 0.679 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0289336974158829, 0.0698269230769225, 0.0375306028974516, 0.100115384615384, 0.0590711728471565, 0.141788461538462, 0.0976134389392082, 0.243288461538462, 0.260958503185114, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0296352246231013, 0.0730576923076919, 0.0587441912021967, 0.1075, 0.0672642807256458, 0.136711538461539, 0.104026566503281, 0.235942307692309, 0.250310855967903, 0.675230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0411784110725715, 0.0706923076923096, 0.0407561463038219, 0.0927884615384635, 0.0500983532663517, 0.130250000000002, 0.102320433706303, 0.230634615384616, 0.248833890376693, 0.673749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0220459397971232, 0.0617115384615402, 0.0338504005202955, 0.0904807692307695, 0.0464309744094964, 0.127653846153847, 0.10266119782304, 0.231692307692308, 0.24332113632937, 0.678846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.02670324814584, 0.0582115384615393, 0.0372244388292682, 0.0873269230769225, 0.0569633519162831, 0.120711538461538, 0.109430778963761, 0.231846153846153, 0.239123744115887, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0242412553622644, 0.057461538461539, 0.03659931167911, 0.0825192307692318, 0.0485933677019321, 0.117346153846153, 0.118303319415032, 0.234346153846152, 0.238082749027761, 0.676653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0270032476679273, 0.0536538461538476, 0.0391732493104461, 0.080711538461538, 0.0387247287322267, 0.109269230769231, 0.12198513780848, 0.232076923076923, 0.247598323127167, 0.684480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0245752611692829, 0.0607884615384616, 0.0325781899671917, 0.0785384615384616, 0.0400913811953865, 0.106673076923078, 0.118670727386587, 0.236307692307692, 0.249685581512799, 0.693980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0171580996796084, 0.0459038461538467, 0.0258020049906669, 0.0672115384615391, 0.0370619232345845, 0.0966153846153868, 0.111224099837291, 0.244903846153846, 0.252120231544092, 0.693634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.019326794871369, 0.046749999999998, 0.0265200939782532, 0.0681538461538447, 0.0539972114664624, 0.100673076923076, 0.100803321450161, 0.26851923076923, 0.255637567962626, 0.697884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0152918781861994, 0.0473076923076919, 0.0187335671579538, 0.0649423076923084, 0.0478484988913328, 0.0968269230769219, 0.100753860395596, 0.279403846153845, 0.252144961358464, 0.714307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0208160903001659, 0.0459807692307691, 0.0441247532135177, 0.0745769230769223, 0.0535595463012917, 0.10575, 0.102911449987167, 0.282057692307691, 0.250346092747313, 0.719115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0362695676630061, 0.0551923076923067, 0.0399298615844539, 0.0709230769230761, 0.0656061471087986, 0.115557692307691, 0.115010603190114, 0.307673076923077, 0.252226418429644, 0.721884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0245696889557956, 0.0465192307692304, 0.034048658620366, 0.0768653846153849, 0.0527236773551142, 0.109115384615385, 0.111179875046633, 0.312230769230768, 0.260949966468671, 0.73525 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0323522023979846, 0.0562500000000013, 0.0489046167397472, 0.0888076923076933, 0.0506989493139506, 0.114788461538462, 0.118400649686369, 0.316576923076923, 0.251563440538137, 0.75123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0310688565311587, 0.0650769230769223, 0.0367946275342548, 0.079269230769231, 0.0558308571972939, 0.12576923076923, 0.121459356924922, 0.318653846153845, 0.257821181322367, 0.758192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0256086223460281, 0.0526923076923073, 0.0302575419714459, 0.0788269230769223, 0.0822425587000927, 0.14053846153846, 0.121341002328785, 0.323826923076923, 0.256518978904995, 0.773557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0272921868222117, 0.056211538461538, 0.0595922813793866, 0.0940000000000001, 0.0878383677338886, 0.148326923076922, 0.124510964917214, 0.329096153846153, 0.26296523315099, 0.777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0325569560096675, 0.0653461538461538, 0.0528037039784723, 0.106634615384614, 0.0626122161833044, 0.145480769230768, 0.110884099227701, 0.321711538461537, 0.257288524064688, 0.776730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0354998645717891, 0.083903846153844, 0.0513621980119163, 0.111346153846152, 0.054720183310535, 0.149038461538459, 0.114881658173164, 0.322346153846151, 0.257158168179701, 0.778288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0337426972156154, 0.0719807692307691, 0.0398619975183635, 0.102673076923077, 0.0535223928693552, 0.161442307692308, 0.118299127053156, 0.320288461538462, 0.260709735441249, 0.789615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0274506900571793, 0.0739038461538454, 0.0435146703820856, 0.107557692307691, 0.0643914620475041, 0.191096153846153, 0.117836576860302, 0.318326923076921, 0.260841204272166, 0.788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0319369089588524, 0.0783846153846147, 0.0550678078512164, 0.130211538461538, 0.0770099319268901, 0.187480769230769, 0.115245276893042, 0.311076923076922, 0.25039975731126, 0.787461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0552858028792202, 0.111, 0.0659860591337267, 0.159500000000001, 0.0742712906538209, 0.184230769230769, 0.121224083669618, 0.313038461538461, 0.2453979288045, 0.78721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0448313935334785, 0.105423076923077, 0.0512955988515387, 0.131538461538462, 0.0730420005623726, 0.191076923076925, 0.11760276193774, 0.300480769230769, 0.248870254272257, 0.787211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0310217603527678, 0.0874807692307688, 0.0336349006013326, 0.113057692307693, 0.0700407820762043, 0.179365384615387, 0.120305554894451, 0.293557692307693, 0.24276771819993, 0.783250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0309179621678954, 0.0839038461538467, 0.0677720528967969, 0.143634615384619, 0.0720235752001782, 0.175846153846156, 0.134977623501655, 0.294826923076923, 0.238626541982365, 0.777557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0682088309193516, 0.0997307692307716, 0.0603339169825872, 0.125807692307694, 0.0749911097294989, 0.158057692307693, 0.135630404181593, 0.291057692307694, 0.235710170793254, 0.774769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0288361151763098, 0.0746923076923085, 0.0618290478161061, 0.113865384615383, 0.0865342351104698, 0.164576923076922, 0.149072135352191, 0.300192307692307, 0.234479777707687, 0.771115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0439022909863046, 0.0818653846153825, 0.0522749130889907, 0.11355769230769, 0.0815408722430285, 0.164923076923075, 0.140701403688806, 0.29425, 0.233529508100895, 0.765134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0337102187200542, 0.0761730769230766, 0.0554951002688188, 0.111615384615384, 0.0664433506541771, 0.155826923076923, 0.12924857981663, 0.288346153846155, 0.232755894744819, 0.760942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0392830948177656, 0.078807692307692, 0.050323018131332, 0.111115384615384, 0.0615280048808311, 0.148846153846152, 0.124337841569468, 0.294673076923078, 0.243912484305335, 0.760500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0335835582482784, 0.0708461538461543, 0.0401158179045853, 0.0996730769230773, 0.054935066564641, 0.133192307692309, 0.135522845079572, 0.298192307692309, 0.251740259913942, 0.759038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.024715807772479, 0.0666346153846144, 0.0342362437281806, 0.0914038461538453, 0.0548528836630647, 0.131673076923076, 0.135340141296489, 0.303576923076924, 0.248955856451578, 0.761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0243352940903031, 0.0610576923076898, 0.0441434418859511, 0.0922115384615393, 0.0484161011044231, 0.125826923076922, 0.140581430002466, 0.325038461538463, 0.24247313967023, 0.757788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0401785821245405, 0.0705384615384633, 0.0415598965350004, 0.10075, 0.0527966235808558, 0.133788461538461, 0.156403639540577, 0.347961538461539, 0.242497445664581, 0.757134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229529619338858, 0.0644615384615374, 0.0281311283921457, 0.0849038461538444, 0.0530560552623363, 0.12775, 0.161275723052647, 0.358173076923078, 0.240081285113061, 0.752788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0207067528933112, 0.0610192307692308, 0.0346764883769081, 0.0923269230769239, 0.0500080647342157, 0.130942307692309, 0.162918932176524, 0.367961538461541, 0.241064195886618, 0.753057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.030694198900669, 0.0659230769230769, 0.0351829340185543, 0.0913269230769235, 0.0540244851895877, 0.13075, 0.163352120845172, 0.383346153846156, 0.241716372253485, 0.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0256778039439652, 0.0644807692307689, 0.0330806531886034, 0.0920192307692296, 0.0593562938144272, 0.13598076923077, 0.163959090817004, 0.399288461538462, 0.241400883466614, 0.753942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229395191418982, 0.0633076923076918, 0.0457074350120912, 0.0944807692307683, 0.0749785405196819, 0.153307692307694, 0.154684582295716, 0.391500000000001, 0.237559489715412, 0.751865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0366251332368269, 0.0680961538461521, 0.0419917986498105, 0.0956346153846151, 0.0662485094171946, 0.15625, 0.148276297447082, 0.388596153846155, 0.235339502715677, 0.754692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.029094045121613, 0.0617884615384631, 0.051269033988888, 0.110423076923078, 0.0568039171184532, 0.158750000000002, 0.148805801427436, 0.387442307692308, 0.236239169063897, 0.75575 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.045854267480288, 0.0825769230769233, 0.0514306702868433, 0.112576923076922, 0.0682760460303501, 0.174538461538463, 0.146519362070474, 0.388788461538462, 0.235849287763313, 0.756942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0201306597392757, 0.0707884615384618, 0.0457225916218172, 0.117653846153848, 0.0873583160587222, 0.183346153846155, 0.135882009054236, 0.382903846153846, 0.234682817043313, 0.75676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0370908292625634, 0.0855192307692325, 0.0619903342341482, 0.12569230769231, 0.0884813843959029, 0.177346153846156, 0.131068995336279, 0.378692307692307, 0.240230854516107, 0.76028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0359905382865239, 0.0838269230769249, 0.0615060253458648, 0.127365384615386, 0.0736732312308887, 0.20175, 0.119587714830837, 0.358807692307691, 0.243427398748659, 0.754961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0599497000698222, 0.0934423076923079, 0.0635725297472232, 0.11394230769231, 0.0756492005143581, 0.215807692307694, 0.120098735021841, 0.349884615384615, 0.248555408619178, 0.757865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0206219543205775, 0.0637500000000016, 0.0641799303640817, 0.154288461538461, 0.0814589089428165, 0.221076923076923, 0.118319222705097, 0.342961538461536, 0.246498631607997, 0.756846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0564306790536979, 0.133192307692307, 0.0606049376003174, 0.173961538461538, 0.0935335234020398, 0.229500000000001, 0.117284676682912, 0.330346153846152, 0.248500119950443, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0430141881780341, 0.105403846153848, 0.0718058386312605, 0.151038461538461, 0.10096284160331, 0.209346153846155, 0.110855914800039, 0.295423076923075, 0.239017150977788, 0.758961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0467531858231666, 0.110096153846153, 0.0657400475064771, 0.145423076923077, 0.0966875877007197, 0.213980769230768, 0.101482980763353, 0.277153846153843, 0.230940815761562, 0.759903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0485024345146308, 0.0921153846153834, 0.0766467646966359, 0.140442307692308, 0.0866201100295916, 0.183288461538462, 0.0988404697557548, 0.255538461538459, 0.227884123725533, 0.768576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0450261633343911, 0.104653846153847, 0.0506129544074046, 0.147365384615385, 0.055342611208585, 0.165230769230772, 0.0849478957950103, 0.243249999999999, 0.227359495919162, 0.787596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0493532829552562, 0.0994423076923075, 0.0489083326233889, 0.113250000000001, 0.0504714732832775, 0.142980769230769, 0.0934654687366082, 0.22607692307692, 0.220022468258272, 0.802057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0408892547479926, 0.0793653846153843, 0.0505775261736488, 0.104115384615384, 0.059961875708331, 0.141557692307691, 0.100269132070412, 0.216173076923073, 0.230552193323236, 0.814576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266058987097565, 0.0734230769230788, 0.036513748727758, 0.096576923076924, 0.061390305548878, 0.132980769230769, 0.0988635753878113, 0.205057692307691, 0.236793753166045, 0.817692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292548023671068, 0.0692884615384628, 0.0515243669016453, 0.0944038461538465, 0.0655077476333898, 0.127249999999999, 0.0950092080557698, 0.198480769230768, 0.237198060700337, 0.819499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414985124849266, 0.0644423076923088, 0.0458017634863731, 0.093807692307692, 0.0618553430314505, 0.121288461538462, 0.090874562743632, 0.188115384615384, 0.236447666188851, 0.822826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263451060993223, 0.0622692307692319, 0.0375900201567449, 0.0804807692307698, 0.0519094774213122, 0.105576923076922, 0.0910439813412268, 0.181557692307691, 0.253634330969124, 0.829423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0234835785505204, 0.0534615384615379, 0.0438414319319755, 0.0781346153846157, 0.0444631264688458, 0.100480769230766, 0.083950170660019, 0.169134615384615, 0.251147294354407, 0.83428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292389361060787, 0.0528461538461553, 0.030992089561444, 0.0655192307692304, 0.0440372394858993, 0.097461538461536, 0.0815561557361658, 0.165942307692308, 0.247931334321546, 0.834442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0198555650017443, 0.04328846153846, 0.0330490602682647, 0.0685961538461507, 0.045852355027179, 0.0909615384615361, 0.086249263096072, 0.163653846153847, 0.247792372763974, 0.833499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0233878995669516, 0.0510769230769215, 0.0381354115670008, 0.0694807692307681, 0.0518486295345918, 0.090403846153846, 0.08405909322522, 0.159865384615386, 0.244705380941121, 0.84028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.023740390768605, 0.0456153846153827, 0.0292597912606251, 0.0608461538461514, 0.0423555145805662, 0.0844807692307682, 0.0770662452299712, 0.160615384615385, 0.240773797449935, 0.838692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0199607017758543, 0.0405192307692308, 0.026640779903112, 0.0578653846153854, 0.0439267747332022, 0.0841923076923069, 0.0719221373858828, 0.157076923076924, 0.239188015039345, 0.838942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0189933287883255, 0.0400576923076928, 0.0277921682382747, 0.0582692307692308, 0.0384493873113123, 0.0778461538461539, 0.0702948323956917, 0.153288461538463, 0.238142017259903, 0.841403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0239437160537276, 0.044692307692309, 0.0322423574725018, 0.0625192307692309, 0.0388704752499093, 0.085423076923076, 0.0706698390676393, 0.152115384615387, 0.237986166372367, 0.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211958631667753, 0.041730769230769, 0.0227707386454969, 0.0549423076923082, 0.0353445676383017, 0.0819615384615379, 0.0722700943576354, 0.15344230769231, 0.237982123601431, 0.843865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184012123346426, 0.0387307692307689, 0.0284725306216355, 0.0647499999999971, 0.0426266484003396, 0.0858653846153841, 0.0749055815934044, 0.160115384615386, 0.238283413186903, 0.845249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0231088394675825, 0.0534615384615358, 0.0283349539506343, 0.0659807692307684, 0.0476834917410156, 0.0871538461538458, 0.0771908125262427, 0.163807692307693, 0.238623333696887, 0.846846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0186346761132616, 0.0451346153846161, 0.0318892796068863, 0.0601153846153853, 0.0623110713708613, 0.0974807692307717, 0.0761471955137902, 0.160153846153847, 0.241881332157226, 0.84682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.029431386961229, 0.0444423076923078, 0.0440602952258012, 0.0625192307692314, 0.0622692664037542, 0.095192307692308, 0.0741692969859135, 0.161769230769232, 0.242302494510796, 0.84632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0228131541002127, 0.0424999999999996, 0.0438420065514975, 0.0728076923076923, 0.0474320607249519, 0.0874038461538459, 0.0700813702886747, 0.162038461538462, 0.24239187280105, 0.846499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0327864887744001, 0.0580769230769244, 0.0320526069982556, 0.0670192307692316, 0.0397332499784031, 0.0838653846153866, 0.0671992559482614, 0.162500000000001, 0.241333596118288, 0.846230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184212774133203, 0.0412884615384603, 0.0280525674130116, 0.0560576923076911, 0.027930277202624, 0.0749038461538474, 0.0806765050156374, 0.166961538461538, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0185956570612196, 0.0374615384615386, 0.0208791485974369, 0.0523269230769253, 0.0305392559478148, 0.0836153846153849, 0.0734419524836818, 0.188403846153846, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0117196252237294, 0.0334807692307706, 0.0174865332800395, 0.0521730769230784, 0.0312057502097598, 0.0813269230769228, 0.0746995237344515, 0.204673076923077, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0170358106984638, 0.0418269230769244, 0.0354096032172068, 0.0719999999999989, 0.0335431753920938, 0.0777692307692293, 0.0728128792495919, 0.220653846153845, 0.238418211262351, 0.845288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375512777617295, 0.0589615384615374, 0.0351600571015573, 0.0659807692307678, 0.0317553205717642, 0.0775961538461527, 0.0768109467358766, 0.232807692307692, 0.238570196088152, 0.845461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0223349760207221, 0.0356346153846139, 0.0218350899665254, 0.0493653846153837, 0.0298228874421075, 0.076730769230771, 0.077483281075042, 0.244173076923075, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0159029750482289, 0.0332307692307683, 0.021900790291326, 0.0517692307692309, 0.0456028676561202, 0.0863076923076928, 0.0803232220469278, 0.253999999999999, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0224926312720092, 0.0425384615384608, 0.0284000270855789, 0.0653076923076937, 0.048168294711195, 0.0957307692307699, 0.0882907347695891, 0.264423076923075, 0.238997879778173, 0.845557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264961535670036, 0.0486153846153845, 0.0413583076948851, 0.0694807692307687, 0.0468197197113159, 0.0896153846153829, 0.0948475558259349, 0.277326923076922, 0.238611145687192, 0.844673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.023726648439126, 0.0394230769230788, 0.0288329739120928, 0.0564038461538477, 0.0304482979188309, 0.0776730769230783, 0.103545456387336, 0.280692307692306, 0.232279698771845, 0.840461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0140700582252366, 0.0370576923076933, 0.0200316000359429, 0.0502499999999989, 0.0372231317658984, 0.0878076923076913, 0.107368740974556, 0.295942307692306, 0.232101754873558, 0.839769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0155526896016791, 0.0366153846153824, 0.0267331039378869, 0.0621730769230765, 0.0444689909245316, 0.0943653846153843, 0.11785478842137, 0.312134615384613, 0.232098395082776, 0.839749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0267055525773482, 0.0515576923076931, 0.0417425304234619, 0.0741730769230758, 0.0561753025393206, 0.116730769230769, 0.119379569183596, 0.32330769230769, 0.231971288011122, 0.839038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0308333236313214, 0.048923076923076, 0.0357670454253844, 0.0726923076923094, 0.0449134038584676, 0.143576923076923, 0.110695702091538, 0.327038461538461, 0.231885887055217, 0.837230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0282200487924138, 0.0528653846153851, 0.0428603995099631, 0.0894230769230759, 0.0397322238917552, 0.153480769230769, 0.113351909488173, 0.328153846153844, 0.23193737550004, 0.83761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0241521539093603, 0.0609423076923074, 0.0327692867460706, 0.113115384615385, 0.0444932146944499, 0.161615384615385, 0.132359963735262, 0.342499999999999, 0.227699761832247, 0.834692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0302262557797268, 0.0894423076923084, 0.0286127795547057, 0.120365384615385, 0.053206708657404, 0.165576923076923, 0.127215953583479, 0.341826923076922, 0.221363818181744, 0.831499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0268687479310935, 0.0704807692307696, 0.0391503020913807, 0.111884615384616, 0.0520693915699193, 0.155192307692307, 0.141194771367563, 0.347211538461537, 0.216307058279518, 0.829211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.034396494678296, 0.0791730769230762, 0.0439752071757923, 0.107173076923077, 0.049164167689644, 0.150846153846153, 0.195621329653451, 0.360769230769229, 0.216768541040012, 0.826903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0229707506323886, 0.0708461538461527, 0.0385685054854964, 0.107519230769229, 0.0484666776884269, 0.158673076923075, 0.204401886375458, 0.382865384615384, 0.212245635091478, 0.824980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0405513397293632, 0.0868653846153845, 0.0465656567076574, 0.113403846153847, 0.0548690749385806, 0.170653846153846, 0.211555757334888, 0.393461538461537, 0.214900969142676, 0.826942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.027216376574522, 0.0711346153846145, 0.0458892814701452, 0.121384615384613, 0.0612200853164559, 0.169326923076922, 0.227089060807564, 0.407692307692305, 0.211179425170599, 0.829519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0482303965756682, 0.0953653846153836, 0.0504222211392515, 0.128903846153846, 0.0624902361604189, 0.175019230769231, 0.229680996166421, 0.405499999999999, 0.212003114091787, 0.828403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0313729979440913, 0.0822500000000008, 0.0401417344686792, 0.110826923076923, 0.0698318089301815, 0.158807692307691, 0.227733048849878, 0.398692307692307, 0.207142894751797, 0.818673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0274065755725798, 0.0694038461538458, 0.0449892636765033, 0.104076923076922, 0.0649822579336361, 0.153076923076922, 0.222698889500183, 0.402346153846153, 0.203547046158868, 0.813999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0264000000000013, 0.0659999999999998, 0.0514011710432299, 0.0979038461538447, 0.0602543870091311, 0.151365384615385, 0.222962252755586, 0.407884615384616, 0.193886759178175, 0.806653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0521500682203257, 0.0694807692307687, 0.0614356448776973, 0.105961538461537, 0.0819261041333078, 0.156942307692308, 0.212500332126436, 0.417634615384614, 0.191996471321741, 0.79925 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0311402287427981, 0.0660769230769221, 0.0426326211323612, 0.101596153846154, 0.108535637536179, 0.166769230769232, 0.208220763022918, 0.405884615384615, 0.188873027149499, 0.791596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.030873389089086, 0.0673846153846168, 0.0458780825835003, 0.0965384615384612, 0.0988071081217581, 0.15473076923077, 0.201417340365719, 0.400249999999999, 0.188989100214799, 0.7865 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0397559913239979, 0.0598269230769223, 0.102282166277714, 0.114692307692308, 0.11481788255253, 0.155615384615386, 0.203939958170196, 0.414442307692308, 0.185223536467529, 0.778538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0962512677239209, 0.0860576923076928, 0.0946232854737473, 0.104884615384617, 0.169861895260646, 0.165288461538463, 0.204309185945073, 0.421788461538462, 0.189269953729098, 0.778653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0320348848312853, 0.0574230769230767, 0.0693352835031458, 0.0898076923076921, 0.165128355669624, 0.174576923076923, 0.176659781675225, 0.405461538461538, 0.166321139782232, 0.765692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0684631203360904, 0.0656730769230773, 0.145491941357589, 0.10675, 0.170762377634491, 0.188019230769231, 0.176382713264257, 0.404807692307692, 0.171099212109859, 0.767096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0826081947881319, 0.0699230769230763, 0.121988139398247, 0.133115384615385, 0.153185022615941, 0.187365384615383, 0.13849815466696, 0.384673076923077, 0.168603303188738, 0.758423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.103720771601155, 0.0939615384615384, 0.106719843515629, 0.126749999999999, 0.133001272405713, 0.174538461538461, 0.135231011748272, 0.372057692307692, 0.171846980233534, 0.760769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0367142814384068, 0.0689615384615371, 0.0761228056397144, 0.111807692307692, 0.0795848579529085, 0.15898076923077, 0.122448929699753, 0.350596153846156, 0.18126229719557, 0.746903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0501336674838827, 0.080730769230771, 0.0697972145135192, 0.112134615384617, 0.0757186822795655, 0.159326923076926, 0.125713251244494, 0.34969230769231, 0.18736851492344, 0.740903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0442112411740941, 0.0730769230769222, 0.0421891163508025, 0.106307692307692, 0.0529494534002441, 0.156269230769231, 0.122829965336701, 0.338903846153848, 0.192646563586113, 0.737038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0413792032491985, 0.0730384615384605, 0.0441057819338911, 0.102000000000001, 0.0731029832075687, 0.172884615384615, 0.125330843708223, 0.337596153846155, 0.197271715193497, 0.734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0275937562614327, 0.0673461538461524, 0.044803416765311, 0.116884615384614, 0.0691098679361627, 0.179423076923075, 0.123113139022606, 0.33275, 0.203532651888131, 0.732403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0442842566225916, 0.0976538461538457, 0.0673545384228418, 0.141576923076921, 0.0818379096845622, 0.192711538461538, 0.125064464915559, 0.335096153846155, 0.202346348164192, 0.731230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0453231007493776, 0.0887115384615368, 0.0495262944924582, 0.123076923076922, 0.0838006173100063, 0.207788461538461, 0.119253285715093, 0.321615384615385, 0.205767718182794, 0.722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0284478267386764, 0.0848269230769242, 0.05559070204491, 0.126115384615385, 0.0726834125611768, 0.213038461538462, 0.111072590609091, 0.314903846153847, 0.209364720413554, 0.710884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0321126382980533, 0.0826923076923079, 0.0662006158465414, 0.159192307692308, 0.0757313901994309, 0.209788461538461, 0.108307200201022, 0.311019230769231, 0.209756147796581, 0.702807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 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-16 00:00:00', 0.0586550410975367, 0.129576923076923, 0.0632252748876226, 0.162153846153845, 0.0790768394567046, 0.199557692307692, 0.110652117710625, 0.308865384615385, 0.213368190261304, 0.695269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0372590773658416, 0.101826923076922, 0.0558052554734889, 0.136557692307692, 0.0841052088389638, 0.186884615384615, 0.100089615614438, 0.304865384615385, 0.211722693271538, 0.689173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.055111401165834, 0.0960576923076924, 0.0615699227270527, 0.126346153846154, 0.0775350640281269, 0.186884615384615, 0.102412433514986, 0.306057692307693, 0.214572075034509, 0.694653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380372337827835, 0.0866346153846158, 0.0607321610402199, 0.135346153846154, 0.0600797290785651, 0.176076923076924, 0.0972201387810945, 0.298846153846155, 0.217843201373407, 0.692403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0387053166691807, 0.103192307692308, 0.0485352092656625, 0.136557692307693, 0.0681409850688548, 0.172076923076924, 0.0944255852713982, 0.287865384615387, 0.226107972846193, 0.694846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0384156268283561, 0.0860961538461545, 0.0542776338694086, 0.11669230769231, 0.0634703958853742, 0.153134615384618, 0.116600626730074, 0.287115384615386, 0.225414104397969, 0.701038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.03919011354921, 0.0807500000000019, 0.0543667743557246, 0.108615384615385, 0.0530485590321231, 0.145519230769234, 0.105860546874722, 0.286346153846156, 0.224082495111476, 0.703769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0365996637227096, 0.0716538461538434, 0.0379094264713228, 0.0987692307692301, 0.0389205107089569, 0.136615384615385, 0.0905583216241597, 0.297480769230769, 0.229084045712486, 0.712000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0284109133960904, 0.0730000000000004, 0.0342318396548286, 0.103173076923079, 0.0490796252571747, 0.141019230769232, 0.0893353427347687, 0.302211538461539, 0.227472713494642, 0.710153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0187997238113921, 0.0669807692307699, 0.0278745610520797, 0.101365384615384, 0.0574075041999005, 0.139807692307691, 0.109300482087754, 0.305846153846153, 0.229576835637959, 0.709711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974390 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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, 750, '2022-01-16 00:00:00', 0.0257779049694781, 0.0659038461538482, 0.04150708929253[...];
Date: 2022-01-16 14:53:00 Duration: 10s993ms 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 974395, 5, 900, '2022-01-16 00:00:00', 0.029046504612422, 0.0687407407407405, 0.0373856756851975, 0.0953518518518519, 0.0976437139389667, 0.193611111111111, 0.22668914072848, 0.448703703703704, 0.347401361310598, 0.835425925925927 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0250541436485095, 0.0680370370370372, 0.0987642484942143, 0.15637037037037, 0.0940068873636119, 0.198555555555556, 0.216388659578782, 0.444925925925927, 0.346360083861158, 0.836166666666668 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0996763923448445, 0.140962962962963, 0.0968592945177335, 0.16162962962963, 0.0977725134557997, 0.214814814814814, 0.208789369251049, 0.440592592592594, 0.343544714408068, 0.831518518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0503926745908745, 0.0959629629629648, 0.0566819737998452, 0.137333333333335, 0.108535721534447, 0.224814814814816, 0.203286853662, 0.429777777777779, 0.341913486000234, 0.831296296296298 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0469716226389234, 0.0981111111111101, 0.0828981500176773, 0.151759259259258, 0.113802257023767, 0.256870370370371, 0.200604087695142, 0.422166666666667, 0.359722460482381, 0.845962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0495891955882357, 0.0956296296296299, 0.0828718890818834, 0.170500000000002, 0.115379668697381, 0.255888888888891, 0.196692865486611, 0.404222222222223, 0.372125852749981, 0.849351851851853 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.058413534610063, 0.138444444444445, 0.0797973796240939, 0.195555555555556, 0.100336197676124, 0.255611111111112, 0.189781858580198, 0.392000000000001, 0.377564327267646, 0.845425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0459782634758062, 0.118592592592592, 0.0739331000050267, 0.17024074074074, 0.0923446990752223, 0.234296296296297, 0.16167282568231, 0.361611111111111, 0.359598566344999, 0.822574074074075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.071917945487833, 0.130462962962963, 0.0676469804212575, 0.170037037037038, 0.110466245118325, 0.259314814814816, 0.162282102430402, 0.349166666666668, 0.359477961158128, 0.823592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0417281341481633, 0.112944444444444, 0.0684733712044516, 0.160111111111111, 0.0923146097835388, 0.23138888888889, 0.148538631578539, 0.323574074074073, 0.361493199567205, 0.811888888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0499792122028915, 0.112537037037039, 0.0836793712899856, 0.174944444444447, 0.0867953843613738, 0.209851851851854, 0.136781291830687, 0.298722222222223, 0.365565065277808, 0.79551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0642667717309494, 0.121777777777778, 0.063373828709036, 0.151629629629632, 0.0801084645768851, 0.187092592592593, 0.119150626498023, 0.276722222222222, 0.381519164010306, 0.79025925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0421732537674479, 0.10827777777778, 0.0497107086894221, 0.134092592592594, 0.0997250065082818, 0.174666666666666, 0.129331196563544, 0.255592592592592, 0.37753523354, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0397581631675993, 0.0881666666666671, 0.0758823735487014, 0.119, 0.094123660855087, 0.159425925925927, 0.116621752648822, 0.243962962962964, 0.374950287303154, 0.783444444444446 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0510733579446069, 0.0842592592592595, 0.0727223136340204, 0.116648148148149, 0.0731142853206463, 0.13888888888889, 0.106772206734965, 0.229851851851853, 0.376069504320375, 0.782185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0424745021552141, 0.0785555555555569, 0.041360111604163, 0.100203703703705, 0.0451225618072122, 0.124759259259261, 0.0912046437251807, 0.211462962962965, 0.372925078212922, 0.777537037037038 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.025500265346924, 0.064574074074075, 0.032777556858593, 0.0811851851851876, 0.0435731774704565, 0.115444444444445, 0.0809141986913157, 0.207870370370372, 0.37163238123262, 0.777870370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0246308645235908, 0.0499444444444461, 0.029380583060393, 0.0732592592592596, 0.0528631989787589, 0.117537037037038, 0.112394550136049, 0.22614814814815, 0.376383022315274, 0.77188888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0254174267786019, 0.0552592592592584, 0.0453442278889942, 0.0816851851851852, 0.055745459616066, 0.116537037037037, 0.111247321424907, 0.229796296296297, 0.379338798159605, 0.770092592592592 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0362244604992479, 0.0591666666666681, 0.0444815416758192, 0.087870370370372, 0.0508988928508994, 0.112796296296298, 0.112649324766598, 0.223703703703706, 0.37838572437429, 0.76588888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296180266054313, 0.0570399999999989, 0.0368099511002139, 0.0739200000000005, 0.047502736763267, 0.108020000000001, 0.113308071939587, 0.211640000000002, 0.388118565432437, 0.7561 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0305794457111326, 0.0474600000000009, 0.0376031913539277, 0.0688000000000011, 0.0466135978015014, 0.093660000000001, 0.132853616184632, 0.230500000000002, 0.386742377645205, 0.7558 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0253557685744298, 0.0504600000000005, 0.0369070115289777, 0.0732600000000014, 0.0421009995922496, 0.0911599999999999, 0.157791193776246, 0.242460000000001, 0.38515720491768, 0.754520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0221263041046916, 0.049860000000001, 0.0221903319788885, 0.0593399999999997, 0.0359856105501446, 0.0891200000000009, 0.16867584790558, 0.247, 0.38287626700193, 0.75294 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.00943009367220968, 0.0384800000000001, 0.0198735586479456, 0.0568000000000006, 0.0378721313545107, 0.0900600000000009, 0.170514051229411, 0.2472, 0.383987087456509, 0.749 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0206174076934999, 0.0431600000000003, 0.0245938339155704, 0.0622400000000005, 0.0390080440422244, 0.0972600000000006, 0.168184514249478, 0.253020000000001, 0.380039572500899, 0.751920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0157416115227547, 0.039439999999999, 0.0379454103504837, 0.0682999999999998, 0.0406042588078312, 0.0926800000000009, 0.168095892771556, 0.254700000000001, 0.377810702160046, 0.75152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0361186355408576, 0.05642, 0.0349508822015515, 0.0782199999999995, 0.0412820582497214, 0.093900000000001, 0.164253455062595, 0.26698, 0.37602296583232, 0.7523 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.022303082746563, 0.0536399999999992, 0.03468641664975, 0.0657799999999992, 0.0498786026267796, 0.0903000000000003, 0.153581411635653, 0.2685, 0.374237215323828, 0.749420000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0278810419460993, 0.0424599999999987, 0.0309713846423885, 0.0593200000000002, 0.108695492086838, 0.149280000000002, 0.151326771149941, 0.283699999999999, 0.377842146272753, 0.7427 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0146436846456089, 0.0390000000000003, 0.0284253408071052, 0.0602000000000015, 0.106350442719655, 0.154800000000002, 0.144790869302361, 0.285899999999999, 0.374667861801178, 0.739940000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264387342107505, 0.0445600000000019, 0.104394815484295, 0.134440000000003, 0.107480804487746, 0.151040000000003, 0.14760028229422, 0.296019999999999, 0.377006794810562, 0.737540000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0652541713920101, 0.0842083333333357, 0.087446660761064, 0.107625000000001, 0.0764158033393602, 0.134125, 0.118866885647867, 0.313354166666665, 0.352062978144124, 0.753416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0506790126071992, 0.0631666666666657, 0.0517876053592034, 0.0851041666666692, 0.097632704190432, 0.159166666666666, 0.120788772393098, 0.328416666666666, 0.354651175835833, 0.74925 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0347134230396606, 0.0565000000000027, 0.0384424977603947, 0.0853958333333325, 0.11707290556483, 0.177249999999998, 0.11720091251747, 0.333479166666666, 0.352857671351898, 0.746333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0364920082575171, 0.0679166666666659, 0.0883359421613684, 0.142270833333334, 0.116340454912621, 0.179416666666665, 0.114957262064862, 0.335708333333333, 0.352290269990118, 0.743895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0827612808950236, 0.114980769230768, 0.105569379301736, 0.141576923076922, 0.111611923818477, 0.161192307692306, 0.113334752630631, 0.326115384615384, 0.335452055498937, 0.740692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0352104442547294, 0.0613461538461511, 0.0431910825910234, 0.0799807692307669, 0.0514332913737625, 0.122211538461538, 0.111725577265839, 0.308730769230767, 0.336498170071606, 0.727461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0332213612929064, 0.0531730769230756, 0.0378390518664756, 0.0825769230769227, 0.0584111587073774, 0.122711538461538, 0.117512866725964, 0.310923076923074, 0.333506051150271, 0.725115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0315309615847901, 0.0598076923076937, 0.0455956813069616, 0.0936153846153867, 0.0571893245820735, 0.122826923076923, 0.115429473972374, 0.306788461538461, 0.329854261524927, 0.718576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0445605940092966, 0.0725576923076928, 0.051280664372269, 0.0919423076923078, 0.0529674537225085, 0.122634615384615, 0.112641917324156, 0.307692307692307, 0.32798014480242, 0.716346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0433523178335196, 0.0577884615384598, 0.0475845159042955, 0.0851153846153838, 0.0505225654077925, 0.141019230769229, 0.116247926366951, 0.311403846153845, 0.325218296509616, 0.712403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0348905376196013, 0.0599807692307676, 0.0421608640985765, 0.0865384615384604, 0.0454621270949774, 0.145749999999999, 0.124621161309604, 0.315076923076922, 0.32327558914719, 0.710442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0233540393475341, 0.0611346153846138, 0.0311099044332521, 0.112384615384614, 0.0563029204051953, 0.160826923076921, 0.127792704739417, 0.310846153846152, 0.317418019094937, 0.706326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296233795402307, 0.0942307692307688, 0.0354295237597964, 0.119134615384615, 0.0635051572708885, 0.181249999999999, 0.121725352899311, 0.303307692307692, 0.308189477182714, 0.704923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0284929208481954, 0.0784423076923067, 0.0436974959676903, 0.115365384615384, 0.0829985171322595, 0.185423076923077, 0.110519925109251, 0.281576923076924, 0.299820095416211, 0.689480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0314817224140255, 0.083326923076922, 0.0559194097305692, 0.124596153846152, 0.0741459397716113, 0.172096153846152, 0.104026372395879, 0.265884615384615, 0.290295696064972, 0.685134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0360446091136234, 0.07707692307692, 0.0509580709995993, 0.119249999999998, 0.0555868274379421, 0.151846153846151, 0.0891018604657698, 0.246692307692306, 0.273710990195581, 0.678384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0320444222915647, 0.0807500000000008, 0.0322456198575893, 0.104999999999999, 0.0592099686253553, 0.143903846153846, 0.0872127372489918, 0.242692307692308, 0.26871762130534, 0.679 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0289336974158829, 0.0698269230769225, 0.0375306028974516, 0.100115384615384, 0.0590711728471565, 0.141788461538462, 0.0976134389392082, 0.243288461538462, 0.260958503185114, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0296352246231013, 0.0730576923076919, 0.0587441912021967, 0.1075, 0.0672642807256458, 0.136711538461539, 0.104026566503281, 0.235942307692309, 0.250310855967903, 0.675230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0411784110725715, 0.0706923076923096, 0.0407561463038219, 0.0927884615384635, 0.0500983532663517, 0.130250000000002, 0.102320433706303, 0.230634615384616, 0.248833890376693, 0.673749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0220459397971232, 0.0617115384615402, 0.0338504005202955, 0.0904807692307695, 0.0464309744094964, 0.127653846153847, 0.10266119782304, 0.231692307692308, 0.24332113632937, 0.678846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.02670324814584, 0.0582115384615393, 0.0372244388292682, 0.0873269230769225, 0.0569633519162831, 0.120711538461538, 0.109430778963761, 0.231846153846153, 0.239123744115887, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0242412553622644, 0.057461538461539, 0.03659931167911, 0.0825192307692318, 0.0485933677019321, 0.117346153846153, 0.118303319415032, 0.234346153846152, 0.238082749027761, 0.676653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0270032476679273, 0.0536538461538476, 0.0391732493104461, 0.080711538461538, 0.0387247287322267, 0.109269230769231, 0.12198513780848, 0.232076923076923, 0.247598323127167, 0.684480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0245752611692829, 0.0607884615384616, 0.0325781899671917, 0.0785384615384616, 0.0400913811953865, 0.106673076923078, 0.118670727386587, 0.236307692307692, 0.249685581512799, 0.693980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0171580996796084, 0.0459038461538467, 0.0258020049906669, 0.0672115384615391, 0.0370619232345845, 0.0966153846153868, 0.111224099837291, 0.244903846153846, 0.252120231544092, 0.693634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.019326794871369, 0.046749999999998, 0.0265200939782532, 0.0681538461538447, 0.0539972114664624, 0.100673076923076, 0.100803321450161, 0.26851923076923, 0.255637567962626, 0.697884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0152918781861994, 0.0473076923076919, 0.0187335671579538, 0.0649423076923084, 0.0478484988913328, 0.0968269230769219, 0.100753860395596, 0.279403846153845, 0.252144961358464, 0.714307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0208160903001659, 0.0459807692307691, 0.0441247532135177, 0.0745769230769223, 0.0535595463012917, 0.10575, 0.102911449987167, 0.282057692307691, 0.250346092747313, 0.719115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0362695676630061, 0.0551923076923067, 0.0399298615844539, 0.0709230769230761, 0.0656061471087986, 0.115557692307691, 0.115010603190114, 0.307673076923077, 0.252226418429644, 0.721884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0245696889557956, 0.0465192307692304, 0.034048658620366, 0.0768653846153849, 0.0527236773551142, 0.109115384615385, 0.111179875046633, 0.312230769230768, 0.260949966468671, 0.73525 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0323522023979846, 0.0562500000000013, 0.0489046167397472, 0.0888076923076933, 0.0506989493139506, 0.114788461538462, 0.118400649686369, 0.316576923076923, 0.251563440538137, 0.75123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0310688565311587, 0.0650769230769223, 0.0367946275342548, 0.079269230769231, 0.0558308571972939, 0.12576923076923, 0.121459356924922, 0.318653846153845, 0.257821181322367, 0.758192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0256086223460281, 0.0526923076923073, 0.0302575419714459, 0.0788269230769223, 0.0822425587000927, 0.14053846153846, 0.121341002328785, 0.323826923076923, 0.256518978904995, 0.773557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0272921868222117, 0.056211538461538, 0.0595922813793866, 0.0940000000000001, 0.0878383677338886, 0.148326923076922, 0.124510964917214, 0.329096153846153, 0.26296523315099, 0.777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0325569560096675, 0.0653461538461538, 0.0528037039784723, 0.106634615384614, 0.0626122161833044, 0.145480769230768, 0.110884099227701, 0.321711538461537, 0.257288524064688, 0.776730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0354998645717891, 0.083903846153844, 0.0513621980119163, 0.111346153846152, 0.054720183310535, 0.149038461538459, 0.114881658173164, 0.322346153846151, 0.257158168179701, 0.778288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0337426972156154, 0.0719807692307691, 0.0398619975183635, 0.102673076923077, 0.0535223928693552, 0.161442307692308, 0.118299127053156, 0.320288461538462, 0.260709735441249, 0.789615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0274506900571793, 0.0739038461538454, 0.0435146703820856, 0.107557692307691, 0.0643914620475041, 0.191096153846153, 0.117836576860302, 0.318326923076921, 0.260841204272166, 0.788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0319369089588524, 0.0783846153846147, 0.0550678078512164, 0.130211538461538, 0.0770099319268901, 0.187480769230769, 0.115245276893042, 0.311076923076922, 0.25039975731126, 0.787461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0552858028792202, 0.111, 0.0659860591337267, 0.159500000000001, 0.0742712906538209, 0.184230769230769, 0.121224083669618, 0.313038461538461, 0.2453979288045, 0.78721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0448313935334785, 0.105423076923077, 0.0512955988515387, 0.131538461538462, 0.0730420005623726, 0.191076923076925, 0.11760276193774, 0.300480769230769, 0.248870254272257, 0.787211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0310217603527678, 0.0874807692307688, 0.0336349006013326, 0.113057692307693, 0.0700407820762043, 0.179365384615387, 0.120305554894451, 0.293557692307693, 0.24276771819993, 0.783250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0309179621678954, 0.0839038461538467, 0.0677720528967969, 0.143634615384619, 0.0720235752001782, 0.175846153846156, 0.134977623501655, 0.294826923076923, 0.238626541982365, 0.777557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0682088309193516, 0.0997307692307716, 0.0603339169825872, 0.125807692307694, 0.0749911097294989, 0.158057692307693, 0.135630404181593, 0.291057692307694, 0.235710170793254, 0.774769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0288361151763098, 0.0746923076923085, 0.0618290478161061, 0.113865384615383, 0.0865342351104698, 0.164576923076922, 0.149072135352191, 0.300192307692307, 0.234479777707687, 0.771115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0439022909863046, 0.0818653846153825, 0.0522749130889907, 0.11355769230769, 0.0815408722430285, 0.164923076923075, 0.140701403688806, 0.29425, 0.233529508100895, 0.765134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0337102187200542, 0.0761730769230766, 0.0554951002688188, 0.111615384615384, 0.0664433506541771, 0.155826923076923, 0.12924857981663, 0.288346153846155, 0.232755894744819, 0.760942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0392830948177656, 0.078807692307692, 0.050323018131332, 0.111115384615384, 0.0615280048808311, 0.148846153846152, 0.124337841569468, 0.294673076923078, 0.243912484305335, 0.760500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0335835582482784, 0.0708461538461543, 0.0401158179045853, 0.0996730769230773, 0.054935066564641, 0.133192307692309, 0.135522845079572, 0.298192307692309, 0.251740259913942, 0.759038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.024715807772479, 0.0666346153846144, 0.0342362437281806, 0.0914038461538453, 0.0548528836630647, 0.131673076923076, 0.135340141296489, 0.303576923076924, 0.248955856451578, 0.761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0243352940903031, 0.0610576923076898, 0.0441434418859511, 0.0922115384615393, 0.0484161011044231, 0.125826923076922, 0.140581430002466, 0.325038461538463, 0.24247313967023, 0.757788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0401785821245405, 0.0705384615384633, 0.0415598965350004, 0.10075, 0.0527966235808558, 0.133788461538461, 0.156403639540577, 0.347961538461539, 0.242497445664581, 0.757134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229529619338858, 0.0644615384615374, 0.0281311283921457, 0.0849038461538444, 0.0530560552623363, 0.12775, 0.161275723052647, 0.358173076923078, 0.240081285113061, 0.752788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0207067528933112, 0.0610192307692308, 0.0346764883769081, 0.0923269230769239, 0.0500080647342157, 0.130942307692309, 0.162918932176524, 0.367961538461541, 0.241064195886618, 0.753057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.030694198900669, 0.0659230769230769, 0.0351829340185543, 0.0913269230769235, 0.0540244851895877, 0.13075, 0.163352120845172, 0.383346153846156, 0.241716372253485, 0.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0256778039439652, 0.0644807692307689, 0.0330806531886034, 0.0920192307692296, 0.0593562938144272, 0.13598076923077, 0.163959090817004, 0.399288461538462, 0.241400883466614, 0.753942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229395191418982, 0.0633076923076918, 0.0457074350120912, 0.0944807692307683, 0.0749785405196819, 0.153307692307694, 0.154684582295716, 0.391500000000001, 0.237559489715412, 0.751865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0366251332368269, 0.0680961538461521, 0.0419917986498105, 0.0956346153846151, 0.0662485094171946, 0.15625, 0.148276297447082, 0.388596153846155, 0.235339502715677, 0.754692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.029094045121613, 0.0617884615384631, 0.051269033988888, 0.110423076923078, 0.0568039171184532, 0.158750000000002, 0.148805801427436, 0.387442307692308, 0.236239169063897, 0.75575 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.045854267480288, 0.0825769230769233, 0.0514306702868433, 0.112576923076922, 0.0682760460303501, 0.174538461538463, 0.146519362070474, 0.388788461538462, 0.235849287763313, 0.756942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0201306597392757, 0.0707884615384618, 0.0457225916218172, 0.117653846153848, 0.0873583160587222, 0.183346153846155, 0.135882009054236, 0.382903846153846, 0.234682817043313, 0.75676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0370908292625634, 0.0855192307692325, 0.0619903342341482, 0.12569230769231, 0.0884813843959029, 0.177346153846156, 0.131068995336279, 0.378692307692307, 0.240230854516107, 0.76028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0359905382865239, 0.0838269230769249, 0.0615060253458648, 0.127365384615386, 0.0736732312308887, 0.20175, 0.119587714830837, 0.358807692307691, 0.243427398748659, 0.754961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0599497000698222, 0.0934423076923079, 0.0635725297472232, 0.11394230769231, 0.0756492005143581, 0.215807692307694, 0.120098735021841, 0.349884615384615, 0.248555408619178, 0.757865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0206219543205775, 0.0637500000000016, 0.0641799303640817, 0.154288461538461, 0.0814589089428165, 0.221076923076923, 0.118319222705097, 0.342961538461536, 0.246498631607997, 0.756846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0564306790536979, 0.133192307692307, 0.0606049376003174, 0.173961538461538, 0.0935335234020398, 0.229500000000001, 0.117284676682912, 0.330346153846152, 0.248500119950443, 0.756480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0430141881780341, 0.105403846153848, 0.0718058386312605, 0.151038461538461, 0.10096284160331, 0.209346153846155, 0.110855914800039, 0.295423076923075, 0.239017150977788, 0.758961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0467531858231666, 0.110096153846153, 0.0657400475064771, 0.145423076923077, 0.0966875877007197, 0.213980769230768, 0.101482980763353, 0.277153846153843, 0.230940815761562, 0.759903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0485024345146308, 0.0921153846153834, 0.0766467646966359, 0.140442307692308, 0.0866201100295916, 0.183288461538462, 0.0988404697557548, 0.255538461538459, 0.227884123725533, 0.768576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0450261633343911, 0.104653846153847, 0.0506129544074046, 0.147365384615385, 0.055342611208585, 0.165230769230772, 0.0849478957950103, 0.243249999999999, 0.227359495919162, 0.787596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0493532829552562, 0.0994423076923075, 0.0489083326233889, 0.113250000000001, 0.0504714732832775, 0.142980769230769, 0.0934654687366082, 0.22607692307692, 0.220022468258272, 0.802057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0408892547479926, 0.0793653846153843, 0.0505775261736488, 0.104115384615384, 0.059961875708331, 0.141557692307691, 0.100269132070412, 0.216173076923073, 0.230617765677657, 0.814423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266058987097565, 0.0734230769230788, 0.036513748727758, 0.096576923076924, 0.061390305548878, 0.132980769230769, 0.0988635753878113, 0.205057692307691, 0.236793753166045, 0.817692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292548023671068, 0.0692884615384628, 0.0515243669016453, 0.0944038461538465, 0.0655077476333898, 0.127249999999999, 0.0950092080557698, 0.198480769230768, 0.237198060700337, 0.819499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414985124849266, 0.0644423076923088, 0.0458017634863731, 0.093807692307692, 0.0618553430314505, 0.121288461538462, 0.090874562743632, 0.188115384615384, 0.236447666188851, 0.822826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263451060993223, 0.0622692307692319, 0.0375900201567449, 0.0804807692307698, 0.0519094774213122, 0.105576923076922, 0.0910439813412268, 0.181557692307691, 0.253634330969124, 0.829423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0234835785505204, 0.0534615384615379, 0.0438414319319755, 0.0781346153846157, 0.0444631264688458, 0.100480769230766, 0.083950170660019, 0.169134615384615, 0.251147294354407, 0.83428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292389361060787, 0.0528461538461553, 0.030992089561444, 0.0655192307692304, 0.0440372394858993, 0.097461538461536, 0.0815561557361658, 0.165942307692308, 0.247931334321546, 0.834442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0198555650017443, 0.04328846153846, 0.0330490602682647, 0.0685961538461507, 0.045852355027179, 0.0909615384615361, 0.086249263096072, 0.163653846153847, 0.247792372763974, 0.833499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0233878995669516, 0.0510769230769215, 0.0381354115670008, 0.0694807692307681, 0.0518486295345918, 0.090403846153846, 0.08405909322522, 0.159865384615386, 0.244705380941121, 0.84028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.023740390768605, 0.0456153846153827, 0.0292597912606251, 0.0608461538461514, 0.0423555145805662, 0.0844807692307682, 0.0770662452299712, 0.160615384615385, 0.240773797449935, 0.838692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0199607017758543, 0.0405192307692308, 0.026640779903112, 0.0578653846153854, 0.0439267747332022, 0.0841923076923069, 0.0719221373858828, 0.157076923076924, 0.239188015039345, 0.838942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0189933287883255, 0.0400576923076928, 0.0277921682382747, 0.0582692307692308, 0.0384493873113123, 0.0778461538461539, 0.0702948323956917, 0.153288461538463, 0.238142017259903, 0.841403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0239437160537276, 0.044692307692309, 0.0322423574725018, 0.0625192307692309, 0.0388704752499093, 0.085423076923076, 0.0706698390676393, 0.152115384615387, 0.237986166372367, 0.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211958631667753, 0.041730769230769, 0.0227707386454969, 0.0549423076923082, 0.0353445676383017, 0.0819615384615379, 0.0722700943576354, 0.15344230769231, 0.237982123601431, 0.843865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184012123346426, 0.0387307692307689, 0.0284725306216355, 0.0647499999999971, 0.0426266484003396, 0.0858653846153841, 0.0749055815934044, 0.160115384615386, 0.238283413186903, 0.845249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0231088394675825, 0.0534615384615358, 0.0283349539506343, 0.0659807692307684, 0.0476834917410156, 0.0871538461538458, 0.0771908125262427, 0.163807692307693, 0.238623333696887, 0.846846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0186346761132616, 0.0451346153846161, 0.0318892796068863, 0.0601153846153853, 0.0623110713708613, 0.0974807692307717, 0.0761471955137902, 0.160153846153847, 0.241881332157226, 0.84682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.029431386961229, 0.0444423076923078, 0.0440602952258012, 0.0625192307692314, 0.0622692664037542, 0.095192307692308, 0.0741692969859135, 0.161769230769232, 0.242302494510796, 0.84632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0228131541002127, 0.0424999999999996, 0.0438420065514975, 0.0728076923076923, 0.0474320607249519, 0.0874038461538459, 0.0700813702886747, 0.162038461538462, 0.24239187280105, 0.846499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0327864887744001, 0.0580769230769244, 0.0320526069982556, 0.0670192307692316, 0.0397332499784031, 0.0838653846153866, 0.0671992559482614, 0.162500000000001, 0.241333596118288, 0.846230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0184212774133203, 0.0412884615384603, 0.0280525674130116, 0.0560576923076911, 0.0279507809165717, 0.0748846153846166, 0.0806765050156374, 0.166961538461538, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0185956570612196, 0.0374615384615386, 0.0208791485974369, 0.0523269230769253, 0.0305392559478148, 0.0836153846153849, 0.0734419524836818, 0.188403846153846, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0117196252237294, 0.0334807692307706, 0.0175241372003153, 0.0521538461538476, 0.0312057502097598, 0.0813269230769228, 0.0746995237344515, 0.204673076923077, 0.238869150695201, 0.846134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.017067558069671, 0.0418076923076935, 0.0354096032172068, 0.0719999999999989, 0.0335431753920938, 0.0777692307692293, 0.0728128792495919, 0.220653846153845, 0.238418211262351, 0.845288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375512777617295, 0.0589615384615374, 0.0351600571015573, 0.0659807692307678, 0.0317553205717642, 0.0775961538461527, 0.0768109467358766, 0.232807692307692, 0.238570196088152, 0.845461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0223349760207221, 0.0356346153846139, 0.0218350899665254, 0.0493653846153837, 0.0298228874421075, 0.076730769230771, 0.077483281075042, 0.244173076923075, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0159029750482289, 0.0332307692307683, 0.021900790291326, 0.0517692307692309, 0.0456028676561202, 0.0863076923076928, 0.0803232220469278, 0.253999999999999, 0.239000280012712, 0.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0224926312720092, 0.0425384615384608, 0.0284000270855789, 0.0653076923076937, 0.048168294711195, 0.0957307692307699, 0.0882907347695891, 0.264423076923075, 0.238997879778173, 0.845557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264961535670036, 0.0486153846153845, 0.0413583076948851, 0.0694807692307687, 0.0468197197113159, 0.0896153846153829, 0.0948475558259349, 0.277326923076922, 0.238611145687192, 0.844673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.023726648439126, 0.0394230769230788, 0.0288329739120928, 0.0564038461538477, 0.0304482979188309, 0.0776730769230783, 0.103545456387336, 0.280692307692306, 0.232279698771845, 0.840461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0140700582252366, 0.0370576923076933, 0.0200316000359429, 0.0502499999999989, 0.0372231317658984, 0.0878076923076913, 0.107368740974556, 0.295942307692306, 0.232101754873558, 0.839769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0155526896016791, 0.0366153846153824, 0.0267331039378869, 0.0621730769230765, 0.0444689909245316, 0.0943653846153843, 0.11785478842137, 0.312134615384613, 0.232098395082776, 0.839749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0267055525773482, 0.0515576923076931, 0.0417425304234619, 0.0741730769230758, 0.0561753025393206, 0.116730769230769, 0.119379569183596, 0.32330769230769, 0.231971288011122, 0.839038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0308333236313214, 0.048923076923076, 0.0357670454253844, 0.0726923076923094, 0.0449134038584676, 0.143576923076923, 0.110695702091538, 0.327038461538461, 0.231885887055217, 0.837230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0282200487924138, 0.0528653846153851, 0.0428603995099631, 0.0894230769230759, 0.0397322238917552, 0.153480769230769, 0.113351909488173, 0.328153846153844, 0.23193737550004, 0.83761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0241521539093603, 0.0609423076923074, 0.0327692867460706, 0.113115384615385, 0.0444932146944499, 0.161615384615385, 0.132359963735262, 0.342499999999999, 0.227699761832247, 0.834692307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0302262557797268, 0.0894423076923084, 0.0286127795547057, 0.120365384615385, 0.053206708657404, 0.165576923076923, 0.127215953583479, 0.341826923076922, 0.221363818181744, 0.831499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0268687479310935, 0.0704807692307696, 0.0391503020913807, 0.111884615384616, 0.0520693915699193, 0.155192307692307, 0.141194771367563, 0.347211538461537, 0.216307058279518, 0.829211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.034396494678296, 0.0791730769230762, 0.0439752071757923, 0.107173076923077, 0.049164167689644, 0.150846153846153, 0.195621329653451, 0.360769230769229, 0.216768541040012, 0.826903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0229707506323886, 0.0708461538461527, 0.0385685054854964, 0.107519230769229, 0.0484666776884269, 0.158673076923075, 0.204401886375458, 0.382865384615384, 0.212245635091478, 0.824980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0405513397293632, 0.0868653846153845, 0.0465656567076574, 0.113403846153847, 0.0548690749385806, 0.170653846153846, 0.211555757334888, 0.393461538461537, 0.214900969142676, 0.826942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.027216376574522, 0.0711346153846145, 0.0458892814701452, 0.121384615384613, 0.0612200853164559, 0.169326923076922, 0.227089060807564, 0.407692307692305, 0.211179425170599, 0.829519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0482303965756682, 0.0953653846153836, 0.0504064441850922, 0.128980769230769, 0.0624902361604189, 0.175019230769231, 0.229680996166421, 0.405499999999999, 0.212003114091787, 0.828403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0312483414944509, 0.0823269230769237, 0.0401417344686792, 0.110826923076923, 0.0698318089301815, 0.158807692307691, 0.227733048849878, 0.398692307692307, 0.207142894751797, 0.818673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0274065755725798, 0.0694038461538458, 0.0449892636765033, 0.104076923076922, 0.0649822579336361, 0.153076923076922, 0.222698889500183, 0.402346153846153, 0.203547046158868, 0.813999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0264000000000013, 0.0659999999999998, 0.0514011710432299, 0.0979038461538447, 0.0602543870091311, 0.151365384615385, 0.222962252755586, 0.407884615384616, 0.193886759178175, 0.806653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0521500682203257, 0.0694807692307687, 0.0614356448776973, 0.105961538461537, 0.0819261041333078, 0.156942307692308, 0.212500332126436, 0.417634615384614, 0.191996471321741, 0.79925 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0311402287427981, 0.0660769230769221, 0.0426326211323612, 0.101596153846154, 0.108535637536179, 0.166769230769232, 0.208220763022918, 0.405884615384615, 0.188873027149499, 0.791596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.030873389089086, 0.0673846153846168, 0.0458780825835003, 0.0965384615384612, 0.0988071081217581, 0.15473076923077, 0.201417340365719, 0.400249999999999, 0.188989100214799, 0.7865 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0397559913239979, 0.0598269230769223, 0.102282166277714, 0.114692307692308, 0.11481788255253, 0.155615384615386, 0.203939958170196, 0.414442307692308, 0.185223536467529, 0.778538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0962512677239209, 0.0860576923076928, 0.0946232854737473, 0.104884615384617, 0.169861895260646, 0.165288461538463, 0.204309185945073, 0.421788461538462, 0.189269953729098, 0.778653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0320348848312853, 0.0574230769230767, 0.0693352835031458, 0.0898076923076921, 0.165128355669624, 0.174576923076923, 0.176659781675225, 0.405461538461538, 0.166321139782232, 0.765692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0684631203360904, 0.0656730769230773, 0.145491941357589, 0.10675, 0.170762377634491, 0.188019230769231, 0.176382713264257, 0.404807692307692, 0.171099212109859, 0.767096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0826081947881319, 0.0699230769230763, 0.121988139398247, 0.133115384615385, 0.153185022615941, 0.187365384615383, 0.13849815466696, 0.384673076923077, 0.168603303188738, 0.758423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.103720771601155, 0.0939615384615384, 0.106719843515629, 0.126749999999999, 0.133001272405713, 0.174538461538461, 0.135231011748272, 0.372057692307692, 0.171846980233534, 0.760769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0367142814384068, 0.0689615384615371, 0.0761228056397144, 0.111807692307692, 0.0795848579529085, 0.15898076923077, 0.122448929699753, 0.350596153846156, 0.18126229719557, 0.746903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0501336674838827, 0.080730769230771, 0.0697972145135192, 0.112134615384617, 0.0757186822795655, 0.159326923076926, 0.125713251244494, 0.34969230769231, 0.18736851492344, 0.740903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0442112411740941, 0.0730769230769222, 0.0421891163508025, 0.106307692307692, 0.0529494534002441, 0.156269230769231, 0.122829965336701, 0.338903846153848, 0.192646563586113, 0.737038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0413792032491985, 0.0730384615384605, 0.0441057819338911, 0.102000000000001, 0.0731029832075687, 0.172884615384615, 0.125330843708223, 0.337596153846155, 0.197271715193497, 0.734480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0275937562614327, 0.0673461538461524, 0.044803416765311, 0.116884615384614, 0.0691098679361627, 0.179423076923075, 0.123113139022606, 0.33275, 0.203532651888131, 0.732403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0442842566225916, 0.0976538461538457, 0.0673545384228418, 0.141576923076921, 0.0818379096845622, 0.192711538461538, 0.125064464915559, 0.335096153846155, 0.202346348164192, 0.731230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0453231007493776, 0.0887115384615368, 0.0495262944924582, 0.123076923076922, 0.0838006173100063, 0.207788461538461, 0.119253285715093, 0.321615384615385, 0.205767718182794, 0.722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0284478267386764, 0.0848269230769242, 0.05559070204491, 0.126115384615385, 0.0726834125611768, 0.213038461538462, 0.111072590609091, 0.314903846153847, 0.209364720413554, 0.710884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0321126382980533, 0.0826923076923079, 0.0662006158465414, 0.159192307692308, 0.0757313901994309, 0.209788461538461, 0.108307200201022, 0.311019230769231, 0.209756147796581, 0.702807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 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-16 00:00:00', 0.0586550410975367, 0.129576923076923, 0.0632252748876226, 0.162153846153845, 0.0790768394567046, 0.199557692307692, 0.110652117710625, 0.308865384615385, 0.213368190261304, 0.695269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0372590773658416, 0.101826923076922, 0.0558052554734889, 0.136557692307692, 0.0841052088389638, 0.186884615384615, 0.100089615614438, 0.304865384615385, 0.211722693271538, 0.689173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.055111401165834, 0.0960576923076924, 0.0615699227270527, 0.126346153846154, 0.0775350640281269, 0.186884615384615, 0.102412433514986, 0.306057692307693, 0.214572075034509, 0.694653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380372337827835, 0.0866346153846158, 0.0607321610402199, 0.135346153846154, 0.0600797290785651, 0.176076923076924, 0.0972201387810945, 0.298846153846155, 0.217843201373407, 0.692403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0387053166691807, 0.103192307692308, 0.0485352092656625, 0.136557692307693, 0.0681409850688548, 0.172076923076924, 0.0944255852713982, 0.287865384615387, 0.226107972846193, 0.694846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0384156268283561, 0.0860961538461545, 0.0542776338694086, 0.11669230769231, 0.0634703958853742, 0.153134615384618, 0.116600626730074, 0.287115384615386, 0.225414104397969, 0.701038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.03919011354921, 0.0807500000000019, 0.0543667743557246, 0.108615384615385, 0.0530485590321231, 0.145519230769234, 0.105860546874722, 0.286346153846156, 0.224082495111476, 0.703769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0365996637227096, 0.0716538461538434, 0.0379094264713228, 0.0987692307692301, 0.0389205107089569, 0.136615384615385, 0.0905583216241597, 0.297480769230769, 0.229084045712486, 0.712000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0284109133960904, 0.0730000000000004, 0.0342318396548286, 0.103173076923079, 0.0490796252571747, 0.141019230769232, 0.0893353427347687, 0.302211538461539, 0.227472713494642, 0.710153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0187997238113921, 0.0669807692307699, 0.0278745610520797, 0.101365384615384, 0.0574075041999005, 0.139807692307691, 0.109300482087754, 0.305846153846153, 0.229576835637959, 0.709711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974395 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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, 750, '2022-01-16 00:00:00', 0.0257779049694781, 0.0659038461538482, 0.04150708929253[...];
Date: 2022-01-16 14:53:12 Duration: 10s878ms 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 966835, 5, 870, '2022-01-16 00:00:00', 0.0290779412384495, 0.0458800000000008, 0.0344948305305777, 0.0733200000000011, 0.0363982600316732, 0.1012, 0.139172710447605, 0.29028, 0.307762614147115, 0.67192 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 885, '2022-01-16 00:00:00', 0.0225435134794908, 0.0542800000000005, 0.0296148611342339, 0.0800400000000008, 0.0321981883548332, 0.10116, 0.143323503538904, 0.29028, 0.309232797958646, 0.66944 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 900, '2022-01-16 00:00:00', 0.0265070430892133, 0.0570399999999995, 0.0329761024581947, 0.0745599999999985, 0.0430450151972714, 0.10196, 0.143313269913616, 0.298119999999999, 0.310879387115538, 0.66692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 915, '2022-01-16 00:00:00', 0.0279107506169218, 0.0464800000000002, 0.0335197951465502, 0.0660800000000006, 0.0529631318308615, 0.10248, 0.145714526843871, 0.29516, 0.307454777162431, 0.66176 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 930, '2022-01-16 00:00:00', 0.0237012657889826, 0.0463999999999987, 0.0286999999999987, 0.07024, 0.051979162491648, 0.0961999999999983, 0.144842178479428, 0.29244, 0.304809820489213, 0.657879999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 945, '2022-01-16 00:00:00', 0.022865330378836, 0.0516400000000027, 0.0463838333905248, 0.0747200000000015, 0.111220921293312, 0.192520000000001, 0.137771586330417, 0.295480000000001, 0.307468632546475, 0.65428 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 960, '2022-01-16 00:00:00', 0.0259652331653951, 0.0488800000000015, 0.0289424716751456, 0.0646000000000009, 0.0917078331805219, 0.199080000000001, 0.123238224589611, 0.29192, 0.306651947110508, 0.647599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 5, 975, '2022-01-16 00:00:00', 0.015224103695567, 0.0397599999999994, 0.103449472368558, 0.175279999999999, 0.0916946926853804, 0.197000000000001, 0.131100635645545, 0.30228, 0.308772559229819, 0.646919999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1020, '2022-01-16 00:00:00', 0.0813802187266653, 0.0986399999999986, 0.0875448075749409, 0.147479999999999, 0.0831808671911181, 0.196840000000001, 0.12755799987979, 0.32228, 0.288685284234117, 0.676119999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1035, '2022-01-16 00:00:00', 0.0805460980621863, 0.0917499999999987, 0.0692104017481825, 0.115583333333334, 0.0973660358006634, 0.190166666666666, 0.117818939632943, 0.301458333333334, 0.278052179442552, 0.653333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1050, '2022-01-16 00:00:00', 0.0494707994679698, 0.0681200000000001, 0.0694679062589333, 0.129960000000002, 0.0920475058506922, 0.190080000000002, 0.115071021547562, 0.299440000000001, 0.278266496965288, 0.659920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1065, '2022-01-16 00:00:00', 0.0645183337092285, 0.107153846153846, 0.0852865667121048, 0.155961538461538, 0.0926399232761736, 0.186346153846153, 0.107992335910398, 0.29976923076923, 0.272941484289496, 0.657423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1080, '2022-01-16 00:00:00', 0.0621868276925406, 0.0511923076923073, 0.0559802300267355, 0.0781153846153848, 0.0627698604794968, 0.106153846153846, 0.0912350894034821, 0.266807692307692, 0.274276213949481, 0.641807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1095, '2022-01-16 00:00:00', 0.0286053249480701, 0.0307692307692301, 0.0336401774439653, 0.0573076923076921, 0.0486488832981174, 0.0929230769230762, 0.092881669964448, 0.265730769230769, 0.273686752440702, 0.640038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1110, '2022-01-16 00:00:00', 0.0383884598043985, 0.0329230769230773, 0.0425221752103011, 0.0581538461538473, 0.0607190376938049, 0.104192307692308, 0.0896657468258995, 0.267115384615385, 0.272959329176739, 0.637346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1125, '2022-01-16 00:00:00', 0.0349959997714036, 0.034, 0.0448062667320281, 0.0648076923076913, 0.0629007154172354, 0.1035, 0.0891076876593715, 0.2665, 0.266625329167816, 0.634115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1140, '2022-01-16 00:00:00', 0.0441612430148342, 0.043153846153844, 0.0468657001031009, 0.0760769230769218, 0.0542041156541281, 0.110384615384615, 0.0910212147714017, 0.273692307692307, 0.266092199174531, 0.632538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1155, '2022-01-16 00:00:00', 0.0428410299380631, 0.0399230769230779, 0.0526036705358681, 0.0648846153846158, 0.050179615843027, 0.121923076923078, 0.0878927668328763, 0.271538461538462, 0.263441717390277, 0.629538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1170, '2022-01-16 00:00:00', 0.0393998047632801, 0.0362307692307701, 0.04493867616413, 0.0737307692307704, 0.0436598918212832, 0.121115384615386, 0.0885606267784072, 0.268230769230769, 0.26445374759187, 0.628230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1185, '2022-01-16 00:00:00', 0.0430658172496987, 0.0487692307692313, 0.04569840933101, 0.0902307692307699, 0.0609433027809134, 0.144615384615386, 0.0910391040242507, 0.267038461538461, 0.266128436314845, 0.625769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1200, '2022-01-16 00:00:00', 0.0341994151996775, 0.043999999999998, 0.0408727104745772, 0.0735384615384612, 0.0636409157213059, 0.140615384615386, 0.0767118985856539, 0.250346153846154, 0.261041078406033, 0.614269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1215, '2022-01-16 00:00:00', 0.0349241816158735, 0.042461538461539, 0.0607921553643722, 0.0946153846153855, 0.074704381500581, 0.147769230769233, 0.0747332487018892, 0.243461538461538, 0.252769253242192, 0.616846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1230, '2022-01-16 00:00:00', 0.0602760444825433, 0.058192307692309, 0.0644863849673258, 0.0965769230769245, 0.0642677691681158, 0.142115384615388, 0.0749358700182006, 0.229769230769231, 0.245432519317351, 0.629807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1245, '2022-01-16 00:00:00', 0.040024165777114, 0.0474230769230776, 0.0487476547759377, 0.0835769230769248, 0.0500408448554391, 0.122384615384616, 0.0800740042326238, 0.214615384615384, 0.23985281704861, 0.623576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1260, '2022-01-16 00:00:00', 0.0401592407222125, 0.0437307692307698, 0.0395497155489147, 0.0775, 0.0532222191888381, 0.115730769230767, 0.0823729231091062, 0.207461538461536, 0.23440640907489, 0.61773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1275, '2022-01-16 00:00:00', 0.0315004517672133, 0.0389615384615376, 0.0392163427471435, 0.0728076923076907, 0.058937724630455, 0.113846153846153, 0.0962597527526449, 0.209499999999998, 0.234525917872304, 0.616384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1290, '2022-01-16 00:00:00', 0.035685312643459, 0.0421923076923064, 0.0519163380242298, 0.0808846153846146, 0.0516448969852326, 0.108653846153847, 0.105058437950579, 0.206346153846153, 0.233081326183341, 0.611230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1305, '2022-01-16 00:00:00', 0.0401885747254303, 0.0468076923076906, 0.0459190089681306, 0.0693461538461543, 0.0511050351275161, 0.10373076923077, 0.10686057055089, 0.204692307692306, 0.23342609438206, 0.609692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 0 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 0, 1320, '2022-01-16 00:00:00', 0.0299789669858452, 0.0374615384615386, 0.0374323595096757, 0.0646923076923078, 0.0609670402758732, 0.117499999999999, 0.102752248712059, 0.205769230769229, 0.235265980410389, 0.613807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1335, '2022-01-16 00:00:00', 0.0385491694014099, 0.0360384615384614, 0.0487714449873485, 0.0665769230769234, 0.0606305330544076, 0.109692307692307, 0.105147522740489, 0.198192307692306, 0.232195766210657, 0.613923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1350, '2022-01-16 00:00:00', 0.0266640928245063, 0.0335769230769244, 0.0390785599293763, 0.0695769230769235, 0.042348244900515, 0.0954230769230745, 0.102414039001572, 0.194346153846152, 0.230054980050757, 0.615423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1365, '2022-01-16 00:00:00', 0.0353737842955013, 0.0452307692307688, 0.0360439261926986, 0.0612692307692298, 0.0465618034279342, 0.0901923076923071, 0.105937427104582, 0.197538461538462, 0.226375453956136, 0.632384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1380, '2022-01-16 00:00:00', 0.0235901217918385, 0.0314230769230761, 0.0296644827775838, 0.0556923076923058, 0.0447691686491745, 0.0830384615384601, 0.100627607467412, 0.205653846153847, 0.22380600115691, 0.643384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1395, '2022-01-16 00:00:00', 0.0225761276232589, 0.0311923076923063, 0.0310690546017441, 0.053384615384615, 0.0401171361812455, 0.0772307692307691, 0.0906269190778259, 0.205038461538463, 0.223890869707682, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1410, '2022-01-16 00:00:00', 0.0215276923626646, 0.0308076923076918, 0.0271852901400725, 0.0479999999999996, 0.0463627171168991, 0.0733076923076931, 0.0767768494755072, 0.214730769230771, 0.224735636145776, 0.653884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 0, 1425, '2022-01-16 00:00:00', 0.0205177971527148, 0.0255000000000004, 0.0225734016386204, 0.0439615384615396, 0.046775223553303, 0.0738076923076922, 0.0794770697458391, 0.227269230769232, 0.223239230078753, 0.661923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 0, '2022-01-16 00:00:00', 0.0223781486826232, 0.024307692307692, 0.0349301941239748, 0.0489615384615389, 0.0463820422809719, 0.078423076923077, 0.0806871355679087, 0.233576923076924, 0.223193369077131, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 15, '2022-01-16 00:00:00', 0.0292439079783505, 0.0243846153846143, 0.0378369985799408, 0.0469615384615375, 0.0588208754152435, 0.0841538461538462, 0.0835856078888817, 0.245923076923078, 0.222307368644961, 0.663615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 30, '2022-01-16 00:00:00', 0.0338269805833238, 0.0267692307692296, 0.0410863256308739, 0.0486153846153839, 0.0633725614005128, 0.0908076923076914, 0.0830917657681064, 0.262807692307694, 0.241447583099553, 0.679153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 45, '2022-01-16 00:00:00', 0.0281314770319657, 0.0285000000000016, 0.0500022153355396, 0.0603076923076928, 0.0622201055806054, 0.0893076923076924, 0.0979571648928574, 0.268615384615385, 0.242460020495054, 0.687307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 60, '2022-01-16 00:00:00', 0.0365440303448621, 0.0321153846153855, 0.0469749032831518, 0.0518076923076921, 0.0516133107459095, 0.0844230769230761, 0.103883759003107, 0.279653846153847, 0.240877179044873, 0.691153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 75, '2022-01-16 00:00:00', 0.0327157689572111, 0.0258076923076909, 0.0350761150379272, 0.0484230769230775, 0.0623789905460042, 0.094461538461538, 0.115881989043232, 0.291653846153846, 0.241898825004301, 0.708807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 90, '2022-01-16 00:00:00', 0.0277719559711152, 0.027192307692308, 0.0502603682376543, 0.0587692307692304, 0.071715420506761, 0.104307692307692, 0.126008967934828, 0.3005, 0.242120834422688, 0.711538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 105, '2022-01-16 00:00:00', 0.0346875282397657, 0.0312307692307713, 0.0493495694003503, 0.0625000000000011, 0.0495404263824402, 0.107423076923078, 0.121076333201574, 0.299961538461538, 0.244720587923955, 0.712615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 120, '2022-01-16 00:00:00', 0.039021355100076, 0.0428846153846152, 0.0442219576507141, 0.0713076923076923, 0.0538256587369041, 0.118192307692309, 0.125740226719157, 0.302730769230768, 0.245461148421936, 0.715846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 135, '2022-01-16 00:00:00', 0.0282859301801056, 0.0345769230769231, 0.0350760053861069, 0.0713846153846179, 0.0606054072225845, 0.126846153846156, 0.133924462061499, 0.304807692307692, 0.249625812274785, 0.725384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 150, '2022-01-16 00:00:00', 0.0363783748104029, 0.0388846153846174, 0.0495279253009382, 0.0851538461538488, 0.0646903749825622, 0.149269230769232, 0.134331461461796, 0.305692307692307, 0.256764363690795, 0.734461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 165, '2022-01-16 00:00:00', 0.0480064739223938, 0.0463076923076937, 0.06681267728623, 0.0984230769230768, 0.0763350509268194, 0.155, 0.140080460395501, 0.306153846153844, 0.266016775063877, 0.73526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 180, '2022-01-16 00:00:00', 0.0668461954501061, 0.0655769230769241, 0.0721141829643466, 0.109846153846154, 0.0829799605094728, 0.152076923076924, 0.141147843930235, 0.309923076923077, 0.289010803630912, 0.74826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 195, '2022-01-16 00:00:00', 0.0468514510078237, 0.0534615384615379, 0.0521131904164806, 0.0927692307692321, 0.0590618450309621, 0.147307692307693, 0.125604146183403, 0.295192307692306, 0.294143627920365, 0.748076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 210, '2022-01-16 00:00:00', 0.041450916293112, 0.0445384615384627, 0.0518599890237025, 0.0794615384615386, 0.053881022775971, 0.153269230769231, 0.12770685783646, 0.289807692307691, 0.288183317725688, 0.748769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 225, '2022-01-16 00:00:00', 0.0433346903140583, 0.0451538461538448, 0.0583138590203575, 0.0961153846153833, 0.0602852705571928, 0.156923076923075, 0.146570943704617, 0.297807692307691, 0.2841508158599, 0.752384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 240, '2022-01-16 00:00:00', 0.0463335897428806, 0.0488076923076903, 0.0402738319316852, 0.103307692307693, 0.0678694334733992, 0.150499999999999, 0.137776251163311, 0.296153846153845, 0.278272848947825, 0.751461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 255, '2022-01-16 00:00:00', 0.0391063244934197, 0.0687692307692334, 0.060329416220767, 0.103961538461537, 0.0842700147419909, 0.157653846153845, 0.155224210046681, 0.307653846153845, 0.275646722063978, 0.750346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 270, '2022-01-16 00:00:00', 0.0510032879784762, 0.0688461538461508, 0.0648337518937121, 0.104153846153844, 0.0929260748370185, 0.159846153846152, 0.15286163175087, 0.29803846153846, 0.271081878065253, 0.74676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 285, '2022-01-16 00:00:00', 0.0390983965832958, 0.0627307692307681, 0.0541753279071385, 0.102615384615384, 0.0735412913842379, 0.152192307692307, 0.132842694712437, 0.282307692307691, 0.260614342246576, 0.741653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 300, '2022-01-16 00:00:00', 0.0402435661365209, 0.062769230769231, 0.0612384997052819, 0.100076923076923, 0.0626704199639804, 0.142692307692308, 0.127459900179806, 0.276884615384615, 0.256917155159761, 0.744230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 315, '2022-01-16 00:00:00', 0.0426776828727218, 0.0572307692307687, 0.0392366390782125, 0.0889230769230757, 0.0487165901295052, 0.123884615384614, 0.134189945742822, 0.273307692307691, 0.256867712136931, 0.746692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 330, '2022-01-16 00:00:00', 0.031643300421077, 0.0594615384615371, 0.0307996003970073, 0.086153846153846, 0.0489113641034626, 0.126192307692307, 0.13554982053162, 0.281923076923077, 0.255818517402775, 0.752923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 345, '2022-01-16 00:00:00', 0.0294016221425863, 0.0518461538461538, 0.0460298231083336, 0.081230769230769, 0.0536536614278594, 0.119653846153845, 0.133345041152644, 0.297499999999999, 0.259339124581042, 0.75330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 360, '2022-01-16 00:00:00', 0.0422108990664718, 0.0579999999999982, 0.0425375851905843, 0.0873846153846134, 0.0593522081761468, 0.135730769230769, 0.145392095859649, 0.314307692307691, 0.260419557932667, 0.754884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 375, '2022-01-16 00:00:00', 0.0269294234278032, 0.0540769230769228, 0.024556371568606, 0.0768461538461529, 0.0435573715389788, 0.13173076923077, 0.140841449318565, 0.317923076923077, 0.256404143132252, 0.748269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 390, '2022-01-16 00:00:00', 0.0256120164105711, 0.0478461538461522, 0.044691368982597, 0.0879615384615387, 0.0513007422348462, 0.122615384615384, 0.148250583083559, 0.322653846153845, 0.258821982183775, 0.749461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 405, '2022-01-16 00:00:00', 0.0428600046663576, 0.0614999999999996, 0.0424040092444105, 0.0864999999999993, 0.0574830543591882, 0.124692307692307, 0.143632313698767, 0.324807692307692, 0.27415994489461, 0.752346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 420, '2022-01-16 00:00:00', 0.0291935714736066, 0.0517692307692298, 0.0271396389069558, 0.0779999999999969, 0.0529585178737534, 0.119269230769229, 0.14963802992555, 0.3425, 0.272821598513359, 0.755769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 435, '2022-01-16 00:00:00', 0.0270937971896506, 0.050923076923073, 0.0566561151564022, 0.0836538461538444, 0.0766009037906124, 0.136461538461537, 0.145703006674009, 0.344384615384616, 0.272075275217385, 0.758346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 450, '2022-01-16 00:00:00', 0.0441295993462605, 0.0546923076923081, 0.0413351964013537, 0.0819615384615374, 0.0719745360954413, 0.138576923076921, 0.135828879901826, 0.342730769230769, 0.273142859211918, 0.757692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 465, '2022-01-16 00:00:00', 0.0259303208322148, 0.0496923076923072, 0.0464757505008288, 0.0913461538461528, 0.0610414739211095, 0.135307692307692, 0.124578631332246, 0.338346153846154, 0.272299329076267, 0.754269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 480, '2022-01-16 00:00:00', 0.0474295104501227, 0.0649615384615382, 0.0559461829315939, 0.0971538461538449, 0.062074905124001, 0.145423076923078, 0.124494998354893, 0.334730769230769, 0.269187075355527, 0.753192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 495, '2022-01-16 00:00:00', 0.0351503145844334, 0.0597692307692308, 0.0509097693511245, 0.10173076923077, 0.0770381823413634, 0.153192307692308, 0.121625813302681, 0.32796153846154, 0.265052436031352, 0.752923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 510, '2022-01-16 00:00:00', 0.0395024634090664, 0.0697307692307704, 0.0529845405610131, 0.0971923076923088, 0.0781480350656065, 0.152653846153847, 0.119718901534451, 0.323153846153846, 0.26577088166024, 0.756192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 525, '2022-01-16 00:00:00', 0.0385120161068653, 0.0668461538461549, 0.058804290790591, 0.105769230769231, 0.0761012786711551, 0.173730769230769, 0.115551786592053, 0.316153846153847, 0.260472446497927, 0.762846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 540, '2022-01-16 00:00:00', 0.0560185820818543, 0.076192307692308, 0.0541429447069365, 0.107538461538462, 0.0703023032777297, 0.192576923076923, 0.120111672397623, 0.307576923076924, 0.264429653288851, 0.76280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 555, '2022-01-16 00:00:00', 0.0307157939828997, 0.059500000000001, 0.067208435825822, 0.130423076923077, 0.0780730328701166, 0.196961538461538, 0.120258388480804, 0.301000000000001, 0.267033481046853, 0.761999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 570, '2022-01-16 00:00:00', 0.0589184703963538, 0.106115384615384, 0.0587775074719504, 0.154346153846152, 0.0889399797616344, 0.199999999999999, 0.115335657305769, 0.286923076923077, 0.264233067283703, 0.760076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 585, '2022-01-16 00:00:00', 0.0574632591648436, 0.0911153846153841, 0.0753915012553686, 0.136961538461538, 0.0985133181156428, 0.181923076923077, 0.112622261769837, 0.267576923076923, 0.269400953684566, 0.768076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 600, '2022-01-16 00:00:00', 0.055185561099314, 0.0916153846153848, 0.0673879697092763, 0.126538461538463, 0.0925875884687666, 0.180307692307694, 0.101130715109019, 0.250692307692308, 0.269356203966764, 0.772269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 615, '2022-01-16 00:00:00', 0.0521610523725828, 0.0748461538461559, 0.0725044401823354, 0.106423076923078, 0.0967702195131103, 0.160653846153848, 0.0939474239217782, 0.234961538461539, 0.273434500664869, 0.781884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 630, '2022-01-16 00:00:00', 0.0459479973615656, 0.0785384615384632, 0.061869204468286, 0.120038461538462, 0.0736527925210848, 0.149423076923077, 0.0792360931743767, 0.227038461538461, 0.268687215922156, 0.8035 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 645, '2022-01-16 00:00:00', 0.0595788940429806, 0.0862692307692311, 0.0665875017147785, 0.113153846153847, 0.0604412492870944, 0.139769230769232, 0.0744489189878647, 0.221807692307693, 0.260969765416491, 0.818461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 660, '2022-01-16 00:00:00', 0.0467503352517816, 0.0700769230769215, 0.046734800079401, 0.0893076923076902, 0.0520434877327093, 0.12526923076923, 0.0699800411106357, 0.218384615384617, 0.259910765752105, 0.828615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 675, '2022-01-16 00:00:00', 0.0296579733733686, 0.0556538461538463, 0.0310226716103916, 0.0843846153846149, 0.0551095831398329, 0.121884615384615, 0.0688654876161888, 0.215846153846156, 0.261612385027925, 0.833999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 690, '2022-01-16 00:00:00', 0.0316281276957467, 0.0585384615384612, 0.0394818751016015, 0.0834615384615391, 0.0566849321994949, 0.118307692307692, 0.0734130673758999, 0.20996153846154, 0.260340664396596, 0.833692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 705, '2022-01-16 00:00:00', 0.034128084532336, 0.0483846153846152, 0.0413296689856276, 0.0833076923076922, 0.0529270615673483, 0.111923076923077, 0.072118236251312, 0.199, 0.261928798310943, 0.834846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 720, '2022-01-16 00:00:00', 0.0329459230581551, 0.052923076923076, 0.0399441340643894, 0.0694230769230755, 0.050208917381432, 0.100153846153846, 0.0726067595920764, 0.192692307692308, 0.261052252358677, 0.833961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 735, '2022-01-16 00:00:00', 0.0259083888998263, 0.0407307692307675, 0.0401547200022806, 0.0671923076923066, 0.0476749894114771, 0.103230769230768, 0.0736256330781197, 0.185423076923078, 0.260794976945492, 0.835499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 750, '2022-01-16 00:00:00', 0.0320461446139077, 0.0416538461538461, 0.0332162379197063, 0.0610384615384617, 0.0432887443178398, 0.100653846153846, 0.0693210257813948, 0.18273076923077, 0.259879738459038, 0.836961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 765, '2022-01-16 00:00:00', 0.0231604437316324, 0.0406153846153862, 0.0392795307820936, 0.0738076923076927, 0.0484055940823126, 0.0976923076923079, 0.0762947825618097, 0.185423076923079, 0.258786936419785, 0.837038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 780, '2022-01-16 00:00:00', 0.0364348945169541, 0.0573076923076921, 0.0429464962303276, 0.0768076923076929, 0.0465536745637191, 0.0997307692307699, 0.0687332077394466, 0.198423076923078, 0.256340050593857, 0.838307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 795, '2022-01-16 00:00:00', 0.0250879376470961, 0.0387307692307683, 0.0337467719253951, 0.0537307692307684, 0.0325712473486371, 0.0753846153846146, 0.0743634422176734, 0.218192307692308, 0.259031940412462, 0.837884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 810, '2022-01-16 00:00:00', 0.0244471171810005, 0.0376923076923073, 0.0302915068066171, 0.0568461538461542, 0.0363442726415877, 0.0791153846153847, 0.0692134268876952, 0.226461538461539, 0.260403792953588, 0.839846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 825, '2022-01-16 00:00:00', 0.0297511990708582, 0.0375769230769243, 0.0310057314800876, 0.0546538461538475, 0.0374925838820672, 0.0804230769230767, 0.0696742309719915, 0.228538461538462, 0.259193708375682, 0.842538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 840, '2022-01-16 00:00:00', 0.0288974845857652, 0.0392307692307691, 0.0366314912861333, 0.0578846153846152, 0.0417577077178102, 0.0908846153846159, 0.0717400542557326, 0.234653846153847, 0.259636518114192, 0.845192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 855, '2022-01-16 00:00:00', 0.0241474954904552, 0.0356923076923081, 0.0260453155392377, 0.0490384615384618, 0.0486159834432445, 0.0950769230769234, 0.0711865588004245, 0.235384615384616, 0.256520516498418, 0.843153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 870, '2022-01-16 00:00:00', 0.0228108273886288, 0.033423076923078, 0.034843584554625, 0.0723461538461555, 0.0538882033615746, 0.0995384615384624, 0.0748169869646026, 0.243692307692308, 0.256278673442677, 0.844038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 885, '2022-01-16 00:00:00', 0.0393903736776066, 0.057807692307694, 0.0475919999741387, 0.081961538461539, 0.0542140061380671, 0.101038461538462, 0.0791666693657214, 0.246192307692309, 0.255936566660268, 0.847615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 900, '2022-01-16 00:00:00', 0.0448581525049113, 0.0554230769230743, 0.0478769737492315, 0.0712692307692289, 0.0648403127216859, 0.106115384615384, 0.0819916693704538, 0.243076923076924, 0.255969147780323, 0.849730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 915, '2022-01-16 00:00:00', 0.0328582035184768, 0.0416923076923067, 0.0428111416123647, 0.0599230769230756, 0.0609806652838541, 0.0988076923076919, 0.0808094434694739, 0.243615384615386, 0.255822333180366, 0.848884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 930, '2022-01-16 00:00:00', 0.0263764755329158, 0.0400384615384609, 0.0480645239395804, 0.0719615384615383, 0.0473653719666418, 0.093038461538462, 0.0827843909479036, 0.247153846153848, 0.25620791136527, 0.849576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 945, '2022-01-16 00:00:00', 0.0397945492981912, 0.0523846153846152, 0.0352478913717381, 0.0684230769230768, 0.0447241115489855, 0.0913846153846156, 0.0820191816214119, 0.246884615384616, 0.25620791136527, 0.849576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 960, '2022-01-16 00:00:00', 0.0187289984947243, 0.0351538461538468, 0.0212954310737133, 0.0548461538461545, 0.0424866313815746, 0.122923076923077, 0.0856337909580448, 0.253884615384616, 0.255385404076632, 0.850769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 975, '2022-01-16 00:00:00', 0.0207986685964396, 0.0367692307692303, 0.0250602044316053, 0.0595769230769244, 0.0601611170109055, 0.17, 0.0830366462195128, 0.266269230769231, 0.256974826662967, 0.852692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 990, '2022-01-16 00:00:00', 0.0174826947403599, 0.038269230769232, 0.044635842789606, 0.108038461538463, 0.0611121541480524, 0.175153846153847, 0.123530426024708, 0.286615384615385, 0.25734210693161, 0.852999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1005, '2022-01-16 00:00:00', 0.0430052769570654, 0.0995769230769214, 0.0549426554201316, 0.157153846153845, 0.0598097496554383, 0.173384615384615, 0.121809542382296, 0.293730769230769, 0.255960769229614, 0.851346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1020, '2022-01-16 00:00:00', 0.059100748400832, 0.116461538461538, 0.0678804945360705, 0.135192307692308, 0.0707865371815432, 0.162576923076922, 0.124797417379589, 0.292653846153844, 0.256940307344842, 0.850192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1035, '2022-01-16 00:00:00', 0.0551758587120798, 0.0881538461538462, 0.0570603594046244, 0.10726923076923, 0.0549127980038862, 0.157846153846154, 0.116261773597344, 0.276999999999999, 0.25927795598843, 0.843538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1050, '2022-01-16 00:00:00', 0.0395888096076909, 0.0810769230769221, 0.059547007933618, 0.118384615384613, 0.0591317694124426, 0.156384615384614, 0.113350898337182, 0.280884615384614, 0.258512850446847, 0.841576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1065, '2022-01-16 00:00:00', 0.060387466860651, 0.102384615384615, 0.053990611719504, 0.130884615384616, 0.0696291716054521, 0.151307692307692, 0.107911138656553, 0.287576923076923, 0.259909049180966, 0.838923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1080, '2022-01-16 00:00:00', 0.0393242340626681, 0.0713461538461529, 0.049130908335244, 0.0893846153846148, 0.0535389003076631, 0.107576923076924, 0.100899523517971, 0.274076923076922, 0.259053460476048, 0.833153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1095, '2022-01-16 00:00:00', 0.0223269757502847, 0.0425769230769247, 0.0325894744688206, 0.0580769230769238, 0.0410878982744959, 0.0911538461538469, 0.0940112022784831, 0.268115384615383, 0.255391042551192, 0.826769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1110, '2022-01-16 00:00:00', 0.0222945319270474, 0.0406153846153829, 0.0268565419619478, 0.0589230769230762, 0.0451847489587088, 0.0976923076923074, 0.0993744201724722, 0.280653846153845, 0.255391042551192, 0.826769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1125, '2022-01-16 00:00:00', 0.0200871945431751, 0.0438461538461544, 0.0378969452797776, 0.0735384615384618, 0.0425866718045053, 0.101230769230769, 0.115799907001422, 0.306461538461537, 0.253530435132474, 0.829192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1140, '2022-01-16 00:00:00', 0.032612904477545, 0.0531923076923103, 0.0383176199678421, 0.0740000000000013, 0.0491426964602504, 0.120269230769231, 0.128670144764999, 0.315384615384614, 0.249506676340457, 0.830692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1155, '2022-01-16 00:00:00', 0.0288051277486365, 0.0508461538461545, 0.0354345333516076, 0.0746153846153862, 0.0480345548697838, 0.139961538461538, 0.139152163531094, 0.321730769230769, 0.247725940382637, 0.829692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1170, '2022-01-16 00:00:00', 0.0304784413088246, 0.054846153846155, 0.0459938624668046, 0.0963461538461553, 0.100681256371854, 0.162346153846155, 0.14203973441909, 0.320384615384614, 0.248827057643225, 0.827230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1185, '2022-01-16 00:00:00', 0.0293491711323143, 0.0685769230769231, 0.0368098648985038, 0.113615384615384, 0.099694456292134, 0.168230769230769, 0.149299945901375, 0.325076923076922, 0.248899967549523, 0.825076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1200, '2022-01-16 00:00:00', 0.0325999764039554, 0.0870384615384612, 0.102185841259178, 0.125884615384617, 0.103706100999965, 0.169346153846154, 0.147502114717566, 0.320076923076922, 0.245103573083833, 0.822192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1215, '2022-01-16 00:00:00', 0.0798803720957407, 0.0820769230769242, 0.0818607447954249, 0.113307692307692, 0.0778440353922763, 0.154576923076922, 0.143509227792288, 0.321538461538461, 0.244677461160607, 0.813499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1230, '2022-01-16 00:00:00', 0.0363101384443246, 0.070884615384615, 0.045129352549514, 0.100461538461538, 0.0364134379252829, 0.142461538461538, 0.185114305643422, 0.331884615384615, 0.24232833416351, 0.809307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1245, '2022-01-16 00:00:00', 0.0283188711204817, 0.0700384615384598, 0.0314174131041042, 0.101423076923074, 0.0432555198789709, 0.151, 0.188567657721204, 0.338807692307691, 0.237953431125957, 0.804653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1260, '2022-01-16 00:00:00', 0.0323681705003322, 0.0785384615384589, 0.0355486232558264, 0.104230769230768, 0.0656546676529216, 0.165153846153844, 0.189678821655491, 0.344153846153845, 0.23828541386652, 0.807461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1275, '2022-01-16 00:00:00', 0.0309777091073313, 0.0684615384615369, 0.0458344177027906, 0.117076923076922, 0.0636200863298346, 0.156346153846153, 0.20662897629847, 0.355576923076923, 0.238857653135794, 0.806461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1290, '2022-01-16 00:00:00', 0.0395219121306331, 0.08330769230769, 0.0559677929362404, 0.121076923076921, 0.0609050206342756, 0.152307692307691, 0.210952141856503, 0.345384615384615, 0.236798638899416, 0.798346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1305, '2022-01-16 00:00:00', 0.0308873138010773, 0.0761153846153835, 0.0322359808527452, 0.0949615384615388, 0.08082866970422, 0.147923076923076, 0.209864762315017, 0.336461538461539, 0.227401968735136, 0.787846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1320, '2022-01-16 00:00:00', 0.0186735518437604, 0.0596923076923085, 0.0310548893710193, 0.0863846153846163, 0.0906018508895689, 0.146846153846153, 0.210545376070374, 0.340346153846154, 0.233025954315428, 0.789153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1335, '2022-01-16 00:00:00', 0.0200209505653084, 0.0590384615384625, 0.0763434748609602, 0.100384615384617, 0.102234820201037, 0.154038461538463, 0.207475689029972, 0.348807692307691, 0.254261915234001, 0.794807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1350, '2022-01-16 00:00:00', 0.0785966528940878, 0.0730769230769244, 0.0947241176339934, 0.110461538461539, 0.119058072449475, 0.154769230769231, 0.213568119199616, 0.360307692307692, 0.255788085366353, 0.791769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1365, '2022-01-16 00:00:00', 0.0384265333010749, 0.0670384615384608, 0.0503167352493571, 0.101423076923077, 0.0795810182238119, 0.145538461538462, 0.182096664946438, 0.342653846153846, 0.235514301378591, 0.774115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1380, '2022-01-16 00:00:00', 0.0255091235563924, 0.063346153846153, 0.0366280472609965, 0.0875769230769209, 0.0495111642421708, 0.125346153846153, 0.190712542445833, 0.345076923076922, 0.23229301456433, 0.765269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1395, '2022-01-16 00:00:00', 0.0378124114747851, 0.0594615384615371, 0.0567543288759009, 0.0914230769230778, 0.0774517616624408, 0.124846153846154, 0.202210446355734, 0.361230769230769, 0.237643223211732, 0.767692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 1, 1410, '2022-01-16 00:00:00', 0.0383637048022457, 0.0645769230769248, 0.037035720802821, 0.0817307692307703, 0.143334428737615, 0.139038461538463, 0.190975878460726, 0.372884615384616, 0.237785776245373, 0.766346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 1, 1425, '2022-01-16 00:00:00', 0.0163327420091801, 0.0490384615384618, 0.0573252528593183, 0.0767692307692322, 0.131208940830442, 0.142115384615385, 0.18400808092623, 0.368423076923077, 0.233344077408316, 0.762538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 0, '2022-01-16 00:00:00', 0.0581982288919006, 0.0589230769230779, 0.132306892663059, 0.101923076923078, 0.135581982011454, 0.149923076923078, 0.17772632375044, 0.372384615384617, 0.235280078597009, 0.762346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 15, '2022-01-16 00:00:00', 0.0761238363558893, 0.0709615384615379, 0.0813964656197336, 0.10476923076923, 0.116163651139906, 0.152923076923077, 0.147018659202994, 0.366615384615385, 0.235368388832353, 0.761038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 30, '2022-01-16 00:00:00', 0.0484293140725576, 0.0679615384615383, 0.0562923139992011, 0.09323076923077, 0.0830411668066835, 0.133346153846154, 0.140752570682905, 0.358615384615386, 0.239373184668753, 0.760192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 45, '2022-01-16 00:00:00', 0.028727258564217, 0.0578461538461535, 0.0547042959921804, 0.0960000000000004, 0.0566169993498828, 0.129730769230769, 0.141413137241968, 0.356346153846154, 0.242962915815435, 0.756538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 60, '2022-01-16 00:00:00', 0.0399780131880209, 0.0711923076923082, 0.0479382294849724, 0.0909230769230776, 0.0596107501920724, 0.133807692307693, 0.136997613679385, 0.361884615384616, 0.242936357604524, 0.755076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 75, '2022-01-16 00:00:00', 0.0315432791817592, 0.0605384615384626, 0.0305238368391738, 0.0917692307692306, 0.0496905036586087, 0.142115384615383, 0.138610600105254, 0.359538461538461, 0.240956635102666, 0.749500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 90, '2022-01-16 00:00:00', 0.0321956757727107, 0.0661923076923073, 0.038904063461882, 0.0923846153846154, 0.0669045703854483, 0.157307692307692, 0.144169905106654, 0.363192307692307, 0.23970486981992, 0.749769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 105, '2022-01-16 00:00:00', 0.0212627518300099, 0.062230769230769, 0.0447258486611667, 0.105192307692307, 0.0620854621903111, 0.16273076923077, 0.145432389789896, 0.356499999999999, 0.243243138886556, 0.744230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 120, '2022-01-16 00:00:00', 0.0397232929148622, 0.0844999999999996, 0.0576758581677348, 0.12323076923077, 0.0960988993773521, 0.186038461538463, 0.146992124331151, 0.352730769230769, 0.240935091801792, 0.74096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 135, '2022-01-16 00:00:00', 0.0422219775071631, 0.0821538461538454, 0.0433140410703751, 0.112884615384615, 0.117411334795504, 0.206692307692306, 0.136287507187507, 0.34126923076923, 0.238500636993182, 0.735076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 150, '2022-01-16 00:00:00', 0.0204563324782693, 0.077692307692307, 0.0733273062791327, 0.129576923076923, 0.104114966041613, 0.215384615384615, 0.117307203529878, 0.3285, 0.233155860712561, 0.730153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 165, '2022-01-16 00:00:00', 0.0673523113645987, 0.0945769230769238, 0.0923373080695915, 0.16253846153846, 0.101113492974671, 0.217538461538461, 0.131485875228542, 0.325846153846154, 0.233877841223542, 0.723269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 180, '2022-01-16 00:00:00', 0.0728996465117547, 0.121961538461538, 0.084189758193117, 0.160653846153846, 0.0957209727039206, 0.204230769230771, 0.133895849306612, 0.318538461538462, 0.238705512166061, 0.721807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 195, '2022-01-16 00:00:00', 0.0458021833540715, 0.102000000000001, 0.0585451962162572, 0.1335, 0.0768697699909498, 0.182807692307693, 0.119906354486133, 0.299423076923077, 0.245379179105444, 0.705692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 210, '2022-01-16 00:00:00', 0.0500933282829313, 0.0956923076923071, 0.0517952329258789, 0.126115384615384, 0.0645099992249262, 0.1745, 0.115537246741542, 0.297153846153846, 0.251496239458045, 0.710038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 225, '2022-01-16 00:00:00', 0.0378116180761733, 0.0880384615384632, 0.0547380475186486, 0.129423076923078, 0.0547227417216874, 0.160538461538463, 0.110944033014574, 0.28753846153846, 0.254740063594245, 0.714500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 240, '2022-01-16 00:00:00', 0.0306410734899319, 0.0896538461538463, 0.0458820058578377, 0.118961538461539, 0.0658910172470146, 0.158884615384615, 0.111542809994813, 0.27703846153846, 0.261427763224597, 0.723653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 255, '2022-01-16 00:00:00', 0.0358644456466093, 0.0794615384615386, 0.0484202278137819, 0.10596153846154, 0.0676602940033194, 0.151346153846154, 0.115448423382646, 0.274538461538459, 0.263394293495805, 0.725923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 270, '2022-01-16 00:00:00', 0.04121890902897, 0.0770384615384632, 0.058395679502985, 0.111153846153845, 0.05577073950214, 0.148846153846152, 0.105160185504708, 0.275769230769228, 0.259934465113509, 0.727615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 285, '2022-01-16 00:00:00', 0.0407512529302423, 0.0772307692307685, 0.0475958627807738, 0.107384615384614, 0.0550660023552152, 0.142230769230765, 0.102556258482094, 0.292884615384614, 0.26224827050834, 0.735346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 300, '2022-01-16 00:00:00', 0.023040833318264, 0.0729999999999993, 0.0273369009554162, 0.099884615384613, 0.0503191200852522, 0.13757692307692, 0.0868929314643132, 0.288692307692307, 0.265639040805375, 0.730500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 315, '2022-01-16 00:00:00', 0.024308814482374, 0.0710384615384619, 0.0440344620286632, 0.10007692307692, 0.0639907685649923, 0.14353846153846, 0.0990044365750268, 0.300961538461539, 0.270319415051612, 0.731884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 330, '2022-01-16 00:00:00', 0.028494317922107, 0.0696153846153836, 0.0421148612542123, 0.0976923076923068, 0.0581271418133102, 0.136730769230768, 0.107022995372311, 0.299192307692306, 0.273964489557427, 0.732307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 345, '2022-01-16 00:00:00', 0.0313040670741772, 0.0632307692307683, 0.0482710456293804, 0.0914230769230762, 0.0663941146604, 0.142461538461537, 0.115130354214422, 0.32303846153846, 0.273650276532208, 0.734923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 360, '2022-01-16 00:00:00', 0.0290283680878915, 0.0653846153846155, 0.0391482586310804, 0.0898846153846155, 0.0577269434493105, 0.144000000000001, 0.121186772570912, 0.340076923076922, 0.273810493140505, 0.733115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 375, '2022-01-16 00:00:00', 0.03158044672554, 0.0722692307692321, 0.0483428779258526, 0.109076923076924, 0.0574114569107569, 0.146346153846155, 0.125325790825966, 0.357076923076924, 0.270170419151719, 0.733846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 390, '2022-01-16 00:00:00', 0.0389245423865212, 0.072, 0.0479123558819018, 0.107076923076923, 0.0493411982642709, 0.138076923076922, 0.130811485028588, 0.382269230769232, 0.271118412960378, 0.733923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 405, '2022-01-16 00:00:00', 0.0358578604192454, 0.0718846153846154, 0.0414995829450783, 0.0951538461538452, 0.0484703874704799, 0.12853846153846, 0.137971212158968, 0.401846153846154, 0.270924309611489, 0.735692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 420, '2022-01-16 00:00:00', 0.0245361899117338, 0.0607692307692291, 0.034179436012813, 0.0940769230769224, 0.0517710492308369, 0.12280769230769, 0.140942192186943, 0.410307692307692, 0.270352354131818, 0.733653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 435, '2022-01-16 00:00:00', 0.0308025223742372, 0.070346153846153, 0.0373362269940858, 0.0909230769230749, 0.0489792420709644, 0.132615384615382, 0.135448883347187, 0.415999999999999, 0.271125471946961, 0.731692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 450, '2022-01-16 00:00:00', 0.0251809451768607, 0.0600000000000001, 0.0357352013480341, 0.0822692307692311, 0.0439848225571567, 0.149230769230768, 0.13328745107993, 0.41576923076923, 0.270987129981084, 0.732230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 465, '2022-01-16 00:00:00', 0.0290919232777749, 0.0644999999999992, 0.0430680320494823, 0.104846153846152, 0.0767881501274777, 0.191499999999999, 0.131560503776195, 0.422384615384615, 0.271787609385315, 0.73423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 480, '2022-01-16 00:00:00', 0.0403870695224996, 0.0816538461538452, 0.0457841087647716, 0.128230769230769, 0.0750090968842094, 0.19273076923077, 0.141215280280199, 0.429346153846154, 0.27318448260921, 0.734192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 495, '2022-01-16 00:00:00', 0.0329621694581016, 0.0922307692307685, 0.0752073237022952, 0.150307692307692, 0.0790771483085708, 0.205653846153846, 0.137368572153111, 0.423269230769231, 0.273900197994704, 0.73196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 510, '2022-01-16 00:00:00', 0.054835810870691, 0.100615384615385, 0.0538308461757765, 0.132999999999999, 0.0648131159565732, 0.180499999999999, 0.135655882517266, 0.414038461538461, 0.283163407566401, 0.725346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 525, '2022-01-16 00:00:00', 0.0326778447646367, 0.0838076923076924, 0.0491327244856692, 0.131769230769232, 0.0664149195472048, 0.199307692307693, 0.123215964250391, 0.404423076923077, 0.272422547920294, 0.732730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 540, '2022-01-16 00:00:00', 0.0436161050001552, 0.0937307692307702, 0.0419316109874157, 0.121500000000002, 0.0836393356115315, 0.22246153846154, 0.122676585440679, 0.389769230769232, 0.270074978193379, 0.73342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 555, '2022-01-16 00:00:00', 0.0240105105190337, 0.0817692307692326, 0.0530719685535935, 0.150923076923079, 0.0939102681368679, 0.24246153846154, 0.136901407533361, 0.388346153846155, 0.274468056148898, 0.739076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 570, '2022-01-16 00:00:00', 0.0519607100087675, 0.126346153846155, 0.0798817587726719, 0.182846153846155, 0.102471159169487, 0.268538461538463, 0.133003603190057, 0.373961538461538, 0.280985167963338, 0.730230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 585, '2022-01-16 00:00:00', 0.0479107021928852, 0.116653846153847, 0.0661989542097278, 0.171692307692308, 0.0883774858207656, 0.2495, 0.103815198235207, 0.346346153846154, 0.266024744366733, 0.728269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 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 966835, 2, 600, '2022-01-16 00:00:00', 0.0457262086100121, 0.117615384615384, 0.0561136347067273, 0.1735, 0.0708690775574653, 0.220115384615384, 0.0875702794682856, 0.311923076923076, 0.25909164698705, 0.722807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 615, '2022-01-16 00:00:00', 0.0343988595517551, 0.119807692307692, 0.0405992042362313, 0.156153846153845, 0.0654027051898748, 0.201923076923076, 0.0892614224537196, 0.289192307692307, 0.251542551836893, 0.722846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 630, '2022-01-16 00:00:00', 0.0315225926305855, 0.0990769230769217, 0.0604804482075366, 0.141730769230765, 0.0721391817146653, 0.177692307692307, 0.0929303792342166, 0.266846153846154, 0.238222636656102, 0.717769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 645, '2022-01-16 00:00:00', 0.0500537710867014, 0.107499999999998, 0.0571706218262505, 0.141, 0.0759709256127743, 0.179307692307693, 0.0864167006651272, 0.258384615384616, 0.231955353794317, 0.727384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 660, '2022-01-16 00:00:00', 0.0388534920715496, 0.0999230769230774, 0.0478875124239494, 0.128423076923077, 0.0743726997058644, 0.176538461538463, 0.0736059884687485, 0.252807692307694, 0.226695349618077, 0.736692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 675, '2022-01-16 00:00:00', 0.0370129499167311, 0.0870384615384617, 0.0566757579434237, 0.121307692307693, 0.0637113683853879, 0.156538461538461, 0.0709864667492225, 0.240038461538462, 0.22770593722201, 0.731923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 966835 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 966835, 2, 690, '2022-01-16 00:00:00', 0.0416035501443738, 0.0838461538461541, 0.05672341[...];
Date: 2022-01-16 14:29:51 Duration: 6s969ms Database: acaweb_fx User: pgperfstats
8 61ms 1m49s 5s504ms 117 10m44s with rar_max as ( ;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jan 16 14 117 10m44s 5s504ms [ User: postgres - Total duration: 10m44s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-01-16 14:06:08 Duration: 1m49s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:10:07 Duration: 58s960ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-01-16 14:17:21 Duration: 28s531ms Database: acaweb_fx User: postgres Bind query: yes
9 51ms 2m27s 3s791ms 149 9m24s 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 #9
Day Hour Count Duration Avg duration Jan 16 14 149 9m24s 3s791ms [ User: postgres - Total duration: 9m24s - Times executed: 149 ]
-
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-16 14:04:18 Duration: 2m27s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-01-16 14:09:08 Duration: 43s890ms 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 = '700' 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-16 14:10:37 Duration: 15s245ms Database: acaweb_fx User: postgres Bind query: yes
10 1s21ms 6s876ms 3s728ms 9 33s560ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Jan 16 14 9 33s560ms 3s728ms [ User: postgres - Total duration: 33s560ms - Times executed: 9 ]
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';
Date: 2022-01-16 14:02:09 Duration: 6s876ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1';
Date: 2022-01-16 14:02:09 Duration: 5s189ms Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IFCMARKETSMT4 - 1';
Date: 2022-01-16 14:02:09 Duration: 4s861ms Database: acaweb_fx User: postgres
11 2s216ms 3s889ms 3s36ms 147 7m26s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 16 14 147 7m26s 3s36ms [ User: pgperfstats - Total duration: 7m26s - 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-16 00:00:00', 0.0257595936820957, 0.0361599999999999, 0.0464775931677474, 0.0473999999999997, 0.0553899208641193, 0.0762800000000004, 0.208215257205934, 0.26948, 4.36133530775457, 1.3866 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0322437073964312, 0.0316399999999997, 0.0438921784983769, 0.05376, 0.0447059652992011, 0.0759600000000002, 0.215484918265757, 0.2788, 4.36117221130589, 1.38716 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358163370544785, 0.0443200000000001, 0.0378092581254909, 0.0579600000000001, 0.0476356659097641, 0.0833600000000001, 0.213763631144308, 0.27984, 4.36090018535929, 1.38848 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0273485526734661, 0.0398800000000001, 0.0288838478507746, 0.0541200000000001, 0.0552262920476589, 0.0888800000000001, 0.208718853963891, 0.27668, 4.36123078881791, 1.38692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0169791048056133, 0.0370400000000001, 0.0426338285089826, 0.0636800000000001, 0.054131783639558, 0.0949999999999996, 0.203826748326448, 0.28148, 4.36105099068256, 1.38708 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0351295222474394, 0.0466000000000001, 0.0466653690295775, 0.06964, 0.0492281423578008, 0.0909199999999994, 0.206262551133258, 0.27864, 4.36121325818095, 1.3862 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0343410832677132, 0.0523200000000001, 0.0430924587369996, 0.0722799999999997, 0.0589632088679027, 0.0959199999999998, 0.206788942322037, 0.2768, 4.36137970027834, 1.38516 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0363753579592934, 0.0478000000000001, 0.0426910216946528, 0.06876, 0.0554831205563157, 0.0922799999999999, 0.200913812367393, 0.27112, 4.35616051816276, 1.38228 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325704364928277, 0.0509999999999998, 0.0443746549282356, 0.0691199999999996, 0.0596810969514915, 0.0915999999999996, 0.189827878177398, 0.26696, 4.33994366975732, 1.38184 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0227956867265134, 0.0416799999999998, 0.0401344407377667, 0.0622399999999998, 0.0692973544468566, 0.0889599999999998, 0.180760458434175, 0.25852, 4.33983521307741, 1.38348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0404148487563666, 0.0471200000000001, 0.0442450373865063, 0.0610400000000003, 0.0636178172107991, 0.0886800000000001, 0.177551241429998, 0.25712, 4.33921714790429, 1.38704 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.036318636171164, 0.0432800000000007, 0.0570195288183506, 0.0646800000000005, 0.167591447673601, 0.19368, 0.173871101681677, 0.26508, 4.33603616144208, 1.39348 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0367177069000777, 0.04324, 0.0391834148588402, 0.06056, 0.171554238264948, 0.21176, 0.169151539553542, 0.26608, 4.32406585557313, 1.39324 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0358295967044011, 0.04848, 0.158239091251183, 0.18212, 0.177195494675608, 0.22108, 0.171234176884562, 0.26532, 4.3239368743465, 1.39552 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0776686849082987, 0.0882307692307692, 0.105659831534978, 0.128, 0.113418761166817, 0.149153846153846, 0.128318282167669, 0.212307692307692, 4.19050824767667, 1.34442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0559536758949209, 0.0644230769230771, 0.0677631622184665, 0.0863846153846157, 0.0719599888827119, 0.105, 0.0939209159960578, 0.176538461538462, 4.19217872215171, 1.33596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0332547509619075, 0.0450384615384619, 0.0424808373088573, 0.0673076923076927, 0.0523753905805155, 0.0986923076923078, 0.0846054099015867, 0.165653846153847, 4.19415611994374, 1.32603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376864186922316, 0.0438846153846151, 0.0457762619033723, 0.0621153846153844, 0.0554673015249665, 0.0906923076923076, 0.0888751674238391, 0.164346153846154, 4.1942559505187, 1.32553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0288864354645247, 0.0351153846153841, 0.0304114350962819, 0.0591538461538458, 0.057839299921287, 0.0852307692307691, 0.0858403975186154, 0.159576923076923, 4.19462927251577, 1.32442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0291184583277448, 0.0422692307692309, 0.0472652742914518, 0.0626153846153849, 0.0581337979280424, 0.0815384615384615, 0.0901567865102023, 0.158384615384616, 4.1942751628307, 1.32730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278696968049534, 0.0390000000000002, 0.0388551748855238, 0.0557307692307692, 0.0416595173353632, 0.0703461538461538, 0.0924152584804051, 0.1515, 4.19466298215317, 1.32557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0339811938939988, 0.0381923076923078, 0.0341551437729934, 0.0485769230769233, 0.0369398679769412, 0.0670769230769231, 0.0899807500780884, 0.146153846153846, 4.1861220337609, 1.40380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0235751172604964, 0.0298846153846156, 0.0293942956266115, 0.0417692307692311, 0.0320006971077914, 0.063730769230769, 0.0865002000886971, 0.140269230769231, 4.18264243327294, 1.41726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213789616211827, 0.0305000000000004, 0.0270914122072773, 0.045769230769231, 0.0590193710051719, 0.0753846153846154, 0.085716778718324, 0.141384615384615, 4.18265266069273, 1.418 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250187621903732, 0.0355384615384615, 0.0271209257840621, 0.0482307692307689, 0.0670237156649676, 0.0784615384615388, 0.0881634583294883, 0.141346153846154, 4.18246690860053, 1.42419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0213993889201033, 0.0305769230769228, 0.0600909182950172, 0.0549615384615384, 0.0651080167579523, 0.0774230769230766, 0.0962231461040109, 0.149576923076923, 4.18260667269366, 1.43246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0590936674988238, 0.0456923076923074, 0.060920288397721, 0.058192307692308, 0.0674424655083585, 0.0796153846153844, 0.0993222029558347, 0.1605, 4.18288116916852, 1.43734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0329868971656232, 0.0348461538461545, 0.0434477227870992, 0.0507692307692307, 0.0537127975010111, 0.0702307692307693, 0.101373005054829, 0.160384615384616, 4.17349521200341, 1.42726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0274641304529826, 0.0310384615384613, 0.0314306318005955, 0.0432692307692307, 0.0541893120316318, 0.0728076923076923, 0.106574127326405, 0.16273076923077, 4.17233942346681, 1.42223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203361368390974, 0.0290384615384618, 0.0345704186574863, 0.0479230769230774, 0.049479444061301, 0.0701538461538466, 0.10755103260957, 0.17223076923077, 4.17081206776515, 1.42076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255879779463837, 0.0337692307692314, 0.0358743104999409, 0.049384615384616, 0.047447460822067, 0.0673076923076931, 0.112506984398577, 0.174692307692308, 4.17102464223767, 1.42038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278947748070933, 0.0320384615384614, 0.0363805738526226, 0.0451153846153843, 0.0486850632598476, 0.0646538461538463, 0.114429696253269, 0.172653846153846, 4.17119036413422, 1.41957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.02004091967796, 0.0269615384615383, 0.0261410670137124, 0.0386538461538466, 0.0450531481013941, 0.0631153846153848, 0.125688259044107, 0.170538461538462, 4.17147522844598, 1.41769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0238599761428734, 0.0305384615384619, 0.0351594390433945, 0.045115384615385, 0.0474842969995187, 0.0609615384615387, 4.22228402663043, 1.03919230769231, 4.17147312846894, 1.41830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027923191353866, 0.0317692307692311, 0.0381011810840557, 0.0475, 0.0430682463789024, 0.061076923076923, 4.22062985091817, 1.04753846153846, 4.17132833445728, 1.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0244626245525698, 0.0324999999999997, 0.0286913817132496, 0.040653846153846, 0.044834413293636, 0.0637307692307692, 4.21888702931873, 1.05638461538462, 4.1709082318437, 1.41796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.022117900860198, 0.0268076923076922, 0.0372155674622655, 0.0439615384615381, 0.0455707733598562, 0.0641538461538463, 4.21851178734871, 1.0585, 4.17071933308687, 1.41834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027828375114951, 0.0314615384615381, 0.0377037847518695, 0.0468461538461537, 0.0607367586075663, 0.0759230769230767, 4.21813990576597, 1.06023076923077, 4.17087303404861, 1.41788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0194114954046857, 0.0273846153846152, 0.0398858563711696, 0.0458076923076923, 0.0633960930608864, 0.0877692307692306, 4.21828192806211, 1.05876923076923, 4.17145386959437, 1.41588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0376031299842902, 0.0336538461538464, 0.0580013925562267, 0.0571923076923076, 0.0731955967570139, 0.0973461538461542, 4.21816417669328, 1.05930769230769, 4.17192456326076, 1.41380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0439902961327394, 0.0451153846153844, 0.0524265346791249, 0.0696923076923076, 0.0742489471564823, 0.0991153846153849, 4.19788693291499, 1.05830769230769, 4.15273985645436, 1.40865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0340106092045047, 0.0458076923076924, 0.0385530603394658, 0.066538461538462, 0.0614979674460875, 0.0970000000000003, 4.19828216957658, 1.05615384615385, 4.15250427814349, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0299491877377978, 0.0439230769230773, 0.0469448776594585, 0.0636923076923081, 0.059108921622583, 0.0882307692307695, 4.19826022281391, 1.05653846153846, 4.15253197866629, 1.40292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0412473215913654, 0.0416923076923079, 0.0501469379385759, 0.0653461538461536, 0.0639392981362311, 0.0849230769230769, 4.19777821014146, 1.05869230769231, 4.15258223592909, 1.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.043008782645123, 0.046346153846154, 0.053405747313879, 0.0605769230769233, 0.0808758212418186, 0.0875384615384621, 4.19553353643903, 1.05984615384615, 4.15085383190569, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.034151337399198, 0.0380769230769231, 0.0415843905625847, 0.0523076923076923, 4.19521272221271, 0.976769230769231, 4.18006379929228, 1.05538461538462, 4.13550135310563, 1.39719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311708937213008, 0.0367692307692307, 0.0508837740496763, 0.0590384615384617, 4.18471550820547, 0.989269230769231, 4.17264870629602, 1.05111538461538, 4.12809923330339, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0375174420974892, 0.0420384615384617, 4.18783514938942, 0.961961538461539, 4.18153766196857, 0.994538461538462, 4.17139445509532, 1.0475, 4.12658272200358, 1.38980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0452483885532582, 0.101, 0.0575280511287025, 0.12432, 0.0678057765484128, 0.14804, 0.100976069772331, 0.2, 0.469713043605704, 0.562520000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368061589049082, 0.06912, 0.0446347024933141, 0.09244, 0.0544305980125145, 0.11324, 0.0921790287068224, 0.17116, 0.473119523306039, 0.5504 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.165058311374635, 0.0866153846153846, 0.231528831897887, 0.12, 0.273140392190818, 0.150076923076922, 0.276870591821133, 0.21526923076923, 0.501305055292223, 0.582961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0792898189215702, 0.0666538461538461, 0.121570796088281, 0.0944615384615382, 0.126360759488306, 0.105192307692307, 0.138143916038534, 0.174692307692307, 0.501197803727769, 0.580038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0802477797440288, 0.0631153846153846, 0.091122445094499, 0.0775000000000001, 0.0944300473692237, 0.0950769230769231, 0.112175960677171, 0.164384615384616, 0.501462619206596, 0.579038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0247341557676518, 0.0404615384615388, 0.095962909501536, 0.0680000000000001, 0.0950863898697472, 0.0923076923076923, 0.112833573836051, 0.161846153846154, 0.501678182166156, 0.577961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0903042379106063, 0.0571538461538461, 0.0887762615533262, 0.073230769230769, 0.088635511202643, 0.0985769230769231, 0.110966772573526, 0.161769230769231, 0.499669466131978, 0.580846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.040688100698626, 0.0441923076923074, 0.0534704087826584, 0.0617307692307692, 0.0578275420140319, 0.0882307692307695, 0.108237971440426, 0.159461538461539, 0.484757398483629, 0.606153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0440899255892037, 0.0451923076923076, 0.0499651724858272, 0.0680384615384613, 0.0743544111774037, 0.0915384615384614, 0.119955716187908, 0.158576923076923, 0.484166031598507, 0.608115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0292940529538258, 0.0483076923076925, 0.0361589014468939, 0.0601153846153852, 0.0614697924562575, 0.0841538461538462, 0.13132241006247, 0.161153846153846, 0.469859718835969, 0.607346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224978973376491, 0.0403461538461541, 0.0424237959350463, 0.0625384615384617, 0.0535404376293144, 0.0774615384615387, 0.124495387619227, 0.155692307692308, 0.466742012415689, 0.606115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0287339252720272, 0.0430384615384613, 0.0379768552997945, 0.0541923076923077, 0.0481415221388582, 0.0726153846153849, 0.145152884917938, 0.162, 0.458863024643102, 0.605346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0357183210907016, 0.0399615384615389, 0.0420044686267474, 0.0548461538461543, 0.0562823787152445, 0.0801153846153848, 0.143661958992416, 0.162038461538461, 0.457867162462585, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.02178909395511, 0.0362692307692312, 0.0332653666052942, 0.0527692307692308, 0.0499776103716604, 0.0748076923076921, 0.139800698798738, 0.163346153846153, 0.452237833956359, 0.605461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0211801430953255, 0.0349615384615385, 0.0383248463291619, 0.0550769230769229, 0.0446591363725102, 0.0689615384615381, 0.137229353217945, 0.159153846153846, 0.450918612816787, 0.606346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0263009798004099, 0.035692307692308, 0.0321995938818152, 0.0475769230769234, 0.0379064638287459, 0.0654999999999998, 0.162009444169159, 0.1605, 0.452065488788789, 0.608384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0224944437584041, 0.033, 0.0273952550636057, 0.0444999999999998, 0.0389803106116999, 0.0677692307692302, 0.165973718957597, 0.162653846153846, 0.452785627659917, 0.61023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0235601031733409, 0.0320384615384614, 0.0280871172220671, 0.0463846153846148, 0.041832284183391, 0.0674999999999998, 0.218446163055903, 0.175384615384615, 0.453785588136072, 0.613000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0223324875461734, 0.0334999999999993, 0.0337972461326931, 0.0484230769230767, 0.0431041136712569, 0.0687307692307694, 0.218411076783066, 0.178038461538461, 0.453663007766101, 0.613269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0197898575421472, 0.0330384615384618, 0.0231236143035977, 0.0453076923076926, 0.0427192624540198, 0.0708461538461544, 0.210587953487008, 0.232384615384616, 0.449975556601091, 0.609807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0155066238948196, 0.0298461538461539, 0.0308599067748731, 0.0514230769230772, 0.0476773127792052, 0.0746153846153849, 0.209439104423072, 0.241538461538462, 0.448844830134493, 0.609192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0265048036284865, 0.0387692307692308, 0.0402892808802316, 0.0551153846153848, 0.0793213619495938, 0.0870384615384615, 0.216775704713065, 0.254115384615385, 0.449134060849748, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0252035406548066, 0.0344615384615388, 0.0399776860838069, 0.052846153846154, 0.0701661325273536, 0.0796153846153847, 0.20596588216349, 0.258230769230769, 0.447726138822178, 0.606846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.031310774749032, 0.0372692307692303, 0.0616165437324947, 0.0610384615384614, 0.0931239042269036, 0.0956923076923074, 0.20578203554695, 0.271615384615385, 0.44850053940453, 0.608423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0393167218290718, 0.0402692307692308, 0.0448714402916394, 0.0566153846153846, 0.0821234811357029, 0.0948846153846155, 0.204800965292196, 0.280653846153846, 0.450994170182345, 0.611307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0271130113527688, 0.0403461538461534, 0.0675103296939409, 0.0732692307692303, 0.0777650208097343, 0.101961538461538, 0.201545890937637, 0.282115384615384, 0.452017589855154, 0.612692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669152851343802, 0.0611538461538464, 0.0709630889970272, 0.0740000000000004, 0.0784046015133134, 0.0961923076923075, 0.201735287329327, 0.283615384615385, 0.451958738756606, 0.612307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0320976395010357, 0.0395384615384615, 0.0502616538342479, 0.0640769230769228, 0.0741315359033156, 0.0857307692307691, 0.207873915187511, 0.278730769230769, 0.447858837650368, 0.607538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380655305412212, 0.0472307692307694, 0.0440495001281333, 0.0590384615384615, 0.0760373187727835, 0.0870769230769231, 0.21030354618613, 0.282307692307693, 0.443347476157681, 0.60523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0335469590505374, 0.0399615384615383, 0.0531864644435029, 0.061, 0.105745740048768, 0.0891923076923079, 0.203292956478689, 0.279115384615385, 0.436029018088688, 0.600769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0416149566308151, 0.0447307692307691, 0.0521892561887832, 0.0619615384615381, 0.098690760225292, 0.0881153846153846, 0.204312163123002, 0.2785, 0.436401642808726, 0.600076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0268092980426283, 0.0364615384615385, 0.068255143508637, 0.0587307692307691, 0.160992995547585, 0.172769230769231, 0.205075415771482, 0.277615384615385, 0.437208867529187, 0.598923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0669060075490523, 0.044576923076923, 0.0715094829644725, 0.0656153846153846, 0.166308129224503, 0.187923076923077, 0.204796664636302, 0.280076923076924, 0.438967153142991, 0.601192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0390109452096948, 0.045576923076923, 0.13468902645039, 0.160576923076923, 0.144746058801134, 0.196307692307692, 0.186729158037888, 0.274461538461539, 0.433656148791431, 0.595846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0677865427988137, 0.106846153846154, 0.074999989743589, 0.129038461538461, 0.0891622979998573, 0.160653846153846, 0.144498863450415, 0.239807692307693, 0.427830318629316, 0.573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515392606137825, 0.0731538461538462, 0.0593153761359887, 0.0979230769230769, 0.0766076617979808, 0.128576923076923, 0.124348523853785, 0.209346153846154, 0.419424860786952, 0.556423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0483533309647291, 0.0662692307692309, 0.0584013698469482, 0.0920000000000001, 0.0858825047107068, 0.136269230769231, 0.116712322202269, 0.202615384615385, 0.415664117361048, 0.551538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0389650928593588, 0.0620384615384616, 0.0533347772240444, 0.0909615384615388, 0.0807946780425539, 0.1275, 0.107339002876222, 0.185307692307693, 0.410594173588247, 0.547846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347206212280475, 0.0598076923076924, 0.054227852622061, 0.0825, 0.0717626536684541, 0.109038461538462, 0.0989815833685935, 0.173923076923077, 0.408785061069808, 0.540884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.031799298492504, 0.0493461538461538, 0.0530775484912987, 0.0718846153846156, 0.0717790734449494, 0.0976538461538464, 0.0983271853793008, 0.168653846153846, 0.409290147224906, 0.541769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0476338599673034, 0.052769230769231, 0.0529733750249929, 0.071538461538462, 0.071791878692189, 0.104076923076924, 0.0955352613114454, 0.167115384615385, 0.409542080114627, 0.537653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0241725845981322, 0.0460769230769231, 0.0377977003777502, 0.0638846153846156, 0.0551594053630027, 0.0960000000000004, 0.0910294711364654, 0.165269230769231, 0.415342900042104, 0.537269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324295449338321, 0.046346153846154, 0.0415290815620169, 0.0712307692307696, 0.0476648556227596, 0.0885384615384617, 0.0868588598731385, 0.164307692307692, 0.416257686461718, 0.541692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302483311682075, 0.0471923076923078, 0.0338850772691824, 0.0620384615384613, 0.0371636091647976, 0.0804230769230764, 0.090365454597514, 0.163653846153846, 0.412722793913039, 0.537769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239466393980767, 0.0391923076923074, 0.0242403668416009, 0.0506538461538461, 0.0434693172072157, 0.0773076923076924, 0.0863232654262232, 0.162115384615385, 0.412175877321992, 0.536076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0166691331508274, 0.0365000000000002, 0.0288576612944398, 0.0537307692307692, 0.0409737063906187, 0.0767307692307696, 0.0823355610619411, 0.161230769230769, 0.41151079993305, 0.532538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0260485050508584, 0.0407307692307692, 0.0404822658228742, 0.0565769230769234, 0.0558691465700124, 0.0801923076923077, 0.0889183982000442, 0.161192307692308, 0.410436638040702, 0.533923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0285649866364132, 0.0390384615384615, 0.0332855246893623, 0.0546153846153848, 0.0478020437284364, 0.0716538461538458, 0.0820395870671832, 0.157576923076923, 0.410439368707018, 0.532346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0203376119920328, 0.0365384615384619, 0.0366182804284757, 0.0534615384615386, 0.0456173381343271, 0.0663076923076923, 0.075161129479376, 0.153346153846154, 0.407355697904651, 0.527769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0248224464175845, 0.0360769230769231, 0.026367491639984, 0.0437307692307692, 0.0372995359839147, 0.062153846153846, 0.0708716716760225, 0.153923076923077, 0.404454687012222, 0.526923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0172788888531642, 0.031, 0.0243720205279615, 0.0443461538461537, 0.0345658123673575, 0.0663461538461537, 0.0725150064045105, 0.153115384615385, 0.405399808356374, 0.525730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0175299304487627, 0.0304615384615383, 0.0235898609250142, 0.0428076923076921, 0.0353544687633467, 0.0695384615384615, 0.0755573037756524, 0.153884615384616, 0.406135081734372, 0.524769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0224701169077093, 0.0318846153846151, 0.0286572584442134, 0.0459615384615383, 0.0387555852054303, 0.0733461538461536, 0.0796359118836379, 0.159961538461539, 0.406679113722923, 0.524692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263779919921599, 0.0350384615384614, 0.031647967488511, 0.053923076923077, 0.0400780968379717, 0.0754230769230766, 0.324621009794498, 0.271, 0.400011276764121, 0.533692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0216956571336655, 0.039692307692308, 0.0293415169237148, 0.0562692307692309, 0.0469861026916881, 0.080423076923077, 0.333480646422639, 0.287307692307692, 0.401941719847351, 0.537884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.018982258923694, 0.0386153846153845, 0.0305518474828509, 0.0538461538461538, 0.0603185390559665, 0.0826153846153845, 0.33435335523043, 0.286615384615385, 0.402280393984862, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0225220917186796, 0.0367307692307691, 0.0348398533954347, 0.0551538461538462, 0.0505174608046951, 0.0794230769230771, 0.35159675547641, 0.291961538461538, 0.404139678824043, 0.539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.025118917174114, 0.0410000000000001, 0.0402158981192568, 0.0570384615384616, 0.0504291734858059, 0.0853076923076923, 0.377568449219679, 0.302423076923077, 0.404707691284235, 0.538653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0290457464117442, 0.0391538461538457, 0.0415670727675347, 0.0596923076923076, 0.0500799361021957, 0.086, 0.394690687072217, 0.306461538461539, 0.405771568932382, 0.540384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035084184471069, 0.0434999999999999, 0.0428569175818253, 0.0646538461538461, 0.0448639653242489, 0.0828461538461542, 0.397146491089391, 0.304846153846154, 0.406468763110544, 0.540846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0307241824075987, 0.048846153846154, 0.0311434398574383, 0.0619230769230774, 0.0342614382921409, 0.0776153846153851, 0.396113350133325, 0.307115384615385, 0.407581061309848, 0.541192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0208582025923767, 0.0412307692307696, 0.0258356045320889, 0.0549615384615389, 0.0403564883735715, 0.0773846153846156, 0.396965264901681, 0.306307692307693, 0.406608040330659, 0.539461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.021041972706584, 0.0407307692307694, 0.0265715000589847, 0.0547307692307694, 0.0454473998579263, 0.080115384615385, 0.397249901970265, 0.307269230769231, 0.406930198134577, 0.539884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239469927451957, 0.0394615384615382, 0.0350053402519364, 0.0585769230769228, 0.046560134813445, 0.0803846153846157, 0.397652101523623, 0.306923076923077, 0.407266376636301, 0.539307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0231745218189813, 0.0404615384615383, 0.0338668206134199, 0.0578076923076926, 0.0673559659855474, 0.0951153846153853, 0.393244963780163, 0.306807692307692, 0.404455533355076, 0.537961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0347585075363414, 0.040923076923077, 0.0424544642936594, 0.0573076923076925, 0.329098900262286, 0.218384615384615, 0.393155261951306, 0.3075, 0.40560968164746, 0.536576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0219125885842262, 0.0368076923076927, 0.0589141356943763, 0.0633461538461541, 0.318514071661133, 0.237576923076923, 0.383267145233432, 0.305769230769231, 0.39801128704521, 0.533230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0578586207924108, 0.0495000000000002, 0.30747468938985, 0.205730769230769, 0.31159707710686, 0.237461538461538, 0.377889092398612, 0.310384615384615, 0.392576891047621, 0.530153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.182147484621244, 0.134115384615384, 0.195951673791112, 0.170461538461538, 0.200263522543519, 0.189038461538461, 0.235209382989187, 0.255576923076923, 0.29910347064828, 0.480615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894042590622025, 0.0958076923076919, 0.0983952469145971, 0.116230769230769, 0.131647735088174, 0.148615384615384, 0.178058590184416, 0.220692307692308, 0.285607748763661, 0.463115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0424834628459665, 0.0607307692307697, 0.0761245942265304, 0.0899230769230774, 0.122858693064588, 0.126461538461539, 0.156864924745416, 0.193730769230769, 0.285617229064463, 0.454192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0641659866763843, 0.0679230769230771, 0.101030597041003, 0.0983076923076919, 0.121589580778315, 0.123115384615385, 0.155338642475573, 0.193423076923077, 0.282317739708021, 0.454115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0517693107783129, 0.0576923076923072, 0.0741276342118525, 0.0818846153846153, 0.107342815316164, 0.117, 0.13365475616735, 0.174923076923077, 0.28649287278019, 0.453384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0366422412818023, 0.0534230769230768, 0.0486407236788276, 0.0680000000000001, 0.0874099536666163, 0.1015, 0.123403328717104, 0.166307692307692, 0.282194270235677, 0.451384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0435827771205381, 0.0484615384615385, 0.0840280996956471, 0.0781923076923077, 0.0953771219140912, 0.100346153846154, 0.124964708864297, 0.161461538461539, 0.288019895146151, 0.4525 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.054478845576835, 0.0562307692307688, 0.0600240464634478, 0.0706153846153841, 0.0678990766902221, 0.0902692307692308, 0.103034370665626, 0.153807692307692, 4.28857016749621, 1.28280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0409529561251034, 0.0462307692307691, 0.050964844595225, 0.0658461538461542, 0.0553469615592963, 0.0843846153846158, 0.0920565378115333, 0.146384615384616, 4.28719255672772, 1.28853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.03388353355472, 0.0495769230769233, 0.0439935834482191, 0.0656538461538466, 0.0739567545154705, 0.0968076923076927, 0.0915490368810409, 0.145115384615385, 4.28635298539266, 1.29334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0312907949108656, 0.0400769230769232, 0.0442926109482766, 0.0583461538461537, 0.0624527390543011, 0.0852307692307691, 0.0834861941603795, 0.139230769230769, 4.28645431545252, 1.29203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0242768645802161, 0.0386153846153844, 0.0437805190256329, 0.0595769230769227, 0.068486944292044, 0.084307692307692, 0.0877689361553742, 0.144115384615385, 4.28642719074271, 1.29069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370439447974135, 0.0455769230769228, 0.04396321889244, 0.0617307692307691, 0.0675190799244639, 0.0841153846153846, 0.0885611566181162, 0.141961538461539, 4.28630131178206, 1.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.035605984803768, 0.0428846153846155, 0.0643018004293937, 0.0661923076923076, 0.0655304978910291, 0.0793846153846154, 0.0935500935328231, 0.1415, 4.28608595645886, 1.29188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0501621371155575, 0.0439999999999997, 0.0503548026889801, 0.0546153846153842, 0.0501102169837032, 0.0690769230769229, 0.0972736662917879, 0.141384615384615, 4.28590869226837, 1.29303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0253735173875315, 0.0351538461538459, 0.03236172953446, 0.0501923076923075, 0.0444499545729628, 0.0689615384615382, 0.110057446537985, 0.148192307692307, 4.28518649589669, 1.29623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0281776780175647, 0.040692307692308, 0.0336498714136298, 0.0530769230769228, 0.0549904047574171, 0.072230769230769, 0.118079067382183, 0.150115384615385, 4.28496851581648, 1.29730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0198682196949332, 0.0331153846153842, 0.0343125901988442, 0.0509230769230765, 0.0494967287186346, 0.0736153846153842, 0.137579118496063, 0.154423076923077, 4.28507589682359, 1.29619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0294479462520145, 0.0363076923076922, 0.0467052294881252, 0.0525384615384612, 0.0560765548157157, 0.0704999999999997, 0.135883553088665, 0.1565, 4.28473233290195, 1.29773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0289486813835477, 0.0371153846153847, 0.0342655018259564, 0.0502692307692306, 0.0456788791456181, 0.0689999999999999, 0.164950248909739, 0.233769230769231, 4.28335357329349, 1.30292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0250838593521816, 0.0350000000000003, 0.0406679802225853, 0.0532692307692306, 0.0526548704738256, 0.0718461538461537, 0.171345808684795, 0.242115384615385, 4.2832626047837, 1.30330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0324509570796393, 0.0377692307692307, 0.0427368513292506, 0.0529615384615382, 0.0502266248732067, 0.072076923076923, 0.168945512381496, 0.247115384615385, 4.28309317720446, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345060083954178, 0.0412307692307694, 0.0417902454573389, 0.054769230769231, 0.0476405128177524, 0.0775384615384614, 0.167109305545802, 0.248, 4.28283999521525, 1.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0302707017529387, 0.0386538461538463, 0.0338008648045939, 0.0535384615384616, 0.0650980443993167, 0.0883461538461539, 0.166279565329459, 0.249576923076923, 4.2826150134989, 1.30707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0239474103305229, 0.0369615384615381, 0.0329729259568177, 0.0545769230769224, 0.0600664759950299, 0.0836923076923075, 0.159590051743161, 0.245230769230769, 4.28303952603037, 1.30469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0240469092848505, 0.0375769230769228, 0.048326581314412, 0.0645384615384613, 0.06248742642755, 0.0880384615384613, 0.151953135487938, 0.248346153846154, 4.28256184525822, 1.30696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0453828330810401, 0.0531923076923075, 0.047809686820206, 0.0663846153846154, 0.0676340492310242, 0.0912692307692305, 0.148931372941211, 0.245076923076923, 4.28237981950008, 1.30803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0268541359083592, 0.0467692307692308, 0.0496781177644178, 0.0673461538461537, 0.0736033026014872, 0.0936153846153842, 0.143301854623245, 0.243307692307692, 4.28236780369854, 1.30661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0362998622586915, 0.0460000000000003, 0.0522378583610947, 0.0639230769230771, 0.0721981035335837, 0.0843846153846156, 0.141950435553563, 0.240615384615385, 4.28212232372974, 1.30765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0325292767542386, 0.0449230769230773, 0.041250473190759, 0.0601923076923079, 0.0681457713570415, 0.0806153846153851, 0.145521222348654, 0.238884615384616, 4.28155358952799, 1.3105 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0286286569716427, 0.0410000000000002, 0.0422006926665719, 0.0524615384615387, 0.0609546237281978, 0.0768846153846157, 0.14603750835369, 0.237923076923077, 4.28115628755381, 1.31296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.027931454560158, 0.0366153846153848, 0.0566898172921329, 0.0541538461538463, 0.13371432809711, 0.177807692307693, 0.14361251820303, 0.240346153846154, 4.28111805903372, 1.31334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0460463311826759, 0.0387692307692308, 0.0491381255708382, 0.0586538461538464, 0.139389813114159, 0.187, 0.143895774247036, 0.238923076923077, 4.28087814373855, 1.31380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0353095541657574, 0.0422692307692308, 0.130389499341249, 0.168307692307692, 0.132836191778272, 0.191576923076923, 0.142282730451082, 0.235846153846154, 4.28051544487882, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0894723334977828, 0.124461538461539, 0.0977627032863056, 0.144884615384615, 0.0952758020776448, 0.161961538461538, 0.115311491188, 0.2095, 4.28195554408712, 1.30880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0370249188437278, 0.065269230769231, 0.044813339360233, 0.0866538461538461, 0.0738456602547606, 0.121307692307692, 0.0897098914021449, 0.176769230769231, 4.28346038833809, 1.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0298298766082186, 0.0596923076923077, 0.0567130021722058, 0.0857307692307692, 0.06587210218411, 0.103576923076923, 0.0905063788657162, 0.165730769230769, 4.28494054388335, 1.29176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0539246340168027, 0.0591153846153845, 0.0580762893495732, 0.0778461538461535, 0.0642018571502293, 0.096961538461538, 0.0958506931879756, 0.153346153846154, 4.28582005868009, 1.28884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0303140485330073, 0.0523076923076922, 0.0365893637340353, 0.0626923076923075, 0.0500857111513702, 0.0835384615384618, 0.0893511310246528, 0.148769230769231, 4.28605546178983, 1.28769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0263364035860281, 0.043384615384615, 0.0361170958880225, 0.0602692307692304, 0.0465496922240511, 0.0799230769230772, 0.092356275035655, 0.145807692307693, 4.28654461237092, 1.28507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0218471614068844, 0.043538461538461, 0.027329921613218, 0.0557307692307694, 0.0491399414545225, 0.0805769230769238, 0.102307357431493, 0.146653846153847, 4.28705493101482, 1.28230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0232466374739697, 0.0396153846153851, 0.0346032457348244, 0.0557692307692312, 0.0531875780755107, 0.081961538461539, 0.102541886375952, 0.149961538461539, 4.2851880518829, 1.295 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0278183392746583, 0.0385, 0.0436650361801685, 0.0606538461538465, 0.0511356566850901, 0.0808461538461541, 0.0991451150897209, 0.153076923076924, 4.28524665639609, 1.29488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.032680857723421, 0.0449615384615385, 0.0370729219034804, 0.0601923076923075, 0.0542991287647914, 0.0903461538461539, 0.0980634410039673, 0.151961538461539, 4.28392232943308, 1.30426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0251305820435213, 0.0418846153846155, 0.0353850033423547, 0.0585384615384618, 0.0539295409271712, 0.088346153846154, 0.103007273828301, 0.155538461538462, 4.28330000044897, 1.30757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0255627433221447, 0.0424230769230773, 0.0444638487555211, 0.0680769230769233, 0.0483230316165638, 0.0833461538461544, 0.117948698104792, 0.161153846153847, 4.28197645234786, 1.31553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0345869917743655, 0.0495, 0.0443977996682789, 0.061730769230769, 0.0521400628485061, 0.0788846153846155, 0.117853390016841, 0.162692307692308, 4.28197186136696, 1.31669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0327725260170536, 0.0369615384615384, 0.0364869628982528, 0.0495384615384618, 0.0423348737858231, 0.0671923076923079, 0.111376865433743, 0.151615384615385, 4.28244342330943, 1.31592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0185298096631847, 0.0310769230769229, 0.0222803466345084, 0.0425769230769229, 0.0309115114231174, 0.0601923076923078, 0.112399562002979, 0.147692307692308, 4.28255067292307, 1.31688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0146594679303174, 0.0294999999999998, 0.021953237013812, 0.0432307692307692, 0.0353103166445513, 0.0594615384615386, 0.11076603894974, 0.149346153846154, 4.28259228056308, 1.32019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0189397831195442, 0.032653846153846, 0.0248785356976958, 0.0433076923076922, 0.0369682816229513, 0.0625769230769232, 0.113466850462354, 0.154615384615385, 4.28202929480153, 1.32580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0173258366431352, 0.0297692307692306, 0.0283985102534514, 0.0423461538461537, 0.0520483798609894, 0.0659230769230771, 0.129115476043138, 0.164384615384615, 4.28189249909969, 1.32657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0259418284154853, 0.0314615384615386, 0.033528518286103, 0.0451923076923078, 0.0726699705200478, 0.0677307692307693, 0.129933284656159, 0.167461538461538, 4.28194599919242, 1.3265 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 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-16 00:00:00', 0.0209509316848087, 0.0303076923076921, 0.0359936960292514, 0.0491153846153846, 0.062627261205915, 0.0744230769230769, 0.183484662951598, 0.229692307692308, 4.28253276533337, 1.32438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970070 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:14 Duration: 3s889ms 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-16 00:00:00', 6.32448146543781, 12.46784, 8.50645385908054, 17.84144, 9.55305747514026, 23.67204, 28.9595908553626, 81.09848, 55.9519223161874, 159.60672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.2661855760369, 13.50556, 9.15973230267495, 18.15076, 19.2796545173922, 26.53768, 30.1653973738675, 84.11616, 55.5590535939013, 160.0468 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.91954937146492, 13.23264, 9.73455073556729, 17.88276, 19.0759395288061, 26.94836, 30.2787139765986, 84.19208, 55.39612926198, 160.48672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.76564254521155, 12.39416, 17.6909109334897, 19.34036, 16.6136453618705, 30.92572, 29.9109537999599, 84.30316, 56.7637587565047, 161.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.7160436224685, 13.69668, 15.4668288828059, 20.01576, 15.9701960170604, 34.27436, 31.693124426443, 84.61892, 56.4620851828021, 161.10976 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39584265832276, 14.3302800000001, 10.611850747003, 25.75488, 13.6333999462106, 36.63052, 30.955248206995, 84.85716, 57.044319824589, 161.4352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.02306630106056, 21.42916, 11.085720997752, 29.33104, 10.3413469706159, 37.221, 31.3327804450334, 84.3638, 57.2015426816445, 162.03692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.99156232349633, 17.64516, 6.81827700620421, 23.6546, 10.2724088479771, 33.79104, 30.1850359500641, 82.64884, 57.4910953157675, 161.34924 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.55392800937622, 15.3262, 6.43580173120133, 21.30956, 10.3244226960478, 32.8274400000001, 28.1023172368994, 81.1598, 57.3511744456031, 161.43704 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.88890366442216, 14.83304, 9.05106761658533, 23.7092, 8.42217928309931, 30.9557200000001, 27.901873369722, 79.41104, 57.288178433891, 161.32624 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.09832789432199, 15.97524, 6.68689316324603, 22.4395200000001, 7.35255528710934, 27.2732000000001, 26.9512290860732, 79.144, 57.6223559418854, 160.89172 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.12113683602908, 14.32992, 5.77713717366429, 18.30644, 24.6741391628293, 54.5245200000001, 27.7619158156758, 77.82056, 59.1433571053419, 160.65576 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.18042051639308, 11.92832, 6.23837024977943, 16.2760400000001, 25.7809385640503, 59.10608, 27.9978156930739, 76.7204, 58.9454656581827, 160.45692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.3443604007714, 11.6255200000001, 25.3337616138359, 49.58656, 26.5291250122703, 62.3488, 28.1460097484527, 76.01348, 59.8351664933757, 160.12496 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.5880733628103, 24.2944347826088, 15.2203730145998, 37.4886086956522, 15.7894742498589, 45.4342173913044, 20.4134603152792, 66.127956521739, 53.4528591512806, 164.389913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.8978250121778, 17.5702173913044, 12.1034092410741, 26.8694347826087, 9.09022764795801, 34.363652173913, 18.9511250788691, 58.6891304347825, 51.6560918076266, 162.209739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.0606454431155, 15.9541304347826, 9.42025173186467, 21.8156521739131, 12.360598017403, 33.6004347826087, 21.1212610897115, 57.2442608695652, 51.9584277649197, 162.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3060995750377, 13.2552173913044, 10.2049877665877, 22.7570434782609, 13.5843881925251, 32.5542608695652, 21.5636379316164, 55.2541304347826, 51.0180268768125, 162.648695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.83227543819282, 13.1327391304347, 10.6791564016356, 21.5107826086957, 15.2900026785181, 30.486, 20.8056446873849, 54.0376956521739, 51.5098760124521, 162.433 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.80250760524149, 13.3040869565218, 10.0459942808519, 20.092, 12.8783716779373, 32.0304347826087, 19.9241365864475, 51.7725217391303, 52.2815039449616, 162.863739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.60580008131297, 14.0636956521739, 8.49282076820126, 20.7806521739131, 11.5128212510272, 30.5103913043478, 19.6473598663884, 51.3400869565217, 51.5800239738821, 163.946652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52353115810397, 10.867, 6.99722679425764, 20.0049130434782, 8.74266786463401, 25.9171304347826, 19.3901993436112, 49.438304347826, 59.8604181855739, 174.36152173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.60031747516644, 13.4917826086956, 7.20403630110702, 17.9571304347826, 9.62659498862909, 26.9715652173913, 18.7426365512775, 48.5955652173913, 63.4379557486306, 175.581739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.45165631826516, 11.8556086956521, 8.94156633779125, 17.3198695652174, 11.9710213944048, 26.4440434782608, 17.5223594245288, 48.2435652173913, 63.8827552798891, 174.194826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.98754178992823, 12.5558695652174, 8.75739218452152, 19.1803478260869, 11.9719153235326, 24.3528260869565, 24.2380319355898, 49.9632608695651, 63.487785667547, 175.082173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.96643682869686, 10.6243913043478, 7.41163764021706, 16.3603478260869, 11.8693031719036, 22.9348260869565, 25.3466732807909, 49.9883043478261, 64.6805887485397, 175.910304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.46390941007533, 10.9850434782608, 6.55209858062871, 13.7890869565217, 16.1505692776475, 23.9289130434782, 23.794504066003, 52.1587391304348, 66.2391845584499, 176.175173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.56408784416177, 9.51791304347827, 9.86575601137018, 16.2543043478261, 13.8652538409904, 25.0384347826087, 23.4141167551314, 54.5218260869565, 66.1679640822843, 175.953608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.18997095174112, 11.0287391304348, 13.0091771810847, 16.9227391304348, 12.0106186022821, 24.7478695652174, 24.4732670041763, 53.8436956521739, 66.3764203914032, 174.821391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.4278110080011, 12.1002173913044, 11.9118471342692, 16.9211739130435, 12.2279051378103, 24.6001739130435, 25.2505420139845, 54.788, 66.1622608247832, 175.063086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.04548006541615, 10.0566956521739, 6.19470899187942, 15.7996956521739, 8.13297872472062, 22.3198695652174, 25.2328578733076, 54.958, 65.8336581093238, 175.541347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.24168103560233, 9.83882608695653, 7.83355741957949, 15.5738695652174, 8.25422061544144, 20.5991739130435, 26.2397154168657, 55.2983913043479, 66.7181128667323, 176.319956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.24003432915765, 10.4650434782609, 6.44060404300211, 14.8954347826087, 11.3575369588107, 20.5820434782609, 26.1187055740068, 57.1939565217392, 66.1449131149792, 177.40252173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34233615173936, 9.2740434782609, 9.0230278098711, 13.9456956521739, 12.7019604459297, 20.4115217391304, 36.2008133728747, 81.9493043478261, 65.6961724301224, 177.779173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.03001211829671, 9.38373913043478, 10.9954713259524, 14.2390434782609, 10.8772738423332, 19.8571739130435, 34.5477479265214, 83.7746086956522, 64.5466325330433, 178.924086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.28942665106018, 10.1540869565218, 8.65940271311058, 14.2845652173913, 12.6809401195734, 24.052043478261, 34.3205318271327, 85.5005217391305, 64.022514183832, 179.694347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.52632244954341, 9.83747826086961, 7.67241768482622, 14.835695652174, 22.7167000899401, 26.9473913043479, 34.5317314765246, 85.243695652174, 64.2707844079027, 179.661043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.50490695839201, 9.84556521739136, 10.7988783254075, 17.4447826086958, 22.0603455525345, 31.3515217391306, 35.175564852939, 85.6312173913044, 64.0460137114873, 179.489173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.74718922067059, 12.2406086956523, 20.1506486831511, 20.0145217391305, 22.5390256744991, 36.8390869565218, 34.5178283562398, 86.1916086956522, 63.4195852049911, 179.839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.2515398510107, 14.1018260869566, 14.8415560002946, 25.0646521739131, 16.8691818708583, 37.4719130434783, 33.6067285635933, 84.9902608695652, 63.4404026996649, 178.253173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5238904399511, 19.8580869565218, 13.9964577278986, 29.1552608695653, 15.4613539078578, 36.5301304347826, 33.4080654287509, 84.1183478260869, 63.8009644853808, 177.793913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.4141724188704, 17.0465217391304, 9.94156184733697, 25.002652173913, 13.6145139386817, 33.8248260869565, 31.8321650757079, 83.6079565217391, 60.8214661267412, 176.58052173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.65896016559572, 14.3970000000001, 9.05916680504231, 21.4602608695653, 11.6126498050217, 29.8106956521739, 31.6235535428245, 82.3883043478261, 56.6600064575601, 176.709043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.51288546433303, 15.0027391304348, 9.71553511247519, 22.1923913043479, 11.8341303043058, 27.9218260869565, 31.0926840756418, 79.6081304347826, 56.7970805576618, 176.009347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.566709681482, 13.9323043478261, 8.86081708885883, 18.2731304347826, 11.7683144018869, 25.5430434782609, 33.8622163921404, 77.8084782608696, 56.7510206650219, 176.176608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.0550845718676, 10.9319565217391, 9.1886070931481, 16.3523043478261, 29.1363438706746, 57.6378260869566, 34.2204028499006, 76.5901304347826, 56.4992246313931, 176.565695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.07919265902238, 10.8873913043479, 8.72417747779302, 16.7678695652174, 28.1812536634458, 58.4869565217392, 34.2840293669861, 75.963, 56.3589259756645, 177.246304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.58226646739667, 11.975347826087, 29.6093578381055, 54.1253043478262, 29.0633411481827, 59.9371739130436, 33.7564055392284, 76.9382608695652, 55.8478765811248, 178.400434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 25.2235667896777, 37.21052, 26.3465475434638, 42.50972, 25.027069778009, 49.45656, 28.2272192509287, 68.07484, 54.8368828600483, 174.24616 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 17.5841735823248, 24.77464, 18.0868150780248, 31.4732000000001, 18.9021752441352, 40.4297200000001, 22.7530148203852, 61.9422, 55.0783620512024, 170.70908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.869305954997, 20.57112, 10.3111131637989, 27.6584800000001, 18.0260456236709, 39.7650800000001, 19.9889327462307, 59.4624, 55.1265005565079, 171.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.3801384781498, 20.1950400000001, 9.81931389354673, 28.7014400000001, 17.2463810839647, 36.4010800000001, 19.7363790217456, 55.93416, 54.9797545801179, 170.48076 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.11541642123195, 17.99976, 15.5933094089527, 24.52164, 15.3463224718497, 30.45092, 18.0366495444691, 51.57796, 55.3737782955675, 168.17432 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 11.5527692859043, 16.54856, 11.2005056503416, 21.53364, 14.9955041820318, 28.87244, 15.5623185210302, 48.0356, 56.107741513538, 166.6984 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.71709964142659, 14.70668, 6.23064659913669, 19.64172, 8.99214060110268, 27.34956, 14.1458660466583, 46.80228, 57.0949769221718, 166.75908 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01099425580613, 14.80512, 8.70979573851576, 20.63916, 8.40096529334573, 26.96288, 13.9606716908607, 46.57932, 60.3906111921105, 180.33764 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 8.3322207824005, 14.6754, 9.25781176304634, 21.9701600000001, 10.232288479449, 27.76488, 14.975233047491, 46.0409200000001, 62.9327226264418, 183.67848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.66521790048714, 15.6461200000001, 5.68307123305695, 18.80184, 10.1410460518955, 26.19788, 16.2821492619985, 45.23744, 62.3225315694359, 183.59516 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.78182393164998, 11.6048000000001, 9.53573673521524, 18.9902000000001, 10.3033970776633, 23.24044, 16.7093027649271, 47.33184, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.64639966899368, 13.65968, 7.11197453548119, 17.74572, 9.22569071705016, 24.19704, 19.204343205119, 51.31976, 62.3162749923592, 183.30656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.37322942572189, 11.71312, 5.60647190664501, 15.37564, 9.96694045114473, 23.30504, 16.4854453357095, 50.9914, 62.1545805985099, 182.59672 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.94300639793234, 11.4638, 8.22906039593829, 17.6690000000001, 9.93394826206242, 23.7143600000001, 14.951332942584, 52.6624800000001, 61.9868223678226, 182.55848 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.11737478634972, 13.53212, 7.55764246464017, 18.09396, 10.3172392880395, 23.74288, 18.0248693800168, 54.9432, 61.9600901764461, 183.95656 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.78035236469197, 12.31228, 7.65345276612679, 16.6150800000001, 8.95629660574059, 21.71316, 17.3334225584562, 54.79556, 62.3485393199124, 184.62592 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.51873405622469, 11.4878, 7.0446297745162, 16.10908, 8.93007650620453, 20.59464, 17.6590675171897, 54.63892, 62.3459960461777, 184.22936 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.22066543198292, 11.5452, 7.10676176773456, 14.79664, 8.66466066309961, 20.74836, 17.4922735491034, 54.4008, 62.7267208260563, 183.87144 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.15619045193895, 10.77668, 6.55461545859092, 14.41832, 8.4944908111081, 22.86184, 17.938166408248, 55.06144, 62.6709917645849, 183.91344 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 3.83602243128649, 9.42447999999998, 8.24693122460307, 14.94504, 8.88584425045436, 23.2097200000001, 30.1572985382201, 74.62604, 61.6978966895685, 185.2354 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.87355030709703, 11.10528, 6.43034476136388, 17.4270000000001, 8.39353613363682, 24.0479200000001, 33.1999214892144, 78.2188400000001, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14870300593594, 12.1133200000001, 7.59470062565561, 17.0635200000001, 9.54138565024317, 24.0557200000001, 37.4548171293093, 83.25476, 61.8541604091969, 185.43352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.03230100848508, 11.79924, 6.12300350400031, 16.3230800000001, 9.16186226575505, 26.49648, 39.9830961343665, 84.71636, 61.7264267548889, 185.03352 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.14960826892038, 11.8896400000001, 7.17846469007588, 17.37284, 11.3291311248186, 31.44172, 40.7378292118435, 86.08432, 61.7482596783639, 185.11884 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 4.42626514757837, 11.43136, 6.79872092749809, 19.1326, 12.3339685946306, 33.24028, 43.7950059824937, 87.44656, 61.7492345472125, 185.1224 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.67286105417715, 14.0140399999999, 9.34238707308433, 25.91316, 13.6435217542978, 36.12888, 44.05963345278, 87.93908, 61.7385751954697, 185.0824 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.44709257521044, 21.42556, 12.5353202827052, 28.50244, 14.7922589318423, 39.0911600000001, 43.853736859018, 89.1832000000001, 61.6863393907165, 184.72248 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 9.70372248194812, 19.7095600000001, 9.58865010885264, 26.84308, 13.315920230436, 35.645, 43.2714983110515, 89.3332000000001, 60.6194525847658, 183.40252 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.55864196484481, 18.7200800000001, 13.3491608092045, 25.7676800000001, 15.3955319030122, 32.61292, 40.352223897492, 88.3488400000001, 57.2242693904722, 181.63276 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 13.5035891138863, 17.26504, 12.7743691640723, 23.49896, 15.1856598043461, 30.78112, 40.135158914473, 88.88344, 57.901627616818, 181.95452 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.4207286136815, 16.61856, 14.9302712792948, 24.1721599999999, 14.8278943130844, 30.04452, 43.4290844232295, 90.33456, 57.8445049648336, 181.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.59220824155298, 16.5516, 6.66179454726722, 20.70056, 29.9162504589618, 57.37824, 42.7415143436683, 89.40516, 56.8571971176619, 180.55292 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 5.0285815219933, 12.75196, 8.2099705135483, 18.0428, 33.257354801858, 59.8386, 40.7824423925297, 86.675, 55.7907459828539, 178.65336 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 6.01042751446734, 13.07664, 28.6732404250607, 50.04416, 35.4109306982557, 63.4692, 40.0670183603672, 85.76396, 56.8898310282837, 177.78948 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 28.53303705359, 36.5443076923077, 30.3833373431, 46.1887692307692, 31.2527513461061, 56.2583076923077, 36.7174598072277, 79.2741538461539, 52.8708044601031, 172.054461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 10.7371586844652, 24.8018461538462, 14.0706054178971, 33.3768846153846, 16.6259308099866, 41.9285384615385, 30.510342076392, 64.9345384615385, 55.4246395079356, 165.584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 7.8295204957804, 19.2129230769231, 10.0609968037274, 27.5017307692308, 12.4977909053498, 33.9170769230769, 29.8572665852823, 57.9947692307693, 54.66158716068, 162.211269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.08397795766015, 18.3777692307692, 7.94832723001417, 24.4126538461538, 9.95745713353337, 30.8276153846154, 30.328605586577, 54.9951153846154, 54.4414870011267, 161.511576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93683122026635, 18.0785384615385, 8.62604678544093, 22.4202307692308, 10.1947399034993, 30.0345000000001, 31.1970991514374, 54.1967692307693, 54.0051025364769, 161.244846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.34031493430365, 13.9061153846154, 8.29409067673163, 20.0549230769231, 10.0613564422726, 27.9394615384616, 32.1239801082282, 52.412076923077, 53.8219360564216, 160.484692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.74404910628244, 15.7681538461539, 7.30527711768375, 21.0866153846154, 10.3123931607332, 28.2873076923077, 31.6643495836223, 52.0510769230769, 53.9208180309438, 160.526615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.8036953352683, 14.3002307692308, 8.11625800097933, 19.6065384615385, 17.33342394606, 29.9114230769231, 30.6641252154069, 50.8091153846154, 57.5172837041314, 160.733307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.339569624315, 14.8006923076924, 8.8018387349112, 20.5033461538462, 28.0989410806501, 31.2184230769231, 30.6918776336421, 50.2760384615385, 56.7661373355223, 162.385346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.93651234954453, 14.1071538461539, 16.7688710453442, 22.9918461538462, 26.8445820019895, 30.1703076923077, 30.6001315429299, 49.6382692307693, 56.5574895632618, 162.491538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.2591030151236, 15.9518846153847, 26.2671953672549, 21.4343076923077, 25.5111446618622, 27.7809615384616, 30.5929139547304, 48.2488076923077, 57.0380954403822, 162.148884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.1833530359259, 13.2626153846154, 13.6059545962562, 19.3936538461539, 13.8940417990535, 25.300076923077, 30.175491645042, 49.1545, 56.3735092274868, 162.222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.5591433049606, 15.6862307692308, 11.2550947788785, 18.8388076923078, 29.2113817978804, 29.7996923076924, 27.2428263973924, 49.6940384615385, 55.9135977200675, 162.151807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.89933879893463, 11.7687692307693, 6.62181394297551, 17.2378461538462, 21.1117468811888, 26.7521538461539, 20.2977505417188, 50.6365769230769, 52.9328258994796, 163.302230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.06935820659813, 12.8260000000001, 21.9413617242728, 21.397653846154, 21.0947801666303, 26.5490384615385, 21.761374719478, 52.2798076923077, 51.7943259109157, 164.385615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 17.6126496172932, 14.1656923076924, 16.930632535278, 19.0887307692308, 16.2393192466736, 24.3866538461539, 18.8854443268231, 53.7203076923077, 51.0881159298475, 165.344692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.02988078813461, 12.4361538461539, 8.30735320331423, 16.4182692307692, 10.8984586284201, 22.6053461538462, 19.3760810303282, 54.5564230769231, 51.1612733309543, 165.227730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.68739022386027, 10.6990384615385, 7.02130344166948, 15.7135, 8.70906428957783, 21.023, 21.685386411094, 55.9770384615385, 50.8107275991838, 165.341038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.63505909504192, 11.2332692307693, 6.37337929974835, 15.0944615384616, 7.92950560492021, 21.2344615384616, 23.9557546873718, 58.6368076923077, 51.1039085939768, 165.461692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.19036036563039, 10.3039230769231, 5.46534742044404, 14.4451153846154, 6.47110428146061, 20.9746923076923, 38.2525621061065, 82.0661923076923, 50.4613420544876, 165.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.98821959684176, 11.2775, 7.40200117566966, 16.5087307692308, 8.25398867904756, 22.1729230769231, 40.8383354413284, 85.1004615384615, 50.2330530828672, 165.881115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.80254306542864, 11.8931153846154, 6.05469395745656, 15.4930384615385, 9.07691566566186, 23.4631923076924, 39.9452347095562, 85.0631923076923, 49.9860535765728, 165.381 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.03223205624182, 11.5816538461539, 5.4110695506099, 15.7248076923078, 9.28978763730113, 25.2518846153847, 40.3406560855842, 88.0038461538462, 50.0434251859784, 165.573230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.54168446012983, 10.8038461538462, 7.03620932922092, 17.1627307692308, 9.77794609957293, 29.5156153846154, 39.8830882844036, 90.3976923076923, 49.6245457994793, 165.036730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.35641651465431, 12.4749615384616, 7.92732836051241, 19.2471538461539, 9.52635957008025, 33.3195384615385, 39.6745811249469, 90.726, 49.5264969530919, 165.489730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.92396808195996, 14.926, 10.0222089152043, 25.2115, 15.4995406959243, 37.6892307692308, 38.4455814833622, 89.4330769230769, 49.0628087802219, 164.387269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.55940882331338, 19.6267307692308, 9.099218902741, 25.947, 14.6638041102783, 37.6442307692308, 36.7943802366402, 87.2750384615385, 49.2744762761069, 163.410269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.17995472745289, 16.5585384615385, 11.1751441922895, 25.7020384615385, 13.0969545263834, 34.1338846153846, 35.4529790023565, 83.7396923076923, 50.2800251862889, 161.689576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.2953577356091, 19.1348461538461, 11.5973257132841, 24.4675, 13.2268759819369, 32.5078076923077, 33.0824077374388, 83.9498846153846, 50.5024362196976, 160.415269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.67844631886077, 15.1939615384616, 8.30561931817623, 21.5574615384615, 11.2495965340301, 29.2855384615384, 33.7880811702088, 82.9237307692307, 52.6414917651613, 158.678692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.0979076885815, 15.8905384615384, 7.68822637273775, 21.3050384615385, 10.0377039336693, 31.3305, 32.0860462760084, 82.6911153846154, 52.5252502668516, 157.638346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3639617810143, 13.4751153846154, 5.51059996175201, 18.0005384615385, 25.9187456707421, 59.8077692307693, 30.6175381752656, 81.6880769230769, 53.5534117040032, 156.105461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.40167285555699, 12.4230384615385, 9.61614280803982, 20.8847692307693, 27.9242471588072, 62.4871153846154, 29.094533729472, 82.3471538461538, 54.6864053793853, 156.036038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.3179056178307, 15.4545384615385, 23.6182597332266, 55.0411153846154, 25.6007207839936, 61.3005, 28.0139396529656, 81.223, 55.0858698477345, 155.075192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 15.5267791377944, 35.3589230769231, 20.3963988075195, 44.4296538461539, 21.288473622922, 50.9129230769231, 26.5202972973241, 74.2635384615385, 55.8516028391308, 152.6005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 10.5473298282624, 24.9238846153846, 9.60011469106172, 28.7441923076923, 13.0751423633373, 37.3346923076923, 21.4199881851939, 60.3845769230769, 54.6825552834371, 145.754384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.24068428523587, 18.4170384615385, 8.59098389001291, 25.2190384615384, 11.7986900561688, 32.8211923076923, 21.1333891360421, 58.3238461538462, 54.0996547010735, 145.587153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.91833839987069, 17.6028461538461, 9.36754331212911, 23.7627692307692, 9.67876759637373, 29.4682307692308, 20.6387616174405, 56.2136923076923, 53.5039025844485, 145.966615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.27995059865436, 15.4578076923077, 6.82685441608812, 20.4165384615385, 7.87679198160889, 26.7801923076923, 17.7766894486529, 53.6680769230769, 51.8034682298396, 144.617 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04666784872795, 13.8471538461539, 6.56375382184957, 18.8209230769231, 6.63836105027783, 25.3509230769231, 17.4985361439618, 53.0936923076923, 51.5513290368557, 144.852884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.01033008892621, 13.924, 6.10857024301482, 18.4084230769231, 7.99840511486748, 27.8626923076923, 18.474367211855, 53.4499615384615, 51.1031706726696, 145.207 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.85716924277089, 12.8135384615385, 7.47839480102512, 19.052, 10.1695532382016, 29.3572307692308, 19.1208233870423, 53.4889615384615, 54.8288753058656, 156.343115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.49423739065285, 13.9436153846154, 9.48624419778449, 20.7085, 11.673804165672, 30.8774615384616, 19.7433522501977, 53.3606538461538, 55.1180420023593, 156.456576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.70652271204668, 14.8388461538462, 10.8520123774349, 22.843, 13.236567840064, 32.4517692307693, 19.3065243897976, 52.5785769230769, 54.9672111629778, 156.310346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.72153682020282, 15.2188846153846, 10.4925610504996, 20.9220384615385, 14.6282849807646, 29.9090384615384, 18.9080024476411, 51.686, 54.8635817695688, 155.495115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77045571026171, 12.8622692307693, 8.34061819402266, 19.1674615384615, 11.8827624125809, 28.3609230769231, 18.4318902295827, 52.2136538461538, 56.2511209062882, 154.491576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.55351604748283, 13.6272307692307, 10.1155025224424, 20.6851923076923, 10.5732645107292, 27.2345769230769, 16.7669987087273, 52.5075384615384, 56.979739584914, 155.354730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.07497498381001, 14.5116923076923, 9.17364701983971, 19.2902692307692, 9.78529616178501, 25.9045769230769, 16.4237675160586, 52.0863076923077, 57.1280591183864, 154.542923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.13538547740457, 12.2681923076923, 6.45322439679449, 17.4136538461538, 9.93177124709458, 24.6007692307692, 17.2656523127902, 53.7418846153846, 57.1174386617069, 154.517076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.51341405901583, 11.8838846153847, 6.64744585351279, 18.0518461538462, 10.5629508479111, 23.6158461538461, 17.7546282687513, 53.8958076923077, 57.8250077934612, 155.943076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.83748353604826, 12.7371923076923, 8.31652702523941, 17.9098076923076, 10.683067364544, 22.9533461538461, 16.2463431185654, 53.5473846153846, 58.1985439869286, 157.048961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.27170294631288, 11.4586923076923, 5.91209640092636, 15.2865769230769, 7.45492394967145, 20.7191538461538, 15.7128167035215, 51.2859615384615, 58.4216095663372, 156.400807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.46779690875442, 10.9633461538462, 5.10756416684725, 15.2500384615384, 7.6870310587679, 22.1175384615384, 17.4855328281587, 52.6537307692308, 58.9330976847607, 155.670192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.01592379352309, 10.4416538461538, 5.81564484644652, 14.0795, 8.14301906751098, 23.4255769230769, 47.3455046234024, 79.7082692307693, 58.1233377541375, 156.028192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 3.78006166677413, 10.4607307692307, 6.86097857754558, 17.3621923076923, 9.56122765476039, 25.1021153846153, 53.4523895201645, 83.4311538461539, 57.7085583069457, 155.974115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.39058001955861, 13.0777692307693, 8.99347077837803, 18.2618076923078, 9.4976136960818, 25.291, 53.4269302587548, 84.685076923077, 57.7482521323773, 156.947769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.51004057522586, 12.6261923076923, 7.85098578386574, 19.1254615384615, 7.73033042900099, 25.4933076923077, 53.3725492881875, 84.683, 57.7636763940934, 157.022807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3175661448766, 13.0818461538461, 5.77766149765961, 17.7076923076923, 8.60756409650171, 28.7976538461538, 52.8520303920876, 85.1943846153846, 57.8354327894774, 157.215115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.52719649857375, 12.8104230769231, 6.38804711460879, 18.8804615384615, 9.25312275047649, 32.6476538461538, 52.7037270699725, 85.1138846153846, 57.9690012162203, 157.290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.40456848213832, 12.4640769230769, 6.25570170951761, 23.4700384615384, 8.83693525720315, 34.6705, 52.2426300723255, 84.677076923077, 58.0226924187558, 157.288807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.64471885149285, 20.6868461538461, 7.99038156526096, 27.8619615384615, 10.8340755593707, 35.6508846153846, 52.3708959375192, 85.8175384615385, 58.6341352478754, 157.386115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.04813795257032, 18.4389615384615, 9.45741812872512, 24.2256923076923, 10.5364758073305, 30.4120384615385, 52.5803176685404, 84.9652692307693, 59.0947247960425, 156.187 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.1652508018637, 16.4363846153846, 8.55746001064834, 22.245923076923, 8.73600565511227, 27.9873846153846, 52.5349375103259, 83.6124230769231, 59.2088975368242, 156.188615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.39173338773691, 16.0633461538461, 7.76311508213439, 20.7185384615385, 8.18878383193463, 27.3003846153846, 53.1262797670289, 83.3037307692308, 59.3149216589267, 156.108730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.04016563235166, 13.6108076923076, 6.22956545070481, 18.0682307692307, 11.0771806388699, 27.2841153846154, 53.1900731129409, 82.765, 59.1153770451934, 156.095653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.3068276513533, 13.1814615384615, 5.56053778528108, 17.8583076923077, 48.2950605708126, 61.1114615384616, 53.7280681072322, 84.1438461538462, 58.3531881084487, 155.7055 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.62753156810909, 12.2374230769231, 11.0192462155295, 19.7329615384615, 53.996590117753, 65.2427692307692, 53.2067648852894, 83.6459615384616, 58.7532395894375, 155.820576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 11.6407416462777, 14.7596538461539, 48.549486312675, 56.4352307692308, 53.6289082445423, 66.0263076923077, 53.0660118150824, 82.6280384615385, 59.0393714548182, 156.4005 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 20.2798338709628, 32.077076923077, 22.8428627051461, 41.9676153846154, 30.3897299508593, 49.4963846153846, 33.9067979307304, 70.2896538461539, 45.7077924695392, 151.015961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 13.1476394331688, 23.5807692307692, 21.9231995017572, 30.0720769230769, 27.2944438480407, 35.7454230769231, 34.0566659238123, 60.3796153846154, 47.8194868904042, 148.556307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.41143467719, 17.0688846153846, 18.1944295539977, 24.1936538461538, 18.6818823054276, 30.494923076923, 28.6010872575744, 56.9083461538462, 46.6785844893978, 147.468423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.30986394777887, 15.6393846153846, 15.7879038404528, 22.4106538461538, 16.1848898181179, 30.4767692307692, 28.2880593833403, 61.5543461538462, 46.31051918027, 146.549115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 12.8091675886392, 15.4819230769231, 12.7532063873546, 21.0769615384615, 17.4545695908418, 30.7541923076923, 29.1095918425261, 60.9989615384616, 46.7104423873951, 146.451884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.63655609078638, 13.3051153846153, 10.217395214949, 19.8634615384615, 19.4186148507441, 31.7498076923077, 30.8231705949624, 61.3113846153846, 47.4153627409936, 146.1615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.77007502923999, 13.7593076923077, 13.8707614976474, 21.8072692307692, 16.7688722934444, 30.984923076923, 29.0959783888004, 60.9378076923077, 47.343420184874, 145.527807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.1416160100599, 14.1383461538461, 11.5133048904969, 22.4796923076923, 15.3862472812074, 30.9300384615385, 31.6914488315066, 59.551, 50.1390990738765, 151.6685 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.71815267624617, 15.9744230769231, 12.1747660577745, 21.6318076923077, 19.8185867614217, 32.1875, 31.9069998126045, 58.5861923076923, 49.4016487170683, 152.411730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.66438123951411, 13.7952307692308, 10.5999487546657, 20.2031923076924, 24.0752257912569, 31.8405000000001, 33.1145751561733, 57.754576923077, 47.6467608372764, 154.689730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.72448324866223, 13.0608076923077, 13.8845870544949, 20.2359230769231, 24.051007051393, 29.8788846153846, 32.9962773232655, 56.7929230769231, 47.3510945626879, 154.726730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 8.84473592248302, 13.5794615384615, 20.2653382473243, 22.1540384615385, 21.1832380835923, 28.0888846153846, 30.2444664134424, 57.598076923077, 47.3266326197645, 155.036384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 14.2846122168092, 16.3122307692308, 15.9472362796818, 21.031, 14.6340220884811, 26.9756153846154, 26.3193942871909, 58.2607307692308, 47.2174809319436, 155.498038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.84364958011332, 12.8508461538461, 9.67766225172492, 18.3334615384616, 12.1635308968433, 25.9649615384616, 27.6625928290285, 58.2892307692308, 47.8967090143588, 155.893615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 9.2515082392839, 12.0776923076923, 10.5438922383457, 17.792576923077, 13.5961892276419, 25.8929230769231, 25.9834552050693, 59.5759230769231, 47.4137944632637, 155.967269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 7.45210155469844, 12.7903076923077, 9.51336135152112, 18.3467307692308, 19.9726570309356, 29.0553461538462, 24.9803068386956, 62.3113461538462, 47.121356583972, 156.259923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 5.75397908621642, 12.2967307692308, 6.92735667436334, 16.7064230769231, 19.7246000827939, 28.3561153846154, 23.8753931698597, 62.2831538461539, 47.5814334251696, 156.888076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.20881720274876, 11.3706153846154, 20.0890268911624, 20.9380769230769, 21.0713574360661, 27.7980384615385, 23.7017336357815, 62.5043076923078, 48.9756356607588, 157.085846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 4.10048251468788, 11.293375, 6.32676573036205, 16.1122083333333, 10.9176925045171, 24.6258333333334, 20.5082345613725, 59.6777083333334, 50.2528356526139, 156.688541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 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-16 00:00:00', 6.17936744907207, 11.189625, 8.23636784483074, 17.1033333333334, 10.807033567077, 24.4077916666667, 25.0350764476028, 73.7612916666668, 54.90665452971, 155.599083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970100 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:36 Duration: 3s868ms 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 970080, 5, 900, '2022-01-16 00:00:00', 0.343130805961808, 0.614400000000001, 0.333751654178173, 0.890799999999997, 0.567094753987373, 1.11472, 2.40718310479282, 4.301, 4.3435314215509, 9.22372 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 915, '2022-01-16 00:00:00', 0.320029618420962, 0.668039999999997, 0.350941362623448, 0.833439999999997, 0.485018649125986, 1.16256, 2.34893928188874, 4.3264, 4.33179367468027, 9.17424 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 930, '2022-01-16 00:00:00', 0.300570917865762, 0.634279999999998, 0.444495283064585, 0.805839999999997, 0.518369167035741, 1.28552, 2.30841229852902, 4.32744, 4.43591490487964, 9.43628 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 945, '2022-01-16 00:00:00', 0.34098488236284, 0.574240000000002, 0.374902654031679, 0.889200000000002, 0.508686026280781, 1.36984, 2.33694217015883, 4.41804, 4.36495772717217, 9.44672 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 960, '2022-01-16 00:00:00', 0.316191265955693, 0.640400000000001, 0.373636632750769, 0.965600000000002, 0.576478317025022, 1.5894, 2.38447558036004, 4.49872, 4.35107715590826, 9.4762 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 975, '2022-01-16 00:00:00', 0.280831877345387, 0.72972, 0.411506480305393, 1.1184, 0.570229997457167, 1.6768, 2.41785907226483, 4.59508, 4.39969160548025, 9.53216 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 990, '2022-01-16 00:00:00', 0.347371678945383, 0.8684, 0.526597559812046, 1.31736, 0.615371790058661, 1.64324, 2.36287668813532, 4.59192, 4.48831227300419, 9.57132 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1005, '2022-01-16 00:00:00', 0.44573087171521, 0.886479999999999, 0.462960430274555, 1.12912, 0.742272070515028, 1.59408, 2.26861928126632, 4.48488, 4.55690249987131, 9.49968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1020, '2022-01-16 00:00:00', 0.251411700867989, 0.710519999999998, 0.335457647600012, 0.993599999999999, 0.76695409467147, 1.4666, 2.2424984600515, 4.39448, 4.56807498661453, 9.4958 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1035, '2022-01-16 00:00:00', 0.149068697809659, 0.642319999999999, 0.690276751262372, 1.09992, 0.665829750511847, 1.40156, 2.12528917797085, 4.38656, 4.47259565316011, 9.49172 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1050, '2022-01-16 00:00:00', 0.609688491499281, 0.860840000000003, 0.608009150150447, 1.06872, 0.659131188257193, 1.35244, 1.9801923702846, 4.37364, 4.43260027147347, 9.531 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1065, '2022-01-16 00:00:00', 0.186464089482839, 0.54976, 0.289457037687223, 0.818279999999999, 1.80660711740729, 3.29588, 1.89642125858154, 4.25744, 4.49286213046131, 9.40696 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1080, '2022-01-16 00:00:00', 0.297096993140843, 0.64304, 0.524169765756604, 0.88912, 1.75024289457207, 3.43824, 1.86147897114096, 4.22128, 4.45788474204228, 9.38604 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 1095, '2022-01-16 00:00:00', 0.345044620302941, 0.624040000000001, 1.81678611564488, 3.07396, 1.72008348828383, 3.45404, 1.88183048917802, 4.11836, 4.55228372175256, 9.3518 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 600, '2022-01-16 00:00:00', 0.947653029655574, 1.51423076923077, 0.958032981606668, 1.96907692307693, 0.956687400114827, 2.34730769230769, 1.7902523792858, 3.65569230769231, 4.27472031077878, 9.25915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 615, '2022-01-16 00:00:00', 0.575504408858338, 0.833269230769235, 0.76945421316271, 1.24788461538462, 0.79376146387845, 1.66430769230769, 1.93137486820619, 3.44380769230769, 4.19170624429499, 9.20896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 630, '2022-01-16 00:00:00', 0.52264079884313, 0.722269230769231, 0.579410198789717, 1.05446153846154, 0.757667997110971, 1.55892307692308, 1.92941119117087, 3.30723076923077, 4.11302666714129, 9.16873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 645, '2022-01-16 00:00:00', 0.47981351024683, 0.601269230769229, 0.545954013278941, 0.986230769230768, 0.665283985632044, 1.5066923076923, 1.91731671513964, 3.22788461538461, 4.11736806392703, 9.17757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 660, '2022-01-16 00:00:00', 0.474159799418523, 0.640653846153845, 0.450103270201575, 1.00307692307692, 0.691297023995191, 1.45815384615385, 1.86552387857633, 3.17030769230769, 4.1404130741528, 9.18876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 675, '2022-01-16 00:00:00', 0.382901835180527, 0.651153846153844, 0.511840222966261, 0.986423076923073, 0.726140329730785, 1.32046153846154, 1.85877433438109, 3.07788461538462, 4.14405668657398, 9.18130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 690, '2022-01-16 00:00:00', 0.410535277224934, 0.575576923076924, 0.504495887000081, 0.865500000000002, 0.651625925016683, 1.27488461538462, 1.8494795446703, 2.93588461538462, 4.0964059288413, 9.11842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 705, '2022-01-16 00:00:00', 0.350135404577231, 0.55319230769231, 0.429955827784844, 0.789423076923079, 0.589443461110697, 1.24107692307692, 1.95100841617867, 2.867, 4.46731417227915, 9.75992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 720, '2022-01-16 00:00:00', 0.268098650041072, 0.490384615384614, 0.380262637983476, 0.809923076923078, 0.500883957081416, 1.21746153846154, 2.15225003551739, 2.87384615384615, 4.52825475227912, 9.7533076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 735, '2022-01-16 00:00:00', 0.340811393814592, 0.568384615384616, 0.380498217927695, 0.867423076923079, 0.507024771053186, 1.20303846153846, 2.48115356204761, 2.90103846153846, 4.5476375229343, 9.765 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 750, '2022-01-16 00:00:00', 0.322287766778986, 0.503730769230773, 0.394587638700688, 0.779730769230769, 0.453845056582766, 1.07284615384615, 2.53572284004748, 2.82480769230769, 4.56086054447556, 9.75911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 765, '2022-01-16 00:00:00', 0.267880917860619, 0.471115384615386, 0.370650349437935, 0.714807692307693, 0.449635245333543, 1.04442307692307, 2.5143202133747, 2.77715384615385, 4.52735067187796, 9.71688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 780, '2022-01-16 00:00:00', 0.346081282137818, 0.504423076923077, 0.334275335614221, 0.726999999999998, 1.79975787089435, 1.80192307692308, 2.48674568586212, 2.82211538461539, 4.52219143540624, 9.69146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 795, '2022-01-16 00:00:00', 0.259541394356691, 0.478846153846153, 0.365077559725855, 0.76176923076923, 1.94989642801868, 1.931, 2.47570505140222, 2.79730769230769, 4.48621351938787, 9.66230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 810, '2022-01-16 00:00:00', 0.316127024128935, 0.502846153846154, 1.74453835551018, 1.47107692307693, 1.91507405440264, 1.80792307692308, 2.47980551749838, 2.93473076923077, 4.46292217774581, 9.61526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 825, '2022-01-16 00:00:00', 1.72412614566158, 1.21461538461539, 1.90386369098372, 1.57592307692308, 1.85684388640013, 1.69653846153847, 2.47618509436158, 2.94030769230769, 4.44365465199017, 9.58111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 840, '2022-01-16 00:00:00', 1.08289631934989, 1.07203846153846, 1.05991687700208, 1.16311538461539, 1.03376532450738, 1.37188461538462, 1.58189805029859, 2.67180769230769, 4.24816611673609, 9.40934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 855, '2022-01-16 00:00:00', 0.25869852070583, 0.437269230769233, 0.346913469592369, 0.652653846153847, 0.555550505908673, 0.997269230769232, 1.12094127479474, 2.5176923076923, 4.18959494517255, 9.30826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 870, '2022-01-16 00:00:00', 0.225663346943731, 0.420884615384615, 0.42628792905915, 0.65596153846154, 0.425201288079676, 0.940846153846155, 1.13152933746256, 2.56080769230769, 4.18694393874027, 9.32088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 885, '2022-01-16 00:00:00', 0.403213249553364, 0.455269230769233, 0.425440240764244, 0.700038461538463, 0.491789573512273, 0.973769230769232, 1.62679643282316, 3.57107692307692, 4.18755612242529, 9.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 900, '2022-01-16 00:00:00', 0.329733682747855, 0.472307692307697, 0.336986521072601, 0.637653846153851, 0.602475753741306, 1.03892307692308, 1.52719700255579, 3.69726923076923, 4.14627177854256, 9.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 915, '2022-01-16 00:00:00', 0.221689363403284, 0.369576923076923, 0.374627314294331, 0.601230769230769, 0.886833572106618, 1.06276923076923, 1.5021719562533, 3.84411538461539, 4.08281626030178, 9.26015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 930, '2022-01-16 00:00:00', 0.293935492661492, 0.455923076923074, 0.480251241939692, 0.720846153846153, 0.836781353667825, 1.13107692307692, 1.49599908936624, 3.95034615384616, 3.99666980603371, 9.33646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 945, '2022-01-16 00:00:00', 0.386272181837546, 0.477961538461539, 0.675892613227417, 0.78423076923077, 0.784783701704833, 1.20553846153846, 1.47596580792167, 3.93988461538462, 4.25192908038403, 9.42723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 960, '2022-01-16 00:00:00', 0.432017081215014, 0.54403846153846, 0.539031855773351, 0.780692307692309, 0.534728665917439, 1.31588461538462, 1.46658656121569, 3.93169230769231, 4.22776915187413, 9.44619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 975, '2022-01-16 00:00:00', 0.351723265344527, 0.534153846153847, 0.522136653200469, 0.87473076923077, 0.486888432963696, 1.44011538461539, 1.46598435346882, 3.93726923076923, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 990, '2022-01-16 00:00:00', 0.426930621277761, 0.719653846153851, 0.390581942550027, 1.12042307692308, 0.619856952480541, 1.68780769230769, 1.46146002287491, 3.98403846153846, 4.20909611363843, 9.42657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1005, '2022-01-16 00:00:00', 0.401906787892222, 0.705884615384615, 0.503225571075847, 1.05984615384615, 0.647917436573043, 1.52373076923077, 1.37399405440434, 3.89030769230769, 4.23770215383472, 9.41823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 1, 1020, '2022-01-16 00:00:00', 0.378553164643406, 0.683538461538463, 0.544193280143967, 1.11338461538461, 0.643720421874635, 1.40930769230769, 1.29235742138752, 3.88123076923077, 4.1649931853301, 9.38807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1035, '2022-01-16 00:00:00', 0.489451140014549, 0.728461538461537, 0.594268677904583, 1.0063076923077, 0.650012801057378, 1.43580769230769, 1.20407488714206, 3.77357692307692, 3.99410362890869, 9.36403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1050, '2022-01-16 00:00:00', 0.433705919506968, 0.631230769230773, 0.442435944081608, 0.829269230769233, 0.596592374690173, 1.27969230769231, 1.20881979060315, 3.57761538461538, 3.92608405646919, 9.26146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1065, '2022-01-16 00:00:00', 0.319899428907559, 0.49773076923077, 0.487930280328592, 0.887961538461541, 1.03292085108947, 2.49426923076924, 1.20884043866585, 3.47238461538462, 3.92390259112218, 9.30076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1080, '2022-01-16 00:00:00', 0.367264048796586, 0.599807692307694, 0.420621627886815, 0.808923076923078, 0.919810784053731, 2.59696153846154, 1.15939007041833, 3.40284615384615, 3.75723107804752, 9.21342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 1, 1095, '2022-01-16 00:00:00', 0.297131778586799, 0.481576923076923, 0.798066580025656, 2.24288461538462, 1.08741553305922, 2.80330769230769, 1.16229480703544, 3.36246153846154, 3.69619629536178, 9.18157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 600, '2022-01-16 00:00:00', 0.616457099386987, 1.51634615384616, 0.699753666547132, 1.89507692307692, 0.817118313625108, 2.38546153846154, 0.86956937972415, 3.03488461538462, 3.61762025391534, 9.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 615, '2022-01-16 00:00:00', 0.404264492628277, 1.1755, 0.570753623257477, 1.54946153846154, 0.643748647795442, 1.88519230769231, 0.894190636187916, 2.91557692307692, 3.61365015121617, 8.96815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 630, '2022-01-16 00:00:00', 0.382622660071249, 1.0385, 0.466644204770778, 1.37857692307692, 0.592925494087124, 1.61219230769231, 0.908491850012132, 2.74580769230769, 3.58250457726907, 8.90961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 645, '2022-01-16 00:00:00', 0.364179737957045, 0.902807692307694, 0.555756074052416, 1.10042307692308, 0.565315450400516, 1.38203846153847, 0.922638647492157, 2.62907692307692, 3.55482721077432, 8.91546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 660, '2022-01-16 00:00:00', 0.332050350676848, 0.751346153846155, 0.433622709098766, 0.956576923076925, 0.488654239881174, 1.35361538461539, 0.88073351335036, 2.55480769230769, 3.50973558855057, 8.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 675, '2022-01-16 00:00:00', 0.257466917964527, 0.685576923076924, 0.286174255682417, 0.995230769230769, 0.39585737136188, 1.32246153846154, 0.923372300945753, 2.54338461538461, 3.48785615440863, 8.94892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 690, '2022-01-16 00:00:00', 0.212289327243593, 0.734038461538466, 0.315354433077348, 1.01846153846154, 0.390020956044475, 1.32888461538462, 0.974229785720301, 2.56665384615385, 3.47286873658341, 8.94469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 705, '2022-01-16 00:00:00', 0.252930118047228, 0.733269230769233, 0.249739867739337, 0.938192307692311, 0.343872644135321, 1.24465384615385, 0.980071372597232, 2.56815384615385, 3.74908095425245, 9.29519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 720, '2022-01-16 00:00:00', 0.197388663847204, 0.622269230769232, 0.227989986284824, 0.908923076923078, 0.452813707661501, 1.22742307692308, 0.988649282918565, 2.58026923076923, 3.84191827426792, 9.32288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 735, '2022-01-16 00:00:00', 0.180201959350745, 0.628115384615384, 0.238539649985876, 0.858269230769231, 0.476127823819803, 1.19423076923077, 0.964277221549906, 2.594, 3.85308035013745, 9.35376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 750, '2022-01-16 00:00:00', 0.210751183955062, 0.549307692307695, 0.347357676444059, 0.835346153846158, 0.361088985410267, 1.07615384615385, 1.00271847417984, 2.57246153846154, 3.8346685826107, 9.33253846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 765, '2022-01-16 00:00:00', 0.290798140402477, 0.61196153846154, 0.287318405525725, 0.772115384615386, 0.392817007700101, 1.0208076923077, 0.968946791426336, 2.58873076923077, 3.83600844809369, 9.32142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 780, '2022-01-16 00:00:00', 0.276007825976006, 0.552000000000002, 0.310244578456323, 0.718461538461539, 0.937117455900722, 1.50861538461539, 2.05399488914052, 2.99273076923077, 3.80522054996108, 9.36207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 795, '2022-01-16 00:00:00', 0.225930785861514, 0.527, 0.312424457330825, 0.709807692307695, 0.856260209372039, 1.62211538461539, 2.19682439758988, 3.09807692307692, 3.78975919368947, 9.38611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 810, '2022-01-16 00:00:00', 0.188080085233758, 0.519038461538464, 0.915438034705033, 1.34434615384615, 0.771629338079249, 1.68665384615385, 2.21648662422867, 3.12434615384615, 3.76577335830953, 9.40411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 825, '2022-01-16 00:00:00', 0.905082938825963, 1.15961538461539, 0.839899792557699, 1.37069230769231, 0.753741095112603, 1.62903846153846, 2.23683322475875, 3.13665384615385, 3.72165020470138, 9.44961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 840, '2022-01-16 00:00:00', 0.706384672932424, 0.986115384615385, 0.684938830508582, 1.21080769230769, 0.653519903763757, 1.33723076923077, 2.24348649307621, 3.06373076923077, 3.73718751016775, 9.47561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 855, '2022-01-16 00:00:00', 0.289815930973698, 0.56407692307692, 0.312261419080478, 0.721076923076921, 0.372541535113353, 0.982653846153844, 2.12296307877602, 2.84592307692308, 3.69831006250984, 9.41603846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 870, '2022-01-16 00:00:00', 0.176247400417275, 0.489115384615386, 0.199024826437462, 0.646807692307693, 0.448373944209692, 1.00192307692308, 2.19194985379193, 2.81280769230769, 3.69392280624021, 9.40146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 885, '2022-01-16 00:00:00', 0.143525698583378, 0.441115384615383, 0.281526367121474, 0.682846153846156, 0.47119153871207, 1.05111538461538, 2.16172080635206, 4.00826923076923, 3.67796777582404, 9.393 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 900, '2022-01-16 00:00:00', 0.262250570139441, 0.526807692307691, 0.368015812787358, 0.764961538461537, 0.453136034931947, 1.14411538461539, 2.27367011239538, 4.2535, 3.65044392579651, 9.46984615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 915, '2022-01-16 00:00:00', 0.204467988843092, 0.517038461538463, 0.286762662519694, 0.773769230769233, 0.46906604586627, 1.10665384615385, 2.21476527528662, 4.46223076923077, 3.6594142667078, 9.47915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 930, '2022-01-16 00:00:00', 0.229745936600881, 0.578346153846155, 0.383237177014645, 0.790423076923081, 0.546397912204598, 1.19203846153846, 2.25981930829743, 4.62688461538462, 3.84875681027204, 9.85976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 945, '2022-01-16 00:00:00', 0.221024916799343, 0.523576923076922, 0.352198372861314, 0.730423076923075, 0.452552956527233, 1.36446153846154, 2.27307896136835, 4.69726923076923, 3.82624933121397, 9.80523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 960, '2022-01-16 00:00:00', 0.26338983392566, 0.505730769230766, 0.309788871032166, 0.838230769230767, 1.97434741584695, 1.93996153846154, 2.34163247362571, 4.7841923076923, 3.81743871705382, 9.79596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 975, '2022-01-16 00:00:00', 0.259901507972067, 0.641923076923078, 0.389700115473425, 1.1095, 2.18410113354178, 2.02580769230769, 2.39604042215806, 4.87276923076923, 3.77032788310961, 9.76911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 990, '2022-01-16 00:00:00', 0.415155105398527, 0.962807692307691, 2.02066880169756, 1.74338461538462, 2.21720370425314, 2.10288461538461, 2.41520693427802, 4.89684615384615, 3.768261017417, 9.77884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1005, '2022-01-16 00:00:00', 2.05118695731183, 1.31542307692308, 2.19025079421021, 1.61830769230769, 2.1892529308841, 1.89465384615384, 2.43903947203686, 4.81788461538461, 3.74179591455143, 9.79188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1020, '2022-01-16 00:00:00', 0.860010561652496, 1.00461538461538, 1.00682213844429, 1.29446153846154, 1.01420802296479, 1.57792307692308, 1.93937738462632, 4.537, 3.53693783442901, 9.57173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1035, '2022-01-16 00:00:00', 0.578834618336378, 0.877653846153847, 0.785203022252111, 1.11811538461538, 0.979962920020645, 1.46173076923077, 1.98247956978512, 4.49326923076923, 3.53370034078464, 9.59246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1050, '2022-01-16 00:00:00', 0.379549076587549, 0.691692307692306, 0.578211954749629, 1.03776923076923, 0.638044777787219, 1.30953846153846, 1.93733543301102, 4.3905, 3.51104161182974, 9.54900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1065, '2022-01-16 00:00:00', 0.337488153638248, 0.709423076923078, 0.331807302743395, 0.945384615384616, 1.23466893476006, 2.89246153846154, 1.95687508032577, 4.334, 3.50845027041855, 9.55850000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1080, '2022-01-16 00:00:00', 0.256298915031169, 0.632576923076922, 0.296410702599254, 0.834230769230771, 1.42790128564214, 3.05580769230769, 1.93018962838848, 4.2258076923077, 3.43998552680318, 9.48276923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 2, 1095, '2022-01-16 00:00:00', 0.250912491641082, 0.55896153846154, 1.21377590378759, 2.62023076923077, 1.40146583920606, 3.19453846153846, 1.85792992208657, 4.19465384615385, 3.38679418920016, 9.43900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 600, '2022-01-16 00:00:00', 0.716852607959588, 1.68569230769231, 1.20690742236257, 2.08538461538461, 1.31295383069568, 2.62619230769231, 1.79953618853475, 4.12042307692308, 3.29529668560417, 9.18461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 615, '2022-01-16 00:00:00', 0.835407026544547, 1.1735, 0.927858782358609, 1.774, 1.30837592398422, 2.31803846153846, 1.72787541217531, 3.886, 3.21173698726788, 9.10165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970080, 3, 630, '2022-01-16 00:00:00', 0.523134476019313, 1.171, 0.765605972165439, 1.61423076923077, 1.05820030458103, 2.08526923076923, 1.54457802452519, 3.67592307692308, 3.16255491262754, 9.05715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 645, '2022-01-16 00:00:00', 0.48753851603272, 0.98326923076923, 0.695335037119632, 1.33442307692308, 0.85366446660176, 1.84269230769231, 1.45945089621458, 3.52096153846154, 3.09220981475409, 8.98146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 660, '2022-01-16 00:00:00', 0.414642904752443, 0.852461538461541, 0.584000069810326, 1.18780769230769, 0.796251117134829, 1.65080769230769, 1.50178559567756, 3.40284615384616, 3.10050559648683, 8.95207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 675, '2022-01-16 00:00:00', 0.42041149073076, 0.791692307692305, 0.578065752182356, 1.16342307692307, 0.68126374086354, 1.59026923076923, 1.47268287097444, 3.34996153846154, 3.1055038327757, 8.90584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 690, '2022-01-16 00:00:00', 0.295575412738244, 0.72123076923077, 0.40360062514246, 1.06023076923077, 0.536085161145131, 1.5235, 1.52078569976686, 3.34476923076924, 3.13720142238514, 8.88273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 705, '2022-01-16 00:00:00', 0.299519584565784, 0.710692307692309, 0.492544001939069, 1.08992307692308, 0.514460609241891, 1.47896153846154, 1.54607019295324, 3.3088076923077, 3.76495521947013, 9.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 720, '2022-01-16 00:00:00', 0.300769781624521, 0.767307692307694, 0.348475846199724, 1.06684615384615, 0.463644240273145, 1.4753076923077, 1.54251402636685, 3.33919230769231, 3.76351265707982, 9.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 735, '2022-01-16 00:00:00', 0.249106118876148, 0.673461538461541, 0.384617108303829, 0.913000000000003, 0.461180198387371, 1.35115384615385, 1.49514186669308, 3.28719230769231, 3.74209220562303, 9.17934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 750, '2022-01-16 00:00:00', 0.255580428406821, 0.616653846153849, 0.364679593827026, 0.992384615384619, 0.345123685744018, 1.24003846153847, 1.51244236965858, 3.27519230769231, 3.74564337782525, 9.19707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 765, '2022-01-16 00:00:00', 0.30846026548749, 0.751153846153851, 0.30606168558742, 0.953346153846159, 0.422872181088401, 1.24319230769231, 1.6102917423202, 3.30284615384616, 3.79265981682431, 9.22761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 780, '2022-01-16 00:00:00', 0.197295779517412, 0.558230769230772, 0.224317686809094, 0.716230769230772, 1.35447338617123, 1.72107692307692, 1.6529684142359, 3.25046153846154, 3.85909664060625, 9.23019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 795, '2022-01-16 00:00:00', 0.212113699553944, 0.560692307692308, 0.395771628010981, 0.887692307692308, 1.3758507678468, 1.91384615384615, 1.66883234029066, 3.3385, 3.92256129902585, 9.26323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 810, '2022-01-16 00:00:00', 0.355976777548549, 0.602115384615386, 1.38468572385439, 1.47992307692308, 1.40314852604913, 1.87288461538462, 1.68194968551838, 3.31423076923077, 3.9366770016582, 9.27315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 825, '2022-01-16 00:00:00', 1.39820066349027, 1.24315384615384, 1.40053987392774, 1.63653846153846, 1.37961720276092, 1.95111538461538, 1.69072565622439, 3.30526923076923, 3.93210213186084, 9.28084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 840, '2022-01-16 00:00:00', 1.07049349367476, 1.182, 1.09130122260608, 1.34496153846153, 1.15366713770281, 1.72876923076923, 1.63655890020682, 3.09107692307692, 3.9572248628786, 9.28715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 855, '2022-01-16 00:00:00', 0.2021204971907, 0.528846153846152, 0.357617804151521, 0.809423076923075, 0.790553151037542, 1.31926923076923, 1.23295826119385, 2.66992307692308, 3.94344950538719, 9.17980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 870, '2022-01-16 00:00:00', 0.290508246937091, 0.566807692307692, 0.590797730582593, 0.86203846153846, 0.77828241364213, 1.43034615384615, 1.23625240701329, 2.71057692307693, 3.9592736826148, 9.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 885, '2022-01-16 00:00:00', 0.405782596207151, 0.579346153846155, 0.546244802826884, 0.94723076923077, 0.67042215517825, 1.40311538461539, 2.39423830187261, 4.21538461538462, 3.97247302629173, 9.26223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 900, '2022-01-16 00:00:00', 0.389829290054781, 0.655653846153847, 0.520815992901083, 0.989461538461537, 0.664653839343346, 1.42938461538462, 2.3678570282333, 4.28388461538462, 3.9341150661675, 9.29207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 915, '2022-01-16 00:00:00', 0.385405658415213, 0.69380769230769, 0.37111370847139, 1.01276923076923, 0.499676190532045, 1.41984615384616, 2.36308426133176, 4.26111538461539, 3.89683709001978, 9.27588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 930, '2022-01-16 00:00:00', 0.24126380072125, 0.70469230769231, 0.479526413806853, 1.03530769230769, 0.43930831822484, 1.40503846153846, 2.33601651996266, 4.25930769230769, 4.2078121316647, 9.48515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 945, '2022-01-16 00:00:00', 0.393924407039649, 0.691038461538463, 0.394642513987224, 0.941923076923078, 0.608733440463444, 1.41319230769231, 2.39664318964287, 4.32646153846154, 4.32022023797577, 9.50323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 960, '2022-01-16 00:00:00', 0.22883845830629, 0.652000000000004, 0.354058693526279, 0.956038461538464, 0.577244362333802, 1.47642307692307, 2.37919104189768, 4.27442307692308, 4.32041770202836, 9.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 975, '2022-01-16 00:00:00', 0.261302821675128, 0.660269230769232, 0.4022386356381, 1.04999999999999, 0.599872664693233, 1.60457692307692, 2.37800553308537, 4.21765384615385, 4.28956639228794, 9.47792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 990, '2022-01-16 00:00:00', 0.258170319452398, 0.772923076923072, 0.373267485035354, 1.09484615384615, 0.582697172967759, 1.55334615384615, 2.36438717934398, 4.14957692307692, 4.28295910377573, 9.45326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1005, '2022-01-16 00:00:00', 0.235792780603256, 0.761346153846154, 0.538944678194199, 1.12538461538462, 0.651387796583928, 1.48469230769231, 2.36594686460915, 4.17661538461538, 4.27768198839583, 9.46092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1020, '2022-01-16 00:00:00', 0.413597807240132, 0.857115384615388, 0.44263326198489, 1.11326923076923, 0.555946621676799, 1.41338461538462, 2.37371566828173, 4.13907692307692, 4.28749509172179, 9.45180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1035, '2022-01-16 00:00:00', 0.280977579176702, 0.736, 0.337001129877133, 1.00819230769231, 0.423340641164462, 1.28353846153846, 2.4170198127828, 4.14315384615385, 4.39621659437014, 9.46576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1050, '2022-01-16 00:00:00', 0.226327635213949, 0.697961538461538, 0.31383679492079, 0.911423076923076, 0.381314392796606, 1.21711538461538, 2.44482507318244, 4.15196153846154, 4.5732210961035, 9.49907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1065, '2022-01-16 00:00:00', 0.272350509454272, 0.642999999999998, 0.309907609060902, 0.907615384615384, 2.46126613070465, 3.38261538461538, 2.43818895620374, 4.14788461538461, 4.77452864914836, 9.54569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1080, '2022-01-16 00:00:00', 0.272990943777656, 0.643153846153847, 0.284396332335976, 0.85292307692308, 2.40703043475693, 3.48207692307692, 2.43448946725055, 4.14838461538462, 4.78750495287954, 9.56492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 3, 1095, '2022-01-16 00:00:00', 0.224185815786819, 0.587, 2.41322045918217, 3.18923076923077, 2.36449461863174, 3.44780769230769, 2.49379113677272, 4.22892307692308, 4.75333778048484, 9.54815384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 600, '2022-01-16 00:00:00', 1.6263630576795, 1.94634615384615, 1.58948930985831, 2.30811538461538, 1.56321171163238, 2.55215384615384, 1.8624555309095, 3.66173076923077, 4.70019167923378, 9.19130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 615, '2022-01-16 00:00:00', 0.584061503610708, 1.22, 0.640372657130204, 1.4615, 0.734950953884261, 1.81176923076923, 1.41653310749004, 3.24326923076923, 4.8362783557035, 8.79357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 630, '2022-01-16 00:00:00', 0.393475287074625, 0.93880769230769, 0.450663908541094, 1.25996153846154, 0.627892876703808, 1.64776923076923, 1.3798058993931, 3.168, 4.83930552042336, 8.777 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 645, '2022-01-16 00:00:00', 0.314689505092538, 0.804269230769233, 0.60667712867846, 1.21146153846154, 0.657158073712981, 1.52857692307692, 1.37337049065989, 3.06176923076923, 4.85726761319096, 8.73311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 660, '2022-01-16 00:00:00', 0.596796510868328, 0.914346153846153, 0.612633690276281, 1.15796153846154, 0.64502918240483, 1.45138461538462, 1.37521421436248, 3.01315384615385, 4.86107588866751, 8.71534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 675, '2022-01-16 00:00:00', 0.364145456989586, 0.753923076923081, 0.442354636706098, 1.01976923076923, 0.469556989250342, 1.39838461538462, 1.35762283932105, 3.02342307692308, 4.8217006289674, 8.70965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 690, '2022-01-16 00:00:00', 0.245671841785241, 0.643576923076924, 0.258424933305295, 0.894384615384617, 0.384971953024354, 1.30173076923077, 1.37137341882004, 2.98142307692308, 4.78174413625566, 8.68476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 705, '2022-01-16 00:00:00', 0.20265484108549, 0.633769230769232, 0.37989809159826, 0.950000000000001, 0.443125382499562, 1.33923076923077, 1.41879459184413, 2.97657692307692, 4.86010428330662, 8.95873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 720, '2022-01-16 00:00:00', 0.35349172550429, 0.718, 0.365531564458373, 0.977730769230771, 0.523146574548224, 1.34453846153846, 1.4532797179007, 2.99646153846154, 4.81874924802947, 8.97834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 735, '2022-01-16 00:00:00', 0.292072962433389, 0.696153846153846, 0.432022100574285, 1.01784615384616, 0.594813454919985, 1.38861538461539, 2.01371518725578, 3.19415384615385, 4.77347704782937, 9.07538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 750, '2022-01-16 00:00:00', 0.280692002023571, 0.652000000000004, 0.343872089367768, 0.875423076923078, 0.650439048170245, 1.23834615384615, 2.02411456349532, 3.13661538461538, 4.79641329392639, 9.09961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 765, '2022-01-16 00:00:00', 0.22749435157823, 0.549000000000002, 0.51284873163386, 0.832307692307694, 1.25178111443716, 1.28703846153846, 2.00720849555181, 3.12623076923077, 4.83220884227747, 9.10415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 780, '2022-01-16 00:00:00', 0.440026105868907, 0.648423076923079, 0.567343842290209, 0.927653846153844, 1.20068440482919, 1.71, 1.94970740842352, 3.16853846153846, 4.74431083558143, 9.12523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 795, '2022-01-16 00:00:00', 0.334506709142786, 0.640461538461536, 0.937687047186607, 0.960961538461535, 1.24871108008957, 1.8681923076923, 1.70639736421954, 3.22073076923077, 4.58045887607176, 9.07034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 810, '2022-01-16 00:00:00', 0.651354773943095, 0.668192307692305, 0.916764716900606, 1.36788461538461, 1.19856490918868, 1.86880769230769, 1.54195352868217, 3.23526923076923, 4.51437179478368, 9.05330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 825, '2022-01-16 00:00:00', 0.727558589763369, 1.08869230769231, 1.11841338236189, 1.52557692307692, 1.05083881513038, 1.74615384615384, 1.53904094662378, 3.27334615384615, 4.52908419202619, 9.04546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 840, '2022-01-16 00:00:00', 1.13792683623131, 1.22926923076923, 1.12107383960476, 1.39692307692308, 1.06168075529033, 1.68288461538462, 1.55411933459238, 3.21211538461538, 4.48742198320869, 9.06815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 855, '2022-01-16 00:00:00', 0.203557967551862, 0.571615384615388, 0.264160603829157, 0.776769230769227, 0.689322535872388, 1.26096153846154, 1.52728587823176, 3.02207692307692, 4.47636293864355, 8.93796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 870, '2022-01-16 00:00:00', 0.242001767317131, 0.536153846153845, 0.471002278289441, 0.903884615384612, 0.84632363422402, 1.35157692307692, 1.53708608687397, 2.97996153846154, 4.45638055842839, 8.90280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 885, '2022-01-16 00:00:00', 0.351647833011289, 0.614038461538461, 0.588413393405062, 0.932807692307691, 1.02653615920426, 1.40761538461538, 1.98071394587523, 4.20315384615385, 4.30611557831953, 8.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 900, '2022-01-16 00:00:00', 0.353895850969368, 0.61876, 0.483072113319187, 0.873999999999999, 0.92790337499835, 1.35444, 1.98760569362571, 4.21132, 4.08709676828594, 8.67092 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 915, '2022-01-16 00:00:00', 0.268627207606874, 0.612919999999998, 0.583684840760263, 0.919920000000001, 1.26180687243862, 1.525, 1.97635116228535, 4.2226, 4.0720175486688, 8.6566 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 930, '2022-01-16 00:00:00', 0.513594609914602, 0.698440000000002, 0.83921998903744, 0.98776, 1.17522278313518, 1.51044, 1.89805892075738, 4.2222, 3.98848275789177, 8.77072 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 945, '2022-01-16 00:00:00', 0.40969436575737, 0.584159999999999, 0.930286787322419, 1.06056, 0.84175882333758, 1.5918, 1.81962635999812, 4.09844, 3.99252173861751, 8.6584 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 960, '2022-01-16 00:00:00', 0.838273418004727, 0.822639999999998, 0.801093248837693, 1.07232, 0.802172795184013, 1.62212, 1.83884732735845, 4.11508, 3.95611624028752, 8.64396 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 975, '2022-01-16 00:00:00', 0.416299103209865, 0.776120000000001, 0.510789183518997, 1.19444, 0.725715814443461, 1.69988, 1.78576069878731, 4.09176, 3.76990860852974, 8.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 990, '2022-01-16 00:00:00', 0.394337998000026, 0.939040000000001, 0.449686416665362, 1.16604, 0.647691317938822, 1.60672, 1.7948372888185, 4.13432, 3.78398841039451, 8.49896 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1005, '2022-01-16 00:00:00', 0.345377691809994, 0.776200000000003, 0.635961573786761, 1.16196, 0.563261904741774, 1.50516, 1.78160718453872, 4.11608, 3.81624466240483, 8.47764 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1020, '2022-01-16 00:00:00', 0.458798612319902, 0.847399999999997, 0.438549761524655, 1.15168, 0.448742223702351, 1.3718, 1.78854913267709, 4.1198, 3.84817318650465, 8.47304 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1035, '2022-01-16 00:00:00', 0.369049558550967, 0.83408, 0.409649341917367, 1.08, 0.46488243316635, 1.31748, 1.79653338683142, 4.12928, 3.85386152752448, 8.47256 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1050, '2022-01-16 00:00:00', 0.263027577768316, 0.679559999999995, 0.327987408294892, 0.874639999999997, 0.411885692071641, 1.18436, 1.7858232396666, 4.05768, 3.86846988183528, 8.45968 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1065, '2022-01-16 00:00:00', 0.312346773101096, 0.620439999999996, 0.456779060378211, 0.900880000000001, 1.93639828892027, 2.90280000000001, 1.79177247625547, 4.08476, 3.8733075839649, 8.46384 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1080, '2022-01-16 00:00:00', 0.237905093121888, 0.597200000000003, 0.241132384110196, 0.789080000000001, 1.95284435887758, 3.07944, 1.81584117330417, 4.189, 3.88185006708571, 8.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 4, 1095, '2022-01-16 00:00:00', 0.207376814840363, 0.564320000000001, 1.89435932441551, 2.71740000000001, 1.88914373725241, 3.08068, 1.8036383571363, 4.15964, 3.89453688218081, 8.42112 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 600, '2022-01-16 00:00:00', 0.753836256390786, 1.70983333333334, 0.990243741038873, 2.13616666666667, 1.05739025795053, 2.469375, 1.77246033663028, 4.37308333333334, 4.46486313794496, 8.58166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 615, '2022-01-16 00:00:00', 0.662374865130406, 1.249875, 0.723906520458491, 1.49570833333333, 0.841918766951378, 1.89958333333333, 1.78112385085974, 3.83945833333333, 4.63025751623672, 8.42683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 630, '2022-01-16 00:00:00', 0.497351791338713, 1.01325, 0.704831396222849, 1.36558333333333, 0.712770116608737, 1.81925, 1.78104902934409, 3.71241666666667, 4.65344500230665, 8.39029166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 645, '2022-01-16 00:00:00', 0.435299894542151, 0.898458333333333, 0.556147812629658, 1.24795833333333, 0.684337984076052, 1.64529166666667, 1.7447000733692, 3.56745833333334, 4.6169368821669, 8.258 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 660, '2022-01-16 00:00:00', 0.461496900848479, 0.856458333333332, 0.536821791537532, 1.121625, 0.856652533648151, 1.68179166666667, 1.71128799224189, 3.505625, 4.6192134282421, 8.2155 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 675, '2022-01-16 00:00:00', 0.362560659592377, 0.719833333333336, 0.612800910999438, 1.0845, 0.817965432812025, 1.73383333333333, 1.71134617270326, 3.618375, 4.60587122161974, 8.20216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 690, '2022-01-16 00:00:00', 0.331565413136543, 0.696666666666667, 0.497384725556982, 1.192, 0.457357216176156, 1.58766666666667, 1.56514721664852, 3.432625, 4.63865320889494, 8.126125 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 705, '2022-01-16 00:00:00', 0.374578603813389, 0.875500000000006, 0.437402900197805, 1.12658333333334, 0.453508416744353, 1.44616666666667, 1.54277838901402, 3.318125, 4.52609569647209, 8.65241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 720, '2022-01-16 00:00:00', 0.366683965336341, 0.713500000000003, 0.374581387123958, 1.01154166666667, 0.473846423402155, 1.29220833333333, 1.57527063179817, 3.23154166666667, 4.5558316593895, 8.62075 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 735, '2022-01-16 00:00:00', 0.195535047268113, 0.689291666666668, 0.392629476475084, 0.945083333333333, 0.472619249195528, 1.25979166666667, 1.53904173790527, 3.16691666666667, 4.52516502381445, 8.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 750, '2022-01-16 00:00:00', 0.282729472659193, 0.647708333333332, 0.350064248761384, 0.924249999999999, 0.526388390182423, 1.39395833333333, 1.48952741265258, 3.134, 4.46280016385859, 8.84545833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 765, '2022-01-16 00:00:00', 0.250360490093786, 0.669124999999999, 0.376250492319971, 0.921458333333335, 0.549361327136909, 1.30304166666667, 1.46579820219743, 3.12975, 4.4312784190949, 8.97858333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 780, '2022-01-16 00:00:00', 0.326422014456348, 0.678124999999998, 0.542058790062533, 1.00258333333333, 1.6154777460015, 2.1435, 1.38652860172656, 3.11245833333333, 4.43614421215254, 9.06691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 795, '2022-01-16 00:00:00', 0.361715558039095, 0.626333333333334, 0.32108328584539, 0.792958333333334, 1.63116074079744, 1.95733333333333, 1.32421066931933, 3.013375, 4.44848467584546, 9.11254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 810, '2022-01-16 00:00:00', 0.178761312604431, 0.544708333333335, 1.65583213842834, 1.677375, 1.60778429766747, 1.9215, 1.30678062691642, 2.96304166666666, 4.42291850249472, 9.15291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 825, '2022-01-16 00:00:00', 1.62075190492525, 1.46595833333333, 1.60320122632857, 1.68620833333333, 1.56369612072519, 1.94691666666667, 1.30304048843186, 3.01358333333333, 4.40103663348482, 9.16566666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 840, '2022-01-16 00:00:00', 1.05858575330553, 1.11433333333333, 1.04304250820043, 1.27925, 1.05061233956368, 1.564875, 0.972033458003509, 2.743, 4.2363982104025, 9.12983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 855, '2022-01-16 00:00:00', 0.240211316239006, 0.524208333333334, 0.298359497071492, 0.747958333333335, 0.590908032215022, 1.13629166666667, 0.892244361147775, 2.4875, 4.22674628691066, 9.1265 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 870, '2022-01-16 00:00:00', 0.288999896569863, 0.508625000000001, 0.365283362312885, 0.72775, 0.50869282429847, 1.15495833333333, 0.87063160065436, 2.49708333333333, 4.23470289155097, 9.13283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 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 970080, 5, 885, '2022-01-16 00:00:00', 0.29727223347817, 0.552208333333334, 0.508512905440952, 0.845625000000002, 0.483246851958227, 1.14370833333334, 2.31146817481626, 4.03691666666667, 4.31554458228237, 9.08454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970080 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2022-01-16 14:50:22 Duration: 3s786ms Database: acaweb_fx User: pgperfstats
12 952ms 3s429ms 2s159ms 69 2m29s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Jan 16 14 69 2m29s 2s159ms [ User: pgperfstats - Total duration: 2m29s - Times executed: 69 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 5, 990, '2022-01-16 00:00:00', 0.44780702746401, 0.980423076923079, 0.562452285839563, 1.19557692307693, 0.70092717607027, 1.38988461538462, 0.900275899591125, 1.96984615384616, 2.15395393172649, 4.4215 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1005, '2022-01-16 00:00:00', 0.201438736630728, 0.60426923076923, 0.277567898831145, 0.767538461538462, 0.456976033709226, 1.05684615384616, 0.848735697738337, 1.68773076923077, 2.12336624218752, 4.23896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1020, '2022-01-16 00:00:00', 0.207280282189638, 0.508653846153845, 0.331839147780971, 0.7145, 0.347222898925835, 0.90869230769231, 0.812401129605699, 1.54134615384616, 2.07579309810825, 4.18211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1035, '2022-01-16 00:00:00', 0.223764962542261, 0.464961538461539, 0.257251869993951, 0.626730769230773, 0.24539184677071, 0.756038461538464, 0.756541397514933, 1.41961538461538, 2.07058346737933, 4.10684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1050, '2022-01-16 00:00:00', 0.138632108612912, 0.392692307692308, 0.170538572221611, 0.505269230769232, 0.21262323847233, 0.686192307692307, 0.785825117557727, 1.38265384615385, 2.04114790365995, 4.08873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1065, '2022-01-16 00:00:00', 0.127227216488396, 0.339269230769228, 0.174828042989063, 0.48773076923077, 0.2204354431923, 0.647230769230767, 0.770350374829536, 1.3605, 2.03165805307276, 4.07326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1080, '2022-01-16 00:00:00', 0.14643959111577, 0.366923076923078, 0.212580468022386, 0.503153846153844, 0.268337147289346, 0.654230769230766, 0.787144779958165, 1.32123076923077, 2.03896498215677, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1095, '2022-01-16 00:00:00', 0.165385484434211, 0.310961538461539, 0.180401999818356, 0.452192307692307, 0.329581216791157, 0.636538461538461, 0.747115042114566, 1.26338461538462, 1.97700171627489, 4.03588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1110, '2022-01-16 00:00:00', 0.115061348185019, 0.307076923076923, 0.223377390220088, 0.438538461538461, 0.314757208019131, 0.598499999999999, 0.705094613400324, 1.21157692307693, 1.95580298244835, 4.03388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1125, '2022-01-16 00:00:00', 0.135713725851939, 0.282846153846151, 0.179487719742775, 0.393807692307691, 0.262676847388279, 0.558384615384613, 0.661013301390663, 1.16676923076923, 1.95547647233255, 4.25407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1140, '2022-01-16 00:00:00', 0.139060833395371, 0.258346153846154, 0.200147330349804, 0.365076923076922, 0.339491993788006, 0.569576923076924, 0.855943172987911, 1.21865384615385, 1.98319334252769, 4.30207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1155, '2022-01-16 00:00:00', 0.113479052624766, 0.24615384615384, 0.151629066626928, 0.362576923076921, 0.318376383449624, 0.584807692307691, 0.832526672245397, 1.5315, 2.06265623520144, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1170, '2022-01-16 00:00:00', 0.108314726607238, 0.248000000000001, 0.29813187582782, 0.396153846153848, 0.488841903025757, 0.640615384615384, 0.799194629226581, 1.65915384615385, 2.11654922783434, 4.30007692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1185, '2022-01-16 00:00:00', 0.276216606753021, 0.272423076923079, 0.292206060064574, 0.396307692307695, 0.540706967418935, 0.615230769230768, 0.763852655948773, 1.745, 2.08089208125894, 4.32057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1200, '2022-01-16 00:00:00', 0.132214434411177, 0.24636, 0.233921589426886, 0.377679999999999, 0.285639633104374, 0.513200000000002, 0.683500182882199, 1.6808, 1.76427772473611, 4.08884 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1215, '2022-01-16 00:00:00', 0.136128285084328, 0.234079999999998, 0.178768779899249, 0.336120000000001, 0.216409696332365, 0.472360000000002, 0.690098258704269, 1.73024, 1.72579521477299, 4.07004 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1230, '2022-01-16 00:00:00', 0.0968370624640527, 0.218200000000003, 0.103862762014756, 0.311160000000004, 0.140749683244163, 0.444160000000003, 0.672976750465175, 1.76396, 1.69027555643057, 4.06996 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1245, '2022-01-16 00:00:00', 0.065230284377737, 0.21264, 0.123295404077632, 0.31256, 0.137614195004245, 0.4308, 0.695951909258104, 1.80968, 1.69234156520879, 4.07416 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1260, '2022-01-16 00:00:00', 0.116923151400112, 0.23376, 0.130886757669875, 0.31052, 0.178951175836689, 0.428239999999997, 0.715694483235224, 1.83152, 1.69814279729356, 4.07628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1275, '2022-01-16 00:00:00', 0.0839617968681779, 0.217399999999999, 0.111551587468162, 0.314439999999998, 0.201648555660585, 0.438159999999999, 0.750942185968179, 1.8902, 1.69297292752523, 4.0904 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1290, '2022-01-16 00:00:00', 0.0970077316506287, 0.2172, 0.126358840872596, 0.305159999999997, 0.219104617325454, 0.427199999999999, 0.734235656993039, 1.923, 1.69145693806651, 4.09136 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1305, '2022-01-16 00:00:00', 0.0737620046726813, 0.1988, 0.192921123778604, 0.320319999999999, 0.28299485861054, 0.510439999999998, 0.748794658100601, 1.98024, 1.67429850285625, 4.10468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1320, '2022-01-16 00:00:00', 0.113998085097059, 0.222791666666667, 0.147819801923084, 0.305208333333334, 0.532174863315549, 0.639791666666664, 0.734976898729929, 2.00654166666667, 1.66499592145995, 4.167875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1335, '2022-01-16 00:00:00', 0.11806850596772, 0.23479166666667, 0.184900972320911, 0.382749999999999, 0.608462518048208, 1.262125, 0.72746922714935, 2.02020833333334, 1.68099587406489, 4.15520833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1350, '2022-01-16 00:00:00', 0.127711454379433, 0.274958333333334, 0.443841914342856, 0.526083333333332, 0.519295844305577, 1.422, 0.706722517959702, 2.02475, 1.69349626127622, 4.12675 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 1365, '2022-01-16 00:00:00', 0.378221694727205, 0.382458333333331, 0.491213181310067, 1.18604166666667, 0.539124570518014, 1.49954166666667, 0.70812047483748, 2.02054166666667, 1.72464139467235, 4.092875 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 990, '2022-01-16 00:00:00', 0.523501709643817, 0.96196, 0.492637263443736, 1.25116, 0.534972818624149, 1.4356, 0.725301086905754, 1.9752, 1.84134101313871, 4.36932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1005, '2022-01-16 00:00:00', 0.339258593602772, 0.560679999999999, 0.437848329904311, 0.80192, 0.588134230710411, 0.991960000000003, 0.722160663102974, 1.56776, 1.74140923966769, 4.10284 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 1020, '2022-01-16 00:00:00', 0.281550617118838, 0.489200000000001, 0.323071215059463, 0.63852, 0.419509686022464, 0.821720000000003, 0.609667537816036, 1.41956, 1.75530478075271, 4.05504 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1035, '2022-01-16 00:00:00', 0.235639201605614, 0.354599999999998, 0.327737659315085, 0.531160000000001, 0.381600240216554, 0.766080000000003, 0.594050410318854, 1.36084, 1.758124021981, 4.04292 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1050, '2022-01-16 00:00:00', 0.218964814525071, 0.393439999999999, 0.225451029420285, 0.540799999999997, 0.273926693356699, 0.734799999999999, 0.54230393384768, 1.30884, 1.75992519443299, 4.03424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1065, '2022-01-16 00:00:00', 0.163960544034228, 0.283319999999998, 0.198003897268042, 0.43928, 0.235867491048112, 0.646839999999997, 0.481894604659568, 1.19092, 1.76710056023985, 3.96784 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1080, '2022-01-16 00:00:00', 0.149836822354632, 0.279640000000003, 0.158586464323617, 0.405400000000002, 0.249230669594784, 0.62852, 0.485559443666099, 1.13583999999999, 1.78047704281745, 3.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1095, '2022-01-16 00:00:00', 0.153178566820997, 0.263440000000002, 0.217492428987002, 0.407040000000001, 0.275142708426008, 0.624480000000001, 0.545495991430427, 1.13472, 1.77363655897518, 3.95432 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1110, '2022-01-16 00:00:00', 0.195130938944426, 0.278199999999996, 0.247282375703026, 0.430640000000001, 0.277911568668881, 0.576439999999998, 0.611320837749433, 1.1266, 1.78031836853225, 3.96908 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1125, '2022-01-16 00:00:00', 0.166275394050554, 0.24456, 0.184034344620781, 0.36384, 0.251479104499759, 0.50064, 0.643747926857505, 1.07968, 1.7927137715393, 4.12 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1140, '2022-01-16 00:00:00', 0.124670338626848, 0.217879999999997, 0.152898659248536, 0.312799999999999, 0.356982179760653, 0.498119999999999, 0.598085696200804, 1.0682, 1.85900856910343, 4.21488 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1155, '2022-01-16 00:00:00', 0.132487735281419, 0.2226, 0.196369227052851, 0.336959999999999, 0.353107783356113, 0.534759999999999, 0.859818192022791, 1.74664, 1.84564656963353, 4.23252 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1170, '2022-01-16 00:00:00', 0.149913841922621, 0.205919999999999, 0.316961948294531, 0.342280000000003, 0.307594023565692, 0.496000000000001, 0.888665351336863, 1.91876, 1.87503515522599, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1185, '2022-01-16 00:00:00', 0.213253229752801, 0.229760000000001, 0.218501906932945, 0.352800000000001, 0.237709297251918, 0.443719999999996, 0.862478633551774, 1.96332, 1.84373179087053, 4.2388 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1200, '2022-01-16 00:00:00', 0.146588903627347, 0.226159999999996, 0.146649105009204, 0.306719999999999, 0.201799818301868, 0.433999999999999, 0.842940622661724, 1.96368, 1.81779990006235, 4.22632 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1215, '2022-01-16 00:00:00', 0.109821870924391, 0.194480000000005, 0.130674187708717, 0.267920000000004, 0.224820765648253, 0.442280000000004, 0.840231839038091, 1.94828, 1.80539920146949, 4.23112000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1230, '2022-01-16 00:00:00', 0.0931331842041242, 0.17404, 0.16665096259348, 0.290720000000001, 0.227635476145526, 0.44208, 0.849159127215466, 1.98284, 1.79949822913685, 4.22472 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1245, '2022-01-16 00:00:00', 0.126512094283515, 0.187679999999998, 0.173918735812644, 0.295679999999998, 0.20603160760751, 0.407239999999998, 0.85953766642306, 2.0514, 1.77501431919107, 4.199 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1260, '2022-01-16 00:00:00', 0.133987835268731, 0.190639999999999, 0.154113183515667, 0.266039999999998, 0.198774310882135, 0.357679999999997, 0.855385355653617, 2.07324, 1.75398432908241, 4.19012 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1275, '2022-01-16 00:00:00', 0.0988563773022905, 0.164199999999998, 0.105052336163143, 0.237079999999996, 0.235225338771144, 0.396279999999997, 0.854983631422261, 2.10748, 1.76061969393355, 4.19304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1290, '2022-01-16 00:00:00', 0.0836441271100389, 0.154439999999997, 0.10874598843176, 0.226239999999996, 0.264406139616059, 0.440759999999998, 0.877267807836731, 2.13184, 1.77352410283405, 4.20508 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1305, '2022-01-16 00:00:00', 0.0933905419907914, 0.172279999999998, 0.203968151108616, 0.31856, 0.270413282464702, 0.478519999999999, 0.88075718939255, 2.15632, 1.76497472314289, 4.21624 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1320, '2022-01-16 00:00:00', 0.155923145087293, 0.218874999999999, 0.228544908852334, 0.338916666666665, 0.331974025524875, 0.553833333333331, 0.85750375733321, 2.22345833333333, 1.7718286258405, 4.289375 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1335, '2022-01-16 00:00:00', 0.15580392266834, 0.214916666666663, 0.213036007706941, 0.33208333333333, 0.766728108754089, 1.52558333333333, 0.877155678967493, 2.24820833333333, 1.82328960897286, 4.37129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1350, '2022-01-16 00:00:00', 0.15114344372056, 0.244583333333331, 0.240806916459002, 0.423166666666662, 0.803372428614505, 1.72095833333333, 0.869975435893431, 2.23529166666667, 1.83601262142026, 4.39620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 1, 1365, '2022-01-16 00:00:00', 0.216724563056161, 0.303666666666667, 0.75007299644768, 1.41175, 0.793776114485396, 1.75079166666667, 0.873329705988703, 2.20708333333333, 1.83255344495684, 4.35229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 990, '2022-01-16 00:00:00', 0.488413450328241, 1.07646153846154, 0.594004207444305, 1.33996153846154, 0.618130159308013, 1.51242307692308, 0.762581519475881, 1.95242307692308, 1.59055196224939, 4.09776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1005, '2022-01-16 00:00:00', 0.319203048472043, 0.726884615384616, 0.366667808156727, 0.939192307692308, 0.378231463524649, 1.018, 0.650686928147121, 1.58903846153846, 1.56221419786148, 3.947 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1020, '2022-01-16 00:00:00', 0.301150320246577, 0.641653846153844, 0.266148105095929, 0.759576923076918, 0.374433898859844, 0.915230769230766, 0.609234803793946, 1.44838461538461, 1.56375860226374, 3.90638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1035, '2022-01-16 00:00:00', 0.158098177871072, 0.434076923076921, 0.315904739779863, 0.594269230769228, 0.456911571986725, 0.912230769230769, 0.595866124613187, 1.33296153846154, 1.57813368839954, 3.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1050, '2022-01-16 00:00:00', 0.248689095365776, 0.435884615384611, 0.281853658155053, 0.607730769230767, 0.469378608866594, 0.871961538461535, 0.591350049918374, 1.27580769230769, 1.56297343055325, 3.87576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1065, '2022-01-16 00:00:00', 0.177755164373746, 0.423538461538458, 0.385652478075992, 0.645076923076924, 0.417898576211979, 0.815499999999995, 0.565772305383059, 1.1896923076923, 1.5455250842849, 3.86188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1080, '2022-01-16 00:00:00', 0.284277970682547, 0.459269230769232, 0.315591166884286, 0.590769230769231, 0.332715216641222, 0.720846153846152, 0.485787736172274, 1.09626923076923, 1.51658427192364, 3.81357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1095, '2022-01-16 00:00:00', 0.131374748773818, 0.37373076923077, 0.165070786680695, 0.49026923076923, 0.273059331394365, 0.613961538461536, 0.423297560370221, 1.07823076923077, 1.52759590155955, 3.80503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1110, '2022-01-16 00:00:00', 0.142370221605503, 0.353999999999999, 0.192459610148368, 0.461307692307692, 0.245984768133816, 0.573884615384614, 0.372305178789988, 1.04688461538462, 1.72513212693538, 3.87515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1125, '2022-01-16 00:00:00', 0.118494745096078, 0.29273076923077, 0.194906371999875, 0.399423076923074, 0.233439829176931, 0.583923076923075, 0.346951098305488, 1.00676923076923, 1.81637181046342, 3.90507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1140, '2022-01-16 00:00:00', 0.14148450852954, 0.281884615384611, 0.139362835792041, 0.382999999999997, 0.18190474261166, 0.564846153846152, 0.315788597738323, 1.00696153846154, 1.83194160807178, 3.90915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1155, '2022-01-16 00:00:00', 0.0983156063986694, 0.26996153846154, 0.156413751116904, 0.414307692307692, 0.203010833360038, 0.538038461538463, 0.487130726412721, 1.52976923076924, 1.83394889787038, 3.924 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1170, '2022-01-16 00:00:00', 0.119424961957126, 0.286807692307693, 0.145857549051749, 0.375230769230771, 0.237933811093625, 0.510461538461539, 0.559894061408048, 1.621, 1.82897760469108, 3.91896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1185, '2022-01-16 00:00:00', 0.0954797119005664, 0.244846153846153, 0.125114372291298, 0.332384615384616, 0.25262478104889, 0.480000000000001, 0.589814260202702, 1.6723076923077, 1.83567278506986, 3.93042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1200, '2022-01-16 00:00:00', 0.0772436305564315, 0.228538461538461, 0.155292483348728, 0.327653846153845, 0.246309111608846, 0.461461538461541, 0.589264036417788, 1.75423076923077, 1.84078404365765, 3.95715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1215, '2022-01-16 00:00:00', 0.122375921462705, 0.231884615384611, 0.199396092084228, 0.338192307692308, 0.249718318233845, 0.491038461538464, 0.719843548172902, 1.81557692307693, 1.83691389396622, 3.97742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1230, '2022-01-16 00:00:00', 0.119038151608897, 0.220192307692304, 0.189522817785986, 0.332461538461535, 0.268825081819732, 0.502269230769228, 0.753698136881378, 1.8498076923077, 1.82555537808677, 4.00003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1245, '2022-01-16 00:00:00', 0.150763742835758, 0.261884615384614, 0.219515343777713, 0.363115384615386, 0.23316630248684, 0.499730769230771, 0.75433468699245, 1.8525, 1.86713637423729, 4.037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1260, '2022-01-16 00:00:00', 0.0980424084065351, 0.232923076923078, 0.148634466444983, 0.35426923076923, 0.188788416365639, 0.472115384615385, 0.756652592775473, 1.83088461538462, 1.85545096819738, 4.05615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1275, '2022-01-16 00:00:00', 0.109010154784558, 0.256576923076925, 0.14265845710863, 0.354653846153846, 0.244571678969265, 0.507115384615387, 0.769426016836327, 1.83534615384616, 1.85750368340043, 4.07657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1290, '2022-01-16 00:00:00', 0.10663779096333, 0.243461538461537, 0.145761728648028, 0.343807692307693, 0.255783192447163, 0.529807692307694, 0.764341414854343, 1.81403846153847, 1.84673656986088, 4.07996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1305, '2022-01-16 00:00:00', 0.081682772875408, 0.227653846153848, 0.186784651815523, 0.35688461538462, 0.272056784231078, 0.521423076923081, 0.770585647413709, 1.80700000000001, 1.83219359952867, 4.08688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1320, '2022-01-16 00:00:00', 0.115005550590685, 0.237880000000001, 0.193484693623724, 0.363080000000001, 0.211811496382986, 0.58688, 0.765151231239072, 1.83036, 1.90216007212852, 4.16076 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1335, '2022-01-16 00:00:00', 0.101050037110332, 0.244120000000003, 0.147880672615904, 0.331120000000001, 0.420199131365121, 1.28032, 0.756597521804031, 1.80968, 1.97663505483435, 4.20716 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1350, '2022-01-16 00:00:00', 0.0991350425766062, 0.249440000000001, 0.167035694788072, 0.47856, 0.525713007891823, 1.3922, 0.7626187055141, 1.81896, 1.97053728121714, 4.21348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 1365, '2022-01-16 00:00:00', 0.149646661617737, 0.399960000000001, 0.425335585156006, 1.24612, 0.567196547356676, 1.46456, 0.762552256132872, 1.83088, 1.96900065430834, 4.21592 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 990, '2022-01-16 00:00:00', 0.393088418317543, 1.01276923076923, 0.479329244481686, 1.16426923076923, 0.497821877320053, 1.36369230769231, 0.651471857825385, 1.64569230769231, 1.96296531769197, 4.09996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1005, '2022-01-16 00:00:00', 0.272938665975737, 0.652346153846153, 0.269005530397822, 0.808846153846155, 0.43605511295989, 1.05930769230769, 0.62593325399881, 1.46996153846154, 1.96068226743809, 4.08092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1020, '2022-01-16 00:00:00', 0.161496806350894, 0.534461538461539, 0.238423540396884, 0.68976923076923, 0.397901116436658, 0.945538461538463, 0.587101417002341, 1.35207692307692, 1.96282337972626, 4.0615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1035, '2022-01-16 00:00:00', 0.145988540119264, 0.449576923076922, 0.278111845237738, 0.671961538461539, 0.335181808300189, 0.848730769230767, 0.644149915661065, 1.32292307692308, 1.95847101940421, 4.04557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1050, '2022-01-16 00:00:00', 0.19657327856592, 0.462576923076923, 0.243381337379461, 0.614653846153847, 0.285087873092867, 0.748846153846154, 0.643899080721388, 1.27188461538462, 1.95646325802454, 4.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1065, '2022-01-16 00:00:00', 0.140608654947527, 0.381076923076923, 0.177304783223256, 0.486115384615382, 0.250987845246618, 0.625461538461539, 0.643321883782798, 1.19538461538462, 1.96910310391461, 4.08107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1080, '2022-01-16 00:00:00', 0.124366016876979, 0.330884615384611, 0.167613548194831, 0.445692307692306, 0.203552937737433, 0.600961538461535, 0.597449363158472, 1.17430769230769, 2.00837184267793, 4.09453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1095, '2022-01-16 00:00:00', 0.0947233786429672, 0.289038461538462, 0.120460175353332, 0.405576923076924, 0.220934772831608, 0.584576923076922, 0.569016679490562, 1.11169230769231, 2.03539446677656, 4.08234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1110, '2022-01-16 00:00:00', 0.0707878411984634, 0.277038461538462, 0.120122937027032, 0.374999999999998, 0.242000499045898, 0.541807692307692, 0.580172441209043, 1.08869230769231, 2.04472918349745, 4.07792307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1125, '2022-01-16 00:00:00', 0.0815820115919241, 0.25976923076923, 0.140062579420224, 0.384384615384614, 0.240537398339638, 0.498000000000002, 0.599202625289515, 1.07788461538462, 2.08603023099269, 4.39426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1140, '2022-01-16 00:00:00', 0.10367808165367, 0.271230769230766, 0.184702854919423, 0.370230769230772, 0.292083402209293, 0.488923076923079, 0.664687110890994, 1.11034615384616, 2.10442443547289, 4.48573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1155, '2022-01-16 00:00:00', 0.123477858494804, 0.240692307692305, 0.138191973495069, 0.312692307692307, 0.282481991257168, 0.480346153846154, 0.765640072096543, 1.624, 2.12259077979283, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1170, '2022-01-16 00:00:00', 0.0756738040234842, 0.21526923076923, 0.170516450819271, 0.324499999999999, 0.233248668888934, 0.461307692307692, 0.769141628450434, 1.67026923076923, 2.12962729566972, 4.53053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1185, '2022-01-16 00:00:00', 0.117807901001853, 0.229692307692308, 0.158899039063755, 0.332769230769229, 0.287243868515934, 0.496000000000001, 0.772360708875969, 1.66123076923077, 2.15105010491298, 4.53907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1200, '2022-01-16 00:00:00', 0.103796020377247, 0.23957692307692, 0.127742872750152, 0.318192307692308, 0.282140316972844, 0.507961538461538, 0.791264013121753, 1.67053846153846, 2.1779838075968, 4.56488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1215, '2022-01-16 00:00:00', 0.0717189385995531, 0.206615384615388, 0.207520260363992, 0.340538461538463, 0.346053817513093, 0.536730769230769, 0.781938530930563, 1.72488461538462, 2.19074433329089, 4.62842307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1230, '2022-01-16 00:00:00', 0.162591309257761, 0.257576923076924, 0.196847820956656, 0.365230769230771, 0.339601766779859, 0.544000000000002, 0.73031827413701, 1.73830769230769, 2.21198893445556, 4.63961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1245, '2022-01-16 00:00:00', 0.0835993743075603, 0.240846153846153, 0.334007784340427, 0.410999999999998, 0.35453366336857, 0.54196153846154, 0.703027130453618, 1.72911538461538, 2.21783505837423, 4.64788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1260, '2022-01-16 00:00:00', 0.350196823778595, 0.338846153846154, 0.346311067372409, 0.42565384615385, 0.3589246696196, 0.537038461538463, 0.67664455502587, 1.76457692307692, 2.21704111373695, 4.6625 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1275, '2022-01-16 00:00:00', 0.126762291165545, 0.236038461538463, 0.173314334264474, 0.357538461538463, 0.245975921273104, 0.472076923076923, 0.592921195957259, 1.71376923076923, 2.22392868486933, 4.66634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1290, '2022-01-16 00:00:00', 0.112558231083361, 0.258653846153846, 0.160111293024089, 0.342115384615386, 0.279557683603108, 0.519461538461538, 0.610593689654712, 1.73542307692308, 2.21888924117798, 4.68176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1305, '2022-01-16 00:00:00', 0.13016640828629, 0.247576923076921, 0.204228111528407, 0.35680769230769, 0.274935911413209, 0.543346153846153, 0.622828500904111, 1.75430769230769, 2.22512729627214, 4.70873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1320, '2022-01-16 00:00:00', 0.131886592697409, 0.244359999999999, 0.223501118565427, 0.389400000000003, 0.34625119494378, 0.611840000000001, 0.633170348326579, 1.73824, 2.29897605975646, 4.79944 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1335, '2022-01-16 00:00:00', 0.166618306317162, 0.26708, 0.164981231255758, 0.379159999999999, 0.526520395299809, 1.30732, 0.618005124034855, 1.7158, 2.3018497815163, 4.8126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1350, '2022-01-16 00:00:00', 0.0877496058870538, 0.268079999999997, 0.230521777713083, 0.46396, 0.560271139717192, 1.3448, 0.705102136809511, 1.75824, 2.32677920668607, 4.82268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 1365, '2022-01-16 00:00:00', 0.228218367651101, 0.376959999999996, 0.512276608223849, 1.22836, 0.572256944038253, 1.35648, 0.713093553937117, 1.7396, 2.34244553476347, 4.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 990, '2022-01-16 00:00:00', 0.282858191796999, 0.80956, 0.347949986827607, 0.959119999999999, 0.415975560179523, 1.1246, 0.489338642114708, 1.51984, 2.02717203019379, 4.38424 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1005, '2022-01-16 00:00:00', 0.212104549691892, 0.606439999999996, 0.216601500456487, 0.726719999999998, 0.280001636899979, 0.959399999999997, 0.433878546753965, 1.30552, 1.9824923286947, 4.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1020, '2022-01-16 00:00:00', 0.131340803510055, 0.451359999999999, 0.189913857665344, 0.621239999999998, 0.218231146570172, 0.850999999999998, 0.413391206969863, 1.27604, 1.92483387854641, 4.25672 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1035, '2022-01-16 00:00:00', 0.121050650555876, 0.377479999999999, 0.184840985714749, 0.582239999999998, 0.258694233926204, 0.764040000000001, 0.427565784412176, 1.2434, 1.90772718437412, 4.21148 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1050, '2022-01-16 00:00:00', 0.15522669443967, 0.456919999999996, 0.227273535634927, 0.577479999999997, 0.25212726283896, 0.729359999999998, 0.462796294280757, 1.22292, 1.93085725780028, 4.1738 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1065, '2022-01-16 00:00:00', 0.163551897981441, 0.371840000000002, 0.222388174146019, 0.501999999999999, 0.217424507971541, 0.654399999999997, 0.473838182646073, 1.18704, 1.86542477557615, 4.15947999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1080, '2022-01-16 00:00:00', 0.108294628983464, 0.31232, 0.117576173890229, 0.420359999999997, 0.206034584475517, 0.584, 0.588634343204675, 1.14584, 1.84177656263366, 4.13164 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1095, '2022-01-16 00:00:00', 0.0868528448967948, 0.284999999999995, 0.135960435421485, 0.406359999999999, 0.272902100883569, 0.587839999999998, 0.613296252502276, 1.16828, 1.8481456697638, 4.1304 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1110, '2022-01-16 00:00:00', 0.141467569899722, 0.296639999999999, 0.221143942565319, 0.424679999999998, 0.26187979430774, 0.548120000000001, 0.644743574350817, 1.13512, 1.82754853378326, 4.10868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1125, '2022-01-16 00:00:00', 0.117732040385501, 0.255400000000002, 0.15090506949735, 0.353440000000002, 0.131527855097947, 0.473080000000003, 0.613493390347445, 1.08884, 1.96614707825568, 4.286 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1140, '2022-01-16 00:00:00', 0.128212219906425, 0.258960000000003, 0.133660802032607, 0.336720000000005, 0.121818964040909, 0.464120000000003, 0.608115060384686, 1.10352, 1.93747466908173, 4.30248 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1155, '2022-01-16 00:00:00', 0.0783219211545118, 0.225360000000001, 0.129212254320813, 0.324839999999999, 0.187258884969445, 0.434840000000002, 0.695353082972959, 1.46392, 1.892314401291, 4.33428 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1170, '2022-01-16 00:00:00', 0.0915071581899483, 0.214319999999997, 0.113956088033947, 0.298639999999998, 0.276905718010061, 0.443119999999998, 0.802228614548247, 1.61, 1.87096557246074, 4.35844 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1185, '2022-01-16 00:00:00', 0.0922384952175666, 0.229239999999998, 0.15389769329006, 0.2992, 0.282440554217464, 0.446199999999997, 0.820061975300241, 1.64768, 1.8822612571054, 4.39576 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1200, '2022-01-16 00:00:00', 0.0759578172408862, 0.207439999999999, 0.161979196195067, 0.319479999999995, 0.238166272451274, 0.452439999999998, 0.906269205773505, 1.69796000000001, 1.87354787146384, 4.38272 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1215, '2022-01-16 00:00:00', 0.125142585344343, 0.221599999999999, 0.156873887778265, 0.295799999999998, 0.238593252209696, 0.458640000000003, 0.892507049458622, 1.74520000000001, 1.83517331334128, 4.36144 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1230, '2022-01-16 00:00:00', 0.121827911416065, 0.211039999999996, 0.164657442386714, 0.320639999999997, 0.274639600203613, 0.482919999999997, 0.853294794702667, 1.75444000000001, 1.80662098773742, 4.34468 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1245, '2022-01-16 00:00:00', 0.115868819504354, 0.248199999999997, 0.158786281943159, 0.356400000000002, 0.265527129812877, 0.520359999999998, 0.814994349673665, 1.76096, 1.78545041282772, 4.32552 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1260, '2022-01-16 00:00:00', 0.0850471045950393, 0.222480000000005, 0.145891032395181, 0.324119999999999, 0.314049030142317, 0.512279999999998, 0.805937088115446, 1.75344, 1.77019497513692, 4.3156 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1275, '2022-01-16 00:00:00', 0.119620956915302, 0.234559999999997, 0.197184025722163, 0.34704, 0.348596265996447, 0.523760000000002, 0.809382577442009, 1.74664, 1.77977794307792, 4.32288 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1290, '2022-01-16 00:00:00', 0.146717983446701, 0.234199999999998, 0.24708078975644, 0.359199999999996, 0.315590282909131, 0.511320000000003, 0.804759740543725, 1.73164, 1.75075816909894, 4.305 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1305, '2022-01-16 00:00:00', 0.183728214128006, 0.242839999999999, 0.220479190250088, 0.353360000000004, 0.268287550959793, 0.488720000000003, 0.802995253203075, 1.75628, 1.7458254036415, 4.30044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1320, '2022-01-16 00:00:00', 0.0987835798712218, 0.235749999999999, 0.153976259227838, 0.323083333333338, 0.258108585030931, 0.559291666666669, 0.835791734988666, 1.77579166666667, 1.7745188672271, 4.33508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1335, '2022-01-16 00:00:00', 0.123056602976971, 0.242166666666671, 0.175577308625994, 0.3515, 0.426405041079455, 1.13804166666667, 0.844140120760922, 1.81225, 1.77983638516888, 4.33791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1350, '2022-01-16 00:00:00', 0.12423327169926, 0.257916666666664, 0.226294712933045, 0.460916666666666, 0.619937127188447, 1.30970833333333, 0.80739521126516, 1.830625, 1.77303600877303, 4.32958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 1365, '2022-01-16 00:00:00', 0.19796901748521, 0.367416666666662, 0.39255699992282, 1.08629166666667, 0.605656702816591, 1.35995833333333, 0.785535315491328, 1.86191666666667, 1.75975467451937, 4.30991666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 930, '2022-01-16 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 945, '2022-01-16 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 960, '2022-01-16 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 1, 975, '2022-01-16 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 2, 930, '2022-01-16 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 945, '2022-01-16 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 960, '2022-01-16 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 2, 975, '2022-01-16 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970085, 3, 930, '2022-01-16 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 945, '2022-01-16 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 960, '2022-01-16 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 3, 975, '2022-01-16 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 930, '2022-01-16 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 945, '2022-01-16 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 960, '2022-01-16 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 4, 975, '2022-01-16 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 3.12199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 930, '2022-01-16 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 3.453 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 945, '2022-01-16 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 3.28300000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 960, '2022-01-16 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 2.673 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 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 970085, 5, 975, '2022-01-16 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 2.59200000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2022-01-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:25 Duration: 3s429ms 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 970065, 5, 990, '2022-01-16 00:00:00', 0.914223299603797, 2.15280769230769, 1.03396294904605, 2.5285, 1.09233288600415, 2.79257692307693, 1.46912014327781, 3.58834615384615, 3.66372606151799, 9.77857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.397693745719764, 1.22834615384615, 0.463988390106743, 1.63611538461538, 0.697747242091407, 2.01142307692307, 1.31050524842668, 2.99261538461539, 3.72105812846085, 9.58134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.435924702390044, 1.14788461538461, 0.509276838724817, 1.42953846153846, 0.810608885107603, 1.85626923076923, 1.36102050004343, 2.80080769230769, 4.04199738666988, 9.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24094023836117, 0.878961538461538, 0.404334927808811, 1.22557692307692, 0.553448213128731, 1.52873076923077, 1.20524982408692, 2.48153846153846, 4.14497377053963, 9.52103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.376488726973949, 0.869192307692304, 0.475127689719789, 1.15480769230769, 0.585239570931953, 1.46334615384615, 1.19651370302996, 2.40380769230769, 4.13924669790939, 9.53588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.270352581754898, 0.718961538461536, 0.366006828435672, 0.98303846153846, 0.487487374195478, 1.2635, 1.16567666977663, 2.30253846153846, 4.15319437041677, 9.57296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.276622085997375, 0.711538461538462, 0.31292860822583, 0.946923076923076, 0.578498869090051, 1.25069230769231, 1.19547575402496, 2.30796153846154, 4.15321296421865, 9.61038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277946893101208, 0.628653846153847, 0.45816359355752, 0.91396153846154, 0.53260925206442, 1.24784615384615, 1.39217908275536, 2.39796153846154, 4.23254017419254, 9.60238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.348362404135959, 0.677730769230771, 0.461440001933747, 0.905346153846158, 0.505581943445833, 1.27730769230769, 1.41164848370211, 2.34119230769231, 4.27585056819558, 9.60980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212777908772362, 0.59096153846154, 0.273902722765697, 0.822692307692307, 0.500421016591182, 1.27592307692307, 1.36955730747623, 2.35046153846154, 4.23470465794251, 10.1145 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206193594618113, 0.55996153846154, 0.299518937374841, 0.843923076923077, 0.523895957081321, 1.25242307692308, 1.36195546973404, 2.41330769230769, 4.2194255549596, 10.2515769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.245965538549299, 0.593384615384619, 0.405387783960758, 0.874153846153845, 0.686113065362803, 1.30253846153846, 2.38549616609659, 4.02596153846154, 4.22852359559002, 10.2739615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.243358504142469, 0.579192307692305, 0.385913663122487, 0.823653846153848, 0.764899342799683, 1.20126923076923, 2.59831123883305, 4.30442307692308, 4.275218704797, 10.3224230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.24820189052773, 0.500538461538464, 0.724843818721293, 0.870192307692309, 0.797874260384818, 1.10184615384615, 2.70004892633733, 4.56173076923077, 4.36850043854164, 10.3488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.459126572962183, 0.57072, 0.460846420549547, 0.753440000000002, 0.544077200404502, 1.0032, 2.83019652556732, 4.60496, 4.52160144491602, 10.38728 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206277507256607, 0.474080000000001, 0.268041893491796, 0.627040000000003, 0.32626115817445, 0.917480000000001, 2.89178478625225, 4.692, 4.56760089215334, 10.44692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.145726719124073, 0.40312, 0.200590611279123, 0.58052, 0.266411805293985, 0.877400000000001, 2.90723349308811, 4.7126, 4.59602475878159, 10.4918 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.151180929132392, 0.451559999999998, 0.209229562920728, 0.626519999999998, 0.305764380964603, 0.925760000000001, 2.92042375635226, 4.816, 4.63275847165235, 10.52116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.138569380937253, 0.427839999999999, 0.208232346190502, 0.62372, 0.376096676401161, 0.883279999999999, 2.86513193006302, 4.87732, 4.72231999586361, 10.51032 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.169528591492215, 0.445880000000001, 0.250287647850762, 0.608360000000002, 0.848627994667471, 0.977840000000004, 2.74271605469225, 4.91876, 4.71001980958325, 10.53024 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.168365742754674, 0.396760000000002, 0.268454018409109, 0.591320000000001, 0.844218303126232, 0.94728, 2.65385398241877, 4.96328, 4.68435687972924, 10.54272 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.218412743828438, 0.430279999999998, 0.861120235507217, 0.74932, 0.955901220489507, 1.03832, 2.63560122046817, 4.98828, 4.67952713173742, 10.53352 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.133443625126703, 0.422624999999999, 0.28382969735644, 0.599916666666661, 0.450465717140427, 1.10916666666666, 2.68172092567224, 4.97841666666666, 4.78583087981021, 10.5290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.277726246065479, 0.449291666666661, 0.326011133334389, 0.706291666666664, 2.21238947771114, 3.367375, 2.6995454153015, 4.99433333333333, 4.77167459875978, 10.5172916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.193394838105358, 0.499541666666667, 0.38520485562503, 0.903791666666664, 2.4487857668412, 3.73358333333333, 2.69017739838521, 4.9655, 4.79450718931631, 10.4871666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.346059492141808, 0.746041666666665, 2.11582866856231, 3.25479166666667, 2.47095439960504, 4.03308333333333, 2.65098468853378, 4.97108333333333, 4.90627838162196, 10.5244166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.15918779036588, 1.8172, 1.26946401813259, 2.49532, 1.5860447587211, 3.10268, 1.68927077462436, 4.2454, 4.36908972327189, 10.59652 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.572607739498283, 1.06496, 0.890786418471525, 1.69712, 1.21106857499207, 2.21152, 1.31256156300063, 3.60024, 4.34492651529728, 10.30356 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.74322518346281, 1.10256, 0.785829922226597, 1.4458, 1.22212417536026, 1.9198, 1.26567980811367, 3.27572, 4.37604093064344, 10.15168 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.468387385967354, 0.795919999999998, 0.707022576254344, 1.21644, 1.11183480037879, 1.90196, 1.14477602176146, 3.05416, 4.37743768735395, 10.13196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.528499205297415, 0.861919999999999, 0.780726332761147, 1.22776, 1.06637715029284, 1.92468, 1.0731310886063, 3.0044, 4.48443656810232, 10.1342 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.490564664442921, 0.74524, 0.719179527888088, 1.26288, 0.860119947061648, 1.71036, 1.09024146102289, 2.80588, 4.46245307613051, 10.01704 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.515183213365239, 0.835920000000003, 0.63617607625562, 1.1532, 0.594856915568778, 1.4646, 1.13435723650004, 2.58456, 4.48555643593969, 9.94604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.352162249538471, 0.614400000000003, 0.395749659928257, 0.963280000000002, 0.402535472556974, 1.21684, 1.26579211036673, 2.427, 4.50297982377596, 9.91628 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.320769127774686, 0.576600000000002, 0.391489940270928, 0.787039999999997, 0.598645902572354, 1.1304, 1.365712795576, 2.37576, 4.5864689758753, 9.9604 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.345778725005843, 0.578519999999999, 0.429348731607922, 0.833200000000003, 0.682927643800324, 1.1744, 1.35467636602499, 2.37184, 4.6371451393431, 10.39828 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.33245271844279, 0.525679999999999, 0.467610425461198, 0.808479999999998, 0.565145550573774, 1.04392, 1.329160668743, 2.3912, 4.66359391992914, 10.4678 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.35217804209424, 0.528959999999997, 0.431932062559223, 0.762839999999998, 0.599045871921896, 1.05196, 1.31988711638534, 3.564, 4.62874863399026, 10.5516 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.304852412379062, 0.439079999999998, 0.321366991667368, 0.583080000000001, 0.701105087225396, 1.10448, 1.55431311410111, 3.97944, 4.61656438815706, 10.5176 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.240460724443723, 0.39788, 0.548516052636564, 0.708880000000003, 0.722411948498454, 1.10276, 1.63722651863856, 4.10144, 4.57640341862472, 10.541 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.511779412116845, 0.484000000000003, 0.602897166466496, 0.810920000000002, 0.677038743352252, 1.06328, 1.66753307513424, 4.16516, 4.56588706240821, 10.5344 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.397559001910408, 0.578920000000001, 0.43745133062624, 0.738600000000002, 0.558856197961515, 0.970600000000001, 1.62401032221679, 4.14812, 4.56657418093695, 10.518 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.287615037854422, 0.442920000000005, 0.397248138237717, 0.620000000000002, 0.497888049665787, 0.953480000000003, 1.58502360865698, 4.13056, 4.5743905703383, 10.50756 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.257552499502525, 0.396039999999999, 0.309893008418493, 0.58352, 0.442701366611848, 0.913200000000002, 1.59613687591844, 4.18752, 4.57334834922219, 10.48796 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.291694034906443, 0.429079999999998, 0.425583098035313, 0.655160000000001, 0.464410924361892, 0.90256, 1.6093042937866, 4.28432, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.30785690940219, 0.408720000000001, 0.280145039815689, 0.601919999999999, 0.544494300551742, 0.906719999999995, 1.61800081685187, 4.34732, 4.57388759408595, 10.51116 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.225157959367787, 0.381760000000002, 0.303568130738391, 0.593119999999999, 0.713765834617114, 0.9334, 1.58354056678908, 4.33432, 4.5757625867171, 10.511 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.237769475192537, 0.381639999999995, 0.475256534235285, 0.633239999999993, 0.751019311780107, 1.01256, 1.5798872058895, 4.3442, 4.57575457055992, 10.51084 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.271766723816427, 0.422249999999996, 0.295238073302784, 0.609291666666667, 0.626778992785418, 1.14741666666667, 1.60557393176469, 4.29879166666667, 4.67447931979936, 10.5079583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274552649975733, 0.412875000000001, 0.421490314414136, 0.694458333333337, 1.10678151687086, 2.75075, 1.58885821676165, 4.35920833333333, 4.6755473892896, 10.5054583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.274926706306572, 0.446541666666668, 0.52153176706503, 0.816916666666668, 1.33461306814622, 3.26004166666666, 1.58001839044058, 4.358875, 4.64886128471965, 10.452875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.476309847318082, 0.670125, 1.05398316871169, 2.58545833333333, 1.47032769134215, 3.42504166666667, 1.58482129701688, 4.36575, 4.63412739605053, 10.415875 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.790045097057516, 1.97615384615384, 1.15026738563759, 2.60646153846154, 1.24145684642619, 2.97930769230769, 1.53633987625936, 3.92215384615385, 4.58929296532031, 10.0021923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.721573167034791, 1.57265384615384, 0.771271857688027, 1.90496153846154, 0.814450376256661, 2.28484615384615, 1.25032829473518, 3.34426923076923, 4.63218372094797, 9.67823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.376366768744779, 1.13123076923077, 0.583933385294537, 1.51396153846154, 0.810555612859758, 1.91319230769231, 1.05811090882979, 3.01384615384616, 4.39356325268963, 9.53984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.31672505183761, 0.976038461538459, 0.414915526157016, 1.28942307692308, 0.748930019325007, 1.75842307692308, 0.919842378638027, 2.81219230769231, 4.42744527846999, 9.40557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.379222970742098, 0.912692307692308, 0.53627821711668, 1.24838461538462, 0.791739907759146, 1.71780769230769, 0.948043514905217, 2.76688461538462, 4.40162011361901, 9.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.387805899110127, 0.804153846153842, 0.550120279155804, 1.17419230769231, 0.713699380799675, 1.60238461538462, 0.93427890169576, 2.64288461538462, 4.48709392763118, 9.54034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.309406299970667, 0.863461538461541, 0.466928367097136, 1.1445, 0.616104451683814, 1.51215384615385, 0.789127370044813, 2.55761538461539, 4.46482380667092, 9.46623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.326527313028862, 0.717384615384615, 0.46243503493838, 1.07580769230769, 0.50312726177227, 1.35619230769231, 0.626888414803925, 2.40026923076923, 4.49028949160982, 9.39196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.334466822546894, 0.746153846153843, 0.369073002993256, 0.939192307692306, 0.357516570890829, 1.28953846153846, 0.512906152759411, 2.31380769230769, 4.49141330301071, 9.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.230967050597132, 0.619538461538457, 0.328683687082041, 0.881615384615383, 0.363436698540685, 1.29007692307692, 0.408496824203829, 2.19584615384615, 4.81579976791139, 9.53573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.23928380317426, 0.584538461538466, 0.220905604622981, 0.839384615384615, 0.275555293906684, 1.296, 0.479704455488358, 2.20226923076923, 4.87678753231927, 9.62534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.233254397270775, 0.598423076923078, 0.288290579904265, 0.942461538461542, 0.279998395599797, 1.22669230769231, 2.9393187669673, 3.79342307692308, 4.69268618449539, 9.88211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.234522588710306, 0.615269230769235, 0.267022237621918, 0.826653846153848, 0.403555194966708, 1.15665384615385, 2.98254672411657, 3.95980769230769, 4.71304614937663, 9.90038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.201362608246915, 0.550500000000003, 0.215465835235762, 0.745384615384617, 0.382129355867075, 1.09426923076923, 3.014581659968, 4.04776923076923, 4.81429160680828, 9.99034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.146405889961378, 0.496730769230773, 0.355842964500657, 0.76315384615385, 0.41545045988106, 1.02473076923077, 3.00065691705103, 4.07542307692308, 4.95244258942378, 10.0358076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.272920072830574, 0.583615384615386, 0.305582372125501, 0.782115384615386, 0.362349784260795, 1.04738461538462, 2.96651375108639, 4.10765384615385, 5.00587292072637, 10.0874615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.208928611289567, 0.513730769230768, 0.209115279212213, 0.666000000000001, 0.402504169113621, 1.04461538461539, 2.95872878134149, 4.10119230769231, 5.02122523877007, 10.1105384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.135743377795693, 0.477230769230771, 0.219180294594338, 0.731192307692311, 0.394805868555864, 1.05507692307693, 2.94571369254745, 4.16796153846154, 5.01581780570228, 10.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.227908635540313, 0.541115384615382, 0.374688276591871, 0.807230769230766, 0.431100639686906, 1.03319230769231, 2.94924599281814, 4.19961538461539, 5.00590898239271, 10.1535 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.276363395104793, 0.53738461538461, 0.28134378641414, 0.709384615384613, 0.444362707013779, 0.976846153846153, 2.95438726720371, 4.20326923076923, 5.00004456041682, 10.1713846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.145533141877085, 0.465153846153849, 0.233167833247936, 0.659038461538467, 0.370696309458502, 0.896076923076925, 2.96210850473884, 4.18407692307692, 4.99355041875172, 10.1797692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.163077145500573, 0.469346153846152, 0.262017782720065, 0.679038461538462, 0.413039249392186, 0.91430769230769, 2.97225328250885, 4.21784615384615, 4.99342184694409, 10.2066923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.132174480643332, 0.423479999999998, 0.15058893274961, 0.532879999999999, 0.400535216928547, 1.07828, 3.06317081795972, 4.33472, 4.98577707483999, 10.05204 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.138957403545117, 0.411080000000002, 0.305559230482956, 0.690119999999999, 3.13025767043759, 3.3482, 3.05710815859258, 4.35772, 5.0087395813052, 10.11388 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.265411548354629, 0.58004, 0.358917734306906, 0.95976, 3.08533150460908, 3.64408, 3.04671775741261, 4.34952, 5.00460316208988, 10.14768 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.333055661013792, 0.807360000000001, 3.12474314944444, 3.2804, 3.07510267958649, 3.79264, 3.05490935599296, 4.34056, 5.03200549582371, 10.18232 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 1.02580766303361, 2.05519230769231, 1.00248016515962, 2.4218076923077, 1.11257636211563, 2.72719230769231, 1.3674494894342, 3.25211538461539, 3.73003638031341, 9.67896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.56891455759732, 1.40957692307693, 0.67033830379776, 1.7178076923077, 0.802216314583927, 2.07815384615385, 1.19581613778399, 2.84865384615385, 3.83651390257032, 9.52473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.364963292147828, 1.07673076923077, 0.628111578769736, 1.43165384615385, 0.66888577960205, 1.77888461538461, 1.19282978410423, 2.63957692307692, 3.88715108253609, 9.40353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.423836428898626, 0.914038461538465, 0.518169881558017, 1.27288461538462, 0.576385102300407, 1.56388461538462, 1.1621370665883, 2.57319230769231, 3.84360653553404, 9.366 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.370413558897867, 0.874269230769233, 0.389133398127764, 1.07280769230769, 0.682839673715579, 1.4745, 1.3955999647243, 2.53830769230769, 3.83037280631855, 9.30865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.271087575971594, 0.757923076923074, 0.425742168273422, 0.996076923076922, 0.641940749722155, 1.33161538461539, 1.37542103204241, 2.44084615384615, 3.79088561704761, 9.22780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.308722202734981, 0.673038461538462, 0.404357754774349, 0.944076923076927, 0.586625174523403, 1.21884615384616, 1.26142829973987, 2.33465384615385, 3.68304184253263, 9.17642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28899743144986, 0.684346153846156, 0.401419015685415, 0.872115384615385, 0.551049890244483, 1.23769230769231, 1.21638798719184, 2.38215384615384, 3.65734665234027, 9.16484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.217087873026994, 0.582769230769229, 0.346958875860615, 0.794692307692308, 0.603373378469876, 1.22107692307692, 1.30461700834442, 2.45453846153846, 3.70774999987033, 9.18730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.289396520631894, 0.589115384615384, 0.412532829462836, 0.892846153846152, 0.551510966485569, 1.16811538461538, 1.31441147286533, 2.438, 3.91056226844486, 9.53915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.278958910677097, 0.646923076923072, 0.441032091977268, 0.861115384615381, 0.465506904848403, 1.03596153846154, 1.34701858419023, 2.57288461538461, 3.96230270908994, 9.78803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.314686100008344, 0.591307692307689, 0.333634318470897, 0.787538461538458, 0.422424855402162, 1.00896153846154, 2.48379133057633, 4.62842307692308, 3.81042992042388, 9.92653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.194526490187365, 0.497346153846155, 0.254286637175752, 0.640423076923077, 0.442151559466274, 1.01080769230769, 2.3558128112264, 4.87719230769231, 3.80194726402952, 9.94396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.198209652019892, 0.434115384615385, 0.383177026772421, 0.677076923076922, 0.607491190186198, 1.08888461538461, 2.34111899345985, 4.92630769230769, 3.79752537318712, 9.961 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.263223289243182, 0.534500000000001, 0.342675356569451, 0.767999999999997, 0.569808670992694, 1.12580769230769, 2.3184515880548, 4.98561538461539, 3.79993387634777, 9.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.202268340425438, 0.49980769230769, 0.494096859081137, 0.781884615384611, 0.641237630260064, 1.23753846153846, 2.3215482158382, 4.99096153846154, 3.82246132465216, 9.90953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.354414212251926, 0.536923076923074, 0.347460961836003, 0.732, 0.816237865971773, 1.27457692307693, 2.34568340443593, 5.10192307692308, 3.83921491193186, 9.9105 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.182599738815214, 0.463769230769234, 0.549306051724845, 0.915461538461538, 0.90354290094392, 1.32457692307693, 2.38757399144307, 5.10073076923077, 3.83544399696386, 9.89942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.589938068457518, 0.779269230769227, 0.829808712897141, 1.0685, 0.969667816237168, 1.35292307692308, 2.42835973890576, 5.14630769230769, 3.82949377915872, 9.89926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.763016189968374, 0.729115384615384, 0.800800461077252, 0.995538461538461, 1.0012061802569, 1.37284615384615, 2.36985358716849, 5.08623076923077, 3.74985395510483, 9.85273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.545827648199011, 0.65630769230769, 0.721753492970684, 0.867769230769229, 1.12798561433816, 1.38011538461538, 2.39566951778861, 5.09903846153846, 3.76906652981263, 9.88188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307104094103913, 0.552730769230768, 0.718204860425256, 0.937307692307689, 0.989821824681285, 1.32073076923077, 2.36961526413044, 5.0945, 3.71869043864389, 9.87053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.386700573226016, 0.627799999999996, 0.607013522639046, 0.870600000000001, 0.697215504704251, 1.34328, 2.38099003007852, 5.07823999999999, 3.68684147701886, 9.74008 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.365966109542033, 0.519880000000005, 0.414126289111588, 0.770600000000001, 2.24821449525321, 3.8022, 2.36063633229122, 5.01332, 3.66453661236087, 9.7338 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.340175508622633, 0.603280000000001, 0.504970500788578, 1.08996, 2.14950928508501, 4.0598, 2.35649326189008, 4.98392, 3.6494703839507, 9.7298 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.478993736911039, 0.891799999999999, 2.18386326800313, 3.68776, 2.0830677721412, 4.16648, 2.33671096272802, 4.92204, 3.6343442361266, 9.71312 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 1.42276409616398, 2.52356, 1.43883891268851, 2.9116, 1.4789109698243, 3.29464, 1.94522210985447, 4.06584, 3.55659043982669, 9.51216 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.597386600117544, 1.3534, 0.917481767302937, 1.79128, 1.07546323662565, 2.32344, 1.5693058178698, 3.153, 3.44542566891233, 9.15396 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.654674988066595, 1.11844, 0.682779742425527, 1.47748, 0.928273890975431, 2.0724, 1.21660398651328, 2.76452, 3.36697779024454, 8.98924 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.291144706288813, 0.977359999999999, 0.394842002156134, 1.34796, 0.612773470922709, 1.75208, 0.901391932883064, 2.4594, 3.37019131504429, 8.8794 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.282250775021077, 0.842600000000002, 0.531038943957969, 1.23312, 0.613021024653041, 1.50212, 0.767188410148813, 2.24584, 3.36633590272866, 8.83092 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.497135152649662, 0.874120000000001, 0.490136487793625, 1.06712, 0.544651270692236, 1.43744, 0.82859536365265, 2.17588, 3.34986880937149, 8.85104 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.261820154559066, 0.752719999999995, 0.363954379009238, 1.00904, 0.444543728632704, 1.37128, 0.769063527935107, 2.10428, 3.36374740530062, 8.80624 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.280024713195106, 0.670440000000001, 0.48117971348205, 1.0138, 0.605700866765109, 1.36596, 1.15690344886684, 2.21944, 3.25562189246028, 8.79636 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.307631554515026, 0.689559999999998, 0.340813013249202, 0.872480000000003, 0.582350733378664, 1.19372, 1.26687783152125, 2.09276, 3.19397372771495, 8.73956 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207864475079317, 0.593840000000001, 0.448104701306884, 0.918360000000002, 0.489925079306348, 1.077, 1.30488381091958, 2.07148, 3.66130981480671, 9.47632 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.421218557679183, 0.663640000000003, 0.421343256739675, 0.803160000000003, 0.439169147368069, 0.984960000000001, 1.41196227758865, 2.15416, 3.6997511231613, 9.52504 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.207821493915652, 0.500760000000003, 0.228230234631608, 0.646960000000001, 0.356616937343137, 0.860839999999999, 1.67688666084901, 3.48804, 3.705433556729, 9.53852 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.223184057076962, 0.473040000000001, 0.289462041265055, 0.633240000000001, 0.362918324144702, 0.845279999999998, 1.75728510113376, 3.74852, 3.69800582656833, 9.56948 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.191926357404781, 0.447679999999999, 0.222949732750083, 0.623399999999999, 0.392290997432602, 0.911679999999998, 1.87837564755651, 3.90164, 3.68623560243599, 9.6224 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.172702316139649, 0.469559999999998, 0.24149309859014, 0.615599999999996, 0.387823735735711, 0.9128, 1.85945270801205, 3.94104, 3.69123103991067, 9.64856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.206366179399631, 0.431199999999998, 0.327385715428553, 0.682639999999997, 0.383378020583687, 0.933039999999997, 1.87091168328884, 3.98212, 3.69561200389507, 9.7078 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.236894083224267, 0.50716, 0.294416326540045, 0.644840000000003, 0.342356816786231, 0.90376, 1.83711637718827, 4.0152, 3.71026056452463, 9.73196 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.190767030694512, 0.436319999999999, 0.208349066072619, 0.6312, 0.37306791160145, 0.8742, 1.78693887416442, 4.06896, 3.71397624655839, 9.72732 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.162720619467845, 0.481199999999999, 0.242255842722797, 0.632679999999998, 0.44874798049685, 0.9504, 1.80865700636319, 4.0914, 3.71471367312924, 9.72856 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.183809394029065, 0.439679999999998, 0.32493757349169, 0.626519999999999, 1.13761801146079, 1.19736, 1.79429981701313, 4.1236, 3.73517650319232, 9.75348 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.212253778921995, 0.4308, 0.40016626544475, 0.717960000000003, 1.20336604018339, 1.22908, 1.79484511866623, 4.165, 3.77987626913897, 9.80212 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.358435247522714, 0.56508, 1.13213537176435, 0.9774, 1.25123866894636, 1.25196, 1.78728882388942, 4.17956, 3.78753475143573, 9.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.185855829859473, 0.484958333333334, 0.315065900628949, 0.678, 0.497966457094557, 1.178375, 1.42813660834721, 3.93979166666667, 3.79939310347194, 9.63504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.28125227213253, 0.517666666666668, 0.297140328801064, 0.772125, 1.35837433142539, 2.99070833333334, 1.45120827219093, 3.94266666666667, 3.79594599516225, 9.63245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.210817108558273, 0.592124999999998, 0.416701381887154, 1.01295833333333, 1.45076169836221, 3.308125, 1.46664962708317, 3.95679166666667, 3.79197595593145, 9.63754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 00:00:00', 0.25186067001707, 0.771666666666666, 1.38330450227508, 2.86504166666667, 1.51382213264154, 3.36816666666667, 1.51926968951953, 3.91629166666667, 3.86138931946123, 9.71754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970065 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:10 Duration: 3s361ms 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-16 00:00:00', 0.164102974238269, 0.287884615384615, 0.178692124573567, 0.341346153846154, 0.208491021758362, 0.392884615384616, 0.236426602694236, 0.492461538461539, 0.685831304667219, 1.25446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.084613619562011, 0.180769230769231, 0.124454576205384, 0.236692307692308, 0.15338963960601, 0.293692307692308, 0.206391234160905, 0.410307692307693, 0.688321360546522, 1.24184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0665602329877581, 0.149230769230771, 0.0958423384843775, 0.206076923076924, 0.120198278497849, 0.254884615384617, 0.188356033576351, 0.383653846153847, 0.696219386290093, 1.23107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0703798157253798, 0.141038461538461, 0.086576173663161, 0.182923076923076, 0.113779794069339, 0.231807692307692, 0.173730016006269, 0.355961538461538, 0.693099229215025, 1.22569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0565308901262087, 0.120307692307692, 0.0727633466477774, 0.160769230769231, 0.0921921154646431, 0.211884615384615, 0.158618851338672, 0.3315, 0.690797612574379, 1.22530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0426074930210456, 0.103038461538462, 0.0695386113000414, 0.148461538461538, 0.0932085502845841, 0.198076923076923, 0.164357888111934, 0.318346153846154, 0.689307491952277, 1.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0673849675087387, 0.099576923076923, 0.0784641025222067, 0.134153846153847, 0.09072640189052, 0.185, 0.150889179914878, 0.303769230769231, 0.677590642247617, 1.22096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0445592431920269, 0.101384615384615, 0.0638540643848274, 0.137692307692308, 0.0657552571750277, 0.164923076923077, 0.141492070992851, 0.292615384615384, 0.676677563256965, 1.21826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474200866235463, 0.0952307692307697, 0.0520886227057758, 0.12376923076923, 0.0592291638144077, 0.156423076923077, 0.127407402272576, 0.280615384615384, 0.666935692898152, 1.21953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0325437457065936, 0.0788461538461537, 0.0415833546580291, 0.0998461538461537, 0.0534670135547298, 0.147192307692308, 0.121965247257002, 0.283807692307692, 0.670237326509166, 1.23592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035693998633686, 0.071307692307692, 0.0468947922317786, 0.104807692307693, 0.0624321909077241, 0.140538461538461, 0.135759362901365, 0.302730769230768, 0.668462296272918, 1.24519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0346929609353481, 0.0788076923076928, 0.0464058351768562, 0.110307692307693, 0.0828686541833143, 0.141423076923077, 0.205513798900369, 0.455192307692307, 0.67656723584237, 1.25676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368619879258582, 0.0693846153846157, 0.0634230727247271, 0.0963846153846157, 0.102140755069433, 0.137576923076923, 0.206765764909139, 0.493192307692308, 0.683146129203814, 1.26492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0435550226724776, 0.0660000000000006, 0.0611353731169918, 0.0964230769230768, 0.0946690104440813, 0.135692307692308, 0.210045361401183, 0.503423076923077, 0.685245879509403, 1.26334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.022470128318873, 0.0633600000000001, 0.0293543296068344, 0.0834799999999996, 0.0569731515715955, 0.12624, 0.226034495892405, 0.51552, 0.672643474162453, 1.23092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0225294621921306, 0.0590799999999996, 0.0427875760784199, 0.0881199999999998, 0.0583081469436294, 0.13544, 0.227460384829242, 0.52432, 0.66909430575966, 1.23124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0342589647634995, 0.0625200000000004, 0.0452862009888225, 0.0934399999999999, 0.0525769911653377, 0.13144, 0.224334103515271, 0.533960000000001, 0.669408689317172, 1.24392 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.032711262076946, 0.0601200000000003, 0.0352160001514456, 0.0930000000000004, 0.0463259466533958, 0.13052, 0.249692130432659, 0.555920000000001, 0.67280308659617, 1.24992 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0299411645286772, 0.0698399999999998, 0.0319031346422264, 0.0966799999999995, 0.0398773954348406, 0.13304, 0.26356892204254, 0.571080000000001, 0.688655930055061, 1.25964 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0273698739492905, 0.0658799999999999, 0.0415540611733669, 0.09536, 0.0465038349673078, 0.12624, 0.273317355224044, 0.574280000000001, 0.692281510658779, 1.26324 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0359924529126119, 0.0640400000000002, 0.0394112082196592, 0.0869200000000001, 0.0539050708808244, 0.12044, 0.284336801463803, 0.573800000000001, 0.695130083749319, 1.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.031849751438068, 0.0606399999999999, 0.0428397401174814, 0.0830800000000005, 0.0711116961781493, 0.14304, 0.307864862128391, 0.584240000000001, 0.708301152994498, 1.28124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0219067523175267, 0.0529166666666677, 0.0354964531806468, 0.0787916666666666, 0.0898245875122124, 0.18225, 0.309620513401228, 0.590916666666667, 0.717287097888358, 1.30445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0294436332036648, 0.0616666666666671, 0.0519263518311539, 0.108791666666667, 0.178871902792741, 0.385125000000001, 0.315012491125696, 0.588000000000001, 0.732636152454995, 1.31491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423638270294335, 0.085458333333334, 0.0786137019255216, 0.155125000000001, 0.178948129274979, 0.432541666666667, 0.314797059080603, 0.592833333333334, 0.725875837787744, 1.32241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.060905352445592, 0.119625, 0.163255196113237, 0.365541666666667, 0.170722075824754, 0.442875, 0.314013938581057, 0.586333333333334, 0.729873182353511, 1.32908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.152853546464145, 0.25796, 0.153748355004749, 0.32984, 0.180612541092805, 0.39016, 0.315169599845331, 0.54928, 0.686595069892, 1.37096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0934061561140362, 0.16672, 0.113767115928402, 0.22504, 0.132781989240509, 0.28484, 0.254020340392916, 0.495, 0.661732340149702, 1.34424 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.086558323304771, 0.132479999999999, 0.105364003973527, 0.17964, 0.121848635609924, 0.261560000000001, 0.242795867619969, 0.4634, 0.6671034577435, 1.32776 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0980304034470941, 0.133280000000001, 0.10307036431487, 0.184600000000001, 0.144664231930356, 0.273640000000001, 0.246823823809615, 0.448800000000001, 0.676015145293851, 1.32332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747540411393704, 0.1122, 0.0913047643882832, 0.16232, 0.148358518461192, 0.250000000000001, 0.228909101318988, 0.40428, 0.654267847801393, 1.3054 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0598480854608842, 0.10072, 0.0952335375099895, 0.158519999999999, 0.145870661889223, 0.2274, 0.217085620589358, 0.3936, 0.656898208755868, 1.29556 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0686053447869279, 0.103879999999999, 0.0872739938355058, 0.162199999999999, 0.139239900890514, 0.219199999999999, 0.206427008891764, 0.37912, 0.655824608158818, 1.2902 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.074225849046451, 0.105680000000001, 0.116965094508291, 0.148000000000001, 0.149443657164386, 0.21636, 0.186489302642271, 0.35952, 0.641490223360159, 1.28304 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0694688899196372, 0.0875199999999987, 0.0760458852711085, 0.132319999999999, 0.106699765697961, 0.185559999999999, 0.171782886225608, 0.349119999999999, 0.629511588455685, 1.27944 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0470953996337933, 0.0763200000000001, 0.0736595320828646, 0.12068, 0.0696109905115551, 0.15776, 0.162207911849783, 0.33736, 0.630339651828019, 1.29692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549833914317158, 0.0754400000000004, 0.0511419592898045, 0.1008, 0.0679917151815815, 0.15096, 0.149533909197881, 0.34484, 0.618991227724595, 1.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0423407998664813, 0.0660800000000003, 0.0430210026227495, 0.10384, 0.0699862605563883, 0.14708, 0.270688677265968, 0.51888, 0.616906267866793, 1.29948 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0396403834492052, 0.0671199999999993, 0.055544636704786, 0.10104, 0.0786996823373515, 0.14884, 0.305982777293102, 0.550279999999999, 0.61299497822848, 1.29748 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0421855820551684, 0.0670400000000001, 0.0555593376490396, 0.0955600000000013, 0.0785861098837866, 0.15212, 0.306800027162102, 0.57044, 0.604494259691522, 1.29468 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0414476778601644, 0.0620800000000006, 0.0549929389406799, 0.10016, 0.090096836792421, 0.14976, 0.300419429021049, 0.5816, 0.595543597620416, 1.29148 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0455710800106093, 0.0668400000000008, 0.0611745317377524, 0.0996399999999997, 0.0749374628162272, 0.14404, 0.300833010156798, 0.5908, 0.594878175203406, 1.28628 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0362237031053791, 0.0566399999999993, 0.0509967319214358, 0.0851999999999998, 0.0634251527392726, 0.128, 0.315732624224992, 0.61344, 0.591936435213558, 1.28092 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0432961507141999, 0.05316, 0.0484762140986015, 0.0861199999999999, 0.0629126378401034, 0.128399999999999, 0.31049848630871, 0.62268, 0.591515849322739, 1.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.036055605204555, 0.0585600000000005, 0.045003444312631, 0.0853200000000004, 0.058366171709305, 0.13312, 0.305644853820029, 0.62788, 0.594264424870501, 1.28096 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0376046539672946, 0.0561199999999991, 0.0465062003034722, 0.0870799999999989, 0.0609816365802035, 0.131519999999999, 0.295101524902872, 0.63508, 0.592966643243953, 1.27976 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0379922360489611, 0.0630799999999996, 0.0412846622044241, 0.0954400000000004, 0.102631265541583, 0.14648, 0.297114472888818, 0.64148, 0.593203596302878, 1.28656 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0368323680114836, 0.058960000000001, 0.0581878566942163, 0.0919200000000001, 0.114817797691242, 0.15072, 0.2991346519546, 0.64704, 0.591357641364345, 1.28812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0397462740939052, 0.0608749999999999, 0.0508210129997316, 0.0814166666666667, 0.0814383268919282, 0.153875, 0.293742517635201, 0.643833333333333, 0.591009819617287, 1.25745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0346409115587794, 0.0530833333333331, 0.0498017628172945, 0.0939583333333329, 0.214607005166807, 0.425916666666666, 0.287729291048958, 0.642166666666666, 0.590365569316829, 1.271875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.042736723508382, 0.0700833333333334, 0.0672891230954645, 0.122499999999999, 0.234137439508742, 0.460083333333333, 0.293294727367284, 0.645333333333333, 0.588144094971017, 1.27079166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0599365455523896, 0.0987083333333324, 0.198389822670242, 0.399499999999999, 0.231558296256509, 0.479125, 0.292718885647122, 0.637791666666666, 0.592239300868116, 1.27454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.153115989216821, 0.306884615384615, 0.184018494053847, 0.364384615384615, 0.192283592643781, 0.4265, 0.263020048957957, 0.578115384615385, 0.560170848938073, 1.2665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0940934396470623, 0.195153846153846, 0.0957277630334309, 0.26126923076923, 0.117182362810476, 0.326884615384614, 0.234366068034931, 0.480423076923077, 0.567445433499998, 1.227 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0747289666831975, 0.176538461538461, 0.0824931885299992, 0.224615384615384, 0.134166761904728, 0.296999999999999, 0.2202386572649, 0.426884615384616, 0.552102394349231, 1.21357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0542801422819959, 0.138423076923078, 0.0710244703226649, 0.183346153846154, 0.121674546987508, 0.249153846153846, 0.186802853709053, 0.382115384615386, 0.55314725400691, 1.20626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0468969574213992, 0.12773076923077, 0.0920198975138611, 0.181692307692308, 0.115130274037718, 0.2355, 0.187019094047804, 0.376307692307694, 0.554056821579214, 1.20280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0568251840160815, 0.117307692307693, 0.0701457493640652, 0.158884615384616, 0.105606847097366, 0.224615384615385, 0.173524584824345, 0.367692307692309, 0.549530939844295, 1.19742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0476811848071703, 0.108846153846154, 0.0784712784301471, 0.157307692307693, 0.11108913261258, 0.210346153846155, 0.170851820638191, 0.360230769230771, 0.552881632901655, 1.1955 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0584573480279558, 0.105307692307693, 0.0781952290498202, 0.147576923076924, 0.105508701792062, 0.198615384615385, 0.167307381785742, 0.363000000000001, 0.556857899288499, 1.202 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0541643794388892, 0.111500000000001, 0.0830458631396863, 0.156846153846154, 0.0887960238195042, 0.191423076923077, 0.15248319957899, 0.356615384615385, 0.563830110801254, 1.20992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0549825286935628, 0.102961538461538, 0.0588619244830317, 0.126384615384615, 0.0699016451880781, 0.160999999999999, 0.137722061245997, 0.337615384615386, 0.604239305624466, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380956892372561, 0.0868076923076919, 0.0446551917904987, 0.108384615384615, 0.0605441987311759, 0.161, 0.127500449471305, 0.35373076923077, 0.600074345393968, 1.2235 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0311012243142633, 0.0736153846153838, 0.0383411608507705, 0.0997307692307683, 0.0700439422516598, 0.153076923076922, 0.307551721728983, 0.519307692307692, 0.596419872753569, 1.23176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0296287801872545, 0.0742307692307695, 0.0609493736952744, 0.114115384615385, 0.0781371968940632, 0.153307692307692, 0.334097562904105, 0.546692307692308, 0.605269770750709, 1.23484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0515062505542182, 0.0834230769230768, 0.0532955763787055, 0.109538461538462, 0.0705891362310529, 0.151115384615385, 0.343533556753026, 0.56323076923077, 0.606152141348637, 1.23253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0380149161008398, 0.0744230769230765, 0.0577312740202402, 0.1045, 0.060648051525553, 0.140115384615385, 0.34984104742231, 0.58696153846154, 0.604742072164782, 1.23442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0349367780646476, 0.0694615384615375, 0.0449352354463112, 0.0998461538461532, 0.0430850322037711, 0.142999999999999, 0.353310480151121, 0.603153846153847, 0.608258235898587, 1.24019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0334782822829281, 0.0706538461538455, 0.0343915016336217, 0.0931538461538455, 0.056347725365326, 0.143884615384616, 0.345601709397482, 0.609307692307693, 0.621152319979073, 1.24326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.030590621991816, 0.070884615384615, 0.0413709857453068, 0.109961538461538, 0.0662490406316604, 0.158846153846154, 0.336196810491438, 0.620846153846155, 0.62221825629078, 1.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0363284165104097, 0.0800769230769228, 0.0553199365926555, 0.107846153846154, 0.0709014917929201, 0.153307692307692, 0.338506248095954, 0.624000000000001, 0.620263320013239, 1.23411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0305424043182339, 0.0710384615384619, 0.0421342360338221, 0.104423076923077, 0.0824735388799622, 0.156730769230769, 0.329210021812123, 0.624038461538462, 0.629870464094373, 1.23719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0266742457178342, 0.0706538461538457, 0.0366048546591216, 0.0936538461538462, 0.0853648549552944, 0.162038461538462, 0.323331199570015, 0.62723076923077, 0.632272376797799, 1.23903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0278002767003386, 0.0621538461538459, 0.0759717457601584, 0.110884615384616, 0.0821195751047488, 0.169769230769232, 0.312785775793052, 0.630307692307693, 0.632009387710219, 1.23788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0418311287599715, 0.0744800000000009, 0.0517547743369303, 0.112160000000001, 0.0678490972673918, 0.201800000000001, 0.320079901482946, 0.64132, 0.644207735646403, 1.21924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0309237233635718, 0.0808800000000005, 0.0501410344262391, 0.123960000000001, 0.285589495605144, 0.454880000000001, 0.312165004444764, 0.643640000000001, 0.653717961611377, 1.22156 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0370124753743017, 0.0884400000000002, 0.0559093909821957, 0.15812, 0.298793975842889, 0.46644, 0.304236930697113, 0.62812, 0.660382545701101, 1.21124 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.0586124844494186, 0.13056, 0.275185888688598, 0.41776, 0.300016677314223, 0.480440000000001, 0.304011995377374, 0.61872, 0.661420798987553, 1.20284 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 00:00:00', 0.137272558745787, 0.280653846153846, 0.183484600066432, 0.332961538461539, 0.205423719700001, 0.403769230769231, 0.234259461675756, 0.536846153846154, 0.6655072986943, 1.19973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0893789942625484, 0.18573076923077, 0.112561784743382, 0.260346153846155, 0.153661385970782, 0.317692307692308, 0.195738789835213, 0.446923076923077, 0.684082748031147, 1.16361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0733818673892844, 0.171538461538462, 0.103069364246385, 0.227423076923077, 0.139468998485189, 0.284192307692308, 0.172414745933706, 0.402269230769231, 0.689738167712937, 1.1485 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0560598032324552, 0.136307692307692, 0.0826481792809831, 0.179807692307692, 0.114206452734308, 0.259923076923078, 0.139230903952335, 0.377269230769231, 0.696481619394113, 1.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0548147790290173, 0.1175, 0.0738325444190066, 0.173269230769231, 0.0884991525383155, 0.2345, 0.111021827375729, 0.352384615384615, 0.700930481574314, 1.1285 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0528815803324899, 0.120307692307692, 0.0647563005547601, 0.162538461538462, 0.0633293345566233, 0.208730769230769, 0.103458181815724, 0.326653846153846, 0.705050754310529, 1.12261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0462804992992155, 0.100269230769231, 0.0537289493662411, 0.147999999999999, 0.0607598045269558, 0.186076923076922, 0.115830227222697, 0.315192307692308, 0.708878646444238, 1.12184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0428063259164054, 0.101692307692308, 0.0480244168666799, 0.140230769230769, 0.0603639347241766, 0.171730769230769, 0.124776600370422, 0.317, 0.70946799678459, 1.12296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305132757992314, 0.0865000000000004, 0.0457989586713997, 0.124230769230769, 0.0779600785412223, 0.165423076923077, 0.142866914940497, 0.316653846153846, 0.704977629759653, 1.12146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0402678722862471, 0.0816923076923072, 0.0510891227321277, 0.109461538461538, 0.100127088473367, 0.169076923076923, 0.156223257403774, 0.317884615384615, 0.720210611290464, 1.15026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0419494384302748, 0.0806538461538457, 0.0769273383434993, 0.124846153846154, 0.101311925032772, 0.169115384615385, 0.199094704948327, 0.346692307692308, 0.731001281699392, 1.16992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0474754673489369, 0.0880000000000004, 0.0688107885101218, 0.11826923076923, 0.0723723279033768, 0.155076923076923, 0.191453858670961, 0.4505, 0.725881477928732, 1.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324236618251843, 0.0744230769230756, 0.0422068168026847, 0.102153846153846, 0.0548373819719583, 0.148538461538461, 0.186576690769404, 0.468307692307692, 0.730303064592945, 1.18461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0284823562119539, 0.0682692307692318, 0.0317065390004115, 0.0982307692307693, 0.0617563076815767, 0.144807692307692, 0.207336693846952, 0.490769230769231, 0.744479709905877, 1.19303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0245166505429712, 0.0751153846153845, 0.0502314029881098, 0.109923076923077, 0.0615864745390888, 0.144576923076923, 0.250326457620076, 0.522846153846154, 0.750646282571533, 1.21219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370598891608617, 0.0756538461538469, 0.0457211110976092, 0.1005, 0.0597834553907811, 0.155692307692309, 0.267323474464925, 0.546, 0.742017952302006, 1.22719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0312774433344293, 0.0689615384615387, 0.0393591940192649, 0.0911153846153843, 0.0509888072182368, 0.150461538461538, 0.275869500921108, 0.556307692307692, 0.740772732717979, 1.23219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0241146300949312, 0.065346153846154, 0.0387104637016914, 0.116500000000001, 0.0510758109239433, 0.154461538461538, 0.282668253503044, 0.563692307692307, 0.737424871792688, 1.23680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039619439672969, 0.0965000000000003, 0.0449944953898217, 0.11776923076923, 0.0629894863022029, 0.160653846153846, 0.29966360883754, 0.585961538461538, 0.736682581682129, 1.23988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0368144829360147, 0.0788846153846146, 0.0400608959537276, 0.111346153846153, 0.0810105026429392, 0.154692307692307, 0.318537938810337, 0.602538461538461, 0.736249578294251, 1.24180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0367879788057915, 0.0806538461538454, 0.0624408643314739, 0.114307692307692, 0.10064539425436, 0.162846153846154, 0.341496507471723, 0.615230769230769, 0.737381851813981, 1.24334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.035376045785031, 0.0717692307692297, 0.0706482946606756, 0.111692307692308, 0.0861872737348518, 0.162384615384615, 0.374814908167505, 0.637846153846154, 0.743568978746321, 1.24488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0324087436761539, 0.0719200000000001, 0.0466207035553952, 0.110359999999999, 0.0978155918041705, 0.18684, 0.35410473968399, 0.6092, 0.763862166886147, 1.23492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0305013660896253, 0.0780000000000001, 0.0460592734057628, 0.11596, 0.14889836578463, 0.376159999999999, 0.375863228670572, 0.616399999999999, 0.76358604186649, 1.23532 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0370867451614015, 0.0824799999999996, 0.0772153482152355, 0.14572, 0.171092567537771, 0.407999999999999, 0.386416010710391, 0.621599999999999, 0.763315057277575, 1.23572 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0529420437837454, 0.11488, 0.155749499731674, 0.365359999999999, 0.20966828563233, 0.447039999999999, 0.400273394069604, 0.628039999999999, 0.76385699577866, 1.23852 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.1171693503723, 0.283639999999999, 0.152625216352564, 0.33104, 0.233362072039711, 0.41224, 0.420808951108854, 0.60844, 0.687675068618894, 1.1896 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0620163150576796, 0.163760000000001, 0.115468870263807, 0.24732, 0.187822371759419, 0.33008, 0.349725964149075, 0.5006, 0.625836578775429, 1.13756 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0705834494292635, 0.160239999999999, 0.110592841841897, 0.21288, 0.159950700738279, 0.27068, 0.317540616824577, 0.43628, 0.610365349606283, 1.11288 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0599924161873819, 0.12456, 0.090840189343704, 0.18224, 0.108979157028611, 0.22396, 0.263713531444002, 0.38908, 0.599481117300621, 1.09212 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0777961438633051, 0.139639999999999, 0.0928870281578649, 0.169199999999999, 0.12258769650064, 0.22592, 0.260578184044635, 0.37564, 0.594028933077618, 1.08504 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0443320801827894, 0.108, 0.0771072197224964, 0.14676, 0.118279569946236, 0.21116, 0.24991647271305, 0.36192, 0.591750180960401, 1.07612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0356100641205081, 0.0950799999999992, 0.0652295434088969, 0.14732, 0.10194993869542, 0.19796, 0.233180137804801, 0.34668, 0.588252930294445, 1.07252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0640572660463526, 0.1108, 0.0815433831364215, 0.14736, 0.124638985340328, 0.20328, 0.248286910649755, 0.343160000000001, 0.586049892642825, 1.06868 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0491949184367645, 0.0948400000000004, 0.0657463560460454, 0.124, 0.103288947456476, 0.17476, 0.255455462523966, 0.333920000000001, 0.595801569316497, 1.07348 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0503016566990265, 0.084439999999999, 0.0751592753202614, 0.129999999999999, 0.140062188568746, 0.175199999999999, 0.24998688632273, 0.33388, 0.605326212329628, 1.12736 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0582927382555789, 0.0892800000000005, 0.0710215460265415, 0.113320000000001, 0.134403707786158, 0.16924, 0.25418368030488, 0.34952, 0.615680157765919, 1.14484 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0421915078343181, 0.0760400000000007, 0.0824342768513201, 0.118080000000001, 0.100928984934954, 0.15608, 0.309169220115241, 0.46676, 0.609005610264251, 1.17 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0623214248874341, 0.0827200000000002, 0.0743561250559317, 0.1132, 0.084361069220346, 0.15604, 0.317660316480776, 0.49808, 0.630905243809771, 1.18448 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0475959732190301, 0.0797200000000007, 0.0628710850338476, 0.10724, 0.0917325278549905, 0.14976, 0.320102285735878, 0.50184, 0.639201540986878, 1.19612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0423404062332906, 0.0737200000000001, 0.0570960302181042, 0.11296, 0.0764645233643246, 0.14736, 0.307343065644891, 0.50448, 0.639006345821386, 1.19412 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0427599111318063, 0.0830799999999999, 0.0675712710156219, 0.11128, 0.0739273968160657, 0.14652, 0.297772664964399, 0.51032, 0.640387442621002, 1.19692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0570138871971855, 0.0759999999999997, 0.0589732425200905, 0.103519999999999, 0.0751161766865166, 0.143239999999999, 0.272238418792549, 0.50744, 0.648571232273938, 1.19932 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0351763651713272, 0.0672799999999998, 0.0472804751809168, 0.10012, 0.0894995344494405, 0.1462, 0.275293885390383, 0.50584, 0.650196003781425, 1.19052 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0372103032326631, 0.0757600000000005, 0.0558039723795119, 0.0974000000000004, 0.0972192882096962, 0.15456, 0.273325855588771, 0.51176, 0.650809093872134, 1.19132 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0328367172537083, 0.0634, 0.0637691147813735, 0.1046, 0.138414028672434, 0.180880000000001, 0.268500819365602, 0.51424, 0.649815007008406, 1.19172 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0464312035883917, 0.0717600000000004, 0.0764525996941899, 0.112999999999999, 0.156915582400219, 0.178800000000001, 0.262039290946987, 0.51744, 0.661973521625551, 1.19812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0592881944403775, 0.0814399999999992, 0.114000394736158, 0.134440000000001, 0.134302122097902, 0.17968, 0.25387119437489, 0.5122, 0.658897369347711, 1.19492 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0377140269142257, 0.0840000000000008, 0.0467425689668759, 0.107791666666668, 0.0689437388776883, 0.19025, 0.231525188788343, 0.501, 0.672028843357447, 1.200375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.037796916330012, 0.0762083333333337, 0.0389553581364128, 0.113291666666667, 0.156281188191697, 0.338625, 0.228755549548585, 0.505166666666667, 0.672415352142634, 1.20033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.039883798606756, 0.0937499999999997, 0.0601175026962588, 0.163124999999999, 0.183381818358167, 0.37625, 0.232107483847399, 0.499333333333333, 0.663956842276513, 1.20041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 00:00:00', 0.0413868065163662, 0.109791666666666, 0.153406813285195, 0.301791666666666, 0.200544363338057, 0.380708333333333, 0.233600050718428, 0.492125, 0.662705718675506, 1.2 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-01-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 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-16 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-01-16 14:50:02 Duration: 3s235ms Database: acaweb_fx User: pgperfstats
13 50ms 14s506ms 2s72ms 139 4m48s (( 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 #13
Day Hour Count Duration Avg duration Jan 16 14 139 4m48s 2s72ms [ User: postgres - Total duration: 4m48s - Times executed: 139 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '627' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-01-16 14:15:44 Duration: 14s506ms 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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 = '619' 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-16 14:04:34 Duration: 13s241ms 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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 = '529' 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-16 14:15:39 Duration: 11s701ms Database: acaweb_fx User: postgres Bind query: yes
14 50ms 8s704ms 1s716ms 90 2m34s 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 #14
Day Hour Count Duration Avg duration Jan 16 14 90 2m34s 1s716ms [ User: postgres - Total duration: 2m34s - Times executed: 90 ]
-
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 = 3608 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 > 538378294 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s704ms 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 >= 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 > 538447683 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s626ms 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 = 665 AND sg.groupid = 4978 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 > 538415922 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s577ms Database: acaweb_fx User: postgres Bind query: yes
15 149ms 11s223ms 1s639ms 49 1m20s 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, cps.pip 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 left join currencypips cps on cps.symbol = s.symbol 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 16 14 49 1m20s 1s639ms [ User: postgres - Total duration: 1m20s - Times executed: 49 ]
-
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, cps.pip 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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-16 14:06:40 Duration: 11s223ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:15:52 Duration: 11s97ms 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, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' 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 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('31' = 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', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) 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-16 14:35:47 Duration: 9s944ms Database: acaweb_fx User: postgres Bind query: yes
16 51ms 12s313ms 1s481ms 21 31s103ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Jan 16 14 21 31s103ms 1s481ms [ User: postgres - Total duration: 31s103ms - Times executed: 21 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:02:34 Duration: 12s313ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:10:46 Duration: 6s304ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%us30%' AND timegranularity = 30)) OR ((s.symbol ilike '%us30%' AND timegranularity = 60)) OR ((s.symbol ilike '%us30%' AND timegranularity = 240)) OR ((s.symbol ilike '%de30%' AND timegranularity = 30)) OR ((s.symbol ilike '%de30%' AND timegranularity = 60)) OR ((s.symbol ilike '%de30%' AND timegranularity = 240)) OR ((s.symbol ilike '%us500%' AND timegranularity = 30)) OR ((s.symbol ilike '%us500%' AND timegranularity = 60)) OR ((s.symbol ilike '%us500%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xagusd%' AND timegranularity = 240))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.7 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 54205 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 534675065 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:06:40 Duration: 5s666ms Database: acaweb_fx User: postgres Bind query: yes
17 62ms 14s523ms 1s26ms 123 2m6s 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 16 14 123 2m6s 1s26ms [ User: postgres - Total duration: 2m6s - Times executed: 123 ]
-
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-16 14:16:22 Duration: 14s523ms 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 = '641' 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-16 14:15:48 Duration: 6s461ms 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 = '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-16 14:36:03 Duration: 6s32ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 8s762ms 666ms 196 2m10s select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jan 16 14 196 2m10s 666ms [ User: postgres - Total duration: 2m10s - Times executed: 196 ]
-
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 = 529 AND (((s.symbol ilike '%usdjpy%' 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 > 538245493 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s762ms 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 = 529 AND (((s.symbol ilike '%gbpchf%' 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 > 538412252 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s673ms 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 = 529 AND (((s.symbol ilike '%xagusd%' 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 > 538338605 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:00:50 Duration: 8s632ms Database: acaweb_fx User: postgres Bind query: yes
19 59ms 4s13ms 401ms 28 11s232ms 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 16 14 28 11s232ms 401ms [ User: postgres - Total duration: 11s232ms - Times executed: 28 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986842' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:06:01 Duration: 4s13ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982622' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:04:35 Duration: 672ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '982477' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-01-16 14:04:36 Duration: 562ms Database: acaweb_fx User: postgres Bind query: yes
20 50ms 3s695ms 376ms 160 1m 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 16 14 160 1m 376ms [ User: postgres - Total duration: 1m - Times executed: 160 ]
-
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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s695ms 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 = 619 AND sg.groupid = 4262 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 > 65143205 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:06:17 Duration: 3s693ms 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 = 566 AND sg.groupid = 5376 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 > 65144551 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:03:56 Duration: 3s559ms 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 312ms 4 61ms 106ms 78ms 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 #1
Day Hour Count Duration Avg duration Jan 16 14 4 312ms 78ms [ User: postgres - Total duration: 295ms - Times executed: 4 ]
-
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-16 14:02:53 Duration: 106ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '125', $2 = '125', $3 = '125', $4 = '125', $5 = '125', $6 = '125', $7 = '125', $8 = '125', $9 = '125'
-
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-16 14:16:58 Duration: 77ms Database: postgres User: acaweb_fx Remote: postgres
-
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-16 14:01:11 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '627', $2 = '627', $3 = '627', $4 = '627', $5 = '627', $6 = '627', $7 = '627', $8 = '627', $9 = '627'
2 240ms 1 240ms 240ms 240ms SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 1 240ms 240ms [ User: postgres - Total duration: 271ms - Times executed: 1 ]
-
SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;
Date: 2022-01-16 14:06:16 Duration: 240ms Database: postgres User: acaweb_fx Remote: postgres
3 197ms 1 197ms 197ms 197ms SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 1 197ms 197ms [ User: postgres - Total duration: 83ms - Times executed: 1 ]
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2022-01-16 14:06:16 Duration: 197ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986695', $2 = '558'
4 105ms 2 50ms 55ms 52ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout >= 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 > 538410354 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 2 105ms 52ms [ User: postgres - Total duration: 240ms - Times executed: 2 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout >= 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 > 538410354 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:28:58 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '619', $2 = '619', $3 = '619', $4 = '619', $5 = '619', $6 = '619'
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout >= 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 > 538410354 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:16:58 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
5 76ms 1 76ms 76ms 76ms 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 = 660 AND sg.groupid = 4882 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 > 65128600 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 14 1 76ms 76ms [ User: postgres - Total duration: 1s93ms - 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 = 660 AND sg.groupid = 4882 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 > 65128600 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:02:50 Duration: 76ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '74439554', $6 = '0'
6 71ms 1 71ms 71ms 71ms 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 = 529 AND groupid = 3356 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 1 71ms 71ms [ User: postgres - Total duration: 202ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND groupid = 3356 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-16 14:04:51 Duration: 71ms Database: postgres User: acaweb_fx Remote: postgres
7 60ms 1 60ms 60ms 60ms with wh_patitioned as ( ;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 14 1 60ms 60ms [ User: postgres - Total duration: 52ms - Times executed: 1 ]
-
with wh_patitioned as ( ;
Date: 2022-01-16 14:06:14 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558', $2 = '558', $3 = '558', $4 = '558', $5 = '558', $6 = '558', $7 = '558', $8 = '558', $9 = '558'
8 56ms 1 56ms 56ms 56ms 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 = 529 AND sg.groupid = 3380 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 1 56ms 56ms [ User: postgres - Total duration: 781ms - 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 = 529 AND sg.groupid = 3380 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:32:58 Duration: 56ms Database: postgres User: acaweb_fx Remote: postgres
9 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 = 49 AND sg.groupid = 3866 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 #9
Day Hour Count Duration Avg duration 14 1 54ms 54ms [ User: postgres - Total duration: 2s390ms - 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 = 49 AND sg.groupid = 3866 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-16 14:48:22 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
10 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, 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 = 660 AND groupid = 4888 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 14 1 52ms 52ms [ User: postgres - Total duration: 1s227ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND groupid = 4888 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-16 14:14:51 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '74351241', $6 = '0'
11 52ms 1 52ms 52ms 52ms 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 = 3608 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 > 538378294 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 14 1 52ms 52ms [ User: postgres - Total duration: 66ms - 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 = 566 AND sg.groupid = 3608 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 > 538378294 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:16:58 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
12 52ms 1 52ms 52ms 52ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4888 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 > 65044107 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 14 1 52ms 52ms [ User: postgres - Total duration: 58ms - 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 = 660 AND sg.groupid = 4888 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 > 65044107 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-01-16 14:02:50 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
13 51ms 1 51ms 51ms 51ms 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 = 49 AND sg.groupid = 3913 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 #13
Day Hour Count Duration Avg duration 14 1 51ms 51ms [ User: postgres - Total duration: 2s205ms - 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 = 49 AND sg.groupid = 3913 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-16 14:48:22 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres
14 50ms 1 50ms 50ms 50ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4954 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 > 538158059 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 14 1 50ms 50ms [ User: postgres - Total duration: 5s13ms - 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 = 665 AND sg.groupid = 4954 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 > 538158059 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-01-16 14:08:51 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
15 50ms 1 50ms 50ms 50ms 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 = 49 AND groupid = 3848 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #15
Day Hour Count Duration Avg duration 14 1 50ms 50ms [ User: postgres - Total duration: 1s739ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND groupid = 3848 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 relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-01-16 14:12:56 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 64,344 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 19932 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 19,920 Max number of times the same event was reported
- 20,000 Total events found
Rank Times reported Error 1 19,920 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Jan 16 14 19,920 - 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-09 22:30:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-01-09 22:30', 0.9073, 0.90743, 0.90724, 0.90727, 0, 0,'2022-01-16 14:15');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-01-09 22:30', 0.9073, 0.90743, 0.90724, 0.90727, 0, 0,'2022-01-16 14:15');Date: 2022-01-16 14:15:44 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-01-09 22:30:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-01-09 22:30', 0.9073, 0.90777, 0.90696, 0.90762, 0, 0,'2022-01-16 14:16');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-01-09 22:30', 0.9073, 0.90777, 0.90696, 0.90762, 0, 0,'2022-01-16 14:16');Date: 2022-01-16 14:16:46 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-01-09 22:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-01-09 22:00', 0.9073, 0.90777, 0.90696, 0.90762, 0, 0,'2022-01-16 14:17');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-01-09 22:00', 0.9073, 0.90777, 0.90696, 0.90762, 0, 0,'2022-01-16 14:17');Date: 2022-01-16 14:17:19 Database: acaweb_fx Application: User: postgres Remote:
2 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Jan 16 14 68 - WARNING: there is no transaction in progress
Date: 2022-01-16 14:00:41 Database: acaweb_fx Application: User: postgres Remote:
3 9 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #3
Day Hour Count Jan 16 14 9 - LOG: process 22786 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.047 ms at character 28
- LOG: process 6634 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.041 ms at character 28
- LOG: process 1071 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.047 ms at character 28
Detail: Process holding the lock: 21244. Wait queue: 22786.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2'Date: 2022-01-16 14:02:04 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 21244. Wait queue: 22786, 6634, 1071.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'PEPPERSTONE - 1'Date: 2022-01-16 14:02:05 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 21244. Wait queue: 22786, 6634, 1071.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'IFCMARKETSMT4 - 1'Date: 2022-01-16 14:02:06 Database: acaweb_fx Application: User: postgres Remote:
4 3 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count Jan 16 14 3 - ERROR: relation "timezones_vi_vn" does not exist at character 191
- ERROR: relation "timezones_th_th" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2022-01-16 14:12:07 Database: acaweb_fx Application: User: postgres Remote:
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_th_TH tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2022-01-16 14:23:35 Database: acaweb_fx Application: User: postgres Remote: