check_skedActive Validators
Updated 2023-09-13Copy Reference Fork
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
WITH CorrectedData AS (
SELECT * FROM (
VALUES
('2022-03-17', 315704),
('2022-03-18', 316604),
('2022-03-19', 317504),
('2022-03-20', 318404),
('2022-03-21', 319304),
('2022-03-22', 320204),
('2022-03-23', 321104),
('2022-03-24', 322004),
('2022-03-25', 322904),
('2022-03-26', 323804),
('2022-03-27', 324704),
('2022-03-28', 325604),
('2022-03-29', 326504),
('2022-03-30', 327404),
('2022-03-31', 328456),
('2022-04-01', 329581),
('2022-04-02', 330706),
('2022-04-03', 331831),
('2022-04-04', 332954),
('2022-04-05', 334079),
('2022-04-06', 335204),
('2022-04-07', 336329),
('2022-04-08', 337433),
('2022-04-09', 338558),
('2022-04-10', 339683),
('2022-04-11', 340808),
('2022-04-12', 341933),
('2022-04-13', 343058),
('2022-04-14', 344183),
('2022-04-15', 345308),
('2022-04-16', 346433),
('2022-04-17', 347558),
('2022-04-18', 348683),
Run a query to Download Data