diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b50e5ce Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a065de --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# you shouldn't commit these into source control +# these are the default directory names, adjust/add to fit your needs +target/ +dbt_packages/ +logs/ +dbt_internal_packages/ diff --git a/01_INITIALISE.sql b/01_INITIALISE.sql deleted file mode 100644 index cc7e285..0000000 --- a/01_INITIALISE.sql +++ /dev/null @@ -1,113 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - --- Create database -CREATE DATABASE IF NOT EXISTS SLEEKMART_OMS; - --- Use the database -USE DATABASE SLEEKMART_OMS; - --- Create schema -CREATE SCHEMA IF NOT EXISTS L1_LANDING; - --- CUSTOMERS table -CREATE TABLE IF NOT EXISTS L1_LANDING.CUSTOMERS ( - CUSTOMERID VARCHAR(10), - FIRSTNAME VARCHAR(50), - LASTNAME VARCHAR(50), - EMAIL VARCHAR(100), - PHONE VARCHAR(50), - ADDRESS VARCHAR(100), - CITY VARCHAR(50), - STATE VARCHAR(2), - ZIPCODE VARCHAR(10), - UPDATED_AT TIMESTAMP_NTZ -); - --- DATES table -CREATE TABLE IF NOT EXISTS L1_LANDING.DATES ( - DATE DATE, - DAY INTEGER, - MONTH INTEGER, - YEAR INTEGER, - QUARTER INTEGER, - DAYOFWEEK VARCHAR(20), - WEEKOFYEAR INTEGER, - UPDATED_AT TIMESTAMP_NTZ -); - --- EMPLOYEES table -CREATE TABLE IF NOT EXISTS L1_LANDING.EMPLOYEES ( - EMPLOYEEID INTEGER, - FIRSTNAME VARCHAR(50), - LASTNAME VARCHAR(50), - EMAIL VARCHAR(100), - JOBTITLE VARCHAR(50), - HIREDATE DATE, - MANAGERID INTEGER, - ADDRESS VARCHAR(100), - CITY VARCHAR(50), - STATE VARCHAR(2), - ZIPCODE VARCHAR(10), - UPDATED_AT TIMESTAMP_NTZ -); - --- PRODUCTS table -CREATE TABLE IF NOT EXISTS L1_LANDING.PRODUCTS ( - PRODUCTID INTEGER, - NAME VARCHAR(100), - CATEGORY VARCHAR(50), - RETAILPRICE INTEGER, - SUPPLIERPRICE INTEGER, - SUPPLIERID INTEGER, - UPDATED_AT TIMESTAMP_NTZ -); - --- SUPPLIERS table -CREATE TABLE IF NOT EXISTS L1_LANDING.SUPPLIERS ( - SUPPLIERID INTEGER, - SUPPLIERNAME VARCHAR(100), - CONTACTPERSON VARCHAR(100), - EMAIL VARCHAR(100), - PHONE VARCHAR(30), - ADDRESS VARCHAR(100), - CITY VARCHAR(50), - STATE VARCHAR(10), - ZIPCODE VARCHAR(20), - UPDATED_AT TIMESTAMP_NTZ -); - --- STORES table -CREATE TABLE IF NOT EXISTS L1_LANDING.STORES ( - STOREID VARCHAR(10), - STORENAME VARCHAR(50), - ADDRESS VARCHAR(100), - CITY VARCHAR(50), - STATE VARCHAR(10), - ZIPCODE VARCHAR(20), - EMAIL VARCHAR(100), - PHONE VARCHAR(30), - UPDATED_AT TIMESTAMP_NTZ -); - --- ORDERITEMS table -CREATE TABLE IF NOT EXISTS L1_LANDING.ORDERITEMS ( - ORDERID INT, - ORDERITEMID INT, - PRODUCTID INT, - QUANTITY INT, - UNITPRICE NUMERIC(10, 2), - UPDATED_AT TIMESTAMP_NTZ -); - --- ORDERS table -CREATE TABLE IF NOT EXISTS L1_LANDING.ORDERS ( - ORDERID INT, - ORDERDATE DATE, - CUSTOMERID VARCHAR(10), - EMPLOYEEID INT, - STOREID VARCHAR(10), - STATUS VARCHAR(2), - UPDATED_AT TIMESTAMP_NTZ -); \ No newline at end of file diff --git a/02_CUSTOMERS.sql b/02_CUSTOMERS.sql deleted file mode 100644 index 17173b0..0000000 --- a/02_CUSTOMERS.sql +++ /dev/null @@ -1,105 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."CUSTOMERS" ("CUSTOMERID", "FIRSTNAME", "LASTNAME", "EMAIL", "PHONE", "ADDRESS", "CITY", "STATE", "ZIPCODE", "UPDATED_AT") VALUES -('28222', 'Timothy', 'Perez', 'timothy.perez@outlook.com', '+1-406-250-9199x4380', '8335 Mark Lock', 'Houston', 'TX', '77001', '2025-06-14 18:29:55'), -('22119', 'Melanie', 'Carpenter', 'melanie.carpenter@yahoo.com', '406.967.3245x30245', '258 Burns Brook Suite 328', 'Houston', 'TX', '77001', '2025-06-30 01:02:26'), -('23811', 'Robert', 'Nichols', 'robert.nichols@outlook.com', '7768053632', '17280 Parsons Islands Suite 593', 'Chicago', 'IL', '60601', '2025-06-07 03:40:41'), -('24837', 'Emily', 'Diaz', 'emily.diaz@gmail.com', '001-825-303-7189x729', '9344 Lin Road', 'Chicago', 'IL', '60601', '2025-06-20 09:06:26'), -('21997', 'Pamela', 'Castaneda', 'pamela.castaneda@yahoo.com', '747-508-0881', '32559 Danielle Glen', 'Phoenix', 'AZ', '85001', '2025-06-21 06:03:10'), -('22531', 'Tara', 'Rowe', 'tara.rowe@icloud.com', '698-445-0916', '5788 Abigail Turnpike', 'New York', 'NY', '10001', '2025-06-24 14:29:38'), -('25705', 'Brittany', 'Mendoza', 'brittany.mendoza@icloud.com', '+1-268-521-0612x74733', '5454 Abigail Flat', 'Houston', 'TX', '77001', '2025-06-04 13:47:07'), -('27687', 'Brianna', 'Mcdonald', 'brianna.mcdonald@outlook.com', '(783)825-4078', '6749 Brown Prairie', 'New York', 'NY', '10001', '2025-06-23 19:40:06'), -('21578', 'Anna', 'Parrish', 'anna.parrish@aol.com', '001-777-344-9252', '729 Sutton Gardens', 'Los Angeles', 'CA', '90001', '2025-06-07 18:14:19'), -('28508', 'Scott', 'Howard', 'scott.howard@outlook.com', '380.733.0218x147', '1012 Sarah Land Apt. 739', 'New York', 'NY', '10001', '2025-06-23 20:11:54'), -('20273', 'Adam', 'Davis', 'adam.davis@icloud.com', '001-479-725-1291x223', '569 Carl Turnpike Apt. 964', 'Los Angeles', 'CA', '90001', '2025-06-05 12:57:09'), -('28748', 'Cody', 'Byrd', 'cody.byrd@gmail.com', '264.331.5021x48572', '2662 Smith Gateway', 'Phoenix', 'AZ', '85001', '2025-06-12 22:45:09'), -('25793', 'Joseph', 'Cortez', 'joseph.cortez@outlook.com', '+1-909-413-0885x864', '2572 Lopez Shores Apt. 190', 'Houston', 'TX', '77001', '2025-06-22 16:00:36'), -('29241', 'Michelle', 'Bradley', 'michelle.bradley@gmail.com', '4645130445', '9807 Gregory Crescent Apt. 885', 'Phoenix', 'AZ', '85001', '2025-06-28 13:50:17'), -('29622', 'Natalie', 'Williams', 'natalie.williams@yahoo.com', '001-571-312-1819x574', '25728 Casey Parks', 'New York', 'NY', '10001', '2025-06-11 20:50:46'), -('29119', 'Michael', 'Brown', 'michael.brown@outlook.com', '001-754-409-1861x46697', '550 John Isle Apt. 260', 'Phoenix', 'AZ', '85001', '2025-06-30 18:53:49'), -('25900', 'Ricky', 'Chen', 'ricky.chen@aol.com', '913.962.4152', '93438 Benjamin Hollow Suite 818', 'Los Angeles', 'CA', '90001', '2025-06-23 06:36:24'), -('24334', 'John', 'Johnston', 'john.johnston@outlook.com', '(511)299-9182', '325 Johnson Brooks Suite 063', 'New York', 'NY', '10001', '2025-06-18 01:13:08'), -('29250', 'Charles', 'Lawrence', 'charles.lawrence@icloud.com', '560.308.5115x65296', '8919 Nathaniel Light', 'Houston', 'TX', '77001', '2025-06-19 01:33:10'), -('25411', 'Mario', 'Wolf', 'mario.wolf@outlook.com', '001-425-564-5827x31025', '78693 Grant Ports Suite 987', 'New York', 'NY', '10001', '2025-06-11 12:28:42'), -('29296', 'Sharon', 'Johnson', 'sharon.johnson@outlook.com', '001-457-616-6318', '89834 Frank Walk Suite 883', 'Phoenix', 'AZ', '85001', '2025-06-07 17:47:03'), -('24401', 'Brooke', 'Lowe', 'brooke.lowe@aol.com', '837-785-6623', '37044 Brown Unions', 'New York', 'NY', '10001', '2025-06-16 03:46:18'), -('22219', 'Jessica', 'Key', 'jessica.key@gmail.com', '715-384-0037', '565 Blackburn Forks', 'Houston', 'TX', '77001', '2025-07-02 09:02:56'), -('29403', 'Brittany', 'Barrett', 'brittany.barrett@gmail.com', '243.736.2734x35943', '04289 Salas Plaza Suite 063', 'New York', 'NY', '10001', '2025-06-13 02:34:38'), -('23690', 'Jeffrey', 'Brown', 'jeffrey.brown@gmail.com', '834-812-8978x328', '0108 Kayla Roads Apt. 607', 'Chicago', 'IL', '60601', '2025-06-21 08:49:18'), -('26743', 'Jake', 'Cole', 'jake.cole@icloud.com', '7825919667', '504 Rebecca Springs Apt. 612', 'New York', 'NY', '10001', '2025-06-07 09:47:05'), -('25664', 'Amy', 'Mahoney', 'amy.mahoney@icloud.com', '001-976-313-2791x1171', '811 Karen Meadows Suite 122', 'Phoenix', 'AZ', '85001', '2025-06-20 09:34:27'), -('23918', 'Jerry', 'Martin', 'jerry.martin@outlook.com', '259.736.0050x85373', '940 Shelton Manors Suite 159', 'Los Angeles', 'CA', '90001', '2025-06-14 09:29:13'), -('20739', 'Jason', 'Phelps', 'jason.phelps@yahoo.com', '2105939633', '61845 Buckley Forges', 'Houston', 'TX', '77001', '2025-06-11 13:04:23'), -('25451', 'William', 'Villarreal', 'william.villarreal@aol.com', '001-733-858-8577x65938', '29659 Collins Harbor', 'Houston', 'TX', '77001', '2025-06-22 04:36:05'), -('28181', 'Helen', 'Brennan', 'helen.brennan@icloud.com', '001-745-332-9650x30760', '541 Timothy Haven', 'Los Angeles', 'CA', '90001', '2025-06-26 04:23:29'), -('21831', 'Elizabeth', 'Moss', 'elizabeth.moss@outlook.com', '640-226-6458', '34114 Evan Mountain', 'New York', 'NY', '10001', '2025-06-08 22:54:55'), -('27613', 'Thomas', 'Frank', 'thomas.frank@gmail.com', '874-988-3164x599', '59571 Dixon Forks', 'Houston', 'TX', '77001', '2025-06-27 16:44:50'), -('25076', 'Jon', 'Johnson', 'jon.johnson@gmail.com', '(299)733-4247', '0268 Terri Ridge', 'Los Angeles', 'CA', '90001', '2025-06-03 11:22:19'), -('22106', 'Jessica', 'Carpenter', 'jessica.carpenter@outlook.com', '001-447-783-8482x750', '92935 Craig Club Apt. 219', 'Chicago', 'IL', '60601', '2025-06-30 00:11:03'), -('27685', 'Richard', 'May', 'richard.may@icloud.com', '001-947-818-4586x671', '8769 Ryan Vista', 'Houston', 'TX', '77001', '2025-06-04 03:22:31'), -('26860', 'Pamela', 'Vasquez', 'pamela.vasquez@aol.com', '453-299-1066x135', '7916 Jerry Isle Apt. 807', 'Phoenix', 'AZ', '85001', '2025-06-15 11:36:13'), -('22004', 'Denise', 'Rodriguez', 'denise.rodriguez@icloud.com', '4489420242', '507 Davis Trail', 'Chicago', 'IL', '60601', '2025-06-17 09:53:03'), -('20266', 'Yolanda', 'Lee', 'yolanda.lee@outlook.com', '(335)703-8804', '0792 Walker Island Suite 485', 'New York', 'NY', '10001', '2025-06-04 23:10:17'), -('29594', 'Nicholas', 'Coleman', 'nicholas.coleman@aol.com', '001-576-917-9973', '21580 Powers Junction Suite 555', 'Chicago', 'IL', '60601', '2025-06-14 04:13:09'), -('27525', 'Joshua', 'Yates', 'joshua.yates@gmail.com', '460-236-5812x0499', '37697 Christopher Light Suite 931', 'Chicago', 'IL', '60601', '2025-06-08 00:53:51'), -('26409', 'Mary', 'Callahan', 'mary.callahan@outlook.com', '394.378.6200', '1854 Martinez Drive Apt. 581', 'Chicago', 'IL', '60601', '2025-07-02 15:35:08'), -('27160', 'Amanda', 'Simmons', 'amanda.simmons@gmail.com', '7053442726', '08422 Tammy Valley Suite 440', 'Los Angeles', 'CA', '90001', '2025-07-01 03:23:42'), -('28363', 'John', 'Moreno', 'john.moreno@icloud.com', '340.255.9929x2069', '2021 Stewart Expressway Apt. 162', 'Houston', 'TX', '77001', '2025-06-16 20:49:00'), -('26110', 'Eric', 'Hall', 'eric.hall@gmail.com', '+1-388-256-2934x7882', '68046 Humphrey Stravenue Apt. 686', 'Chicago', 'IL', '60601', '2025-06-14 06:07:59'), -('22942', 'Derek', 'Navarro', 'derek.navarro@yahoo.com', '(446)581-5662x1692', '3973 Gregory Passage Apt. 372', 'Chicago', 'IL', '60601', '2025-06-19 11:09:41'), -('25788', 'Lisa', 'Pearson', 'lisa.pearson@aol.com', '+1-267-820-4903x014', '8004 Johnson Port', 'Houston', 'TX', '77001', '2025-06-20 11:54:17'), -('27343', 'Alyssa', 'Ruiz', 'alyssa.ruiz@aol.com', '5152543472', '114 Thomas Wells Suite 151', 'New York', 'NY', '10001', '2025-06-15 01:25:05'), -('22234', 'Aaron', 'Wade', 'aaron.wade@gmail.com', '6749273729', '34900 Kristopher Heights', 'Los Angeles', 'CA', '90001', '2025-07-01 19:43:33'), -('26677', 'Linda', 'White', 'linda.white@yahoo.com', '001-919-943-4865', '87681 Jennifer Crossroad Apt. 263', 'Los Angeles', 'CA', '90001', '2025-06-10 00:31:37'), -('23697', 'David', 'Cohen', 'david.cohen@aol.com', '+1-862-602-4943x6563', '4892 Norman Brooks Suite 690', 'Los Angeles', 'CA', '90001', '2025-06-29 17:16:40'), -('28179', 'Kellie', 'Greene', 'kellie.greene@aol.com', '516.887.4689x5630', '505 Robles Village Suite 223', 'Phoenix', 'AZ', '85001', '2025-06-08 17:03:13'), -('21506', 'Patricia', 'Reed', 'patricia.reed@icloud.com', '333-331-5007x761', '48016 Darryl Crossing Suite 966', 'Los Angeles', 'CA', '90001', '2025-06-15 04:26:21'), -('24056', 'Joshua', 'Torres', 'joshua.torres@aol.com', '(383)788-4825x894', '82593 West Grove', 'Chicago', 'IL', '60601', '2025-06-29 03:00:27'), -('20764', 'Jocelyn', 'Morrow', 'jocelyn.morrow@aol.com', '411.770.2463', '561 Kelly Glen Apt. 296', 'Phoenix', 'AZ', '85001', '2025-06-20 18:13:02'), -('20795', 'Madison', 'Lucero', 'madison.lucero@gmail.com', '929.415.8360', '98072 Megan Gardens', 'New York', 'NY', '10001', '2025-06-27 15:59:19'), -('29012', 'Kimberly', 'Harris', 'kimberly.harris@gmail.com', '+1-434-901-5897x5779', '06981 Reilly Groves', 'New York', 'NY', '10001', '2025-06-17 06:31:15'), -('24245', 'Jennifer', 'Mitchell', 'jennifer.mitchell@aol.com', '(578)276-4978x22132', '8046 Drew Parks', 'Chicago', 'IL', '60601', '2025-07-02 11:17:06'), -('29354', 'Brian', 'Reilly', 'brian.reilly@aol.com', '8038273936', '0717 Nathan Ford Apt. 733', 'Phoenix', 'AZ', '85001', '2025-06-20 05:15:57'), -('23699', 'Melanie', 'Henry', 'melanie.henry@outlook.com', '(266)966-1600x6027', '92282 Corey Lights Apt. 416', 'Los Angeles', 'CA', '90001', '2025-06-05 02:22:47'), -('21011', 'Dana', 'Gonzalez', 'dana.gonzalez@outlook.com', '884-628-7360x302', '313 Bailey Gardens', 'Los Angeles', 'CA', '90001', '2025-06-21 05:19:16'), -('23560', 'Hannah', 'Hill', 'hannah.hill@outlook.com', '491.845.2310', '896 Mckenzie Mission Apt. 880', 'Los Angeles', 'CA', '90001', '2025-06-25 23:54:14'), -('24710', 'Jennifer', 'Miller', 'jennifer.miller@yahoo.com', '+1-200-985-1113x956', '16867 Garcia Views Apt. 171', 'Phoenix', 'AZ', '85001', '2025-06-06 21:05:09'), -('22065', 'Teresa', 'Charles', 'teresa.charles@icloud.com', '(200)371-1951x1816', '529 Armstrong Lodge Apt. 816', 'Los Angeles', 'CA', '90001', '2025-06-30 22:50:46'), -('23388', 'Karl', 'Garza', 'karl.garza@outlook.com', '453.474.1193x895', '570 Cheryl Keys Suite 165', 'Los Angeles', 'CA', '90001', '2025-06-23 22:08:30'), -('27056', 'Ronald', 'Hill', 'ronald.hill@aol.com', '641-493-8387x20709', '0787 Christina Port Suite 701', 'Houston', 'TX', '77001', '2025-06-09 02:50:17'), -('28915', 'Matthew', 'Snyder', 'matthew.snyder@aol.com', '485.905.2744x31040', '628 Kaufman Path', 'Los Angeles', 'CA', '90001', '2025-06-21 21:22:07'), -('26963', 'Luke', 'Smith', 'luke.smith@outlook.com', '(812)553-3155x3927', '8068 Cynthia Lock', 'Phoenix', 'AZ', '85001', '2025-06-26 08:50:30'), -('23819', 'Matthew', 'Baker', 'matthew.baker@gmail.com', '686.670.3592x15159', '59774 Timothy Squares Apt. 965', 'Phoenix', 'AZ', '85001', '2025-06-15 20:03:28'), -('23581', 'John', 'Kennedy', 'john.kennedy@aol.com', '(554)206-0753', '41321 Jason Camp', 'Phoenix', 'AZ', '85001', '2025-06-28 01:20:44'), -('22544', 'Sara', 'Bates', 'sara.bates@yahoo.com', '+1-282-221-2686', '177 Martinez Shore', 'New York', 'NY', '10001', '2025-06-06 16:45:50'), -('26615', 'Christopher', 'Thompson', 'christopher.thompson@aol.com', '362.774.9913x8428', '692 Karen Mount Suite 941', 'New York', 'NY', '10001', '2025-06-03 03:55:42'), -('24090', 'Tracy', 'Cole', 'tracy.cole@aol.com', '985-944-3656x114', '704 Mack Islands Apt. 661', 'New York', 'NY', '10001', '2025-06-19 06:17:16'), -('27310', 'Peggy', 'Palmer', 'peggy.palmer@outlook.com', '(421)889-4918x070', '8471 Tanner Fork', 'Los Angeles', 'CA', '90001', '2025-06-21 19:05:36'), -('22362', 'Michael', 'Murphy', 'michael.murphy@gmail.com', '001-843-597-9321x4679', '951 Amy Field Apt. 540', 'Los Angeles', 'CA', '90001', '2025-06-04 09:03:38'), -('22030', 'William', 'Green', 'william.green@yahoo.com', '+1-657-862-1408x3747', '604 Heather Lake Apt. 075', 'Houston', 'TX', '77001', '2025-06-05 09:49:51'), -('27466', 'Leslie', 'Jimenez', 'leslie.jimenez@gmail.com', '897.853.5374x4314', '8417 Brittany Mountains Apt. 284', 'Phoenix', 'AZ', '85001', '2025-06-19 16:34:22'), -('26519', 'Justin', 'Cohen', 'justin.cohen@outlook.com', '545.626.7597x114', '91491 John Route', 'Houston', 'TX', '77001', '2025-06-03 22:12:09'), -('29673', 'Sharon', 'Smith', 'sharon.smith@icloud.com', '319.388.7398x85234', '9881 Banks Square', 'Phoenix', 'AZ', '85001', '2025-07-01 11:42:00'), -('25526', 'Caleb', 'Perry', 'caleb.perry@outlook.com', '940-209-3840', '587 Linda Crossroad Apt. 664', 'Los Angeles', 'CA', '90001', '2025-06-29 06:57:58'), -('26330', 'Gary', 'Smith', 'gary.smith@yahoo.com', '(505)475-2714', '5250 Green Tunnel', 'Chicago', 'IL', '60601', '2025-07-01 00:13:02'), -('25457', 'Sean', 'Jackson', 'sean.jackson@icloud.com', '818-691-2945', '62039 Brian Fields', 'New York', 'NY', '10001', '2025-06-21 15:26:58'), -('20722', 'Hannah', 'Lee', 'hannah.lee@yahoo.com', '(588)808-5361x527', '6236 Cassandra Views', 'Chicago', 'IL', '60601', '2025-06-29 10:13:01'), -('24276', 'Kathryn', 'Mcclain', 'kathryn.mcclain@outlook.com', '820.380.6479', '3506 Ashley Port Apt. 032', 'Chicago', 'IL', '60601', '2025-06-10 20:30:26'), -('20732', 'Teresa', 'Fox', 'teresa.fox@yahoo.com', '(740)780-5126', '45115 Jennifer Circles', 'Houston', 'TX', '77001', '2025-06-27 01:15:25'), -('26218', 'Brianna', 'Thompson', 'brianna.thompson@icloud.com', '704.325.3571x234', '3799 Joshua Gateway', 'New York', 'NY', '10001', '2025-06-24 14:49:04'), -('29980', 'Jack', 'Johnson', 'jack.johnson@outlook.com', '(255)815-1151x3537', '12002 Wilson Inlet', 'Houston', 'TX', '77001', '2025-06-26 22:19:22'), -('21490', 'Jeremy', 'Rodriguez', 'jeremy.rodriguez@outlook.com', '898-233-9611x95231', '45485 Jorge Bridge Suite 111', 'New York', 'NY', '10001', '2025-06-20 10:12:38'), -('20677', 'Tyler', 'Martin', 'tyler.martin@yahoo.com', '(425)783-9638', '548 Hunter Spur', 'Phoenix', 'AZ', '85001', '2025-06-03 15:21:43'), -('23728', 'Virginia', 'Chang', 'virginia.chang@outlook.com', '724-236-5199', '540 Lane Throughway Apt. 233', 'New York', 'NY', '10001', '2025-07-02 23:33:00'), -('20823', 'Gina', 'Hernandez', 'gina.hernandez@icloud.com', '(214)544-1672x336', '24812 Jaclyn Lane Apt. 376', 'Houston', 'TX', '77001', '2025-06-03 03:46:25'), -('24934', 'Justin', 'Martin', 'justin.martin@yahoo.com', '(907)227-7419', '5055 Charlotte Springs', 'Phoenix', 'AZ', '85001', '2025-06-03 03:28:56'), -('24312', 'Joseph', 'Burke', 'joseph.burke@icloud.com', '001-560-861-6006', '7464 Rodney Road', 'Los Angeles', 'CA', '90001', '2025-06-25 04:57:52'), -('21348', 'Jacob', 'Ward', 'jacob.ward@aol.com', '5985791336', '854 Page Circle Apt. 677', 'New York', 'NY', '10001', '2025-06-24 00:05:11'), -('28422', 'Kristina', 'Schmidt', 'kristina.schmidt@gmail.com', '225.802.9924x90873', '90121 Brown Knolls Apt. 954', 'Phoenix', 'AZ', '85001', '2025-06-29 09:58:23'), -('25686', 'Erin', 'Jones', 'erin.jones@aol.com', '305.992.2225x695', '356 Mitchell Forges', 'Chicago', 'IL', '60601', '2025-06-28 23:54:39'), -('20317', 'Donald', 'Fuentes', 'donald.fuentes@icloud.com', '5869847333', '230 Jerry Parkway', 'New York', 'NY', '10001', '2025-06-19 02:40:29'), -('22981', 'Edward', 'Owens', 'edward.owens@aol.com', '339.573.0980', '0245 Roberto Mews', 'Chicago', 'IL', '60601', '2025-06-08 10:40:51'), -('22764', 'Jacob', 'Irwin', 'jacob.irwin@yahoo.com', '+1-794-911-8106', '94723 Ryan Burgs', 'Los Angeles', 'CA', '90001', '2025-06-05 08:43:33'), -('21661', 'Kimberly', 'Richards', 'kimberly.richards@outlook.com', '757.965.6824x042', '868 Justin River', 'New York', 'NY', '10001', '2025-06-11 12:04:52'); diff --git a/03_DATES.sql b/03_DATES.sql deleted file mode 100644 index c764153..0000000 --- a/03_DATES.sql +++ /dev/null @@ -1,370 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."DATES" ("DATE", "DAY", "MONTH", "YEAR", "QUARTER", "DAYOFWEEK", "WEEKOFYEAR", "UPDATED_AT") VALUES -('2025-01-01', 1, 1, 2025, 1, 'Wednesday', 1, '2025-07-03 01:16:53'), -('2025-01-02', 2, 1, 2025, 1, 'Thursday', 1, '2025-07-03 01:16:53'), -('2025-01-03', 3, 1, 2025, 1, 'Friday', 1, '2025-07-03 01:16:53'), -('2025-01-04', 4, 1, 2025, 1, 'Saturday', 1, '2025-07-03 01:16:53'), -('2025-01-05', 5, 1, 2025, 1, 'Sunday', 1, '2025-07-03 01:16:53'), -('2025-01-06', 6, 1, 2025, 1, 'Monday', 2, '2025-07-03 01:16:53'), -('2025-01-07', 7, 1, 2025, 1, 'Tuesday', 2, '2025-07-03 01:16:53'), -('2025-01-08', 8, 1, 2025, 1, 'Wednesday', 2, '2025-07-03 01:16:53'), -('2025-01-09', 9, 1, 2025, 1, 'Thursday', 2, '2025-07-03 01:16:53'), -('2025-01-10', 10, 1, 2025, 1, 'Friday', 2, '2025-07-03 01:16:53'), -('2025-01-11', 11, 1, 2025, 1, 'Saturday', 2, '2025-07-03 01:16:53'), -('2025-01-12', 12, 1, 2025, 1, 'Sunday', 2, '2025-07-03 01:16:53'), -('2025-01-13', 13, 1, 2025, 1, 'Monday', 3, '2025-07-03 01:16:53'), -('2025-01-14', 14, 1, 2025, 1, 'Tuesday', 3, '2025-07-03 01:16:53'), -('2025-01-15', 15, 1, 2025, 1, 'Wednesday', 3, '2025-07-03 01:16:53'), -('2025-01-16', 16, 1, 2025, 1, 'Thursday', 3, '2025-07-03 01:16:53'), -('2025-01-17', 17, 1, 2025, 1, 'Friday', 3, '2025-07-03 01:16:53'), -('2025-01-18', 18, 1, 2025, 1, 'Saturday', 3, '2025-07-03 01:16:53'), -('2025-01-19', 19, 1, 2025, 1, 'Sunday', 3, '2025-07-03 01:16:53'), -('2025-01-20', 20, 1, 2025, 1, 'Monday', 4, '2025-07-03 01:16:53'), -('2025-01-21', 21, 1, 2025, 1, 'Tuesday', 4, '2025-07-03 01:16:53'), -('2025-01-22', 22, 1, 2025, 1, 'Wednesday', 4, '2025-07-03 01:16:53'), -('2025-01-23', 23, 1, 2025, 1, 'Thursday', 4, '2025-07-03 01:16:53'), -('2025-01-24', 24, 1, 2025, 1, 'Friday', 4, '2025-07-03 01:16:53'), -('2025-01-25', 25, 1, 2025, 1, 'Saturday', 4, '2025-07-03 01:16:53'), -('2025-01-26', 26, 1, 2025, 1, 'Sunday', 4, '2025-07-03 01:16:53'), -('2025-01-27', 27, 1, 2025, 1, 'Monday', 5, '2025-07-03 01:16:53'), -('2025-01-28', 28, 1, 2025, 1, 'Tuesday', 5, '2025-07-03 01:16:53'), -('2025-01-29', 29, 1, 2025, 1, 'Wednesday', 5, '2025-07-03 01:16:53'), -('2025-01-30', 30, 1, 2025, 1, 'Thursday', 5, '2025-07-03 01:16:53'), -('2025-01-31', 31, 1, 2025, 1, 'Friday', 5, '2025-07-03 01:16:53'), -('2025-02-01', 1, 2, 2025, 1, 'Saturday', 5, '2025-07-03 01:16:53'), -('2025-02-02', 2, 2, 2025, 1, 'Sunday', 5, '2025-07-03 01:16:53'), -('2025-02-03', 3, 2, 2025, 1, 'Monday', 6, '2025-07-03 01:16:53'), -('2025-02-04', 4, 2, 2025, 1, 'Tuesday', 6, '2025-07-03 01:16:53'), -('2025-02-05', 5, 2, 2025, 1, 'Wednesday', 6, '2025-07-03 01:16:53'), -('2025-02-06', 6, 2, 2025, 1, 'Thursday', 6, '2025-07-03 01:16:53'), -('2025-02-07', 7, 2, 2025, 1, 'Friday', 6, '2025-07-03 01:16:53'), -('2025-02-08', 8, 2, 2025, 1, 'Saturday', 6, '2025-07-03 01:16:53'), -('2025-02-09', 9, 2, 2025, 1, 'Sunday', 6, '2025-07-03 01:16:53'), -('2025-02-10', 10, 2, 2025, 1, 'Monday', 7, '2025-07-03 01:16:53'), -('2025-02-11', 11, 2, 2025, 1, 'Tuesday', 7, '2025-07-03 01:16:53'), -('2025-02-12', 12, 2, 2025, 1, 'Wednesday', 7, '2025-07-03 01:16:53'), -('2025-02-13', 13, 2, 2025, 1, 'Thursday', 7, '2025-07-03 01:16:53'), -('2025-02-14', 14, 2, 2025, 1, 'Friday', 7, '2025-07-03 01:16:53'), -('2025-02-15', 15, 2, 2025, 1, 'Saturday', 7, '2025-07-03 01:16:53'), -('2025-02-16', 16, 2, 2025, 1, 'Sunday', 7, '2025-07-03 01:16:53'), -('2025-02-17', 17, 2, 2025, 1, 'Monday', 8, '2025-07-03 01:16:53'), -('2025-02-18', 18, 2, 2025, 1, 'Tuesday', 8, '2025-07-03 01:16:53'), -('2025-02-19', 19, 2, 2025, 1, 'Wednesday', 8, '2025-07-03 01:16:53'), -('2025-02-20', 20, 2, 2025, 1, 'Thursday', 8, '2025-07-03 01:16:53'), -('2025-02-21', 21, 2, 2025, 1, 'Friday', 8, '2025-07-03 01:16:53'), -('2025-02-22', 22, 2, 2025, 1, 'Saturday', 8, '2025-07-03 01:16:53'), -('2025-02-23', 23, 2, 2025, 1, 'Sunday', 8, '2025-07-03 01:16:53'), -('2025-02-24', 24, 2, 2025, 1, 'Monday', 9, '2025-07-03 01:16:53'), -('2025-02-25', 25, 2, 2025, 1, 'Tuesday', 9, '2025-07-03 01:16:53'), -('2025-02-26', 26, 2, 2025, 1, 'Wednesday', 9, '2025-07-03 01:16:53'), -('2025-02-27', 27, 2, 2025, 1, 'Thursday', 9, '2025-07-03 01:16:53'), -('2025-02-28', 28, 2, 2025, 1, 'Friday', 9, '2025-07-03 01:16:53'), -('2025-03-01', 1, 3, 2025, 1, 'Saturday', 9, '2025-07-03 01:16:53'), -('2025-03-02', 2, 3, 2025, 1, 'Sunday', 9, '2025-07-03 01:16:53'), -('2025-03-03', 3, 3, 2025, 1, 'Monday', 10, '2025-07-03 01:16:53'), -('2025-03-04', 4, 3, 2025, 1, 'Tuesday', 10, '2025-07-03 01:16:53'), -('2025-03-05', 5, 3, 2025, 1, 'Wednesday', 10, '2025-07-03 01:16:53'), -('2025-03-06', 6, 3, 2025, 1, 'Thursday', 10, '2025-07-03 01:16:53'), -('2025-03-07', 7, 3, 2025, 1, 'Friday', 10, '2025-07-03 01:16:53'), -('2025-03-08', 8, 3, 2025, 1, 'Saturday', 10, '2025-07-03 01:16:53'), -('2025-03-09', 9, 3, 2025, 1, 'Sunday', 10, '2025-07-03 01:16:53'), -('2025-03-10', 10, 3, 2025, 1, 'Monday', 11, '2025-07-03 01:16:53'), -('2025-03-11', 11, 3, 2025, 1, 'Tuesday', 11, '2025-07-03 01:16:53'), -('2025-03-12', 12, 3, 2025, 1, 'Wednesday', 11, '2025-07-03 01:16:53'), -('2025-03-13', 13, 3, 2025, 1, 'Thursday', 11, '2025-07-03 01:16:53'), -('2025-03-14', 14, 3, 2025, 1, 'Friday', 11, '2025-07-03 01:16:53'), -('2025-03-15', 15, 3, 2025, 1, 'Saturday', 11, '2025-07-03 01:16:53'), -('2025-03-16', 16, 3, 2025, 1, 'Sunday', 11, '2025-07-03 01:16:53'), -('2025-03-17', 17, 3, 2025, 1, 'Monday', 12, '2025-07-03 01:16:53'), -('2025-03-18', 18, 3, 2025, 1, 'Tuesday', 12, '2025-07-03 01:16:53'), -('2025-03-19', 19, 3, 2025, 1, 'Wednesday', 12, '2025-07-03 01:16:53'), -('2025-03-20', 20, 3, 2025, 1, 'Thursday', 12, '2025-07-03 01:16:53'), -('2025-03-21', 21, 3, 2025, 1, 'Friday', 12, '2025-07-03 01:16:53'), -('2025-03-22', 22, 3, 2025, 1, 'Saturday', 12, '2025-07-03 01:16:53'), -('2025-03-23', 23, 3, 2025, 1, 'Sunday', 12, '2025-07-03 01:16:53'), -('2025-03-24', 24, 3, 2025, 1, 'Monday', 13, '2025-07-03 01:16:53'), -('2025-03-25', 25, 3, 2025, 1, 'Tuesday', 13, '2025-07-03 01:16:53'), -('2025-03-26', 26, 3, 2025, 1, 'Wednesday', 13, '2025-07-03 01:16:53'), -('2025-03-27', 27, 3, 2025, 1, 'Thursday', 13, '2025-07-03 01:16:53'), -('2025-03-28', 28, 3, 2025, 1, 'Friday', 13, '2025-07-03 01:16:53'), -('2025-03-29', 29, 3, 2025, 1, 'Saturday', 13, '2025-07-03 01:16:53'), -('2025-03-30', 30, 3, 2025, 1, 'Sunday', 13, '2025-07-03 01:16:53'), -('2025-03-31', 31, 3, 2025, 1, 'Monday', 14, '2025-07-03 01:16:53'), -('2025-04-01', 1, 4, 2025, 2, 'Tuesday', 14, '2025-07-03 01:16:53'), -('2025-04-02', 2, 4, 2025, 2, 'Wednesday', 14, '2025-07-03 01:16:53'), -('2025-04-03', 3, 4, 2025, 2, 'Thursday', 14, '2025-07-03 01:16:53'), -('2025-04-04', 4, 4, 2025, 2, 'Friday', 14, '2025-07-03 01:16:53'), -('2025-04-05', 5, 4, 2025, 2, 'Saturday', 14, '2025-07-03 01:16:53'), -('2025-04-06', 6, 4, 2025, 2, 'Sunday', 14, '2025-07-03 01:16:53'), -('2025-04-07', 7, 4, 2025, 2, 'Monday', 15, '2025-07-03 01:16:53'), -('2025-04-08', 8, 4, 2025, 2, 'Tuesday', 15, '2025-07-03 01:16:53'), -('2025-04-09', 9, 4, 2025, 2, 'Wednesday', 15, '2025-07-03 01:16:53'), -('2025-04-10', 10, 4, 2025, 2, 'Thursday', 15, '2025-07-03 01:16:53'), -('2025-04-11', 11, 4, 2025, 2, 'Friday', 15, '2025-07-03 01:16:53'), -('2025-04-12', 12, 4, 2025, 2, 'Saturday', 15, '2025-07-03 01:16:53'), -('2025-04-13', 13, 4, 2025, 2, 'Sunday', 15, '2025-07-03 01:16:53'), -('2025-04-14', 14, 4, 2025, 2, 'Monday', 16, '2025-07-03 01:16:53'), -('2025-04-15', 15, 4, 2025, 2, 'Tuesday', 16, '2025-07-03 01:16:53'), -('2025-04-16', 16, 4, 2025, 2, 'Wednesday', 16, '2025-07-03 01:16:53'), -('2025-04-17', 17, 4, 2025, 2, 'Thursday', 16, '2025-07-03 01:16:53'), -('2025-04-18', 18, 4, 2025, 2, 'Friday', 16, '2025-07-03 01:16:53'), -('2025-04-19', 19, 4, 2025, 2, 'Saturday', 16, '2025-07-03 01:16:53'), -('2025-04-20', 20, 4, 2025, 2, 'Sunday', 16, '2025-07-03 01:16:53'), -('2025-04-21', 21, 4, 2025, 2, 'Monday', 17, '2025-07-03 01:16:53'), -('2025-04-22', 22, 4, 2025, 2, 'Tuesday', 17, '2025-07-03 01:16:53'), -('2025-04-23', 23, 4, 2025, 2, 'Wednesday', 17, '2025-07-03 01:16:53'), -('2025-04-24', 24, 4, 2025, 2, 'Thursday', 17, '2025-07-03 01:16:53'), -('2025-04-25', 25, 4, 2025, 2, 'Friday', 17, '2025-07-03 01:16:53'), -('2025-04-26', 26, 4, 2025, 2, 'Saturday', 17, '2025-07-03 01:16:53'), -('2025-04-27', 27, 4, 2025, 2, 'Sunday', 17, '2025-07-03 01:16:53'), -('2025-04-28', 28, 4, 2025, 2, 'Monday', 18, '2025-07-03 01:16:53'), -('2025-04-29', 29, 4, 2025, 2, 'Tuesday', 18, '2025-07-03 01:16:53'), -('2025-04-30', 30, 4, 2025, 2, 'Wednesday', 18, '2025-07-03 01:16:53'), -('2025-05-01', 1, 5, 2025, 2, 'Thursday', 18, '2025-07-03 01:16:53'), -('2025-05-02', 2, 5, 2025, 2, 'Friday', 18, '2025-07-03 01:16:53'), -('2025-05-03', 3, 5, 2025, 2, 'Saturday', 18, '2025-07-03 01:16:53'), -('2025-05-04', 4, 5, 2025, 2, 'Sunday', 18, '2025-07-03 01:16:53'), -('2025-05-05', 5, 5, 2025, 2, 'Monday', 19, '2025-07-03 01:16:53'), -('2025-05-06', 6, 5, 2025, 2, 'Tuesday', 19, '2025-07-03 01:16:53'), -('2025-05-07', 7, 5, 2025, 2, 'Wednesday', 19, '2025-07-03 01:16:53'), -('2025-05-08', 8, 5, 2025, 2, 'Thursday', 19, '2025-07-03 01:16:53'), -('2025-05-09', 9, 5, 2025, 2, 'Friday', 19, '2025-07-03 01:16:53'), -('2025-05-10', 10, 5, 2025, 2, 'Saturday', 19, '2025-07-03 01:16:53'), -('2025-05-11', 11, 5, 2025, 2, 'Sunday', 19, '2025-07-03 01:16:53'), -('2025-05-12', 12, 5, 2025, 2, 'Monday', 20, '2025-07-03 01:16:53'), -('2025-05-13', 13, 5, 2025, 2, 'Tuesday', 20, '2025-07-03 01:16:53'), -('2025-05-14', 14, 5, 2025, 2, 'Wednesday', 20, '2025-07-03 01:16:53'), -('2025-05-15', 15, 5, 2025, 2, 'Thursday', 20, '2025-07-03 01:16:53'), -('2025-05-16', 16, 5, 2025, 2, 'Friday', 20, '2025-07-03 01:16:53'), -('2025-05-17', 17, 5, 2025, 2, 'Saturday', 20, '2025-07-03 01:16:53'), -('2025-05-18', 18, 5, 2025, 2, 'Sunday', 20, '2025-07-03 01:16:53'), -('2025-05-19', 19, 5, 2025, 2, 'Monday', 21, '2025-07-03 01:16:53'), -('2025-05-20', 20, 5, 2025, 2, 'Tuesday', 21, '2025-07-03 01:16:53'), -('2025-05-21', 21, 5, 2025, 2, 'Wednesday', 21, '2025-07-03 01:16:53'), -('2025-05-22', 22, 5, 2025, 2, 'Thursday', 21, '2025-07-03 01:16:53'), -('2025-05-23', 23, 5, 2025, 2, 'Friday', 21, '2025-07-03 01:16:53'), -('2025-05-24', 24, 5, 2025, 2, 'Saturday', 21, '2025-07-03 01:16:53'), -('2025-05-25', 25, 5, 2025, 2, 'Sunday', 21, '2025-07-03 01:16:53'), -('2025-05-26', 26, 5, 2025, 2, 'Monday', 22, '2025-07-03 01:16:53'), -('2025-05-27', 27, 5, 2025, 2, 'Tuesday', 22, '2025-07-03 01:16:53'), -('2025-05-28', 28, 5, 2025, 2, 'Wednesday', 22, '2025-07-03 01:16:53'), -('2025-05-29', 29, 5, 2025, 2, 'Thursday', 22, '2025-07-03 01:16:53'), -('2025-05-30', 30, 5, 2025, 2, 'Friday', 22, '2025-07-03 01:16:53'), -('2025-05-31', 31, 5, 2025, 2, 'Saturday', 22, '2025-07-03 01:16:53'), -('2025-06-01', 1, 6, 2025, 2, 'Sunday', 22, '2025-07-03 01:16:53'), -('2025-06-02', 2, 6, 2025, 2, 'Monday', 23, '2025-07-03 01:16:53'), -('2025-06-03', 3, 6, 2025, 2, 'Tuesday', 23, '2025-07-03 01:16:53'), -('2025-06-04', 4, 6, 2025, 2, 'Wednesday', 23, '2025-07-03 01:16:53'), -('2025-06-05', 5, 6, 2025, 2, 'Thursday', 23, '2025-07-03 01:16:53'), -('2025-06-06', 6, 6, 2025, 2, 'Friday', 23, '2025-07-03 01:16:53'), -('2025-06-07', 7, 6, 2025, 2, 'Saturday', 23, '2025-07-03 01:16:53'), -('2025-06-08', 8, 6, 2025, 2, 'Sunday', 23, '2025-07-03 01:16:53'), -('2025-06-09', 9, 6, 2025, 2, 'Monday', 24, '2025-07-03 01:16:53'), -('2025-06-10', 10, 6, 2025, 2, 'Tuesday', 24, '2025-07-03 01:16:53'), -('2025-06-11', 11, 6, 2025, 2, 'Wednesday', 24, '2025-07-03 01:16:53'), -('2025-06-12', 12, 6, 2025, 2, 'Thursday', 24, '2025-07-03 01:16:53'), -('2025-06-13', 13, 6, 2025, 2, 'Friday', 24, '2025-07-03 01:16:53'), -('2025-06-14', 14, 6, 2025, 2, 'Saturday', 24, '2025-07-03 01:16:53'), -('2025-06-15', 15, 6, 2025, 2, 'Sunday', 24, '2025-07-03 01:16:53'), -('2025-06-16', 16, 6, 2025, 2, 'Monday', 25, '2025-07-03 01:16:53'), -('2025-06-17', 17, 6, 2025, 2, 'Tuesday', 25, '2025-07-03 01:16:53'), -('2025-06-18', 18, 6, 2025, 2, 'Wednesday', 25, '2025-07-03 01:16:53'), -('2025-06-19', 19, 6, 2025, 2, 'Thursday', 25, '2025-07-03 01:16:53'), -('2025-06-20', 20, 6, 2025, 2, 'Friday', 25, '2025-07-03 01:16:53'), -('2025-06-21', 21, 6, 2025, 2, 'Saturday', 25, '2025-07-03 01:16:53'), -('2025-06-22', 22, 6, 2025, 2, 'Sunday', 25, '2025-07-03 01:16:53'), -('2025-06-23', 23, 6, 2025, 2, 'Monday', 26, '2025-07-03 01:16:53'), -('2025-06-24', 24, 6, 2025, 2, 'Tuesday', 26, '2025-07-03 01:16:53'), -('2025-06-25', 25, 6, 2025, 2, 'Wednesday', 26, '2025-07-03 01:16:53'), -('2025-06-26', 26, 6, 2025, 2, 'Thursday', 26, '2025-07-03 01:16:53'), -('2025-06-27', 27, 6, 2025, 2, 'Friday', 26, '2025-07-03 01:16:53'), -('2025-06-28', 28, 6, 2025, 2, 'Saturday', 26, '2025-07-03 01:16:53'), -('2025-06-29', 29, 6, 2025, 2, 'Sunday', 26, '2025-07-03 01:16:53'), -('2025-06-30', 30, 6, 2025, 2, 'Monday', 27, '2025-07-03 01:16:53'), -('2025-07-01', 1, 7, 2025, 3, 'Tuesday', 27, '2025-07-03 01:16:53'), -('2025-07-02', 2, 7, 2025, 3, 'Wednesday', 27, '2025-07-03 01:16:53'), -('2025-07-03', 3, 7, 2025, 3, 'Thursday', 27, '2025-07-03 01:16:53'), -('2025-07-04', 4, 7, 2025, 3, 'Friday', 27, '2025-07-03 01:16:53'), -('2025-07-05', 5, 7, 2025, 3, 'Saturday', 27, '2025-07-03 01:16:53'), -('2025-07-06', 6, 7, 2025, 3, 'Sunday', 27, '2025-07-03 01:16:53'), -('2025-07-07', 7, 7, 2025, 3, 'Monday', 28, '2025-07-03 01:16:53'), -('2025-07-08', 8, 7, 2025, 3, 'Tuesday', 28, '2025-07-03 01:16:53'), -('2025-07-09', 9, 7, 2025, 3, 'Wednesday', 28, '2025-07-03 01:16:53'), -('2025-07-10', 10, 7, 2025, 3, 'Thursday', 28, '2025-07-03 01:16:53'), -('2025-07-11', 11, 7, 2025, 3, 'Friday', 28, '2025-07-03 01:16:53'), -('2025-07-12', 12, 7, 2025, 3, 'Saturday', 28, '2025-07-03 01:16:53'), -('2025-07-13', 13, 7, 2025, 3, 'Sunday', 28, '2025-07-03 01:16:53'), -('2025-07-14', 14, 7, 2025, 3, 'Monday', 29, '2025-07-03 01:16:53'), -('2025-07-15', 15, 7, 2025, 3, 'Tuesday', 29, '2025-07-03 01:16:53'), -('2025-07-16', 16, 7, 2025, 3, 'Wednesday', 29, '2025-07-03 01:16:53'), -('2025-07-17', 17, 7, 2025, 3, 'Thursday', 29, '2025-07-03 01:16:53'), -('2025-07-18', 18, 7, 2025, 3, 'Friday', 29, '2025-07-03 01:16:53'), -('2025-07-19', 19, 7, 2025, 3, 'Saturday', 29, '2025-07-03 01:16:53'), -('2025-07-20', 20, 7, 2025, 3, 'Sunday', 29, '2025-07-03 01:16:53'), -('2025-07-21', 21, 7, 2025, 3, 'Monday', 30, '2025-07-03 01:16:53'), -('2025-07-22', 22, 7, 2025, 3, 'Tuesday', 30, '2025-07-03 01:16:53'), -('2025-07-23', 23, 7, 2025, 3, 'Wednesday', 30, '2025-07-03 01:16:53'), -('2025-07-24', 24, 7, 2025, 3, 'Thursday', 30, '2025-07-03 01:16:53'), -('2025-07-25', 25, 7, 2025, 3, 'Friday', 30, '2025-07-03 01:16:53'), -('2025-07-26', 26, 7, 2025, 3, 'Saturday', 30, '2025-07-03 01:16:53'), -('2025-07-27', 27, 7, 2025, 3, 'Sunday', 30, '2025-07-03 01:16:53'), -('2025-07-28', 28, 7, 2025, 3, 'Monday', 31, '2025-07-03 01:16:53'), -('2025-07-29', 29, 7, 2025, 3, 'Tuesday', 31, '2025-07-03 01:16:53'), -('2025-07-30', 30, 7, 2025, 3, 'Wednesday', 31, '2025-07-03 01:16:53'), -('2025-07-31', 31, 7, 2025, 3, 'Thursday', 31, '2025-07-03 01:16:53'), -('2025-08-01', 1, 8, 2025, 3, 'Friday', 31, '2025-07-03 01:16:53'), -('2025-08-02', 2, 8, 2025, 3, 'Saturday', 31, '2025-07-03 01:16:53'), -('2025-08-03', 3, 8, 2025, 3, 'Sunday', 31, '2025-07-03 01:16:53'), -('2025-08-04', 4, 8, 2025, 3, 'Monday', 32, '2025-07-03 01:16:53'), -('2025-08-05', 5, 8, 2025, 3, 'Tuesday', 32, '2025-07-03 01:16:53'), -('2025-08-06', 6, 8, 2025, 3, 'Wednesday', 32, '2025-07-03 01:16:53'), -('2025-08-07', 7, 8, 2025, 3, 'Thursday', 32, '2025-07-03 01:16:53'), -('2025-08-08', 8, 8, 2025, 3, 'Friday', 32, '2025-07-03 01:16:53'), -('2025-08-09', 9, 8, 2025, 3, 'Saturday', 32, '2025-07-03 01:16:53'), -('2025-08-10', 10, 8, 2025, 3, 'Sunday', 32, '2025-07-03 01:16:53'), -('2025-08-11', 11, 8, 2025, 3, 'Monday', 33, '2025-07-03 01:16:53'), -('2025-08-12', 12, 8, 2025, 3, 'Tuesday', 33, '2025-07-03 01:16:53'), -('2025-08-13', 13, 8, 2025, 3, 'Wednesday', 33, '2025-07-03 01:16:53'), -('2025-08-14', 14, 8, 2025, 3, 'Thursday', 33, '2025-07-03 01:16:53'), -('2025-08-15', 15, 8, 2025, 3, 'Friday', 33, '2025-07-03 01:16:53'), -('2025-08-16', 16, 8, 2025, 3, 'Saturday', 33, '2025-07-03 01:16:53'), -('2025-08-17', 17, 8, 2025, 3, 'Sunday', 33, '2025-07-03 01:16:53'), -('2025-08-18', 18, 8, 2025, 3, 'Monday', 34, '2025-07-03 01:16:53'), -('2025-08-19', 19, 8, 2025, 3, 'Tuesday', 34, '2025-07-03 01:16:53'), -('2025-08-20', 20, 8, 2025, 3, 'Wednesday', 34, '2025-07-03 01:16:53'), -('2025-08-21', 21, 8, 2025, 3, 'Thursday', 34, '2025-07-03 01:16:53'), -('2025-08-22', 22, 8, 2025, 3, 'Friday', 34, '2025-07-03 01:16:53'), -('2025-08-23', 23, 8, 2025, 3, 'Saturday', 34, '2025-07-03 01:16:53'), -('2025-08-24', 24, 8, 2025, 3, 'Sunday', 34, '2025-07-03 01:16:53'), -('2025-08-25', 25, 8, 2025, 3, 'Monday', 35, '2025-07-03 01:16:53'), -('2025-08-26', 26, 8, 2025, 3, 'Tuesday', 35, '2025-07-03 01:16:53'), -('2025-08-27', 27, 8, 2025, 3, 'Wednesday', 35, '2025-07-03 01:16:53'), -('2025-08-28', 28, 8, 2025, 3, 'Thursday', 35, '2025-07-03 01:16:53'), -('2025-08-29', 29, 8, 2025, 3, 'Friday', 35, '2025-07-03 01:16:53'), -('2025-08-30', 30, 8, 2025, 3, 'Saturday', 35, '2025-07-03 01:16:53'), -('2025-08-31', 31, 8, 2025, 3, 'Sunday', 35, '2025-07-03 01:16:53'), -('2025-09-01', 1, 9, 2025, 3, 'Monday', 36, '2025-07-03 01:16:53'), -('2025-09-02', 2, 9, 2025, 3, 'Tuesday', 36, '2025-07-03 01:16:53'), -('2025-09-03', 3, 9, 2025, 3, 'Wednesday', 36, '2025-07-03 01:16:53'), -('2025-09-04', 4, 9, 2025, 3, 'Thursday', 36, '2025-07-03 01:16:53'), -('2025-09-05', 5, 9, 2025, 3, 'Friday', 36, '2025-07-03 01:16:53'), -('2025-09-06', 6, 9, 2025, 3, 'Saturday', 36, '2025-07-03 01:16:53'), -('2025-09-07', 7, 9, 2025, 3, 'Sunday', 36, '2025-07-03 01:16:53'), -('2025-09-08', 8, 9, 2025, 3, 'Monday', 37, '2025-07-03 01:16:53'), -('2025-09-09', 9, 9, 2025, 3, 'Tuesday', 37, '2025-07-03 01:16:53'), -('2025-09-10', 10, 9, 2025, 3, 'Wednesday', 37, '2025-07-03 01:16:53'), -('2025-09-11', 11, 9, 2025, 3, 'Thursday', 37, '2025-07-03 01:16:53'), -('2025-09-12', 12, 9, 2025, 3, 'Friday', 37, '2025-07-03 01:16:53'), -('2025-09-13', 13, 9, 2025, 3, 'Saturday', 37, '2025-07-03 01:16:53'), -('2025-09-14', 14, 9, 2025, 3, 'Sunday', 37, '2025-07-03 01:16:53'), -('2025-09-15', 15, 9, 2025, 3, 'Monday', 38, '2025-07-03 01:16:53'), -('2025-09-16', 16, 9, 2025, 3, 'Tuesday', 38, '2025-07-03 01:16:53'), -('2025-09-17', 17, 9, 2025, 3, 'Wednesday', 38, '2025-07-03 01:16:53'), -('2025-09-18', 18, 9, 2025, 3, 'Thursday', 38, '2025-07-03 01:16:53'), -('2025-09-19', 19, 9, 2025, 3, 'Friday', 38, '2025-07-03 01:16:53'), -('2025-09-20', 20, 9, 2025, 3, 'Saturday', 38, '2025-07-03 01:16:53'), -('2025-09-21', 21, 9, 2025, 3, 'Sunday', 38, '2025-07-03 01:16:53'), -('2025-09-22', 22, 9, 2025, 3, 'Monday', 39, '2025-07-03 01:16:53'), -('2025-09-23', 23, 9, 2025, 3, 'Tuesday', 39, '2025-07-03 01:16:53'), -('2025-09-24', 24, 9, 2025, 3, 'Wednesday', 39, '2025-07-03 01:16:53'), -('2025-09-25', 25, 9, 2025, 3, 'Thursday', 39, '2025-07-03 01:16:53'), -('2025-09-26', 26, 9, 2025, 3, 'Friday', 39, '2025-07-03 01:16:53'), -('2025-09-27', 27, 9, 2025, 3, 'Saturday', 39, '2025-07-03 01:16:53'), -('2025-09-28', 28, 9, 2025, 3, 'Sunday', 39, '2025-07-03 01:16:53'), -('2025-09-29', 29, 9, 2025, 3, 'Monday', 40, '2025-07-03 01:16:53'), -('2025-09-30', 30, 9, 2025, 3, 'Tuesday', 40, '2025-07-03 01:16:53'), -('2025-10-01', 1, 10, 2025, 4, 'Wednesday', 40, '2025-07-03 01:16:53'), -('2025-10-02', 2, 10, 2025, 4, 'Thursday', 40, '2025-07-03 01:16:53'), -('2025-10-03', 3, 10, 2025, 4, 'Friday', 40, '2025-07-03 01:16:53'), -('2025-10-04', 4, 10, 2025, 4, 'Saturday', 40, '2025-07-03 01:16:53'), -('2025-10-05', 5, 10, 2025, 4, 'Sunday', 40, '2025-07-03 01:16:53'), -('2025-10-06', 6, 10, 2025, 4, 'Monday', 41, '2025-07-03 01:16:53'), -('2025-10-07', 7, 10, 2025, 4, 'Tuesday', 41, '2025-07-03 01:16:53'), -('2025-10-08', 8, 10, 2025, 4, 'Wednesday', 41, '2025-07-03 01:16:53'), -('2025-10-09', 9, 10, 2025, 4, 'Thursday', 41, '2025-07-03 01:16:53'), -('2025-10-10', 10, 10, 2025, 4, 'Friday', 41, '2025-07-03 01:16:53'), -('2025-10-11', 11, 10, 2025, 4, 'Saturday', 41, '2025-07-03 01:16:53'), -('2025-10-12', 12, 10, 2025, 4, 'Sunday', 41, '2025-07-03 01:16:53'), -('2025-10-13', 13, 10, 2025, 4, 'Monday', 42, '2025-07-03 01:16:53'), -('2025-10-14', 14, 10, 2025, 4, 'Tuesday', 42, '2025-07-03 01:16:53'), -('2025-10-15', 15, 10, 2025, 4, 'Wednesday', 42, '2025-07-03 01:16:53'), -('2025-10-16', 16, 10, 2025, 4, 'Thursday', 42, '2025-07-03 01:16:53'), -('2025-10-17', 17, 10, 2025, 4, 'Friday', 42, '2025-07-03 01:16:53'), -('2025-10-18', 18, 10, 2025, 4, 'Saturday', 42, '2025-07-03 01:16:53'), -('2025-10-19', 19, 10, 2025, 4, 'Sunday', 42, '2025-07-03 01:16:53'), -('2025-10-20', 20, 10, 2025, 4, 'Monday', 43, '2025-07-03 01:16:53'), -('2025-10-21', 21, 10, 2025, 4, 'Tuesday', 43, '2025-07-03 01:16:53'), -('2025-10-22', 22, 10, 2025, 4, 'Wednesday', 43, '2025-07-03 01:16:53'), -('2025-10-23', 23, 10, 2025, 4, 'Thursday', 43, '2025-07-03 01:16:53'), -('2025-10-24', 24, 10, 2025, 4, 'Friday', 43, '2025-07-03 01:16:53'), -('2025-10-25', 25, 10, 2025, 4, 'Saturday', 43, '2025-07-03 01:16:53'), -('2025-10-26', 26, 10, 2025, 4, 'Sunday', 43, '2025-07-03 01:16:53'), -('2025-10-27', 27, 10, 2025, 4, 'Monday', 44, '2025-07-03 01:16:53'), -('2025-10-28', 28, 10, 2025, 4, 'Tuesday', 44, '2025-07-03 01:16:53'), -('2025-10-29', 29, 10, 2025, 4, 'Wednesday', 44, '2025-07-03 01:16:53'), -('2025-10-30', 30, 10, 2025, 4, 'Thursday', 44, '2025-07-03 01:16:53'), -('2025-10-31', 31, 10, 2025, 4, 'Friday', 44, '2025-07-03 01:16:53'), -('2025-11-01', 1, 11, 2025, 4, 'Saturday', 44, '2025-07-03 01:16:53'), -('2025-11-02', 2, 11, 2025, 4, 'Sunday', 44, '2025-07-03 01:16:53'), -('2025-11-03', 3, 11, 2025, 4, 'Monday', 45, '2025-07-03 01:16:53'), -('2025-11-04', 4, 11, 2025, 4, 'Tuesday', 45, '2025-07-03 01:16:53'), -('2025-11-05', 5, 11, 2025, 4, 'Wednesday', 45, '2025-07-03 01:16:53'), -('2025-11-06', 6, 11, 2025, 4, 'Thursday', 45, '2025-07-03 01:16:53'), -('2025-11-07', 7, 11, 2025, 4, 'Friday', 45, '2025-07-03 01:16:53'), -('2025-11-08', 8, 11, 2025, 4, 'Saturday', 45, '2025-07-03 01:16:53'), -('2025-11-09', 9, 11, 2025, 4, 'Sunday', 45, '2025-07-03 01:16:53'), -('2025-11-10', 10, 11, 2025, 4, 'Monday', 46, '2025-07-03 01:16:53'), -('2025-11-11', 11, 11, 2025, 4, 'Tuesday', 46, '2025-07-03 01:16:53'), -('2025-11-12', 12, 11, 2025, 4, 'Wednesday', 46, '2025-07-03 01:16:53'), -('2025-11-13', 13, 11, 2025, 4, 'Thursday', 46, '2025-07-03 01:16:53'), -('2025-11-14', 14, 11, 2025, 4, 'Friday', 46, '2025-07-03 01:16:53'), -('2025-11-15', 15, 11, 2025, 4, 'Saturday', 46, '2025-07-03 01:16:53'), -('2025-11-16', 16, 11, 2025, 4, 'Sunday', 46, '2025-07-03 01:16:53'), -('2025-11-17', 17, 11, 2025, 4, 'Monday', 47, '2025-07-03 01:16:53'), -('2025-11-18', 18, 11, 2025, 4, 'Tuesday', 47, '2025-07-03 01:16:53'), -('2025-11-19', 19, 11, 2025, 4, 'Wednesday', 47, '2025-07-03 01:16:53'), -('2025-11-20', 20, 11, 2025, 4, 'Thursday', 47, '2025-07-03 01:16:53'), -('2025-11-21', 21, 11, 2025, 4, 'Friday', 47, '2025-07-03 01:16:53'), -('2025-11-22', 22, 11, 2025, 4, 'Saturday', 47, '2025-07-03 01:16:53'), -('2025-11-23', 23, 11, 2025, 4, 'Sunday', 47, '2025-07-03 01:16:53'), -('2025-11-24', 24, 11, 2025, 4, 'Monday', 48, '2025-07-03 01:16:53'), -('2025-11-25', 25, 11, 2025, 4, 'Tuesday', 48, '2025-07-03 01:16:53'), -('2025-11-26', 26, 11, 2025, 4, 'Wednesday', 48, '2025-07-03 01:16:53'), -('2025-11-27', 27, 11, 2025, 4, 'Thursday', 48, '2025-07-03 01:16:53'), -('2025-11-28', 28, 11, 2025, 4, 'Friday', 48, '2025-07-03 01:16:53'), -('2025-11-29', 29, 11, 2025, 4, 'Saturday', 48, '2025-07-03 01:16:53'), -('2025-11-30', 30, 11, 2025, 4, 'Sunday', 48, '2025-07-03 01:16:53'), -('2025-12-01', 1, 12, 2025, 4, 'Monday', 49, '2025-07-03 01:16:53'), -('2025-12-02', 2, 12, 2025, 4, 'Tuesday', 49, '2025-07-03 01:16:53'), -('2025-12-03', 3, 12, 2025, 4, 'Wednesday', 49, '2025-07-03 01:16:53'), -('2025-12-04', 4, 12, 2025, 4, 'Thursday', 49, '2025-07-03 01:16:53'), -('2025-12-05', 5, 12, 2025, 4, 'Friday', 49, '2025-07-03 01:16:53'), -('2025-12-06', 6, 12, 2025, 4, 'Saturday', 49, '2025-07-03 01:16:53'), -('2025-12-07', 7, 12, 2025, 4, 'Sunday', 49, '2025-07-03 01:16:53'), -('2025-12-08', 8, 12, 2025, 4, 'Monday', 50, '2025-07-03 01:16:53'), -('2025-12-09', 9, 12, 2025, 4, 'Tuesday', 50, '2025-07-03 01:16:53'), -('2025-12-10', 10, 12, 2025, 4, 'Wednesday', 50, '2025-07-03 01:16:53'), -('2025-12-11', 11, 12, 2025, 4, 'Thursday', 50, '2025-07-03 01:16:53'), -('2025-12-12', 12, 12, 2025, 4, 'Friday', 50, '2025-07-03 01:16:53'), -('2025-12-13', 13, 12, 2025, 4, 'Saturday', 50, '2025-07-03 01:16:53'), -('2025-12-14', 14, 12, 2025, 4, 'Sunday', 50, '2025-07-03 01:16:53'), -('2025-12-15', 15, 12, 2025, 4, 'Monday', 51, '2025-07-03 01:16:53'), -('2025-12-16', 16, 12, 2025, 4, 'Tuesday', 51, '2025-07-03 01:16:53'), -('2025-12-17', 17, 12, 2025, 4, 'Wednesday', 51, '2025-07-03 01:16:53'), -('2025-12-18', 18, 12, 2025, 4, 'Thursday', 51, '2025-07-03 01:16:53'), -('2025-12-19', 19, 12, 2025, 4, 'Friday', 51, '2025-07-03 01:16:53'), -('2025-12-20', 20, 12, 2025, 4, 'Saturday', 51, '2025-07-03 01:16:53'), -('2025-12-21', 21, 12, 2025, 4, 'Sunday', 51, '2025-07-03 01:16:53'), -('2025-12-22', 22, 12, 2025, 4, 'Monday', 52, '2025-07-03 01:16:53'), -('2025-12-23', 23, 12, 2025, 4, 'Tuesday', 52, '2025-07-03 01:16:53'), -('2025-12-24', 24, 12, 2025, 4, 'Wednesday', 52, '2025-07-03 01:16:53'), -('2025-12-25', 25, 12, 2025, 4, 'Thursday', 52, '2025-07-03 01:16:53'), -('2025-12-26', 26, 12, 2025, 4, 'Friday', 52, '2025-07-03 01:16:53'), -('2025-12-27', 27, 12, 2025, 4, 'Saturday', 52, '2025-07-03 01:16:53'), -('2025-12-28', 28, 12, 2025, 4, 'Sunday', 52, '2025-07-03 01:16:53'), -('2025-12-29', 29, 12, 2025, 4, 'Monday', 1, '2025-07-03 01:16:53'), -('2025-12-30', 30, 12, 2025, 4, 'Tuesday', 1, '2025-07-03 01:16:53'), -('2025-12-31', 31, 12, 2025, 4, 'Wednesday', 1, '2025-07-03 01:16:53'); diff --git a/04_EMPLOYEES.sql b/04_EMPLOYEES.sql deleted file mode 100644 index 7316bd8..0000000 --- a/04_EMPLOYEES.sql +++ /dev/null @@ -1,106 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."EMPLOYEES" ("EMPLOYEEID", "FIRSTNAME", "LASTNAME", "EMAIL", "JOBTITLE", "HIREDATE", "MANAGERID", "ADDRESS", "CITY", "STATE", "ZIPCODE", "UPDATED_AT") VALUES -(503454, 'Juan', 'Taylor', 'juan.taylor@sleekmart.com', 'CEO', '2021-03-20', NULL, '52869 Levy Coves', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(500647, 'Melissa', 'Salinas', 'melissa.salinas@sleekmart.com', 'Store Manager', '2023-01-25', 503454, '561 Thomas Square', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(507242, 'Mark', 'Lee', 'mark.lee@sleekmart.com', 'Store Manager', '2021-03-07', 503454, '05344 Tamara Garden', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(509287, 'Jade', 'Edwards', 'jade.edwards@sleekmart.com', 'Store Manager', '2024-03-21', 503454, '66185 Garcia Corner', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(504235, 'Lynn', 'Heath', 'lynn.heath@sleekmart.com', 'Store Manager', '2020-11-06', 503454, '261 Andrea Junctions', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506436, 'Brooke', 'Williams', 'brooke.williams@sleekmart.com', 'Store Manager', '2021-10-07', 503454, '7813 Donald Dale', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(500129, 'Tiffany', 'Wallace', 'tiffany.wallace@sleekmart.com', 'Store Manager', '2022-10-27', 503454, '6558 Gross Canyon Suite 421', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(500185, 'Jeffrey', 'Sawyer', 'jeffrey.sawyer@sleekmart.com', 'Store Manager', '2020-07-07', 503454, '530 Edwin Trace', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508135, 'Kelly', 'Spence', 'kelly.spence@sleekmart.com', 'Store Manager', '2021-01-23', 503454, '4458 Mejia Trail Apt. 608', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(505616, 'Ryan', 'Roman', 'ryan.roman@sleekmart.com', 'Store Manager', '2024-04-15', 503454, '16606 Duncan Falls', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(503955, 'Katherine', 'Woods', 'katherine.woods@sleekmart.com', 'Store Manager', '2024-03-30', 503454, '212 Smith Corner', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(507338, 'Mitchell', 'Martinez', 'mitchell.martinez@sleekmart.com', 'Store Manager', '2023-06-04', 503454, '145 Jason Parkway', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(506724, 'Brenda', 'Lewis', 'brenda.lewis@sleekmart.com', 'Store Manager', '2021-04-29', 503454, '336 Gibson Lights', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(501245, 'Tamara', 'Jenkins', 'tamara.jenkins@sleekmart.com', 'Store Manager', '2021-04-14', 503454, '16721 Karen Isle', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508883, 'Carlos', 'Martin', 'carlos.martin@sleekmart.com', 'Store Manager', '2021-09-24', 503454, '512 Toni Street', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(508595, 'Michelle', 'Campos', 'michelle.campos@sleekmart.com', 'Store Manager', '2021-10-22', 503454, '98192 Mckinney Locks', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(505551, 'Timothy', 'Mendoza', 'timothy.mendoza@sleekmart.com', 'Store Manager', '2022-05-31', 503454, '18369 Davies Fall Suite 375', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(500687, 'Fred', 'Rivera', 'fred.rivera@sleekmart.com', 'Store Manager', '2023-08-02', 503454, '81799 Angela Brook', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(503077, 'Linda', 'Freeman', 'linda.freeman@sleekmart.com', 'Store Manager', '2023-10-31', 503454, '10739 Emily Passage', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(500849, 'Jacob', 'Moyer', 'jacob.moyer@sleekmart.com', 'Store Manager', '2022-04-10', 503454, '570 Hughes Way Suite 372', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(502230, 'Amy', 'Martinez', 'amy.martinez@sleekmart.com', 'Store Manager', '2023-03-12', 503454, '0500 Arnold Estate', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(504114, 'Michael', 'Herring', 'michael.herring@sleekmart.com', 'Sales Associate', '2025-03-26', 506436, '3336 Downs Streets', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(506505, 'Jennifer', 'Dixon', 'jennifer.dixon@sleekmart.com', 'Sales Associate', '2022-04-22', 507242, '867 Hicks Heights Suite 761', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(504119, 'Sara', 'George', 'sara.george@sleekmart.com', 'Sales Associate', '2020-08-29', 504235, '9372 Diaz Lane', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(508278, 'Nicole', 'Nelson', 'nicole.nelson@sleekmart.com', 'Sales Associate', '2024-01-05', 503955, '131 Catherine Ways', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(505176, 'Paul', 'Nicholson', 'paul.nicholson@sleekmart.com', 'Sales Associate', '2021-09-02', 509287, '55963 Cook Pike Apt. 993', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(503465, 'Paula', 'Davis', 'paula.davis@sleekmart.com', 'Sales Associate', '2024-01-11', 506724, '35954 Williams Courts Suite 782', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(506004, 'Danielle', 'Allen', 'danielle.allen@sleekmart.com', 'Sales Associate', '2024-12-23', 500129, '68315 Ferguson Cove', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506575, 'Peter', 'Martinez', 'peter.martinez@sleekmart.com', 'Sales Associate', '2022-07-28', 503077, '35914 Weber Gardens', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(501507, 'Krista', 'Walters', 'krista.walters@sleekmart.com', 'Sales Associate', '2024-04-14', 504235, '77401 Todd Lake', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(508575, 'Kristen', 'Adams', 'kristen.adams@sleekmart.com', 'Sales Associate', '2023-10-22', 505551, '8049 David Glen Apt. 639', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(504834, 'Craig', 'Blanchard', 'craig.blanchard@sleekmart.com', 'Sales Associate', '2022-12-01', 500849, '6597 Adam Ridge Apt. 852', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(505135, 'Crystal', 'Carter', 'crystal.carter@sleekmart.com', 'Sales Associate', '2023-01-10', 500647, '4362 Brewer Mountain', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(509830, 'Kim', 'Campbell', 'kim.campbell@sleekmart.com', 'Sales Associate', '2024-03-08', 503077, '13754 Jon Plaza Apt. 393', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506643, 'Joel', 'Herring', 'joel.herring@sleekmart.com', 'Sales Associate', '2021-08-21', 507338, '090 Melissa Key', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502404, 'Larry', 'Logan', 'larry.logan@sleekmart.com', 'Sales Associate', '2023-02-18', 505551, '6753 Charles Lights Apt. 263', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(501027, 'Christine', 'Stone', 'christine.stone@sleekmart.com', 'Sales Associate', '2024-06-01', 501245, '857 Molly Prairie Suite 806', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508058, 'Aaron', 'Edwards', 'aaron.edwards@sleekmart.com', 'Sales Associate', '2022-04-03', 505616, '286 Charles Run Apt. 407', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(503543, 'James', 'Franco', 'james.franco@sleekmart.com', 'Sales Associate', '2020-08-13', 500687, '14040 Veronica Villages Suite 614', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(506276, 'Olivia', 'Byrd', 'olivia.byrd@sleekmart.com', 'Sales Associate', '2024-02-21', 508883, '36102 Becker Club Apt. 509', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(505950, 'Jason', 'York', 'jason.york@sleekmart.com', 'Sales Associate', '2021-03-09', 508135, '02164 Pacheco Route Suite 936', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(504709, 'Dawn', 'Cunningham', 'dawn.cunningham@sleekmart.com', 'Sales Associate', '2021-01-24', 504235, '28868 Theresa Trail Suite 933', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502402, 'Ralph', 'Coleman', 'ralph.coleman@sleekmart.com', 'Sales Associate', '2025-01-27', 503955, '187 Brenda Walks', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(500656, 'Jacob', 'Hernandez', 'jacob.hernandez@sleekmart.com', 'Sales Associate', '2022-07-10', 500647, '6621 Noble Squares Apt. 308', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(505984, 'Jerry', 'Mendez', 'jerry.mendez@sleekmart.com', 'Sales Associate', '2023-02-05', 500849, '3964 Walker Gardens Suite 992', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(509921, 'Michael', 'Ruiz', 'michael.ruiz@sleekmart.com', 'Sales Associate', '2023-01-30', 505551, '048 Stephanie Plains', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(509748, 'Tiffany', 'Henderson', 'tiffany.henderson@sleekmart.com', 'Sales Associate', '2024-09-23', 508883, '03917 West Shores Suite 196', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502184, 'Anthony', 'Strickland', 'anthony.strickland@sleekmart.com', 'Sales Associate', '2020-10-08', 500185, '8738 Shannon Trace', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(504729, 'David', 'Whitaker', 'david.whitaker@sleekmart.com', 'Sales Associate', '2024-05-11', 503077, '4014 Jeremy Mews Suite 827', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(500297, 'Abigail', 'Crosby', 'abigail.crosby@sleekmart.com', 'Sales Associate', '2020-10-18', 501245, '6279 Perkins Loop', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501528, 'Jennifer', 'Yoder', 'jennifer.yoder@sleekmart.com', 'Sales Associate', '2020-11-03', 507338, '11302 Michael Forges', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(509799, 'Ryan', 'Welch', 'ryan.welch@sleekmart.com', 'Sales Associate', '2023-10-01', 500849, '72989 James Station', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(506662, 'James', 'Thompson', 'james.thompson@sleekmart.com', 'Sales Associate', '2023-09-14', 503077, '600 Scott Summit', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(500375, 'Kara', 'Roberts', 'kara.roberts@sleekmart.com', 'Sales Associate', '2024-01-11', 508883, '3109 Carol Rapids Suite 948', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(506269, 'Anthony', 'Ramirez', 'anthony.ramirez@sleekmart.com', 'Sales Associate', '2024-07-03', 505616, '02923 Thomas Bridge Suite 584', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503418, 'Christopher', 'Cook', 'christopher.cook@sleekmart.com', 'Sales Associate', '2024-05-25', 508135, '84820 Jennifer Lodge', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(507196, 'Jimmy', 'Johnson', 'jimmy.johnson@sleekmart.com', 'Sales Associate', '2022-08-30', 500647, '402 Zhang Meadow', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(508828, 'Clarence', 'Henson', 'clarence.henson@sleekmart.com', 'Sales Associate', '2023-03-10', 506436, '2100 Donna Prairie', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(507476, 'Rachael', 'Hernandez', 'rachael.hernandez@sleekmart.com', 'Sales Associate', '2020-10-23', 504235, '0744 Chelsea Knolls', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501733, 'Christina', 'Velez', 'christina.velez@sleekmart.com', 'Sales Associate', '2022-12-15', 503955, '079 James Isle Suite 821', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(509270, 'Margaret', 'Boyer', 'margaret.boyer@sleekmart.com', 'Sales Associate', '2023-10-17', 505616, '0893 Stevenson Meadows', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501329, 'James', 'Anderson', 'james.anderson@sleekmart.com', 'Sales Associate', '2022-05-21', 500129, '4968 Crystal Branch', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(507664, 'Monica', 'Leblanc', 'monica.leblanc@sleekmart.com', 'Sales Associate', '2020-09-16', 507338, '414 Suarez Canyon Suite 545', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(504959, 'Joanna', 'Best', 'joanna.best@sleekmart.com', 'Sales Associate', '2023-07-02', 500849, '186 Tonya Lodge Suite 978', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(507992, 'John', 'Waters', 'john.waters@sleekmart.com', 'Sales Associate', '2023-04-14', 500185, '17542 Hart Motorway Suite 682', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(504148, 'Jerome', 'Wright', 'jerome.wright@sleekmart.com', 'Sales Associate', '2024-05-07', 509287, '54985 Kristen Trail', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(503080, 'Cody', 'Butler', 'cody.butler@sleekmart.com', 'Sales Associate', '2020-09-04', 507242, '721 Jesse Valley Suite 070', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(500774, 'Steven', 'Ramsey', 'steven.ramsey@sleekmart.com', 'Sales Associate', '2020-09-14', 501245, '36661 Horton Freeway Apt. 315', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505978, 'Melissa', 'Rodriguez', 'melissa.rodriguez@sleekmart.com', 'Sales Associate', '2022-06-06', 504235, '7350 Moreno Fork Apt. 767', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(509926, 'Edward', 'Parker', 'edward.parker@sleekmart.com', 'Sales Associate', '2022-01-05', 500647, '33657 Michael Shore', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501617, 'Robert', 'Mullen', 'robert.mullen@sleekmart.com', 'Sales Associate', '2021-10-21', 506724, '8104 Taylor Passage', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(506393, 'Summer', 'Page', 'summer.page@sleekmart.com', 'Sales Associate', '2021-01-22', 500687, '33079 Molina Unions Apt. 507', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(500811, 'Ellen', 'Miller', 'ellen.miller@sleekmart.com', 'Sales Associate', '2022-09-01', 506724, '39302 Bradley Tunnel', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(503245, 'William', 'Cline', 'william.cline@sleekmart.com', 'Sales Associate', '2024-06-13', 505616, '1064 Joel Knoll Apt. 991', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(508145, 'Timothy', 'Parks', 'timothy.parks@sleekmart.com', 'Sales Associate', '2023-03-24', 501245, '0204 Nathaniel Trafficway', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(503919, 'Scott', 'Martin', 'scott.martin@sleekmart.com', 'Sales Associate', '2022-07-31', 509287, '931 Nicole Passage Suite 208', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505375, 'Aaron', 'Lowe', 'aaron.lowe@sleekmart.com', 'Sales Associate', '2021-02-17', 500849, '826 Donna Parkways', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(505541, 'Kimberly', 'Ramirez', 'kimberly.ramirez@sleekmart.com', 'Sales Associate', '2023-04-08', 507338, '05424 Amy Divide', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(501200, 'Eric', 'Juarez', 'eric.juarez@sleekmart.com', 'Sales Associate', '2022-09-03', 501245, '16280 Flores Junctions Apt. 572', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(501008, 'Christian', 'Norris', 'christian.norris@sleekmart.com', 'Sales Associate', '2024-04-23', 500849, '000 Ayala Views', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505102, 'Stephanie', 'Welch', 'stephanie.welch@sleekmart.com', 'Sales Associate', '2024-02-19', 500647, '7374 Watson Flats Apt. 535', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(506994, 'Daniel', 'Smith', 'daniel.smith@sleekmart.com', 'Sales Associate', '2024-04-17', 504235, '278 Patrick Harbors', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(504149, 'Jeremy', 'Greene', 'jeremy.greene@sleekmart.com', 'Sales Associate', '2021-02-01', 500129, '47629 Estrada Squares', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(508583, 'Lawrence', 'Peters', 'lawrence.peters@sleekmart.com', 'Sales Associate', '2021-08-01', 501245, '001 Christopher Canyon', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(509901, 'Walter', 'Marshall', 'walter.marshall@sleekmart.com', 'Sales Associate', '2023-10-01', 503077, '7840 Santos Ramp', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(503576, 'Sharon', 'Rodriguez', 'sharon.rodriguez@sleekmart.com', 'Sales Associate', '2024-07-12', 500687, '355 Tiffany Walks Suite 805', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503886, 'Devin', 'Osborn', 'devin.osborn@sleekmart.com', 'Sales Associate', '2024-09-30', 500647, '50100 Micheal Village', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(509722, 'Elizabeth', 'Chen', 'elizabeth.chen@sleekmart.com', 'Sales Associate', '2022-10-26', 504235, '286 Arnold Mountain Apt. 971', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(504691, 'James', 'Long', 'james.long@sleekmart.com', 'Sales Associate', '2021-12-18', 500129, '9408 Hannah Key', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(506056, 'Lisa', 'Huffman', 'lisa.huffman@sleekmart.com', 'Sales Associate', '2023-01-26', 502230, '0480 Jacobs Run', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(509469, 'Ruth', 'Brown', 'ruth.brown@sleekmart.com', 'Sales Associate', '2021-11-20', 507242, '652 Murphy Haven Suite 130', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(502575, 'Steve', 'Andrews', 'steve.andrews@sleekmart.com', 'Sales Associate', '2021-03-03', 508883, '4490 Robinson Alley Suite 527', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(507279, 'Mindy', 'James', 'mindy.james@sleekmart.com', 'Sales Associate', '2024-05-09', 508595, '53738 Allen Spurs', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(508432, 'Sylvia', 'Davenport', 'sylvia.davenport@sleekmart.com', 'Sales Associate', '2023-03-25', 500129, '843 Cheyenne Pike Suite 151', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(501353, 'Omar', 'Woodard', 'omar.woodard@sleekmart.com', 'Sales Associate', '2023-07-29', 501245, '64681 Shepherd Vista', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(501771, 'Jason', 'Blair', 'jason.blair@sleekmart.com', 'Sales Associate', '2022-01-14', 507242, '324 Jennifer Inlet Apt. 310', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(509879, 'Crystal', 'Taylor', 'crystal.taylor@sleekmart.com', 'Sales Associate', '2021-08-24', 503955, '52799 Mcgee Wall', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(501039, 'Karen', 'Mcintyre', 'karen.mcintyre@sleekmart.com', 'Sales Associate', '2024-04-17', 508135, '09545 Baker Harbor', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503492, 'Andrew', 'Rivera', 'andrew.rivera@sleekmart.com', 'Sales Associate', '2025-03-18', 507338, '7079 Michelle Trail', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(507299, 'Christy', 'Williams', 'christy.williams@sleekmart.com', 'Sales Associate', '2023-11-02', 506436, '293 Nicholas Ford', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(503608, 'Drew', 'Hull', 'drew.hull@sleekmart.com', 'Sales Associate', '2021-11-12', 505616, '4176 Clark Via', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'); diff --git a/05_PRODUCTS.sql b/05_PRODUCTS.sql deleted file mode 100644 index 3ebb00b..0000000 --- a/05_PRODUCTS.sql +++ /dev/null @@ -1,205 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."PRODUCTS" ("PRODUCTID", "NAME", "CATEGORY", "RETAILPRICE", "SUPPLIERPRICE", "SUPPLIERID", "UPDATED_AT") VALUES -(76905, 'Basketball', 'Sports', 86, 82, 7880, '2025-06-11 22:10:24'), -(72946, 'Dress', 'Clothing', 16, 12, 1036, '2025-06-21 09:54:03'), -(76623, 'Tablet', 'Electronics', 50, 49, 2434, '2025-06-21 19:08:18'), -(78093, 'Thriller', 'Books', 86, 83, 7232, '2025-06-23 10:48:11'), -(72175, 'Perfume', 'Beauty', 78, 75, 1036, '2025-06-11 06:35:56'), -(71478, 'Salad', 'Foods', 98, 97, 1036, '2025-06-29 03:16:20'), -(72583, 'Doll', 'Toys', 82, 79, 6199, '2025-06-15 22:04:45'), -(74032, 'Action Figure', 'Toys', 57, 53, 5511, '2025-06-20 01:01:03'), -(77234, 'Pasta', 'Foods', 64, 59, 4246, '2025-06-14 13:13:33'), -(78863, 'Shirt', 'Clothing', 85, 83, 7877, '2025-06-20 20:25:39'), -(70306, 'Tennis Racket', 'Sports', 52, 47, 7877, '2025-06-16 21:22:39'), -(74231, 'Tablet', 'Electronics', 32, 27, 5567, '2025-06-15 08:04:56'), -(73556, 'Tennis Racket', 'Sports', 100, 98, 9955, '2025-07-02 01:40:39'), -(71488, 'Gym Bag', 'Sports', 91, 87, 5567, '2025-06-25 12:44:45'), -(77021, 'Basketball', 'Sports', 55, 54, 5566, '2025-06-28 08:33:20'), -(72520, 'Camera', 'Electronics', 29, 26, 5566, '2025-06-21 13:26:01'), -(78161, 'Laptop', 'Electronics', 48, 47, 9955, '2025-06-18 02:29:54'), -(74799, 'Doll', 'Toys', 57, 53, 9955, '2025-06-20 04:21:32'), -(74277, 'Sushi', 'Foods', 91, 88, 3253, '2025-06-15 22:13:02'), -(74588, 'Dress', 'Clothing', 38, 33, 7520, '2025-06-11 07:09:28'), -(75283, 'Burger', 'Foods', 46, 43, 2701, '2025-06-13 04:50:14'), -(77443, 'Laptop', 'Electronics', 30, 26, 5501, '2025-06-24 04:52:46'), -(79560, 'Tennis Racket', 'Sports', 43, 38, 5501, '2025-06-29 18:34:11'), -(79930, 'Novel', 'Books', 66, 63, 6777, '2025-06-25 02:51:18'), -(78021, 'Novel', 'Books', 55, 51, 8323, '2025-06-26 21:13:03'), -(71058, 'Camera', 'Electronics', 73, 71, 5566, '2025-06-18 19:26:49'), -(78130, 'Tennis Racket', 'Sports', 24, 23, 7877, '2025-06-05 10:33:51'), -(72771, 'Camera', 'Electronics', 98, 97, 7520, '2025-06-03 05:13:52'), -(78902, 'Headphones', 'Electronics', 76, 75, 5511, '2025-06-06 16:47:41'), -(74155, 'Board Game', 'Toys', 73, 68, 7595, '2025-06-22 16:01:49'), -(72731, 'Burger', 'Foods', 63, 61, 5501, '2025-06-04 01:22:30'), -(74677, 'Laptop', 'Electronics', 66, 65, 7520, '2025-06-24 22:06:45'), -(78683, 'Eyeshadow Palette', 'Beauty', 82, 78, 1036, '2025-06-15 16:30:48'), -(79546, 'Lipstick', 'Beauty', 70, 65, 7232, '2025-06-14 02:35:35'), -(75477, 'Doll', 'Toys', 86, 84, 5511, '2025-06-29 19:06:14'), -(74059, 'Fantasy', 'Books', 69, 65, 9955, '2025-06-05 06:39:29'), -(78837, 'Basketball', 'Sports', 26, 21, 4246, '2025-06-13 14:32:31'), -(70518, 'Pasta', 'Foods', 35, 32, 6777, '2025-06-08 20:46:04'), -(79189, 'Jeans', 'Clothing', 32, 30, 2701, '2025-07-02 19:32:13'), -(78463, 'Shirt', 'Clothing', 40, 37, 7232, '2025-07-02 01:44:38'), -(71018, 'Novel', 'Books', 68, 67, 9955, '2025-06-12 06:40:29'), -(70011, 'Perfume', 'Beauty', 71, 70, 7595, '2025-06-23 09:50:36'), -(73910, 'Candle Holder', 'Home Decor', 82, 78, 5567, '2025-06-19 14:29:01'), -(78601, 'Board Game', 'Toys', 92, 89, 9955, '2025-06-05 14:30:51'), -(79469, 'Mascara', 'Beauty', 33, 28, 7232, '2025-06-21 23:15:03'), -(78985, 'Dumbbells', 'Sports', 27, 25, 7880, '2025-06-30 04:01:42'), -(77331, 'Doll', 'Toys', 28, 25, 7224, '2025-06-22 19:57:02'), -(79750, 'Dress', 'Clothing', 89, 87, 3253, '2025-06-29 02:01:08'), -(70155, 'Self-Help', 'Books', 81, 77, 7520, '2025-06-15 15:20:23'), -(75899, 'Salad', 'Foods', 42, 38, 5508, '2025-06-18 21:31:42'), -(76732, 'Cushion', 'Home Decor', 61, 59, 7224, '2025-06-26 20:20:55'), -(76484, 'Laptop', 'Electronics', 81, 77, 8323, '2025-06-06 19:11:25'), -(78723, 'Remote Control Car', 'Toys', 20, 18, 7595, '2025-06-27 23:51:22'), -(70836, 'Eyeshadow Palette', 'Beauty', 32, 28, 7877, '2025-06-25 15:52:22'), -(72262, 'Gym Bag', 'Sports', 15, 11, 6199, '2025-06-07 20:32:00'), -(75322, 'Mascara', 'Beauty', 44, 42, 7224, '2025-06-30 20:25:17'), -(71955, 'Sushi', 'Foods', 44, 41, 7520, '2025-06-19 12:14:55'), -(70412, 'Vase', 'Home Decor', 98, 97, 2701, '2025-06-11 22:13:02'), -(77447, 'Tablet', 'Electronics', 61, 59, 6199, '2025-06-30 03:21:33'), -(74209, 'Burger', 'Foods', 74, 73, 7880, '2025-06-26 20:21:50'), -(75351, 'Burger', 'Foods', 39, 35, 8323, '2025-06-17 03:22:39'), -(75270, 'Gym Bag', 'Sports', 41, 40, 5567, '2025-07-02 07:15:21'), -(71950, 'Laptop', 'Electronics', 30, 29, 7880, '2025-06-18 15:37:28'), -(73238, 'Remote Control Car', 'Toys', 56, 51, 5511, '2025-06-07 20:08:05'), -(79870, 'Tablet', 'Electronics', 12, 11, 7877, '2025-06-29 06:59:13'), -(76452, 'Jeans', 'Clothing', 48, 47, 2434, '2025-06-23 19:50:29'), -(78114, 'Laptop', 'Electronics', 37, 36, 2701, '2025-06-09 12:33:13'), -(76948, 'Throw Blanket', 'Home Decor', 26, 24, 1036, '2025-06-13 23:35:33'), -(74642, 'Candle Holder', 'Home Decor', 69, 66, 7880, '2025-06-22 07:32:50'), -(79368, 'Smartphone', 'Electronics', 14, 13, 5508, '2025-06-26 13:29:54'), -(70271, 'Biography', 'Books', 82, 79, 5501, '2025-06-13 05:41:27'), -(77600, 'Sushi', 'Foods', 67, 63, 6199, '2025-06-14 03:31:33'), -(72905, 'Eyeshadow Palette', 'Beauty', 52, 47, 6777, '2025-06-18 05:47:24'), -(77750, 'Picture Frame', 'Home Decor', 88, 85, 6777, '2025-06-06 20:48:31'), -(77709, 'Jeans', 'Clothing', 86, 85, 5511, '2025-06-03 14:11:18'), -(72168, 'Fantasy', 'Books', 66, 65, 9955, '2025-06-28 17:07:46'), -(74790, 'Salad', 'Foods', 85, 81, 6777, '2025-06-05 07:21:47'), -(79144, 'Vase', 'Home Decor', 75, 74, 4246, '2025-07-02 23:07:46'), -(77500, 'Board Game', 'Toys', 47, 45, 7224, '2025-06-22 12:47:38'), -(74359, 'Vase', 'Home Decor', 84, 83, 4246, '2025-06-28 02:18:59'), -(73316, 'Sushi', 'Foods', 63, 62, 5501, '2025-06-07 21:04:44'), -(73634, 'Salad', 'Foods', 85, 84, 7224, '2025-06-18 21:31:14'), -(79399, 'Tablet', 'Electronics', 84, 83, 8323, '2025-06-15 11:23:33'), -(76247, 'Lipstick', 'Beauty', 85, 80, 7877, '2025-06-29 18:15:01'), -(78969, 'Doll', 'Toys', 66, 63, 2701, '2025-07-02 12:40:41'), -(70654, 'Lipstick', 'Beauty', 95, 91, 5501, '2025-06-25 01:07:12'), -(77546, 'Lipstick', 'Beauty', 50, 48, 7877, '2025-06-11 18:14:12'), -(74502, 'Laptop', 'Electronics', 17, 13, 9955, '2025-06-16 17:25:16'), -(72594, 'Face Cream', 'Beauty', 97, 92, 9955, '2025-06-26 10:55:18'), -(70904, 'Doll', 'Toys', 60, 55, 5508, '2025-06-12 12:12:09'), -(75139, 'Perfume', 'Beauty', 69, 64, 5567, '2025-06-05 00:43:24'), -(76647, 'Laptop', 'Electronics', 84, 81, 7877, '2025-06-26 03:24:31'), -(72608, 'Lipstick', 'Beauty', 100, 98, 5566, '2025-06-24 18:51:41'), -(73818, 'Mascara', 'Beauty', 83, 78, 7232, '2025-06-25 00:50:40'), -(77115, 'Dress', 'Clothing', 15, 13, 2701, '2025-06-08 05:51:14'), -(79275, 'Doll', 'Toys', 100, 99, 5508, '2025-06-17 02:02:05'), -(74954, 'Perfume', 'Beauty', 17, 13, 2434, '2025-06-11 02:00:57'), -(73504, 'Throw Blanket', 'Home Decor', 25, 20, 2701, '2025-06-08 04:42:17'), -(78736, 'Action Figure', 'Toys', 40, 36, 1036, '2025-06-28 18:14:12'), -(72585, 'Salad', 'Foods', 63, 60, 5567, '2025-06-20 13:59:54'), -(76993, 'Remote Control Car', 'Toys', 77, 75, 5511, '2025-06-08 18:31:51'), -(75812, 'Dress', 'Clothing', 91, 88, 9955, '2025-06-21 17:31:16'), -(71846, 'Tennis Racket', 'Sports', 87, 86, 7880, '2025-06-07 16:27:25'), -(72171, 'Vase', 'Home Decor', 63, 61, 7232, '2025-07-02 15:14:02'), -(73285, 'Biography', 'Books', 35, 32, 7520, '2025-06-14 09:51:37'), -(75401, 'Action Figure', 'Toys', 26, 25, 5566, '2025-06-07 04:43:38'), -(77017, 'Perfume', 'Beauty', 42, 37, 9955, '2025-06-03 08:27:47'), -(76793, 'Board Game', 'Toys', 11, 6, 8323, '2025-06-13 03:50:32'), -(78234, 'Smartphone', 'Electronics', 68, 65, 8323, '2025-06-15 23:50:13'), -(75645, 'Pizza', 'Foods', 34, 29, 8323, '2025-06-15 18:03:52'), -(75684, 'Laptop', 'Electronics', 87, 86, 8323, '2025-06-11 16:27:52'), -(71607, 'Headphones', 'Electronics', 27, 26, 7520, '2025-06-03 16:19:19'), -(71328, 'Sushi', 'Foods', 72, 69, 5567, '2025-06-04 19:26:32'), -(75242, 'Shirt', 'Clothing', 36, 33, 7224, '2025-06-19 11:45:31'), -(79133, 'Puzzle', 'Toys', 27, 26, 1036, '2025-06-19 11:09:19'), -(75832, 'Biography', 'Books', 16, 14, 5567, '2025-06-25 13:49:52'), -(79158, 'T-shirt', 'Clothing', 20, 19, 6199, '2025-06-30 22:27:18'), -(76522, 'Eyeshadow Palette', 'Beauty', 13, 12, 8323, '2025-06-17 01:29:15'), -(71655, 'Shirt', 'Clothing', 72, 71, 2434, '2025-06-23 20:17:52'), -(71766, 'Jeans', 'Clothing', 89, 84, 1036, '2025-06-05 00:38:32'), -(75156, 'Cushion', 'Home Decor', 62, 58, 3253, '2025-06-04 23:52:31'), -(79388, 'Dumbbells', 'Sports', 19, 16, 8323, '2025-06-06 18:10:50'), -(76171, 'Pizza', 'Foods', 77, 74, 8323, '2025-06-08 01:21:24'), -(71561, 'Vase', 'Home Decor', 18, 13, 2434, '2025-06-21 22:17:07'), -(72889, 'Doll', 'Toys', 10, 9, 8323, '2025-06-09 08:19:33'), -(71313, 'Tennis Racket', 'Sports', 83, 80, 9955, '2025-06-05 18:24:33'), -(76431, 'Vase', 'Home Decor', 78, 75, 7232, '2025-06-29 04:09:33'), -(74518, 'Smartphone', 'Electronics', 65, 60, 6777, '2025-06-11 16:21:02'), -(79150, 'Sushi', 'Foods', 62, 60, 1036, '2025-06-22 00:30:51'), -(78005, 'Burger', 'Foods', 64, 59, 7224, '2025-06-26 07:09:52'), -(75900, 'Gym Bag', 'Sports', 56, 54, 7224, '2025-07-02 19:22:05'), -(70177, 'Headphones', 'Electronics', 43, 39, 9955, '2025-06-08 08:07:17'), -(75265, 'Sweater', 'Clothing', 34, 29, 5501, '2025-06-26 12:15:42'), -(72419, 'Perfume', 'Beauty', 34, 32, 6199, '2025-06-13 00:12:34'), -(77807, 'Burger', 'Foods', 93, 90, 2701, '2025-06-14 12:45:28'), -(72257, 'Face Cream', 'Beauty', 90, 87, 3253, '2025-06-17 03:44:23'), -(76225, 'Smartphone', 'Electronics', 23, 19, 5566, '2025-06-24 11:56:12'), -(72078, 'Salad', 'Foods', 84, 81, 7520, '2025-06-12 04:55:37'), -(72380, 'Eyeshadow Palette', 'Beauty', 20, 18, 7880, '2025-06-12 17:26:25'), -(73047, 'Laptop', 'Electronics', 96, 95, 7520, '2025-06-16 18:52:42'), -(79109, 'Cushion', 'Home Decor', 85, 84, 7224, '2025-06-20 22:40:08'), -(72058, 'Dress', 'Clothing', 86, 85, 3253, '2025-06-16 10:15:40'), -(79504, 'T-shirt', 'Clothing', 31, 28, 8323, '2025-06-10 13:30:27'), -(76079, 'Mascara', 'Beauty', 46, 41, 5567, '2025-06-04 21:43:46'), -(75143, 'Doll', 'Toys', 95, 91, 5567, '2025-06-28 04:24:55'), -(72429, 'Dress', 'Clothing', 34, 32, 5567, '2025-06-11 11:57:41'), -(74400, 'Doll', 'Toys', 51, 48, 7224, '2025-06-23 17:35:45'), -(72398, 'Dumbbells', 'Sports', 98, 94, 7880, '2025-06-07 14:07:59'), -(72826, 'Basketball', 'Sports', 34, 29, 6199, '2025-06-05 14:56:09'), -(77450, 'Lipstick', 'Beauty', 99, 96, 6777, '2025-06-25 04:16:32'), -(75246, 'Eyeshadow Palette', 'Beauty', 25, 22, 5511, '2025-06-13 15:52:28'), -(70732, 'Camera', 'Electronics', 18, 14, 7520, '2025-06-21 16:56:26'), -(79761, 'Cushion', 'Home Decor', 97, 96, 5511, '2025-07-02 12:11:55'), -(74900, 'Dumbbells', 'Sports', 40, 38, 2434, '2025-06-21 20:37:36'), -(77426, 'Face Cream', 'Beauty', 91, 86, 5501, '2025-06-22 10:31:18'), -(78653, 'Sweater', 'Clothing', 96, 94, 7232, '2025-06-19 04:36:20'), -(73655, 'Basketball', 'Sports', 32, 27, 3253, '2025-06-10 22:09:53'), -(78826, 'Tablet', 'Electronics', 46, 44, 7520, '2025-06-06 16:00:39'), -(70705, 'Lipstick', 'Beauty', 35, 31, 5508, '2025-06-17 16:11:39'), -(70768, 'Throw Blanket', 'Home Decor', 57, 54, 7877, '2025-06-06 00:12:29'), -(73092, 'Doll', 'Toys', 80, 77, 2434, '2025-06-07 21:01:48'), -(77640, 'Laptop', 'Electronics', 63, 61, 3253, '2025-06-23 15:03:48'), -(72901, 'Candle Holder', 'Home Decor', 18, 16, 3253, '2025-06-15 09:20:37'), -(71304, 'Yoga Mat', 'Sports', 21, 17, 7595, '2025-06-12 01:42:46'), -(70348, 'Picture Frame', 'Home Decor', 10, 8, 7595, '2025-07-02 08:39:11'), -(72645, 'Novel', 'Books', 57, 53, 7224, '2025-06-21 08:10:18'), -(79132, 'Tablet', 'Electronics', 13, 9, 7232, '2025-06-10 00:48:53'), -(71989, 'Salad', 'Foods', 32, 30, 7877, '2025-06-04 21:15:08'), -(75666, 'Picture Frame', 'Home Decor', 88, 87, 4246, '2025-06-23 18:29:45'), -(76665, 'Laptop', 'Electronics', 14, 12, 5511, '2025-06-26 19:14:46'), -(70241, 'Sushi', 'Foods', 92, 89, 8323, '2025-06-09 04:51:19'), -(70295, 'Basketball', 'Sports', 66, 61, 5566, '2025-07-01 11:09:07'), -(79304, 'Remote Control Car', 'Toys', 43, 39, 7224, '2025-06-29 00:29:52'), -(75097, 'Face Cream', 'Beauty', 79, 76, 5501, '2025-06-24 05:13:24'), -(78291, 'Perfume', 'Beauty', 38, 33, 7877, '2025-06-23 21:06:31'), -(70584, 'Vase', 'Home Decor', 96, 92, 7595, '2025-06-20 17:40:24'), -(70684, 'Cushion', 'Home Decor', 32, 30, 7224, '2025-06-23 11:08:50'), -(74030, 'Dress', 'Clothing', 27, 26, 1036, '2025-06-26 13:27:10'), -(72987, 'Self-Help', 'Books', 98, 95, 6777, '2025-06-16 05:33:16'), -(79258, 'Lipstick', 'Beauty', 72, 69, 2701, '2025-06-20 08:38:11'), -(77761, 'Face Cream', 'Beauty', 54, 51, 1036, '2025-06-16 15:42:06'), -(78751, 'Laptop', 'Electronics', 26, 22, 7877, '2025-06-12 23:57:11'), -(72603, 'Tennis Racket', 'Sports', 78, 75, 5501, '2025-06-21 17:08:21'), -(79203, 'Jeans', 'Clothing', 87, 82, 3253, '2025-06-16 22:55:11'), -(73986, 'Sushi', 'Foods', 27, 25, 7520, '2025-07-02 14:01:54'), -(74932, 'Burger', 'Foods', 71, 68, 7595, '2025-06-28 03:25:31'), -(73841, 'Sushi', 'Foods', 86, 83, 8323, '2025-06-09 10:54:18'), -(79228, 'Puzzle', 'Toys', 48, 45, 1036, '2025-06-22 14:12:48'), -(75517, 'Yoga Mat', 'Sports', 45, 41, 7520, '2025-06-12 07:33:08'), -(74867, 'Yoga Mat', 'Sports', 15, 11, 5501, '2025-06-29 14:51:52'), -(72075, 'Burger', 'Foods', 27, 25, 5511, '2025-06-30 17:42:27'), -(73723, 'Jeans', 'Clothing', 57, 55, 6777, '2025-06-09 16:26:56'), -(71566, 'Vase', 'Home Decor', 98, 96, 5567, '2025-06-25 00:53:22'), -(75453, 'Laptop', 'Electronics', 65, 63, 7595, '2025-06-29 15:45:24'), -(73748, 'Perfume', 'Beauty', 61, 57, 7880, '2025-06-25 15:20:46'), -(70775, 'Tablet', 'Electronics', 31, 30, 2701, '2025-06-12 16:44:50'), -(75009, 'Pasta', 'Foods', 46, 42, 5567, '2025-06-24 05:02:14'), -(76563, 'Board Game', 'Toys', 42, 40, 7224, '2025-06-13 15:10:57'), -(75614, 'Lipstick', 'Beauty', 44, 42, 5567, '2025-06-12 20:17:08'), -(71481, 'Doll', 'Toys', 78, 75, 4246, '2025-06-19 01:05:59'); diff --git a/06_SUPPLIERS.sql b/06_SUPPLIERS.sql deleted file mode 100644 index 79e14b8..0000000 --- a/06_SUPPLIERS.sql +++ /dev/null @@ -1,25 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."SUPPLIERS" ("SUPPLIERID", "SUPPLIERNAME", "CONTACTPERSON", "EMAIL", "PHONE", "ADDRESS", "CITY", "STATE", "ZIPCODE", "UPDATED_AT") VALUES -(5511, 'Bartlett PLC', 'Ashley Owens', 'ashley_owens@outlook.com', '515-242-1991x0696', '74331 White Port', 'Los Angeles', 'CA', '90001', '2025-06-15 09:05:12'), -(5501, 'Scott-Ponce', 'Daniel Mccann', 'daniel_mccann@aol.com', '433-611-8971x1429', '334 Williams Key Apt. 878', 'Chicago', 'IL', '60601', '2025-06-19 19:22:37'), -(7232, 'Ford-Baker', 'Amy Lang', 'amy_lang@aol.com', '291.452.6384x15388', '0679 Brennan Meadows Suite 685', 'Los Angeles', 'CA', '90001', '2025-06-12 16:55:55'), -(2701, 'Brown-Beltran', 'Sean Prince', 'sean_prince@yahoo.com', '001-784-601-6033x31741', '3872 Petersen Park', 'Houston', 'TX', '77001', '2025-06-11 03:41:54'), -(7224, 'Long-Johnson', 'Daniel Russell', 'daniel_russell@yahoo.com', '001-853-767-4175x05179', '17520 Williams Port Apt. 374', 'Chicago', 'IL', '60601', '2025-06-21 04:35:01'), -(8323, 'Jones-George', 'Dillon Manning', 'dillon_manning@icloud.com', '(632)288-2732x1868', '94352 Jonathan Viaduct', 'Chicago', 'IL', '60601', '2025-06-04 17:34:24'), -(7520, 'Middleton LLC', 'Jason Williams', 'jason_williams@icloud.com', '001-394-583-7966x001', '72493 Lopez Wall', 'Phoenix', 'AZ', '85001', '2025-06-06 19:54:15'), -(7880, 'Lin-Russell', 'John Barnes', 'john_barnes@outlook.com', '295.574.9358', '9405 Mcknight Views', 'Phoenix', 'AZ', '85001', '2025-06-26 01:39:14'), -(5566, 'Valenzuela, Butler and Curry', 'Nicholas Davis', 'nicholas_davis@gmail.com', '(886)843-0924x6190', '465 Brian Isle', 'Chicago', 'IL', '60601', '2025-07-02 18:04:14'), -(2434, 'Hurst Ltd', 'Brandy Joseph', 'brandy_joseph@icloud.com', '+1-465-389-1844', '421 Emily Mountain Suite 146', 'New York', 'NY', '10001', '2025-06-12 12:53:11'), -(9955, 'Smith PLC', 'Jenna Christensen', 'jenna_christensen@yahoo.com', '338.761.2867x150', '88003 Kimberly Stream Apt. 665', 'Los Angeles', 'CA', '90001', '2025-06-09 00:37:47'), -(7595, 'Moore-Dixon', 'Lindsay Moore', 'lindsay_moore@aol.com', '235-620-0351', '94264 Miller Meadow Suite 063', 'Los Angeles', 'CA', '90001', '2025-07-01 03:36:43'), -(6199, 'Phillips, Harris and Lambert', 'David Delacruz', 'david_delacruz@aol.com', '938.794.3214', '38115 Joseph Crest Apt. 898', 'Phoenix', 'AZ', '85001', '2025-06-11 02:15:00'), -(6777, 'Clark, Navarro and Hunter', 'Anna Brown', 'anna_brown@gmail.com', '560.262.3054', '0265 Wiley Islands', 'Chicago', 'IL', '60601', '2025-06-05 09:32:06'), -(5508, 'Olson-King', 'Victoria Hopkins', 'victoria_hopkins@outlook.com', '373-553-4463x517', '625 Pamela Squares Suite 308', 'New York', 'NY', '10001', '2025-06-14 07:45:43'), -(1036, 'Cabrera-Garrison', 'Justin Li', 'justin_li@yahoo.com', '+1-647-532-5970', '958 Jason Manor Apt. 635', 'Houston', 'TX', '77001', '2025-06-21 03:26:33'), -(7877, 'Stanley, Garcia and Lee', 'Emily Walker', 'emily_walker@outlook.com', '364-383-0432x60934', '76674 Davis Knoll Suite 349', 'Houston', 'TX', '77001', '2025-06-18 17:03:49'), -(4246, 'Patel, Terry and Doyle', 'Catherine Hurst', 'catherine_hurst@outlook.com', '(824)219-9773x47151', '636 Julia Pines', 'Phoenix', 'AZ', '85001', '2025-06-17 19:16:31'), -(3253, 'Rodriguez-York', 'Susan Wilson', 'susan_wilson@aol.com', '+1-991-541-9457x668', '90572 Chavez Glens Apt. 254', 'Phoenix', 'AZ', '85001', '2025-06-15 22:47:36'), -(5567, 'Robinson-Rodriguez', 'Jeanette Estrada', 'jeanette_estrada@gmail.com', '001-353-210-7242x12166', '121 Bryan Via', 'Los Angeles', 'CA', '90001', '2025-06-04 15:51:15'); diff --git a/07_STORES.sql b/07_STORES.sql deleted file mode 100644 index ee4877d..0000000 --- a/07_STORES.sql +++ /dev/null @@ -1,15 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."STORES" ("STOREID", "STORENAME", "ADDRESS", "CITY", "STATE", "ZIPCODE", "EMAIL", "PHONE", "UPDATED_AT") VALUES -('1305', 'houston44', '3333 Villanueva Pike Apt. 005', 'Houston', 'TX', '77001', 'houston44@sleekmart.com', '939.693.8946x036', '2025-06-30 09:33:43'), -('1794', 'chicago36', '330 Clark River Apt. 263', 'Chicago', 'IL', '60601', 'chicago36@sleekmart.com', '5873568473', '2025-06-21 05:24:28'), -('1506', 'losangeles51', '871 Logan Mall Suite 950', 'Los Angeles', 'CA', '90001', 'losangeles51@sleekmart.com', '+1-906-437-9637x054', '2025-06-22 01:04:29'), -('1321', 'newyork67', '260 Mcdaniel Trail', 'New York', 'NY', '10001', 'newyork67@sleekmart.com', '(211)441-4251', '2025-06-11 02:22:21'), -('1462', 'houston68', '0491 Lyons Ferry', 'Houston', 'TX', '77001', 'houston68@sleekmart.com', '758-340-4580', '2025-06-23 11:49:58'), -('1308', 'chicago72', '25025 Andersen Extension Suite 017', 'Chicago', 'IL', '60601', 'chicago72@sleekmart.com', '570.717.8424x736', '2025-06-04 10:32:53'), -('1069', 'chicago40', '214 Diana Harbor', 'Chicago', 'IL', '60601', 'chicago40@sleekmart.com', '(621)734-5230x83953', '2025-06-13 09:50:28'), -('1128', 'houston88', '198 Julie Mills Apt. 495', 'Houston', 'TX', '77001', 'houston88@sleekmart.com', '789.384.1450', '2025-06-08 17:24:59'), -('1887', 'chicago95', '639 Paula Skyway Suite 302', 'Chicago', 'IL', '60601', 'chicago95@sleekmart.com', '493.978.7338x0236', '2025-06-27 05:44:44'), -('1775', 'losangeles32', '8285 Sweeney Branch', 'Los Angeles', 'CA', '90001', 'losangeles32@sleekmart.com', '+1-240-568-9518', '2025-06-11 10:35:44'); diff --git a/08_ORDERITEMS.sql b/08_ORDERITEMS.sql deleted file mode 100644 index 58b266a..0000000 --- a/08_ORDERITEMS.sql +++ /dev/null @@ -1,1656 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."ORDERITEMS" ("ORDERID", "ORDERITEMID", "PRODUCTID", "QUANTITY", "UNITPRICE", "UPDATED_AT") VALUES -(800000, 1, 74900, 7, 40.00, '2025-07-03 01:09:44'), -(800000, 2, 70518, 9, 35.00, '2025-07-03 01:18:58'), -(800000, 3, 79133, 8, 27.00, '2025-07-03 01:00:48'), -(800000, 4, 77443, 10, 30.00, '2025-07-03 00:54:48'), -(800000, 5, 77600, 3, 67.00, '2025-07-03 01:07:13'), -(800000, 6, 74502, 10, 17.00, '2025-07-03 01:16:33'), -(800000, 7, 74155, 3, 73.00, '2025-07-03 01:04:48'), -(800000, 8, 71488, 5, 91.00, '2025-07-03 01:08:41'), -(800000, 9, 71846, 8, 87.00, '2025-07-03 01:11:27'), -(800000, 10, 77600, 5, 67.00, '2025-07-03 00:49:37'), -(800001, 1, 72075, 6, 27.00, '2025-07-03 01:04:04'), -(800001, 2, 70684, 5, 32.00, '2025-07-03 01:13:46'), -(800001, 3, 75832, 10, 16.00, '2025-07-03 00:53:43'), -(800001, 4, 79150, 10, 62.00, '2025-07-03 01:07:50'), -(800002, 1, 72429, 9, 34.00, '2025-07-03 00:55:29'), -(800002, 2, 71018, 4, 68.00, '2025-07-03 00:55:15'), -(800002, 3, 75097, 3, 79.00, '2025-07-03 01:18:10'), -(800002, 4, 72987, 4, 98.00, '2025-07-03 01:00:17'), -(800002, 5, 77807, 10, 93.00, '2025-07-03 00:56:08'), -(800002, 6, 79761, 4, 97.00, '2025-07-03 00:56:01'), -(800002, 7, 75900, 10, 56.00, '2025-07-03 01:16:26'), -(800003, 1, 79228, 4, 48.00, '2025-07-03 01:03:50'), -(800003, 2, 73316, 6, 63.00, '2025-07-03 00:56:25'), -(800003, 3, 79930, 8, 66.00, '2025-07-03 01:14:29'), -(800003, 4, 79750, 6, 89.00, '2025-07-03 01:06:46'), -(800003, 5, 71607, 7, 27.00, '2025-07-03 00:56:14'), -(800003, 6, 74900, 7, 40.00, '2025-07-03 01:09:05'), -(800003, 7, 79469, 1, 33.00, '2025-07-03 00:58:36'), -(800004, 1, 72058, 9, 86.00, '2025-07-03 01:09:16'), -(800004, 2, 78902, 8, 76.00, '2025-07-03 01:07:39'), -(800004, 3, 78463, 10, 40.00, '2025-07-03 01:10:11'), -(800004, 4, 75143, 3, 95.00, '2025-07-03 00:51:21'), -(800004, 5, 78985, 3, 27.00, '2025-07-03 01:03:39'), -(800004, 6, 77761, 10, 54.00, '2025-07-03 00:50:10'), -(800005, 1, 74277, 8, 91.00, '2025-07-03 01:11:41'), -(800005, 2, 77331, 6, 28.00, '2025-07-03 01:02:59'), -(800006, 1, 75517, 7, 45.00, '2025-07-03 00:49:54'), -(800006, 2, 72826, 3, 34.00, '2025-07-03 01:05:07'), -(800006, 3, 72429, 7, 34.00, '2025-07-03 01:01:27'), -(800006, 4, 71481, 9, 78.00, '2025-07-03 01:11:24'), -(800006, 5, 78130, 10, 24.00, '2025-07-03 01:01:46'), -(800006, 6, 70775, 4, 31.00, '2025-07-03 01:09:35'), -(800006, 7, 72078, 9, 84.00, '2025-07-03 01:17:07'), -(800006, 8, 75139, 7, 69.00, '2025-07-03 01:11:14'), -(800006, 9, 79504, 2, 31.00, '2025-07-03 01:18:46'), -(800007, 1, 72429, 2, 34.00, '2025-07-03 01:07:15'), -(800007, 2, 72175, 8, 78.00, '2025-07-03 00:50:16'), -(800007, 3, 77709, 8, 86.00, '2025-07-03 01:12:02'), -(800007, 4, 77750, 10, 88.00, '2025-07-03 00:52:21'), -(800007, 5, 72583, 3, 82.00, '2025-07-03 01:11:02'), -(800007, 6, 75143, 6, 95.00, '2025-07-03 01:18:28'), -(800007, 7, 73504, 3, 25.00, '2025-07-03 00:55:25'), -(800007, 8, 78021, 9, 55.00, '2025-07-03 01:12:38'), -(800007, 9, 78723, 6, 20.00, '2025-07-03 01:01:11'), -(800008, 1, 76948, 10, 26.00, '2025-07-03 00:55:34'), -(800009, 1, 70155, 5, 81.00, '2025-07-03 00:57:16'), -(800009, 2, 79469, 2, 33.00, '2025-07-03 00:59:00'), -(800009, 3, 72645, 4, 57.00, '2025-07-03 00:58:11'), -(800009, 4, 77331, 4, 28.00, '2025-07-03 00:57:42'), -(800009, 5, 76905, 6, 86.00, '2025-07-03 00:59:50'), -(800009, 6, 71846, 4, 87.00, '2025-07-03 00:57:39'), -(800009, 7, 79228, 10, 48.00, '2025-07-03 01:15:25'), -(800009, 8, 72645, 8, 57.00, '2025-07-03 01:04:53'), -(800009, 9, 79870, 4, 12.00, '2025-07-03 01:06:01'), -(800009, 10, 75900, 3, 56.00, '2025-07-03 01:15:51'), -(800010, 1, 77115, 8, 15.00, '2025-07-03 00:59:11'), -(800010, 2, 78234, 4, 68.00, '2025-07-03 01:17:05'), -(800010, 3, 72905, 3, 52.00, '2025-07-03 00:52:24'), -(800010, 4, 77017, 8, 42.00, '2025-07-03 01:07:00'), -(800010, 5, 78751, 7, 26.00, '2025-07-03 01:14:13'), -(800010, 6, 79132, 6, 13.00, '2025-07-03 01:05:42'), -(800010, 7, 79399, 1, 84.00, '2025-07-03 00:59:42'), -(800010, 8, 70518, 1, 35.00, '2025-07-03 01:08:23'), -(800010, 9, 77500, 1, 47.00, '2025-07-03 01:01:15'), -(800011, 1, 73910, 6, 82.00, '2025-07-03 01:15:58'), -(800011, 2, 75477, 10, 86.00, '2025-07-03 00:59:25'), -(800011, 3, 74231, 5, 32.00, '2025-07-03 01:15:03'), -(800011, 4, 70177, 5, 43.00, '2025-07-03 01:12:25'), -(800011, 5, 79258, 9, 72.00, '2025-07-03 01:07:14'), -(800011, 6, 75139, 5, 69.00, '2025-07-03 01:08:52'), -(800012, 1, 76484, 6, 81.00, '2025-07-03 00:59:39'), -(800012, 2, 76247, 1, 85.00, '2025-07-03 01:09:57'), -(800012, 3, 74209, 8, 74.00, '2025-07-03 00:50:15'), -(800012, 4, 72520, 3, 29.00, '2025-07-03 00:55:19'), -(800012, 5, 78161, 5, 48.00, '2025-07-03 01:17:15'), -(800012, 6, 71950, 9, 30.00, '2025-07-03 00:53:35'), -(800012, 7, 73634, 7, 85.00, '2025-07-03 00:56:43'), -(800012, 8, 71328, 7, 72.00, '2025-07-03 01:09:38'), -(800013, 1, 72380, 2, 20.00, '2025-07-03 01:17:15'), -(800013, 2, 73748, 4, 61.00, '2025-07-03 00:55:26'), -(800013, 3, 79546, 8, 70.00, '2025-07-03 00:56:40'), -(800013, 4, 78130, 8, 24.00, '2025-07-03 00:57:32'), -(800013, 5, 78826, 3, 46.00, '2025-07-03 01:03:56'), -(800013, 6, 78021, 6, 55.00, '2025-07-03 00:58:15'), -(800013, 7, 75246, 3, 25.00, '2025-07-03 01:05:42'), -(800013, 8, 77426, 2, 91.00, '2025-07-03 01:00:00'), -(800013, 9, 74677, 3, 66.00, '2025-07-03 01:02:04'), -(800013, 10, 72987, 3, 98.00, '2025-07-03 01:12:21'), -(800014, 1, 77546, 5, 50.00, '2025-07-03 01:07:40'), -(800014, 2, 79870, 9, 12.00, '2025-07-03 01:13:10'), -(800014, 3, 77709, 9, 86.00, '2025-07-03 00:55:53'), -(800014, 4, 73748, 9, 61.00, '2025-07-03 00:53:32'), -(800015, 1, 75645, 2, 34.00, '2025-07-03 01:10:08'), -(800015, 2, 73748, 10, 61.00, '2025-07-03 00:56:32'), -(800015, 3, 78837, 6, 26.00, '2025-07-03 00:49:56'), -(800015, 4, 75900, 3, 56.00, '2025-07-03 01:15:37'), -(800016, 1, 73634, 5, 85.00, '2025-07-03 00:50:45'), -(800016, 2, 74799, 4, 57.00, '2025-07-03 01:11:37'), -(800016, 3, 72608, 3, 100.00, '2025-07-03 01:00:59'), -(800016, 4, 74155, 2, 73.00, '2025-07-03 01:09:01'), -(800016, 5, 76171, 6, 77.00, '2025-07-03 01:18:52'), -(800016, 6, 71058, 3, 73.00, '2025-07-03 01:13:48'), -(800016, 7, 77761, 2, 54.00, '2025-07-03 01:19:45'), -(800016, 8, 73556, 9, 100.00, '2025-07-03 00:58:04'), -(800016, 9, 75645, 8, 34.00, '2025-07-03 01:11:05'), -(800016, 10, 78234, 8, 68.00, '2025-07-03 01:10:34'), -(800017, 1, 72171, 8, 63.00, '2025-07-03 01:09:18'), -(800017, 2, 79504, 10, 31.00, '2025-07-03 01:19:52'), -(800017, 3, 70241, 8, 92.00, '2025-07-03 01:12:49'), -(800017, 4, 70904, 1, 60.00, '2025-07-03 01:13:50'), -(800018, 1, 78863, 10, 85.00, '2025-07-03 01:08:23'), -(800018, 2, 72594, 9, 97.00, '2025-07-03 00:51:45'), -(800018, 3, 73655, 6, 32.00, '2025-07-03 01:00:26'), -(800018, 4, 72771, 2, 98.00, '2025-07-03 01:13:57'), -(800018, 5, 79546, 1, 70.00, '2025-07-03 00:57:17'), -(800018, 6, 72731, 9, 63.00, '2025-07-03 01:08:04'), -(800018, 7, 73841, 5, 86.00, '2025-07-03 01:01:19'), -(800018, 8, 77600, 7, 67.00, '2025-07-03 01:04:01'), -(800018, 9, 72585, 2, 63.00, '2025-07-03 01:18:59'), -(800019, 1, 71488, 7, 91.00, '2025-07-03 01:14:35'), -(800019, 2, 71304, 1, 21.00, '2025-07-03 01:19:28'), -(800019, 3, 75401, 5, 26.00, '2025-07-03 00:58:07'), -(800019, 4, 71328, 10, 72.00, '2025-07-03 01:05:52'), -(800019, 5, 79304, 2, 43.00, '2025-07-03 00:55:01'), -(800019, 6, 79388, 2, 19.00, '2025-07-03 00:57:50'), -(800019, 7, 71328, 5, 72.00, '2025-07-03 01:19:34'), -(800019, 8, 75097, 6, 79.00, '2025-07-03 01:15:15'), -(800019, 9, 78093, 4, 86.00, '2025-07-03 01:03:35'), -(800019, 10, 79150, 7, 62.00, '2025-07-03 01:15:08'), -(800020, 1, 78093, 9, 86.00, '2025-07-03 01:16:57'), -(800020, 2, 78683, 7, 82.00, '2025-07-03 01:00:34'), -(800020, 3, 70306, 4, 52.00, '2025-07-03 01:18:07'), -(800020, 4, 72429, 1, 34.00, '2025-07-03 00:57:28'), -(800020, 5, 74030, 6, 27.00, '2025-07-03 00:59:49'), -(800020, 6, 74518, 7, 65.00, '2025-07-03 01:15:29'), -(800020, 7, 70836, 8, 32.00, '2025-07-03 01:12:33'), -(800020, 8, 77426, 5, 91.00, '2025-07-03 01:16:45'), -(800021, 1, 77500, 8, 47.00, '2025-07-03 01:12:58'), -(800022, 1, 74867, 7, 15.00, '2025-07-03 00:56:42'), -(800023, 1, 77021, 9, 55.00, '2025-07-03 01:14:32'), -(800023, 2, 75009, 4, 46.00, '2025-07-03 00:59:56'), -(800023, 3, 70654, 9, 95.00, '2025-07-03 01:13:37'), -(800023, 4, 79504, 9, 31.00, '2025-07-03 01:03:06'), -(800023, 5, 72771, 5, 98.00, '2025-07-03 01:06:32'), -(800023, 6, 75156, 7, 62.00, '2025-07-03 00:59:34'), -(800023, 7, 78021, 3, 55.00, '2025-07-03 01:04:32'), -(800023, 8, 71950, 2, 30.00, '2025-07-03 01:16:56'), -(800023, 9, 78863, 7, 85.00, '2025-07-03 00:59:51'), -(800024, 1, 78005, 3, 64.00, '2025-07-03 01:11:38'), -(800024, 2, 70412, 8, 98.00, '2025-07-03 01:07:31'), -(800024, 3, 78683, 3, 82.00, '2025-07-03 01:10:20'), -(800024, 4, 76484, 9, 81.00, '2025-07-03 01:17:29'), -(800025, 1, 71328, 3, 72.00, '2025-07-03 01:09:59'), -(800025, 2, 75097, 3, 79.00, '2025-07-03 01:18:28'), -(800025, 3, 79275, 5, 100.00, '2025-07-03 01:03:32'), -(800025, 4, 77640, 10, 63.00, '2025-07-03 01:03:31'), -(800025, 5, 70836, 8, 32.00, '2025-07-03 01:17:59'), -(800025, 6, 77426, 7, 91.00, '2025-07-03 00:51:20'), -(800025, 7, 79132, 6, 13.00, '2025-07-03 01:10:48'), -(800025, 8, 71328, 7, 72.00, '2025-07-03 01:16:52'), -(800025, 9, 74231, 6, 32.00, '2025-07-03 01:02:49'), -(800025, 10, 72889, 7, 10.00, '2025-07-03 00:58:27'), -(800026, 1, 71955, 3, 44.00, '2025-07-03 00:58:53'), -(800026, 2, 73316, 6, 63.00, '2025-07-03 01:03:23'), -(800026, 3, 74518, 5, 65.00, '2025-07-03 01:11:22'), -(800026, 4, 75270, 7, 41.00, '2025-07-03 00:50:19'), -(800027, 1, 78021, 1, 55.00, '2025-07-03 01:02:20'), -(800027, 2, 72171, 4, 63.00, '2025-07-03 01:15:26'), -(800028, 1, 78736, 5, 40.00, '2025-07-03 01:13:49'), -(800028, 2, 75156, 2, 62.00, '2025-07-03 01:08:01'), -(800028, 3, 72419, 4, 34.00, '2025-07-03 01:17:03'), -(800028, 4, 70155, 2, 81.00, '2025-07-03 01:05:22'), -(800028, 5, 76732, 3, 61.00, '2025-07-03 00:55:48'), -(800028, 6, 73748, 3, 61.00, '2025-07-03 00:57:45'), -(800028, 7, 70775, 2, 31.00, '2025-07-03 00:57:12'), -(800028, 8, 73655, 9, 32.00, '2025-07-03 01:02:56'), -(800029, 1, 74030, 2, 27.00, '2025-07-03 01:01:51'), -(800029, 2, 74400, 4, 51.00, '2025-07-03 00:57:42'), -(800029, 3, 76993, 2, 77.00, '2025-07-03 01:05:31'), -(800029, 4, 76225, 6, 23.00, '2025-07-03 00:53:45'), -(800029, 5, 76993, 10, 77.00, '2025-07-03 00:57:51'), -(800029, 6, 79546, 10, 70.00, '2025-07-03 01:16:16'), -(800029, 7, 75143, 10, 95.00, '2025-07-03 01:03:10'), -(800029, 8, 74359, 4, 84.00, '2025-07-03 00:54:32'), -(800029, 9, 79504, 2, 31.00, '2025-07-03 00:53:37'), -(800029, 10, 70584, 10, 96.00, '2025-07-03 01:20:08'), -(800030, 1, 71989, 7, 32.00, '2025-07-03 01:10:21'), -(800030, 2, 76563, 8, 42.00, '2025-07-03 01:11:02'), -(800030, 3, 79930, 6, 66.00, '2025-07-03 01:02:07'), -(800030, 4, 72594, 2, 97.00, '2025-07-03 01:09:03'), -(800030, 5, 79189, 1, 32.00, '2025-07-03 01:15:40'), -(800030, 6, 77807, 1, 93.00, '2025-07-03 01:11:15'), -(800030, 7, 76247, 8, 85.00, '2025-07-03 01:18:34'), -(800030, 8, 76647, 4, 84.00, '2025-07-03 01:09:37'), -(800030, 9, 73504, 4, 25.00, '2025-07-03 01:02:44'), -(800031, 1, 74518, 2, 65.00, '2025-07-03 01:05:03'), -(800032, 1, 72901, 2, 18.00, '2025-07-03 01:00:54'), -(800032, 2, 71955, 8, 44.00, '2025-07-03 01:17:42'), -(800033, 1, 73092, 8, 80.00, '2025-07-03 00:57:26'), -(800033, 2, 70768, 1, 57.00, '2025-07-03 01:08:38'), -(800033, 3, 72175, 10, 78.00, '2025-07-03 01:01:18'), -(800033, 4, 75477, 7, 86.00, '2025-07-03 01:10:53'), -(800034, 1, 71566, 6, 98.00, '2025-07-03 01:05:55'), -(800034, 2, 76793, 2, 11.00, '2025-07-03 01:08:43'), -(800034, 3, 73238, 8, 56.00, '2025-07-03 00:51:44'), -(800034, 4, 77017, 3, 42.00, '2025-07-03 00:54:42'), -(800034, 5, 76793, 2, 11.00, '2025-07-03 00:51:28'), -(800034, 6, 75009, 6, 46.00, '2025-07-03 00:51:01'), -(800034, 7, 78985, 3, 27.00, '2025-07-03 01:15:14'), -(800034, 8, 77807, 3, 93.00, '2025-07-03 00:55:53'), -(800034, 9, 71989, 10, 32.00, '2025-07-03 01:10:14'), -(800035, 1, 72585, 3, 63.00, '2025-07-03 00:53:06'), -(800035, 2, 75666, 3, 88.00, '2025-07-03 01:05:36'), -(800035, 3, 78826, 9, 46.00, '2025-07-03 01:20:05'), -(800035, 4, 77600, 8, 67.00, '2025-07-03 01:12:41'), -(800035, 5, 78114, 4, 37.00, '2025-07-03 01:12:33'), -(800035, 6, 74400, 1, 51.00, '2025-07-03 01:18:16'), -(800036, 1, 79304, 8, 43.00, '2025-07-03 01:12:57'), -(800036, 2, 76452, 1, 48.00, '2025-07-03 00:51:49'), -(800036, 3, 74900, 8, 40.00, '2025-07-03 00:52:30'), -(800036, 4, 79750, 3, 89.00, '2025-07-03 01:07:25'), -(800037, 1, 72398, 4, 98.00, '2025-07-03 01:15:36'), -(800037, 2, 79560, 7, 43.00, '2025-07-03 00:50:40'), -(800037, 3, 71950, 8, 30.00, '2025-07-03 01:06:42'), -(800037, 4, 75322, 8, 44.00, '2025-07-03 00:59:22'), -(800037, 5, 71488, 2, 91.00, '2025-07-03 01:08:46'), -(800037, 6, 74954, 8, 17.00, '2025-07-03 01:14:44'), -(800038, 1, 74954, 7, 17.00, '2025-07-03 00:58:55'), -(800038, 2, 70295, 6, 66.00, '2025-07-03 01:12:25'), -(800038, 3, 75156, 3, 62.00, '2025-07-03 01:14:23'), -(800038, 4, 71846, 1, 87.00, '2025-07-03 00:59:28'), -(800039, 1, 72905, 8, 52.00, '2025-07-03 01:07:05'), -(800039, 2, 72171, 7, 63.00, '2025-07-03 01:09:08'), -(800039, 3, 74932, 5, 71.00, '2025-07-03 01:10:34'), -(800039, 4, 77443, 3, 30.00, '2025-07-03 01:00:14'), -(800039, 5, 78723, 6, 20.00, '2025-07-03 01:13:06'), -(800039, 6, 79228, 5, 48.00, '2025-07-03 00:53:24'), -(800040, 1, 72168, 7, 66.00, '2025-07-03 01:13:44'), -(800040, 2, 72905, 2, 52.00, '2025-07-03 00:54:58'), -(800040, 3, 75097, 9, 79.00, '2025-07-03 00:54:29'), -(800040, 4, 76793, 2, 11.00, '2025-07-03 00:51:38'), -(800040, 5, 78837, 7, 26.00, '2025-07-03 01:18:00'), -(800041, 1, 78826, 9, 46.00, '2025-07-03 00:56:05'), -(800041, 2, 70684, 7, 32.00, '2025-07-03 00:57:39'), -(800041, 3, 79504, 3, 31.00, '2025-07-03 01:12:46'), -(800041, 4, 73285, 9, 35.00, '2025-07-03 00:57:31'), -(800042, 1, 74900, 7, 40.00, '2025-07-03 00:52:18'), -(800042, 2, 78826, 1, 46.00, '2025-07-03 01:07:48'), -(800042, 3, 72826, 5, 34.00, '2025-07-03 00:56:53'), -(800042, 4, 79189, 9, 32.00, '2025-07-03 01:04:44'), -(800042, 5, 74932, 5, 71.00, '2025-07-03 01:09:30'), -(800042, 6, 74502, 9, 17.00, '2025-07-03 01:05:50'), -(800042, 7, 70295, 1, 66.00, '2025-07-03 00:53:38'), -(800042, 8, 71478, 6, 98.00, '2025-07-03 01:00:00'), -(800043, 1, 73238, 1, 56.00, '2025-07-03 01:06:17'), -(800043, 2, 78463, 1, 40.00, '2025-07-03 00:59:55'), -(800043, 3, 73316, 1, 63.00, '2025-07-03 01:14:15'), -(800043, 4, 72946, 3, 16.00, '2025-07-03 01:17:03'), -(800043, 5, 79761, 6, 97.00, '2025-07-03 01:07:57'), -(800043, 6, 72058, 2, 86.00, '2025-07-03 00:52:41'), -(800043, 7, 70584, 7, 96.00, '2025-07-03 01:12:41'), -(800043, 8, 77447, 3, 61.00, '2025-07-03 00:51:33'), -(800044, 1, 75832, 4, 16.00, '2025-07-03 01:06:28'), -(800044, 2, 74867, 3, 15.00, '2025-07-03 01:01:43'), -(800044, 3, 72429, 8, 34.00, '2025-07-03 01:11:33'), -(800044, 4, 70306, 1, 52.00, '2025-07-03 00:51:33'), -(800044, 5, 74030, 7, 27.00, '2025-07-03 01:05:46'), -(800044, 6, 70271, 5, 82.00, '2025-07-03 01:09:22'), -(800044, 7, 77331, 3, 28.00, '2025-07-03 01:06:27'), -(800044, 8, 70584, 10, 96.00, '2025-07-03 00:57:27'), -(800044, 9, 77017, 3, 42.00, '2025-07-03 00:55:48'), -(800044, 10, 75156, 10, 62.00, '2025-07-03 00:52:57'), -(800045, 1, 74954, 5, 17.00, '2025-07-03 01:12:05'), -(800045, 2, 77115, 9, 15.00, '2025-07-03 01:06:34'), -(800045, 3, 71561, 9, 18.00, '2025-07-03 01:18:24'), -(800045, 4, 70518, 8, 35.00, '2025-07-03 01:08:59'), -(800045, 5, 72380, 10, 20.00, '2025-07-03 01:06:30'), -(800046, 1, 70904, 6, 60.00, '2025-07-03 01:00:52'), -(800046, 2, 78751, 8, 26.00, '2025-07-03 01:13:19'), -(800046, 3, 75812, 5, 91.00, '2025-07-03 01:04:43'), -(800046, 4, 78826, 9, 46.00, '2025-07-03 01:01:05'), -(800046, 5, 73634, 4, 85.00, '2025-07-03 00:53:38'), -(800046, 6, 77021, 7, 55.00, '2025-07-03 01:18:50'), -(800047, 1, 77021, 10, 55.00, '2025-07-03 00:51:21'), -(800047, 2, 76522, 9, 13.00, '2025-07-03 00:53:54'), -(800047, 3, 74790, 8, 85.00, '2025-07-03 01:04:49'), -(800047, 4, 72594, 7, 97.00, '2025-07-03 00:55:24'), -(800047, 5, 72731, 6, 63.00, '2025-07-03 01:08:44'), -(800047, 6, 77331, 5, 28.00, '2025-07-03 00:57:13'), -(800047, 7, 76171, 5, 77.00, '2025-07-03 01:08:39'), -(800047, 8, 73047, 6, 96.00, '2025-07-03 01:12:26'), -(800048, 1, 78683, 5, 82.00, '2025-07-03 00:57:21'), -(800048, 2, 78234, 9, 68.00, '2025-07-03 00:54:13'), -(800048, 3, 72583, 10, 82.00, '2025-07-03 01:05:17'), -(800049, 1, 77115, 10, 15.00, '2025-07-03 01:07:26'), -(800049, 2, 76522, 7, 13.00, '2025-07-03 00:59:16'), -(800049, 3, 76793, 5, 11.00, '2025-07-03 01:07:25'), -(800049, 4, 76484, 4, 81.00, '2025-07-03 00:55:58'), -(800049, 5, 72608, 5, 100.00, '2025-07-03 01:08:46'), -(800049, 6, 78234, 7, 68.00, '2025-07-03 01:05:32'), -(800049, 7, 72946, 5, 16.00, '2025-07-03 01:09:43'), -(800049, 8, 70904, 5, 60.00, '2025-07-03 01:13:30'), -(800050, 1, 71955, 6, 44.00, '2025-07-03 00:56:57'), -(800050, 2, 76665, 6, 14.00, '2025-07-03 01:01:56'), -(800050, 3, 75684, 4, 87.00, '2025-07-03 01:02:09'), -(800050, 4, 71561, 10, 18.00, '2025-07-03 00:55:43'), -(800050, 5, 72608, 3, 100.00, '2025-07-03 01:06:00'), -(800050, 6, 77017, 6, 42.00, '2025-07-03 01:11:00'), -(800050, 7, 73285, 6, 35.00, '2025-07-03 00:56:29'), -(800050, 8, 72419, 7, 34.00, '2025-07-03 00:55:45'), -(800050, 9, 76732, 3, 61.00, '2025-07-03 01:18:03'), -(800050, 10, 72168, 6, 66.00, '2025-07-03 01:02:23'), -(800051, 1, 76647, 7, 84.00, '2025-07-03 01:19:40'), -(800051, 2, 78985, 2, 27.00, '2025-07-03 01:13:06'), -(800051, 3, 70412, 5, 98.00, '2025-07-03 01:06:13'), -(800051, 4, 77234, 8, 64.00, '2025-07-03 01:20:07'), -(800051, 5, 72058, 10, 86.00, '2025-07-03 01:19:24'), -(800052, 1, 76623, 5, 50.00, '2025-07-03 00:58:25'), -(800052, 2, 72171, 5, 63.00, '2025-07-03 01:07:34'), -(800053, 1, 70011, 3, 71.00, '2025-07-03 01:16:48'), -(800053, 2, 73092, 10, 80.00, '2025-07-03 01:14:19'), -(800053, 3, 77807, 10, 93.00, '2025-07-03 01:02:01'), -(800053, 4, 79189, 2, 32.00, '2025-07-03 01:06:36'), -(800054, 1, 79870, 8, 12.00, '2025-07-03 01:09:03'), -(800054, 2, 79158, 8, 20.00, '2025-07-03 01:19:10'), -(800054, 3, 72583, 5, 82.00, '2025-07-03 01:04:50'), -(800054, 4, 72262, 5, 15.00, '2025-07-03 01:04:34'), -(800054, 5, 78985, 7, 27.00, '2025-07-03 01:01:33'), -(800054, 6, 78826, 7, 46.00, '2025-07-03 00:56:02'), -(800054, 7, 77709, 2, 86.00, '2025-07-03 00:57:00'), -(800054, 8, 75666, 2, 88.00, '2025-07-03 01:12:31'), -(800055, 1, 71488, 1, 91.00, '2025-07-03 01:19:24'), -(800055, 2, 70011, 4, 71.00, '2025-07-03 01:20:04'), -(800056, 1, 76522, 8, 13.00, '2025-07-03 01:07:32'), -(800056, 2, 78902, 1, 76.00, '2025-07-03 01:01:53'), -(800056, 3, 71846, 10, 87.00, '2025-07-03 01:03:09'), -(800056, 4, 75812, 3, 91.00, '2025-07-03 01:09:25'), -(800056, 5, 73655, 7, 32.00, '2025-07-03 01:19:57'), -(800056, 6, 77546, 10, 50.00, '2025-07-03 00:52:46'), -(800056, 7, 79388, 7, 19.00, '2025-07-03 00:59:11'), -(800056, 8, 79133, 7, 27.00, '2025-07-03 00:58:09'), -(800056, 9, 70348, 4, 10.00, '2025-07-03 00:52:36'), -(800056, 10, 72585, 10, 63.00, '2025-07-03 01:07:14'), -(800057, 1, 73285, 1, 35.00, '2025-07-03 00:58:22'), -(800057, 2, 78161, 3, 48.00, '2025-07-03 01:19:34'), -(800057, 3, 77709, 4, 86.00, '2025-07-03 01:00:09'), -(800057, 4, 79144, 9, 75.00, '2025-07-03 01:00:47'), -(800057, 5, 72520, 1, 29.00, '2025-07-03 01:02:15'), -(800057, 6, 77021, 8, 55.00, '2025-07-03 01:16:10'), -(800057, 7, 70904, 8, 60.00, '2025-07-03 00:52:42'), -(800057, 8, 75453, 9, 65.00, '2025-07-03 01:04:51'), -(800057, 9, 71566, 9, 98.00, '2025-07-03 00:51:23'), -(800057, 10, 70768, 7, 57.00, '2025-07-03 01:10:10'), -(800058, 1, 74867, 6, 15.00, '2025-07-03 01:00:38'), -(800058, 2, 74209, 7, 74.00, '2025-07-03 00:55:34'), -(800058, 3, 74502, 3, 17.00, '2025-07-03 01:18:38'), -(800058, 4, 70768, 5, 57.00, '2025-07-03 01:04:53'), -(800058, 5, 74277, 10, 91.00, '2025-07-03 00:55:05'), -(800058, 6, 76948, 2, 26.00, '2025-07-03 01:13:46'), -(800058, 7, 72731, 10, 63.00, '2025-07-03 00:56:57'), -(800058, 8, 79158, 1, 20.00, '2025-07-03 01:03:05'), -(800058, 9, 74231, 8, 32.00, '2025-07-03 01:11:57'), -(800058, 10, 79560, 8, 43.00, '2025-07-03 01:15:09'), -(800059, 1, 72583, 1, 82.00, '2025-07-03 01:15:24'), -(800059, 2, 76732, 7, 61.00, '2025-07-03 01:03:51'), -(800059, 3, 78826, 1, 46.00, '2025-07-03 01:08:23'), -(800059, 4, 76247, 7, 85.00, '2025-07-03 00:51:00'), -(800059, 5, 74231, 6, 32.00, '2025-07-03 00:56:48'), -(800059, 6, 79304, 3, 43.00, '2025-07-03 01:18:35'), -(800059, 7, 78234, 9, 68.00, '2025-07-03 01:15:38'), -(800059, 8, 76563, 5, 42.00, '2025-07-03 00:53:06'), -(800059, 9, 76993, 4, 77.00, '2025-07-03 01:14:06'), -(800060, 1, 72826, 8, 34.00, '2025-07-03 01:09:27'), -(800061, 1, 77750, 8, 88.00, '2025-07-03 01:18:51'), -(800061, 2, 76431, 10, 78.00, '2025-07-03 00:59:42'), -(800061, 3, 74059, 8, 69.00, '2025-07-03 01:14:52'), -(800061, 4, 75517, 2, 45.00, '2025-07-03 01:14:07'), -(800061, 5, 70518, 10, 35.00, '2025-07-03 01:10:08'), -(800062, 1, 75097, 4, 79.00, '2025-07-03 01:11:26'), -(800062, 2, 74588, 6, 38.00, '2025-07-03 01:19:26'), -(800062, 3, 79469, 1, 33.00, '2025-07-03 01:19:09'), -(800062, 4, 77234, 4, 64.00, '2025-07-03 01:14:15'), -(800062, 5, 77017, 10, 42.00, '2025-07-03 00:58:58'), -(800062, 6, 78826, 4, 46.00, '2025-07-03 00:53:57'), -(800062, 7, 73910, 10, 82.00, '2025-07-03 01:18:56'), -(800062, 8, 74588, 6, 38.00, '2025-07-03 01:06:04'), -(800063, 1, 70836, 3, 32.00, '2025-07-03 00:52:44'), -(800063, 2, 72826, 7, 34.00, '2025-07-03 01:20:32'), -(800063, 3, 75517, 2, 45.00, '2025-07-03 01:05:12'), -(800063, 4, 73504, 6, 25.00, '2025-07-03 01:11:40'), -(800063, 5, 72826, 2, 34.00, '2025-07-03 01:12:24'), -(800063, 6, 72257, 7, 90.00, '2025-07-03 01:01:24'), -(800063, 7, 72171, 1, 63.00, '2025-07-03 01:10:03'), -(800063, 8, 76905, 7, 86.00, '2025-07-03 01:14:23'), -(800064, 1, 70654, 9, 95.00, '2025-07-03 01:12:13'), -(800064, 2, 77443, 6, 30.00, '2025-07-03 01:09:46'), -(800064, 3, 78902, 6, 76.00, '2025-07-03 00:55:05'), -(800064, 4, 77331, 2, 28.00, '2025-07-03 01:09:14'), -(800064, 5, 72429, 5, 34.00, '2025-07-03 00:52:21'), -(800064, 6, 74030, 1, 27.00, '2025-07-03 01:03:55'), -(800064, 7, 76247, 3, 85.00, '2025-07-03 01:19:55'), -(800064, 8, 73910, 7, 82.00, '2025-07-03 01:08:39'), -(800065, 1, 73986, 6, 27.00, '2025-07-03 00:52:15'), -(800065, 2, 74032, 6, 57.00, '2025-07-03 01:07:48'), -(800065, 3, 74059, 3, 69.00, '2025-07-03 01:20:06'), -(800065, 4, 73238, 3, 56.00, '2025-07-03 01:01:21'), -(800065, 5, 72826, 2, 34.00, '2025-07-03 00:56:14'), -(800066, 1, 79368, 6, 14.00, '2025-07-03 01:19:07'), -(800066, 2, 75645, 2, 34.00, '2025-07-03 01:10:25'), -(800066, 3, 79399, 4, 84.00, '2025-07-03 01:07:27'), -(800066, 4, 74799, 9, 57.00, '2025-07-03 01:12:14'), -(800066, 5, 76522, 2, 13.00, '2025-07-03 01:06:00'), -(800066, 6, 74867, 5, 15.00, '2025-07-03 01:20:13'), -(800066, 7, 79399, 5, 84.00, '2025-07-03 01:17:29'), -(800067, 1, 78736, 10, 40.00, '2025-07-03 00:52:45'), -(800067, 2, 74155, 2, 73.00, '2025-07-03 01:00:53'), -(800067, 3, 76905, 3, 86.00, '2025-07-03 01:00:05'), -(800067, 4, 70684, 7, 32.00, '2025-07-03 01:20:17'), -(800067, 5, 75684, 5, 87.00, '2025-07-03 01:00:34'), -(800068, 1, 77546, 6, 50.00, '2025-07-03 00:58:11'), -(800069, 1, 76079, 9, 46.00, '2025-07-03 01:18:31'), -(800069, 2, 70348, 8, 10.00, '2025-07-03 01:13:47'), -(800070, 1, 70412, 7, 98.00, '2025-07-03 01:19:01'), -(800070, 2, 75156, 7, 62.00, '2025-07-03 00:54:57'), -(800070, 3, 76623, 9, 50.00, '2025-07-03 01:14:29'), -(800070, 4, 71950, 8, 30.00, '2025-07-03 01:15:41'), -(800071, 1, 72731, 5, 63.00, '2025-07-03 01:10:02'), -(800071, 2, 74518, 2, 65.00, '2025-07-03 00:51:13'), -(800071, 3, 75832, 6, 16.00, '2025-07-03 01:17:59'), -(800071, 4, 72175, 4, 78.00, '2025-07-03 01:03:24'), -(800071, 5, 75270, 9, 41.00, '2025-07-03 01:01:16'), -(800071, 6, 72398, 3, 98.00, '2025-07-03 00:58:26'), -(800071, 7, 77447, 9, 61.00, '2025-07-03 00:51:17'), -(800071, 8, 79228, 8, 48.00, '2025-07-03 01:02:58'), -(800071, 9, 79399, 5, 84.00, '2025-07-03 00:59:56'), -(800072, 1, 79228, 5, 48.00, '2025-07-03 00:51:16'), -(800072, 2, 72905, 7, 52.00, '2025-07-03 01:18:30'), -(800072, 3, 76948, 4, 26.00, '2025-07-03 01:05:05'), -(800073, 1, 75453, 1, 65.00, '2025-07-03 00:58:32'), -(800073, 2, 70348, 5, 10.00, '2025-07-03 00:57:13'), -(800074, 1, 73723, 7, 57.00, '2025-07-03 01:01:47'), -(800074, 2, 76563, 7, 42.00, '2025-07-03 01:09:26'), -(800074, 3, 72585, 4, 63.00, '2025-07-03 01:19:08'), -(800074, 4, 75453, 6, 65.00, '2025-07-03 00:57:53'), -(800074, 5, 70241, 6, 92.00, '2025-07-03 01:04:06'), -(800075, 1, 74032, 10, 57.00, '2025-07-03 00:53:44'), -(800075, 2, 76665, 1, 14.00, '2025-07-03 01:08:59'), -(800076, 1, 72419, 4, 34.00, '2025-07-03 01:07:35'), -(800076, 2, 76522, 5, 13.00, '2025-07-03 00:58:38'), -(800076, 3, 72380, 3, 20.00, '2025-07-03 01:03:45'), -(800076, 4, 78723, 8, 20.00, '2025-07-03 01:01:49'), -(800076, 5, 75453, 3, 65.00, '2025-07-03 01:18:30'), -(800076, 6, 76948, 5, 26.00, '2025-07-03 00:58:23'), -(800076, 7, 76665, 6, 14.00, '2025-07-03 01:10:25'), -(800076, 8, 75666, 3, 88.00, '2025-07-03 01:11:20'), -(800076, 9, 78114, 7, 37.00, '2025-07-03 01:12:13'), -(800076, 10, 79560, 2, 43.00, '2025-07-03 01:09:36'), -(800077, 1, 72429, 1, 34.00, '2025-07-03 01:06:29'), -(800077, 2, 70155, 6, 81.00, '2025-07-03 01:08:28'), -(800077, 3, 78863, 3, 85.00, '2025-07-03 01:18:41'), -(800077, 4, 79761, 4, 97.00, '2025-07-03 01:11:12'), -(800078, 1, 72419, 3, 34.00, '2025-07-03 01:20:32'), -(800078, 2, 75900, 4, 56.00, '2025-07-03 01:15:37'), -(800078, 3, 73634, 3, 85.00, '2025-07-03 01:20:23'), -(800078, 4, 72603, 5, 78.00, '2025-07-03 00:57:56'), -(800078, 5, 71955, 7, 44.00, '2025-07-03 01:03:24'), -(800078, 6, 73092, 8, 80.00, '2025-07-03 01:18:26'), -(800078, 7, 74518, 9, 65.00, '2025-07-03 01:13:01'), -(800078, 8, 72520, 9, 29.00, '2025-07-03 00:54:59'), -(800078, 9, 77331, 5, 28.00, '2025-07-03 01:15:36'), -(800079, 1, 70684, 10, 32.00, '2025-07-03 00:56:56'), -(800079, 2, 76623, 6, 50.00, '2025-07-03 01:03:48'), -(800079, 3, 74954, 2, 17.00, '2025-07-03 00:53:49'), -(800079, 4, 74900, 9, 40.00, '2025-07-03 01:16:53'), -(800079, 5, 75517, 3, 45.00, '2025-07-03 01:00:40'), -(800080, 1, 73818, 2, 83.00, '2025-07-03 00:58:07'), -(800080, 2, 74359, 9, 84.00, '2025-07-03 00:55:31'), -(800080, 3, 71304, 9, 21.00, '2025-07-03 01:17:46'), -(800081, 1, 74677, 2, 66.00, '2025-07-03 01:08:13'), -(800081, 2, 78291, 8, 38.00, '2025-07-03 01:18:27'), -(800081, 3, 71950, 8, 30.00, '2025-07-03 01:17:33'), -(800081, 4, 77115, 1, 15.00, '2025-07-03 01:11:35'), -(800082, 1, 71488, 8, 91.00, '2025-07-03 01:19:27'), -(800082, 2, 77761, 3, 54.00, '2025-07-03 01:08:00'), -(800082, 3, 72826, 9, 34.00, '2025-07-03 01:02:02'), -(800082, 4, 70904, 1, 60.00, '2025-07-03 01:00:40'), -(800083, 1, 76905, 6, 86.00, '2025-07-03 00:57:08'), -(800083, 2, 74400, 5, 51.00, '2025-07-03 01:20:33'), -(800083, 3, 79132, 2, 13.00, '2025-07-03 00:51:55'), -(800083, 4, 76732, 7, 61.00, '2025-07-03 00:53:19'), -(800083, 5, 70584, 6, 96.00, '2025-07-03 01:15:26'), -(800083, 6, 78969, 7, 66.00, '2025-07-03 01:08:32'), -(800084, 1, 79546, 7, 70.00, '2025-07-03 01:17:36'), -(800084, 2, 79761, 8, 97.00, '2025-07-03 01:00:52'), -(800084, 3, 77331, 3, 28.00, '2025-07-03 01:03:55'), -(800084, 4, 76079, 9, 46.00, '2025-07-03 01:05:27'), -(800084, 5, 74032, 9, 57.00, '2025-07-03 01:05:30'), -(800085, 1, 77234, 6, 64.00, '2025-07-03 01:04:38'), -(800085, 2, 78736, 4, 40.00, '2025-07-03 01:18:53'), -(800085, 3, 70011, 6, 71.00, '2025-07-03 00:54:52'), -(800085, 4, 70295, 10, 66.00, '2025-07-03 01:20:58'), -(800085, 5, 71950, 1, 30.00, '2025-07-03 01:20:53'), -(800085, 6, 75812, 2, 91.00, '2025-07-03 00:59:51'), -(800085, 7, 70295, 2, 66.00, '2025-07-03 01:04:17'), -(800085, 8, 78969, 9, 66.00, '2025-07-03 01:17:04'), -(800086, 1, 75899, 1, 42.00, '2025-07-03 00:59:09'), -(800086, 2, 71950, 6, 30.00, '2025-07-03 00:56:54'), -(800087, 1, 76793, 2, 11.00, '2025-07-03 01:14:20'), -(800087, 2, 77500, 10, 47.00, '2025-07-03 00:59:49'), -(800087, 3, 73504, 5, 25.00, '2025-07-03 01:00:04'), -(800087, 4, 72257, 1, 90.00, '2025-07-03 01:18:11'), -(800088, 1, 75242, 4, 36.00, '2025-07-03 01:00:02'), -(800088, 2, 75139, 6, 69.00, '2025-07-03 00:59:26'), -(800088, 3, 72520, 10, 29.00, '2025-07-03 01:06:34'), -(800088, 4, 78161, 8, 48.00, '2025-07-03 00:59:39'), -(800088, 5, 77500, 8, 47.00, '2025-07-03 01:14:58'), -(800088, 6, 77709, 3, 86.00, '2025-07-03 01:02:19'), -(800089, 1, 71566, 7, 98.00, '2025-07-03 00:59:32'), -(800090, 1, 75614, 4, 44.00, '2025-07-03 01:02:51'), -(800090, 2, 73316, 1, 63.00, '2025-07-03 01:01:14'), -(800090, 3, 79504, 6, 31.00, '2025-07-03 01:04:54'), -(800090, 4, 79304, 2, 43.00, '2025-07-03 01:06:20'), -(800091, 1, 75143, 1, 95.00, '2025-07-03 01:10:28'), -(800091, 2, 73634, 9, 85.00, '2025-07-03 01:09:30'), -(800091, 3, 78826, 4, 46.00, '2025-07-03 01:08:31'), -(800091, 4, 70412, 9, 98.00, '2025-07-03 01:09:56'), -(800091, 5, 71607, 5, 27.00, '2025-07-03 01:16:10'), -(800092, 1, 75097, 10, 79.00, '2025-07-03 01:15:42'), -(800092, 2, 70241, 2, 92.00, '2025-07-03 00:51:52'), -(800092, 3, 75517, 4, 45.00, '2025-07-03 01:20:54'), -(800092, 4, 72901, 2, 18.00, '2025-07-03 01:15:55'), -(800092, 5, 77426, 3, 91.00, '2025-07-03 00:55:40'), -(800092, 6, 75899, 1, 42.00, '2025-07-03 01:19:44'), -(800092, 7, 79203, 10, 87.00, '2025-07-03 00:56:12'), -(800093, 1, 78653, 8, 96.00, '2025-07-03 00:59:09'), -(800093, 2, 71655, 10, 72.00, '2025-07-03 01:11:05'), -(800093, 3, 76623, 7, 50.00, '2025-07-03 01:13:55'), -(800094, 1, 72594, 10, 97.00, '2025-07-03 00:52:32'), -(800094, 2, 73238, 10, 56.00, '2025-07-03 01:04:52'), -(800094, 3, 79504, 8, 31.00, '2025-07-03 01:09:09'), -(800094, 4, 75477, 6, 86.00, '2025-07-03 01:21:06'), -(800094, 5, 76793, 7, 11.00, '2025-07-03 01:03:54'), -(800094, 6, 73748, 2, 61.00, '2025-07-03 01:04:25'), -(800094, 7, 78463, 6, 40.00, '2025-07-03 01:09:29'), -(800095, 1, 71304, 7, 21.00, '2025-07-03 01:18:59'), -(800095, 2, 77450, 10, 99.00, '2025-07-03 00:52:47'), -(800095, 3, 74059, 2, 69.00, '2025-07-03 01:12:38'), -(800096, 1, 75517, 4, 45.00, '2025-07-03 00:57:40'), -(800096, 2, 73634, 8, 85.00, '2025-07-03 00:56:57'), -(800097, 1, 78969, 2, 66.00, '2025-07-03 01:11:08'), -(800097, 2, 74867, 2, 15.00, '2025-07-03 00:52:43'), -(800097, 3, 75900, 8, 56.00, '2025-07-03 00:52:49'), -(800097, 4, 72594, 9, 97.00, '2025-07-03 01:16:49'), -(800097, 5, 79132, 8, 13.00, '2025-07-03 01:09:26'), -(800097, 6, 70684, 3, 32.00, '2025-07-03 01:15:18'), -(800097, 7, 78021, 2, 55.00, '2025-07-03 00:53:41'), -(800097, 8, 71561, 7, 18.00, '2025-07-03 01:16:23'), -(800098, 1, 77115, 6, 15.00, '2025-07-03 00:52:51'), -(800098, 2, 72608, 3, 100.00, '2025-07-03 01:06:18'), -(800099, 1, 78005, 4, 64.00, '2025-07-03 01:06:26'), -(800099, 2, 70705, 9, 35.00, '2025-07-03 01:11:02'), -(800099, 3, 78969, 3, 66.00, '2025-07-03 01:09:07'), -(800100, 1, 70904, 3, 60.00, '2025-07-03 00:58:53'), -(800100, 2, 77443, 3, 30.00, '2025-07-03 01:14:14'), -(800100, 3, 71058, 4, 73.00, '2025-07-03 01:11:37'), -(800100, 4, 74642, 10, 69.00, '2025-07-03 00:58:14'), -(800101, 1, 78683, 9, 82.00, '2025-07-03 01:13:46'), -(800101, 2, 77546, 7, 50.00, '2025-07-03 01:11:51'), -(800101, 3, 71846, 10, 87.00, '2025-07-03 01:16:48'), -(800101, 4, 79189, 4, 32.00, '2025-07-03 01:19:47'), -(800102, 1, 73841, 7, 86.00, '2025-07-03 01:15:09'), -(800102, 2, 79750, 5, 89.00, '2025-07-03 00:56:08'), -(800102, 3, 76647, 3, 84.00, '2025-07-03 01:02:04'), -(800102, 4, 72583, 3, 82.00, '2025-07-03 00:55:44'), -(800102, 5, 72585, 3, 63.00, '2025-07-03 01:16:41'), -(800102, 6, 70768, 3, 57.00, '2025-07-03 01:13:20'), -(800102, 7, 76623, 2, 50.00, '2025-07-03 00:59:35'), -(800103, 1, 70412, 9, 98.00, '2025-07-03 01:16:16'), -(800103, 2, 70836, 5, 32.00, '2025-07-03 00:55:57'), -(800103, 3, 78985, 3, 27.00, '2025-07-03 00:57:19'), -(800104, 1, 74032, 2, 57.00, '2025-07-03 01:10:24'), -(800105, 1, 73092, 4, 80.00, '2025-07-03 01:17:04'), -(800105, 2, 77546, 6, 50.00, '2025-07-03 00:53:59'), -(800105, 3, 72398, 2, 98.00, '2025-07-03 01:01:02'), -(800106, 1, 75477, 8, 86.00, '2025-07-03 01:10:23'), -(800106, 2, 79203, 3, 87.00, '2025-07-03 01:06:24'), -(800106, 3, 79761, 4, 97.00, '2025-07-03 01:02:44'), -(800107, 1, 79469, 9, 33.00, '2025-07-03 01:02:09'), -(800107, 2, 72058, 9, 86.00, '2025-07-03 01:10:53'), -(800108, 1, 77115, 8, 15.00, '2025-07-03 01:04:32'), -(800109, 1, 73092, 1, 80.00, '2025-07-03 01:00:03'), -(800109, 2, 72419, 10, 34.00, '2025-07-03 01:04:09'), -(800110, 1, 78601, 5, 92.00, '2025-07-03 01:01:25'), -(800110, 2, 75900, 5, 56.00, '2025-07-03 01:12:59'), -(800110, 3, 71955, 4, 44.00, '2025-07-03 01:00:03'), -(800110, 4, 74400, 7, 51.00, '2025-07-03 01:18:17'), -(800110, 5, 74900, 3, 40.00, '2025-07-03 01:13:31'), -(800110, 6, 72058, 1, 86.00, '2025-07-03 01:03:33'), -(800110, 7, 79930, 9, 66.00, '2025-07-03 01:08:36'), -(800110, 8, 74030, 10, 27.00, '2025-07-03 01:03:50'), -(800111, 1, 72771, 10, 98.00, '2025-07-03 01:08:46'), -(800111, 2, 78863, 1, 85.00, '2025-07-03 01:08:05'), -(800111, 3, 72168, 4, 66.00, '2025-07-03 01:06:30'), -(800111, 4, 74867, 5, 15.00, '2025-07-03 01:04:08'), -(800112, 1, 79399, 9, 84.00, '2025-07-03 00:58:06'), -(800112, 2, 71328, 5, 72.00, '2025-07-03 00:51:51'), -(800112, 3, 79258, 4, 72.00, '2025-07-03 00:59:36'), -(800112, 4, 75156, 5, 62.00, '2025-07-03 00:56:26'), -(800113, 1, 75666, 8, 88.00, '2025-07-03 01:04:07'), -(800113, 2, 77546, 3, 50.00, '2025-07-03 01:05:57'), -(800113, 3, 75283, 2, 46.00, '2025-07-03 01:03:33'), -(800113, 4, 77709, 1, 86.00, '2025-07-03 00:59:22'), -(800113, 5, 71766, 5, 89.00, '2025-07-03 00:52:51'), -(800113, 6, 75832, 8, 16.00, '2025-07-03 01:01:42'), -(800113, 7, 73285, 1, 35.00, '2025-07-03 00:59:23'), -(800113, 8, 72419, 2, 34.00, '2025-07-03 01:04:45'), -(800114, 1, 70775, 2, 31.00, '2025-07-03 01:06:29'), -(800114, 2, 72731, 2, 63.00, '2025-07-03 00:56:24'), -(800114, 3, 74502, 9, 17.00, '2025-07-03 00:54:03'), -(800114, 4, 73047, 3, 96.00, '2025-07-03 01:05:07'), -(800115, 1, 74030, 1, 27.00, '2025-07-03 01:02:36'), -(800115, 2, 75097, 9, 79.00, '2025-07-03 01:21:22'), -(800115, 3, 73634, 2, 85.00, '2025-07-03 00:52:37'), -(800115, 4, 70904, 7, 60.00, '2025-07-03 01:10:36'), -(800115, 5, 78130, 3, 24.00, '2025-07-03 01:03:30'), -(800115, 6, 71607, 6, 27.00, '2025-07-03 01:06:55'), -(800115, 7, 70348, 10, 10.00, '2025-07-03 00:53:47'), -(800116, 1, 75322, 7, 44.00, '2025-07-03 01:20:01'), -(800116, 2, 76793, 9, 11.00, '2025-07-03 01:20:22'), -(800116, 3, 71655, 9, 72.00, '2025-07-03 01:14:01'), -(800116, 4, 78161, 4, 48.00, '2025-07-03 00:58:43'), -(800116, 5, 73092, 9, 80.00, '2025-07-03 01:01:33'), -(800116, 6, 70904, 2, 60.00, '2025-07-03 01:17:55'), -(800117, 1, 71488, 3, 91.00, '2025-07-03 00:59:51'), -(800117, 2, 77640, 8, 63.00, '2025-07-03 00:53:26'), -(800117, 3, 79761, 3, 97.00, '2025-07-03 01:06:49'), -(800117, 4, 71304, 3, 21.00, '2025-07-03 01:01:02'), -(800118, 1, 76563, 7, 42.00, '2025-07-03 01:07:10'), -(800118, 2, 78601, 1, 92.00, '2025-07-03 01:07:20'), -(800118, 3, 72585, 4, 63.00, '2025-07-03 00:57:34'), -(800118, 4, 72075, 6, 27.00, '2025-07-03 00:58:51'), -(800118, 5, 72262, 2, 15.00, '2025-07-03 01:10:28'), -(800119, 1, 75900, 2, 56.00, '2025-07-03 01:15:38'), -(800119, 2, 70155, 5, 81.00, '2025-07-03 01:01:52'), -(800120, 1, 79144, 9, 75.00, '2025-07-03 01:01:27'), -(800121, 1, 78969, 5, 66.00, '2025-07-03 01:20:51'), -(800121, 2, 73818, 6, 83.00, '2025-07-03 01:10:06'), -(800121, 3, 72058, 1, 86.00, '2025-07-03 00:59:05'), -(800122, 1, 72905, 10, 52.00, '2025-07-03 01:03:17'), -(800122, 2, 77500, 8, 47.00, '2025-07-03 00:52:08'), -(800122, 3, 70011, 9, 71.00, '2025-07-03 01:04:26'), -(800122, 4, 73285, 8, 35.00, '2025-07-03 01:05:42'), -(800122, 5, 70654, 10, 95.00, '2025-07-03 00:51:49'), -(800122, 6, 79258, 5, 72.00, '2025-07-03 01:01:10'), -(800122, 7, 78161, 9, 48.00, '2025-07-03 01:18:21'), -(800123, 1, 75242, 8, 36.00, '2025-07-03 01:13:17'), -(800123, 2, 70904, 9, 60.00, '2025-07-03 01:11:31'), -(800123, 3, 74518, 7, 65.00, '2025-07-03 01:07:25'), -(800123, 4, 78863, 10, 85.00, '2025-07-03 00:57:35'), -(800123, 5, 77426, 10, 91.00, '2025-07-03 01:08:32'), -(800123, 6, 78683, 2, 82.00, '2025-07-03 01:13:25'), -(800123, 7, 73655, 10, 32.00, '2025-07-03 01:12:03'), -(800123, 8, 79189, 8, 32.00, '2025-07-03 00:56:45'), -(800123, 9, 72075, 5, 27.00, '2025-07-03 01:04:23'), -(800123, 10, 74059, 1, 69.00, '2025-07-03 00:51:57'), -(800124, 1, 77443, 9, 30.00, '2025-07-03 00:51:56'), -(800124, 2, 72889, 8, 10.00, '2025-07-03 01:17:10'), -(800125, 1, 70768, 1, 57.00, '2025-07-03 01:11:40'), -(800125, 2, 72058, 10, 86.00, '2025-07-03 00:56:16'), -(800125, 3, 74867, 10, 15.00, '2025-07-03 01:07:49'), -(800125, 4, 79109, 7, 85.00, '2025-07-03 01:02:21'), -(800126, 1, 71313, 6, 83.00, '2025-07-03 01:21:45'), -(800126, 2, 73841, 10, 86.00, '2025-07-03 01:17:46'), -(800127, 1, 78021, 4, 55.00, '2025-07-03 01:14:44'), -(800127, 2, 78837, 2, 26.00, '2025-07-03 01:12:17'), -(800127, 3, 75899, 3, 42.00, '2025-07-03 00:54:09'), -(800127, 4, 72585, 10, 63.00, '2025-07-03 00:54:47'), -(800127, 5, 71989, 3, 32.00, '2025-07-03 01:17:08'), -(800127, 6, 71561, 5, 18.00, '2025-07-03 01:06:44'), -(800127, 7, 72257, 6, 90.00, '2025-07-03 00:56:52'), -(800127, 8, 72429, 8, 34.00, '2025-07-03 01:15:03'), -(800127, 9, 74209, 10, 74.00, '2025-07-03 01:02:25'), -(800127, 10, 77600, 1, 67.00, '2025-07-03 01:21:47'), -(800128, 1, 70011, 7, 71.00, '2025-07-03 00:52:02'), -(800128, 2, 73634, 10, 85.00, '2025-07-03 00:57:08'), -(800129, 1, 79275, 10, 100.00, '2025-07-03 01:01:25'), -(800129, 2, 76905, 7, 86.00, '2025-07-03 01:02:06'), -(800129, 3, 77761, 5, 54.00, '2025-07-03 01:07:43'), -(800129, 4, 78161, 8, 48.00, '2025-07-03 01:10:57'), -(800129, 5, 76948, 2, 26.00, '2025-07-03 01:20:50'), -(800130, 1, 79304, 3, 43.00, '2025-07-03 01:05:05'), -(800130, 2, 78837, 4, 26.00, '2025-07-03 01:03:31'), -(800130, 3, 73841, 4, 86.00, '2025-07-03 01:19:13'), -(800131, 1, 75517, 1, 45.00, '2025-07-03 01:11:45'), -(800131, 2, 79469, 4, 33.00, '2025-07-03 01:08:10'), -(800131, 3, 74867, 1, 15.00, '2025-07-03 01:19:37'), -(800131, 4, 72771, 1, 98.00, '2025-07-03 00:57:04'), -(800131, 5, 70412, 8, 98.00, '2025-07-03 01:20:11'), -(800132, 1, 70518, 10, 35.00, '2025-07-03 01:21:35'), -(800132, 2, 74867, 9, 15.00, '2025-07-03 01:07:52'), -(800132, 3, 78161, 10, 48.00, '2025-07-03 01:01:56'), -(800132, 4, 71561, 7, 18.00, '2025-07-03 01:18:37'), -(800132, 5, 73748, 3, 61.00, '2025-07-03 01:00:33'), -(800132, 6, 72419, 9, 34.00, '2025-07-03 00:58:02'), -(800132, 7, 76431, 7, 78.00, '2025-07-03 01:14:01'), -(800132, 8, 77443, 1, 30.00, '2025-07-03 00:54:53'), -(800132, 9, 71018, 2, 68.00, '2025-07-03 01:02:09'), -(800133, 1, 79258, 2, 72.00, '2025-07-03 00:59:31'), -(800133, 2, 79304, 3, 43.00, '2025-07-03 01:00:41'), -(800133, 3, 70518, 8, 35.00, '2025-07-03 01:03:44'), -(800133, 4, 75899, 1, 42.00, '2025-07-03 01:04:46'), -(800133, 5, 76948, 1, 26.00, '2025-07-03 00:53:50'), -(800133, 6, 78736, 5, 40.00, '2025-07-03 00:56:34'), -(800133, 7, 72645, 2, 57.00, '2025-07-03 01:19:33'), -(800133, 8, 79109, 7, 85.00, '2025-07-03 00:58:49'), -(800133, 9, 78837, 9, 26.00, '2025-07-03 01:20:50'), -(800133, 10, 71989, 3, 32.00, '2025-07-03 01:11:32'), -(800134, 1, 77600, 3, 67.00, '2025-07-03 01:13:00'), -(800134, 2, 78601, 7, 92.00, '2025-07-03 01:19:24'), -(800134, 3, 73238, 8, 56.00, '2025-07-03 01:07:06'), -(800134, 4, 78723, 2, 20.00, '2025-07-03 00:56:11'), -(800134, 5, 75009, 1, 46.00, '2025-07-03 01:18:14'), -(800134, 6, 76993, 1, 77.00, '2025-07-03 00:58:09'), -(800134, 7, 72608, 1, 100.00, '2025-07-03 00:57:42'), -(800134, 8, 73504, 8, 25.00, '2025-07-03 01:20:12'), -(800134, 9, 78837, 6, 26.00, '2025-07-03 00:56:12'), -(800135, 1, 70775, 8, 31.00, '2025-07-03 01:04:57'), -(800135, 2, 78161, 3, 48.00, '2025-07-03 00:59:09'), -(800135, 3, 76522, 9, 13.00, '2025-07-03 01:21:50'), -(800135, 4, 78021, 5, 55.00, '2025-07-03 01:09:49'), -(800135, 5, 72398, 7, 98.00, '2025-07-03 01:09:03'), -(800136, 1, 72585, 6, 63.00, '2025-07-03 01:06:28'), -(800136, 2, 78837, 5, 26.00, '2025-07-03 01:01:57'), -(800136, 3, 74155, 7, 73.00, '2025-07-03 01:19:16'), -(800136, 4, 70775, 6, 31.00, '2025-07-03 01:00:14'), -(800136, 5, 79203, 7, 87.00, '2025-07-03 01:16:52'), -(800136, 6, 76905, 5, 86.00, '2025-07-03 01:13:25'), -(800136, 7, 77640, 7, 63.00, '2025-07-03 00:52:13'), -(800136, 8, 70768, 1, 57.00, '2025-07-03 01:07:37'), -(800136, 9, 71950, 10, 30.00, '2025-07-03 01:20:09'), -(800136, 10, 79761, 6, 97.00, '2025-07-03 01:02:45'), -(800137, 1, 75899, 8, 42.00, '2025-07-03 00:52:11'), -(800137, 2, 77115, 1, 15.00, '2025-07-03 01:01:52'), -(800137, 3, 74032, 9, 57.00, '2025-07-03 00:58:31'), -(800137, 4, 70904, 3, 60.00, '2025-07-03 00:54:00'), -(800138, 1, 78653, 7, 96.00, '2025-07-03 01:13:51'), -(800138, 2, 71481, 7, 78.00, '2025-07-03 01:00:34'), -(800138, 3, 75270, 9, 41.00, '2025-07-03 01:17:54'), -(800139, 1, 72905, 7, 52.00, '2025-07-03 01:10:14'), -(800140, 1, 72058, 8, 86.00, '2025-07-03 01:12:30'), -(800140, 2, 75832, 3, 16.00, '2025-07-03 01:08:46'), -(800140, 3, 70836, 4, 32.00, '2025-07-03 00:52:58'), -(800140, 4, 76948, 1, 26.00, '2025-07-03 01:04:03'), -(800140, 5, 78969, 5, 66.00, '2025-07-03 01:12:14'), -(800140, 6, 79750, 6, 89.00, '2025-07-03 01:09:38'), -(800140, 7, 70295, 3, 66.00, '2025-07-03 00:55:23'), -(800141, 1, 74518, 2, 65.00, '2025-07-03 01:03:52'), -(800141, 2, 75401, 4, 26.00, '2025-07-03 01:19:07'), -(800141, 3, 76623, 8, 50.00, '2025-07-03 01:14:28'), -(800141, 4, 74518, 5, 65.00, '2025-07-03 01:21:46'), -(800142, 1, 76665, 10, 14.00, '2025-07-03 00:57:10'), -(800142, 2, 72771, 3, 98.00, '2025-07-03 00:57:02'), -(800142, 3, 75832, 6, 16.00, '2025-07-03 01:01:56'), -(800142, 4, 76732, 9, 61.00, '2025-07-03 01:05:28'), -(800142, 5, 72585, 7, 63.00, '2025-07-03 01:05:59'), -(800142, 6, 79258, 5, 72.00, '2025-07-03 01:10:00'), -(800143, 1, 76948, 9, 26.00, '2025-07-03 01:21:19'), -(800143, 2, 75009, 5, 46.00, '2025-07-03 00:55:38'), -(800143, 3, 70775, 3, 31.00, '2025-07-03 01:20:10'), -(800143, 4, 79133, 10, 27.00, '2025-07-03 01:14:06'), -(800143, 5, 76171, 5, 77.00, '2025-07-03 01:02:51'), -(800143, 6, 79469, 9, 33.00, '2025-07-03 00:56:01'), -(800144, 1, 74400, 6, 51.00, '2025-07-03 01:18:09'), -(800144, 2, 77234, 2, 64.00, '2025-07-03 00:57:36'), -(800144, 3, 76171, 4, 77.00, '2025-07-03 01:11:13'), -(800145, 1, 79930, 9, 66.00, '2025-07-03 01:07:20'), -(800145, 2, 73841, 3, 86.00, '2025-07-03 01:01:25'), -(800145, 3, 71607, 8, 27.00, '2025-07-03 01:15:40'), -(800146, 1, 76225, 7, 23.00, '2025-07-03 01:16:30'), -(800146, 2, 78291, 10, 38.00, '2025-07-03 01:14:02'), -(800146, 3, 71328, 10, 72.00, '2025-07-03 00:59:06'), -(800146, 4, 72429, 6, 34.00, '2025-07-03 00:57:13'), -(800146, 5, 77017, 1, 42.00, '2025-07-03 00:55:22'), -(800146, 6, 75812, 3, 91.00, '2025-07-03 00:58:27'), -(800146, 7, 78723, 5, 20.00, '2025-07-03 01:16:28'), -(800146, 8, 73910, 3, 82.00, '2025-07-03 01:18:37'), -(800146, 9, 72380, 5, 20.00, '2025-07-03 01:14:57'), -(800146, 10, 79258, 10, 72.00, '2025-07-03 01:16:29'), -(800147, 1, 75246, 2, 25.00, '2025-07-03 01:08:06'), -(800147, 2, 73910, 10, 82.00, '2025-07-03 01:15:14'), -(800147, 3, 72826, 6, 34.00, '2025-07-03 01:03:40'), -(800147, 4, 75009, 8, 46.00, '2025-07-03 01:18:38'), -(800147, 5, 76732, 10, 61.00, '2025-07-03 01:19:05'), -(800147, 6, 79750, 1, 89.00, '2025-07-03 01:07:07'), -(800147, 7, 72645, 9, 57.00, '2025-07-03 01:08:54'), -(800147, 8, 70271, 6, 82.00, '2025-07-03 01:09:13'), -(800147, 9, 74277, 10, 91.00, '2025-07-03 01:22:09'), -(800148, 1, 75401, 3, 26.00, '2025-07-03 00:57:46'), -(800148, 2, 77426, 5, 91.00, '2025-07-03 01:21:04'), -(800149, 1, 72520, 2, 29.00, '2025-07-03 01:03:56'), -(800149, 2, 79189, 2, 32.00, '2025-07-03 01:04:04'), -(800149, 3, 76665, 4, 14.00, '2025-07-03 01:02:47'), -(800149, 4, 79133, 10, 27.00, '2025-07-03 01:00:42'), -(800149, 5, 78234, 3, 68.00, '2025-07-03 01:11:46'), -(800149, 6, 75684, 4, 87.00, '2025-07-03 01:06:27'), -(800149, 7, 77443, 8, 30.00, '2025-07-03 01:16:51'), -(800150, 1, 78161, 3, 48.00, '2025-07-03 01:04:41'), -(800150, 2, 77807, 7, 93.00, '2025-07-03 00:55:05'), -(800150, 3, 70705, 3, 35.00, '2025-07-03 00:56:54'), -(800150, 4, 75270, 6, 41.00, '2025-07-03 01:20:24'), -(800150, 5, 70654, 1, 95.00, '2025-07-03 01:07:49'), -(800150, 6, 72594, 1, 97.00, '2025-07-03 01:13:22'), -(800150, 7, 74954, 9, 17.00, '2025-07-03 01:07:48'), -(800151, 1, 71955, 3, 44.00, '2025-07-03 01:21:28'), -(800151, 2, 70654, 5, 95.00, '2025-07-03 01:15:11'), -(800151, 3, 73238, 1, 56.00, '2025-07-03 01:20:47'), -(800151, 4, 72175, 7, 78.00, '2025-07-03 01:16:12'), -(800151, 5, 72058, 4, 86.00, '2025-07-03 01:20:32'), -(800151, 6, 79469, 5, 33.00, '2025-07-03 01:19:03'), -(800151, 7, 70775, 3, 31.00, '2025-07-03 01:13:21'), -(800151, 8, 71561, 2, 18.00, '2025-07-03 01:00:30'), -(800151, 9, 70584, 8, 96.00, '2025-07-03 00:56:57'), -(800151, 10, 79109, 4, 85.00, '2025-07-03 01:14:03'), -(800152, 1, 74799, 5, 57.00, '2025-07-03 01:01:25'), -(800152, 2, 78234, 7, 68.00, '2025-07-03 01:03:11'), -(800152, 3, 72603, 10, 78.00, '2025-07-03 00:56:58'), -(800152, 4, 79133, 1, 27.00, '2025-07-03 00:55:00'), -(800152, 5, 77017, 1, 42.00, '2025-07-03 00:53:30'), -(800152, 6, 70155, 3, 81.00, '2025-07-03 01:21:33'), -(800152, 7, 76905, 4, 86.00, '2025-07-03 01:17:19'), -(800152, 8, 79189, 9, 32.00, '2025-07-03 01:11:08'), -(800153, 1, 79133, 3, 27.00, '2025-07-03 01:16:11'), -(800153, 2, 70584, 2, 96.00, '2025-07-03 01:11:06'), -(800153, 3, 77234, 4, 64.00, '2025-07-03 01:08:37'), -(800153, 4, 79132, 7, 13.00, '2025-07-03 01:10:38'), -(800153, 5, 71607, 2, 27.00, '2025-07-03 01:04:14'), -(800153, 6, 72946, 6, 16.00, '2025-07-03 00:52:55'), -(800154, 1, 77447, 10, 61.00, '2025-07-03 01:07:10'), -(800154, 2, 78683, 1, 82.00, '2025-07-03 00:57:20'), -(800155, 1, 73818, 2, 83.00, '2025-07-03 01:17:57'), -(800155, 2, 70654, 3, 95.00, '2025-07-03 01:00:30'), -(800156, 1, 71655, 5, 72.00, '2025-07-03 01:14:54'), -(800156, 2, 76247, 1, 85.00, '2025-07-03 01:20:55'), -(800157, 1, 76522, 5, 13.00, '2025-07-03 01:08:15'), -(800157, 2, 73986, 9, 27.00, '2025-07-03 00:58:08'), -(800158, 1, 72262, 6, 15.00, '2025-07-03 01:05:55'), -(800158, 2, 72987, 3, 98.00, '2025-07-03 01:11:52'), -(800158, 3, 75265, 9, 34.00, '2025-07-03 01:10:52'), -(800158, 4, 79203, 5, 87.00, '2025-07-03 01:04:38'), -(800158, 5, 77021, 1, 55.00, '2025-07-03 00:56:36'), -(800158, 6, 77426, 7, 91.00, '2025-07-03 00:56:15'), -(800159, 1, 70271, 6, 82.00, '2025-07-03 01:17:17'), -(800160, 1, 78021, 9, 55.00, '2025-07-03 01:09:29'), -(800160, 2, 74642, 4, 69.00, '2025-07-03 01:14:08'), -(800160, 3, 70155, 5, 81.00, '2025-07-03 01:13:42'), -(800160, 4, 74032, 4, 57.00, '2025-07-03 01:10:57'), -(800160, 5, 71607, 4, 27.00, '2025-07-03 01:00:09'), -(800160, 6, 78723, 2, 20.00, '2025-07-03 01:18:16'), -(800160, 7, 79144, 9, 75.00, '2025-07-03 01:18:06'), -(800160, 8, 79144, 8, 75.00, '2025-07-03 01:02:50'), -(800160, 9, 75322, 1, 44.00, '2025-07-03 00:54:19'), -(800161, 1, 75477, 3, 86.00, '2025-07-03 01:19:43'), -(800161, 2, 77807, 1, 93.00, '2025-07-03 01:22:13'), -(800161, 3, 72905, 1, 52.00, '2025-07-03 01:06:50'), -(800161, 4, 72429, 9, 34.00, '2025-07-03 00:55:06'), -(800161, 5, 75477, 10, 86.00, '2025-07-03 01:08:07'), -(800162, 1, 72419, 6, 34.00, '2025-07-03 01:02:35'), -(800162, 2, 74518, 1, 65.00, '2025-07-03 01:21:01'), -(800162, 3, 75812, 3, 91.00, '2025-07-03 00:59:54'), -(800162, 4, 72262, 8, 15.00, '2025-07-03 01:15:18'), -(800162, 5, 74059, 1, 69.00, '2025-07-03 01:15:13'), -(800163, 1, 76665, 2, 14.00, '2025-07-03 00:52:54'), -(800163, 2, 72380, 5, 20.00, '2025-07-03 01:12:25'), -(800163, 3, 70768, 8, 57.00, '2025-07-03 01:21:40'), -(800163, 4, 72078, 8, 84.00, '2025-07-03 01:16:40'), -(800163, 5, 74502, 8, 17.00, '2025-07-03 01:00:57'), -(800163, 6, 78826, 6, 46.00, '2025-07-03 00:59:05'), -(800163, 7, 79546, 6, 70.00, '2025-07-03 00:58:20'), -(800163, 8, 79368, 1, 14.00, '2025-07-03 01:04:02'), -(800164, 1, 77500, 2, 47.00, '2025-07-03 01:20:23'), -(800164, 2, 72826, 7, 34.00, '2025-07-03 01:16:57'), -(800164, 3, 72585, 2, 63.00, '2025-07-03 00:57:41'), -(800164, 4, 75666, 9, 88.00, '2025-07-03 01:04:39'), -(800164, 5, 75322, 10, 44.00, '2025-07-03 01:09:35'), -(800164, 6, 79399, 6, 84.00, '2025-07-03 00:57:11'), -(800164, 7, 75322, 4, 44.00, '2025-07-03 00:54:07'), -(800164, 8, 74677, 2, 66.00, '2025-07-03 01:07:54'), -(800165, 1, 71328, 1, 72.00, '2025-07-03 01:11:52'), -(800165, 2, 74502, 6, 17.00, '2025-07-03 00:53:14'), -(800165, 3, 79132, 4, 13.00, '2025-07-03 01:21:37'), -(800165, 4, 76452, 4, 48.00, '2025-07-03 01:03:24'), -(800165, 5, 74209, 9, 74.00, '2025-07-03 01:13:57'), -(800165, 6, 77443, 1, 30.00, '2025-07-03 01:02:18'), -(800165, 7, 76452, 9, 48.00, '2025-07-03 01:15:44'), -(800165, 8, 75009, 5, 46.00, '2025-07-03 01:06:06'), -(800166, 1, 75265, 5, 34.00, '2025-07-03 01:18:09'), -(800167, 1, 71313, 3, 83.00, '2025-07-03 01:15:58'), -(800167, 2, 70768, 1, 57.00, '2025-07-03 01:00:17'), -(800167, 3, 72171, 1, 63.00, '2025-07-03 00:56:33'), -(800167, 4, 75401, 7, 26.00, '2025-07-03 01:10:12'), -(800167, 5, 71488, 10, 91.00, '2025-07-03 00:52:55'), -(800167, 6, 75900, 2, 56.00, '2025-07-03 01:04:39'), -(800167, 7, 71566, 5, 98.00, '2025-07-03 00:58:35'), -(800167, 8, 75517, 3, 45.00, '2025-07-03 00:58:45'), -(800167, 9, 75283, 5, 46.00, '2025-07-03 00:52:55'), -(800167, 10, 70241, 5, 92.00, '2025-07-03 01:02:02'), -(800168, 1, 79469, 2, 33.00, '2025-07-03 01:01:53'), -(800169, 1, 76665, 3, 14.00, '2025-07-03 01:01:51'), -(800169, 2, 74954, 6, 17.00, '2025-07-03 00:54:30'), -(800169, 3, 75242, 8, 36.00, '2025-07-03 01:05:49'), -(800169, 4, 72946, 1, 16.00, '2025-07-03 01:19:57'), -(800170, 1, 72262, 10, 15.00, '2025-07-03 01:13:47'), -(800170, 2, 73092, 3, 80.00, '2025-07-03 01:08:59'), -(800170, 3, 78463, 9, 40.00, '2025-07-03 01:12:54'), -(800171, 1, 79504, 4, 31.00, '2025-07-03 01:15:03'), -(800171, 2, 72262, 4, 15.00, '2025-07-03 01:13:21'), -(800172, 1, 77017, 2, 42.00, '2025-07-03 01:12:37'), -(800172, 2, 79109, 3, 85.00, '2025-07-03 01:22:30'), -(800173, 1, 71989, 2, 32.00, '2025-07-03 01:10:11'), -(800173, 2, 78736, 7, 40.00, '2025-07-03 01:21:32'), -(800173, 3, 70584, 10, 96.00, '2025-07-03 01:00:31'), -(800173, 4, 73910, 9, 82.00, '2025-07-03 01:11:39'), -(800173, 5, 75242, 10, 36.00, '2025-07-03 00:53:41'), -(800173, 6, 70775, 7, 31.00, '2025-07-03 01:03:39'), -(800173, 7, 75453, 8, 65.00, '2025-07-03 01:10:59'), -(800173, 8, 70768, 3, 57.00, '2025-07-03 01:14:00'), -(800173, 9, 75453, 8, 65.00, '2025-07-03 01:18:12'), -(800174, 1, 71566, 6, 98.00, '2025-07-03 01:20:19'), -(800174, 2, 73504, 5, 25.00, '2025-07-03 01:14:26'), -(800174, 3, 72168, 1, 66.00, '2025-07-03 00:59:37'), -(800174, 4, 77115, 5, 15.00, '2025-07-03 01:20:20'), -(800174, 5, 74932, 6, 71.00, '2025-07-03 01:19:27'), -(800174, 6, 74059, 5, 69.00, '2025-07-03 00:53:45'), -(800174, 7, 71058, 8, 73.00, '2025-07-03 01:02:11'), -(800174, 8, 78463, 2, 40.00, '2025-07-03 01:12:30'), -(800174, 9, 77017, 6, 42.00, '2025-07-03 01:20:17'), -(800175, 1, 77807, 8, 93.00, '2025-07-03 01:20:46'), -(800175, 2, 75246, 3, 25.00, '2025-07-03 01:03:13'), -(800175, 3, 70155, 6, 81.00, '2025-07-03 01:17:22'), -(800175, 4, 75453, 3, 65.00, '2025-07-03 01:22:05'), -(800175, 5, 71561, 1, 18.00, '2025-07-03 01:12:00'), -(800175, 6, 74030, 9, 27.00, '2025-07-03 01:20:07'), -(800175, 7, 74954, 4, 17.00, '2025-07-03 01:19:29'), -(800175, 8, 72078, 7, 84.00, '2025-07-03 01:18:53'), -(800175, 9, 78463, 9, 40.00, '2025-07-03 01:11:43'), -(800175, 10, 74359, 3, 84.00, '2025-07-03 01:06:53'), -(800176, 1, 73285, 3, 35.00, '2025-07-03 01:19:38'), -(800176, 2, 79870, 6, 12.00, '2025-07-03 00:52:45'), -(800176, 3, 75614, 8, 44.00, '2025-07-03 01:15:48'), -(800177, 1, 72594, 9, 97.00, '2025-07-03 01:18:31'), -(800177, 2, 71478, 8, 98.00, '2025-07-03 01:08:58'), -(800177, 3, 74231, 5, 32.00, '2025-07-03 01:02:53'), -(800178, 1, 77546, 6, 50.00, '2025-07-03 00:55:50'), -(800179, 1, 76993, 4, 77.00, '2025-07-03 00:58:21'), -(800179, 2, 74502, 9, 17.00, '2025-07-03 00:56:30'), -(800179, 3, 72603, 7, 78.00, '2025-07-03 00:55:11'), -(800179, 4, 79388, 9, 19.00, '2025-07-03 01:19:21'), -(800179, 5, 76793, 1, 11.00, '2025-07-03 00:58:54'), -(800179, 6, 71058, 6, 73.00, '2025-07-03 01:01:11'), -(800179, 7, 71481, 1, 78.00, '2025-07-03 01:11:38'), -(800179, 8, 72419, 8, 34.00, '2025-07-03 01:14:21'), -(800180, 1, 71655, 4, 72.00, '2025-07-03 00:58:27'), -(800181, 1, 72987, 3, 98.00, '2025-07-03 00:55:39'), -(800181, 2, 74277, 10, 91.00, '2025-07-03 00:54:52'), -(800181, 3, 75899, 8, 42.00, '2025-07-03 01:17:22'), -(800181, 4, 75097, 7, 79.00, '2025-07-03 01:10:58'), -(800181, 5, 73556, 9, 100.00, '2025-07-03 01:20:55'), -(800181, 6, 77600, 6, 67.00, '2025-07-03 00:55:50'), -(800181, 7, 72058, 3, 86.00, '2025-07-03 01:20:28'), -(800181, 8, 78653, 1, 96.00, '2025-07-03 01:04:47'), -(800182, 1, 78723, 8, 20.00, '2025-07-03 01:02:05'), -(800182, 2, 77450, 2, 99.00, '2025-07-03 00:53:20'), -(800182, 3, 72075, 1, 27.00, '2025-07-03 00:57:22'), -(800182, 4, 78021, 10, 55.00, '2025-07-03 01:21:19'), -(800182, 5, 79469, 8, 33.00, '2025-07-03 01:00:52'), -(800182, 6, 78826, 1, 46.00, '2025-07-03 01:17:04'), -(800182, 7, 79388, 2, 19.00, '2025-07-03 01:05:53'), -(800183, 1, 77443, 4, 30.00, '2025-07-03 01:22:44'), -(800183, 2, 70241, 3, 92.00, '2025-07-03 00:53:59'), -(800183, 3, 70241, 3, 92.00, '2025-07-03 01:13:33'), -(800183, 4, 72075, 9, 27.00, '2025-07-03 01:17:21'), -(800183, 5, 79132, 3, 13.00, '2025-07-03 01:21:02'), -(800183, 6, 72905, 9, 52.00, '2025-07-03 00:55:35'), -(800183, 7, 72603, 2, 78.00, '2025-07-03 01:02:30'), -(800183, 8, 71478, 8, 98.00, '2025-07-03 01:16:28'), -(800183, 9, 75143, 7, 95.00, '2025-07-03 01:16:17'), -(800183, 10, 70768, 9, 57.00, '2025-07-03 01:00:19'), -(800184, 1, 71328, 8, 72.00, '2025-07-03 00:58:19'), -(800184, 2, 70654, 3, 95.00, '2025-07-03 01:04:49'), -(800184, 3, 79546, 9, 70.00, '2025-07-03 01:10:46'), -(800184, 4, 72075, 4, 27.00, '2025-07-03 00:56:10'), -(800184, 5, 71018, 6, 68.00, '2025-07-03 01:06:50'), -(800184, 6, 78863, 4, 85.00, '2025-07-03 01:08:57'), -(800184, 7, 74677, 4, 66.00, '2025-07-03 01:07:34'), -(800184, 8, 71989, 3, 32.00, '2025-07-03 01:07:42'), -(800184, 9, 75322, 5, 44.00, '2025-07-03 01:10:49'), -(800185, 1, 77443, 8, 30.00, '2025-07-03 01:16:01'), -(800186, 1, 70306, 4, 52.00, '2025-07-03 01:20:24'), -(800186, 2, 72429, 10, 34.00, '2025-07-03 00:58:52'), -(800186, 3, 76665, 6, 14.00, '2025-07-03 01:14:16'), -(800186, 4, 75812, 3, 91.00, '2025-07-03 01:08:19'), -(800186, 5, 70348, 1, 10.00, '2025-07-03 01:13:45'), -(800187, 1, 77761, 4, 54.00, '2025-07-03 00:53:55'), -(800188, 1, 75477, 1, 86.00, '2025-07-03 00:58:45'), -(800188, 2, 73047, 2, 96.00, '2025-07-03 01:11:20'), -(800188, 3, 70177, 8, 43.00, '2025-07-03 00:54:19'), -(800188, 4, 72168, 7, 66.00, '2025-07-03 01:10:57'), -(800188, 5, 79870, 10, 12.00, '2025-07-03 00:53:58'), -(800188, 6, 74359, 4, 84.00, '2025-07-03 01:20:05'), -(800188, 7, 74932, 7, 71.00, '2025-07-03 01:20:49'), -(800188, 8, 71328, 5, 72.00, '2025-07-03 01:14:48'), -(800189, 1, 70584, 1, 96.00, '2025-07-03 00:58:53'), -(800189, 2, 79203, 7, 87.00, '2025-07-03 01:06:27'), -(800189, 3, 74030, 1, 27.00, '2025-07-03 01:22:54'), -(800189, 4, 74932, 7, 71.00, '2025-07-03 01:08:35'), -(800189, 5, 71766, 1, 89.00, '2025-07-03 00:55:13'), -(800189, 6, 79388, 2, 19.00, '2025-07-03 01:10:00'), -(800190, 1, 78291, 6, 38.00, '2025-07-03 00:57:50'), -(800190, 2, 75900, 3, 56.00, '2025-07-03 01:13:25'), -(800190, 3, 74059, 7, 69.00, '2025-07-03 01:02:33'), -(800190, 4, 73504, 6, 25.00, '2025-07-03 01:00:11'), -(800191, 1, 78826, 3, 46.00, '2025-07-03 00:54:28'), -(800191, 2, 77426, 10, 91.00, '2025-07-03 00:56:11'), -(800191, 3, 78463, 7, 40.00, '2025-07-03 01:02:39'), -(800192, 1, 72901, 9, 18.00, '2025-07-03 01:17:35'), -(800192, 2, 70684, 1, 32.00, '2025-07-03 01:02:50'), -(800192, 3, 75156, 2, 62.00, '2025-07-03 01:12:21'), -(800192, 4, 75614, 2, 44.00, '2025-07-03 01:02:14'), -(800192, 5, 75614, 3, 44.00, '2025-07-03 00:57:50'), -(800192, 6, 73818, 7, 83.00, '2025-07-03 01:07:20'), -(800192, 7, 70768, 7, 57.00, '2025-07-03 00:53:49'), -(800192, 8, 75270, 1, 41.00, '2025-07-03 00:58:27'), -(800192, 9, 76431, 2, 78.00, '2025-07-03 01:16:21'), -(800192, 10, 71328, 5, 72.00, '2025-07-03 00:54:09'), -(800193, 1, 72905, 3, 52.00, '2025-07-03 01:15:44'), -(800193, 2, 77640, 8, 63.00, '2025-07-03 01:06:15'), -(800193, 3, 75666, 4, 88.00, '2025-07-03 00:58:01'), -(800193, 4, 71766, 3, 89.00, '2025-07-03 01:21:07'), -(800193, 5, 76522, 1, 13.00, '2025-07-03 00:58:09'), -(800193, 6, 79275, 6, 100.00, '2025-07-03 01:11:30'), -(800193, 7, 73655, 8, 32.00, '2025-07-03 01:12:32'), -(800193, 8, 73047, 1, 96.00, '2025-07-03 00:59:48'), -(800193, 9, 75139, 4, 69.00, '2025-07-03 00:56:19'), -(800193, 10, 72380, 10, 20.00, '2025-07-03 00:54:52'), -(800194, 1, 72520, 10, 29.00, '2025-07-03 01:19:22'), -(800194, 2, 70768, 9, 57.00, '2025-07-03 01:03:54'), -(800194, 3, 78093, 7, 86.00, '2025-07-03 01:12:08'), -(800194, 4, 78463, 5, 40.00, '2025-07-03 01:00:49'), -(800194, 5, 77017, 9, 42.00, '2025-07-03 01:22:13'), -(800194, 6, 70271, 9, 82.00, '2025-07-03 01:15:45'), -(800194, 7, 76563, 5, 42.00, '2025-07-03 00:58:38'), -(800194, 8, 79109, 3, 85.00, '2025-07-03 01:07:55'), -(800194, 9, 75645, 2, 34.00, '2025-07-03 01:08:10'), -(800195, 1, 72987, 9, 98.00, '2025-07-03 00:57:59'), -(800195, 2, 72608, 7, 100.00, '2025-07-03 01:21:36'), -(800195, 3, 76793, 2, 11.00, '2025-07-03 01:19:20'), -(800195, 4, 74954, 5, 17.00, '2025-07-03 01:19:00'), -(800195, 5, 79228, 9, 48.00, '2025-07-03 01:22:54'), -(800195, 6, 72603, 2, 78.00, '2025-07-03 01:21:45'), -(800195, 7, 76948, 7, 26.00, '2025-07-03 01:05:12'), -(800195, 8, 75242, 6, 36.00, '2025-07-03 00:57:59'), -(800195, 9, 76431, 4, 78.00, '2025-07-03 01:19:43'), -(800195, 10, 75242, 8, 36.00, '2025-07-03 01:04:52'), -(800196, 1, 74359, 7, 84.00, '2025-07-03 00:58:30'), -(800196, 2, 78969, 5, 66.00, '2025-07-03 01:12:08'), -(800196, 3, 75401, 3, 26.00, '2025-07-03 00:55:24'), -(800196, 4, 76905, 5, 86.00, '2025-07-03 01:13:44'), -(800197, 1, 76665, 6, 14.00, '2025-07-03 01:13:33'), -(800197, 2, 74588, 2, 38.00, '2025-07-03 00:57:22'), -(800197, 3, 77807, 9, 93.00, '2025-07-03 01:05:39'), -(800197, 4, 79761, 10, 97.00, '2025-07-03 01:13:09'), -(800197, 5, 72171, 4, 63.00, '2025-07-03 00:57:51'), -(800197, 6, 75270, 10, 41.00, '2025-07-03 00:54:24'), -(800197, 7, 73047, 6, 96.00, '2025-07-03 01:15:09'), -(800197, 8, 72175, 10, 78.00, '2025-07-03 01:17:09'), -(800197, 9, 79388, 5, 19.00, '2025-07-03 01:16:25'), -(800197, 10, 73092, 6, 80.00, '2025-07-03 01:16:33'), -(800198, 1, 74642, 8, 69.00, '2025-07-03 00:57:08'), -(800199, 1, 72731, 2, 63.00, '2025-07-03 01:10:52'), -(800199, 2, 75283, 6, 46.00, '2025-07-03 01:01:48'), -(800199, 3, 73238, 8, 56.00, '2025-07-03 01:00:11'), -(800200, 1, 73092, 2, 80.00, '2025-07-03 01:13:54'), -(800200, 2, 70155, 8, 81.00, '2025-07-03 01:15:59'), -(800200, 3, 72078, 10, 84.00, '2025-07-03 01:10:29'), -(800200, 4, 78021, 1, 55.00, '2025-07-03 01:02:33'), -(800201, 1, 77500, 2, 47.00, '2025-07-03 01:06:46'), -(800201, 2, 76247, 1, 85.00, '2025-07-03 01:17:22'), -(800201, 3, 71655, 10, 72.00, '2025-07-03 00:53:36'), -(800201, 4, 72905, 2, 52.00, '2025-07-03 01:00:48'), -(800202, 1, 79930, 6, 66.00, '2025-07-03 00:54:25'), -(800202, 2, 72585, 7, 63.00, '2025-07-03 01:22:49'), -(800202, 3, 79203, 4, 87.00, '2025-07-03 01:07:55'), -(800202, 4, 71313, 6, 83.00, '2025-07-03 01:19:24'), -(800202, 5, 74588, 2, 38.00, '2025-07-03 01:00:37'), -(800202, 6, 79469, 3, 33.00, '2025-07-03 01:09:38'), -(800202, 7, 79275, 3, 100.00, '2025-07-03 01:13:25'), -(800202, 8, 74642, 4, 69.00, '2025-07-03 01:08:55'), -(800203, 1, 75265, 4, 34.00, '2025-07-03 01:05:41'), -(800203, 2, 75645, 5, 34.00, '2025-07-03 01:04:28'), -(800203, 3, 76905, 4, 86.00, '2025-07-03 01:11:02'), -(800203, 4, 79189, 5, 32.00, '2025-07-03 01:15:04'), -(800203, 5, 72771, 4, 98.00, '2025-07-03 01:00:21'), -(800203, 6, 74867, 6, 15.00, '2025-07-03 01:16:58'), -(800203, 7, 75246, 9, 25.00, '2025-07-03 01:01:56'), -(800203, 8, 71955, 8, 44.00, '2025-07-03 01:10:52'), -(800203, 9, 76247, 7, 85.00, '2025-07-03 01:12:47'), -(800203, 10, 78005, 7, 64.00, '2025-07-03 01:15:20'), -(800204, 1, 75812, 1, 91.00, '2025-07-03 00:56:11'), -(800204, 2, 70177, 9, 43.00, '2025-07-03 00:56:10'), -(800204, 3, 72058, 8, 86.00, '2025-07-03 01:02:12'), -(800204, 4, 76665, 4, 14.00, '2025-07-03 01:22:19'), -(800204, 5, 79504, 5, 31.00, '2025-07-03 00:58:56'), -(800204, 6, 73556, 6, 100.00, '2025-07-03 00:55:29'), -(800204, 7, 77640, 9, 63.00, '2025-07-03 00:54:25'), -(800204, 8, 76905, 10, 86.00, '2025-07-03 01:20:01'), -(800204, 9, 73238, 10, 56.00, '2025-07-03 01:18:12'), -(800204, 10, 77600, 7, 67.00, '2025-07-03 01:20:07'), -(800205, 1, 70306, 10, 52.00, '2025-07-03 01:08:31'), -(800205, 2, 72419, 7, 34.00, '2025-07-03 01:04:01'), -(800205, 3, 77017, 2, 42.00, '2025-07-03 01:10:32'), -(800206, 1, 73504, 5, 25.00, '2025-07-03 00:56:27'), -(800206, 2, 75139, 9, 69.00, '2025-07-03 01:20:36'), -(800206, 3, 75684, 3, 87.00, '2025-07-03 01:16:35'), -(800206, 4, 79304, 5, 43.00, '2025-07-03 01:21:54'), -(800206, 5, 79150, 8, 62.00, '2025-07-03 01:12:13'), -(800206, 6, 79399, 7, 84.00, '2025-07-03 01:01:29'), -(800206, 7, 76247, 10, 85.00, '2025-07-03 01:03:25'), -(800206, 8, 77600, 2, 67.00, '2025-07-03 01:11:54'), -(800206, 9, 70768, 10, 57.00, '2025-07-03 01:17:33'), -(800207, 1, 74359, 4, 84.00, '2025-07-03 01:12:52'), -(800207, 2, 77750, 10, 88.00, '2025-07-03 01:20:25'), -(800207, 3, 74677, 4, 66.00, '2025-07-03 01:19:14'), -(800207, 4, 78736, 6, 40.00, '2025-07-03 01:17:51'), -(800207, 5, 75265, 3, 34.00, '2025-07-03 00:59:44'), -(800207, 6, 70295, 2, 66.00, '2025-07-03 01:04:32'), -(800207, 7, 75832, 10, 16.00, '2025-07-03 01:14:39'), -(800207, 8, 72257, 5, 90.00, '2025-07-03 01:22:59'), -(800207, 9, 71313, 1, 83.00, '2025-07-03 01:01:14'), -(800207, 10, 71566, 7, 98.00, '2025-07-03 01:08:23'), -(800208, 1, 72257, 6, 90.00, '2025-07-03 01:18:58'), -(800208, 2, 70306, 8, 52.00, '2025-07-03 01:01:38'), -(800208, 3, 79258, 10, 72.00, '2025-07-03 01:09:35'), -(800208, 4, 70768, 9, 57.00, '2025-07-03 00:57:59'), -(800208, 5, 71766, 5, 89.00, '2025-07-03 01:06:54'), -(800208, 6, 74502, 7, 17.00, '2025-07-03 01:21:27'), -(800209, 1, 78902, 10, 76.00, '2025-07-03 00:55:23'), -(800209, 2, 78736, 3, 40.00, '2025-07-03 00:54:31'), -(800209, 3, 75270, 3, 41.00, '2025-07-03 01:09:13'), -(800209, 4, 72901, 9, 18.00, '2025-07-03 00:54:09'), -(800209, 5, 79203, 9, 87.00, '2025-07-03 01:06:45'), -(800209, 6, 79304, 10, 43.00, '2025-07-03 00:55:20'), -(800209, 7, 77709, 10, 86.00, '2025-07-03 01:08:07'), -(800209, 8, 79203, 8, 87.00, '2025-07-03 01:11:48'), -(800209, 9, 72608, 2, 100.00, '2025-07-03 00:57:02'), -(800210, 1, 71566, 5, 98.00, '2025-07-03 01:13:16'), -(800210, 2, 73986, 7, 27.00, '2025-07-03 01:09:49'), -(800210, 3, 75270, 1, 41.00, '2025-07-03 01:17:46'), -(800210, 4, 70295, 9, 66.00, '2025-07-03 01:04:38'), -(800211, 1, 72257, 10, 90.00, '2025-07-03 00:56:41'), -(800212, 1, 74277, 5, 91.00, '2025-07-03 01:06:35'), -(800212, 2, 79870, 7, 12.00, '2025-07-03 01:11:11'), -(800213, 1, 73092, 1, 80.00, '2025-07-03 01:08:50'), -(800213, 2, 73910, 2, 82.00, '2025-07-03 00:56:20'), -(800213, 3, 70684, 1, 32.00, '2025-07-03 00:58:34'), -(800214, 1, 70155, 2, 81.00, '2025-07-03 01:12:15'), -(800214, 2, 72987, 8, 98.00, '2025-07-03 01:04:33'), -(800214, 3, 78130, 9, 24.00, '2025-07-03 01:15:31'), -(800214, 4, 79275, 4, 100.00, '2025-07-03 01:10:08'), -(800214, 5, 76905, 1, 86.00, '2025-07-03 01:03:44'), -(800214, 6, 71607, 4, 27.00, '2025-07-03 01:15:12'), -(800214, 7, 72419, 8, 34.00, '2025-07-03 01:19:41'), -(800214, 8, 77709, 9, 86.00, '2025-07-03 00:55:00'), -(800214, 9, 79930, 1, 66.00, '2025-07-03 01:06:43'), -(800214, 10, 75684, 7, 87.00, '2025-07-03 01:17:50'), -(800215, 1, 76431, 6, 78.00, '2025-07-03 01:04:44'), -(800215, 2, 71018, 4, 68.00, '2025-07-03 01:13:57'), -(800215, 3, 73316, 4, 63.00, '2025-07-03 00:56:28'), -(800215, 4, 76079, 1, 46.00, '2025-07-03 01:10:53'), -(800215, 5, 76522, 3, 13.00, '2025-07-03 00:58:12'), -(800215, 6, 76431, 4, 78.00, '2025-07-03 01:02:40'), -(800215, 7, 77021, 6, 55.00, '2025-07-03 01:16:53'), -(800215, 8, 74155, 8, 73.00, '2025-07-03 01:15:17'), -(800215, 9, 78837, 3, 26.00, '2025-07-03 01:01:17'), -(800215, 10, 73556, 6, 100.00, '2025-07-03 01:22:45'), -(800216, 1, 79275, 5, 100.00, '2025-07-03 01:23:33'), -(800216, 2, 75097, 8, 79.00, '2025-07-03 00:58:52'), -(800216, 3, 78114, 1, 37.00, '2025-07-03 01:14:11'), -(800217, 1, 79469, 2, 33.00, '2025-07-03 01:11:27'), -(800217, 2, 71846, 4, 87.00, '2025-07-03 01:07:13'), -(800217, 3, 78093, 10, 86.00, '2025-07-03 01:02:03'), -(800218, 1, 75832, 4, 16.00, '2025-07-03 01:18:02'), -(800218, 2, 79109, 1, 85.00, '2025-07-03 01:06:14'), -(800218, 3, 72594, 6, 97.00, '2025-07-03 00:54:22'), -(800219, 1, 76905, 1, 86.00, '2025-07-03 01:13:19'), -(800219, 2, 70271, 8, 82.00, '2025-07-03 01:08:09'), -(800220, 1, 77807, 1, 93.00, '2025-07-03 01:02:36'), -(800220, 2, 73841, 7, 86.00, '2025-07-03 01:09:11'), -(800220, 3, 70775, 6, 31.00, '2025-07-03 01:11:16'), -(800221, 1, 76484, 9, 81.00, '2025-07-03 00:54:55'), -(800221, 2, 79228, 8, 48.00, '2025-07-03 00:59:41'), -(800221, 3, 75401, 9, 26.00, '2025-07-03 01:03:40'), -(800221, 4, 76905, 2, 86.00, '2025-07-03 01:23:00'), -(800221, 5, 73748, 9, 61.00, '2025-07-03 01:10:32'), -(800221, 6, 77115, 9, 15.00, '2025-07-03 01:06:33'), -(800221, 7, 73092, 7, 80.00, '2025-07-03 00:54:55'), -(800221, 8, 79399, 2, 84.00, '2025-07-03 01:01:46'), -(800221, 9, 70732, 5, 18.00, '2025-07-03 00:59:08'), -(800222, 1, 75477, 10, 86.00, '2025-07-03 01:03:24'), -(800222, 2, 78161, 10, 48.00, '2025-07-03 01:07:46'), -(800222, 3, 79258, 1, 72.00, '2025-07-03 01:19:04'), -(800222, 4, 75666, 6, 88.00, '2025-07-03 01:19:07'), -(800222, 5, 73634, 8, 85.00, '2025-07-03 01:17:46'), -(800222, 6, 74518, 7, 65.00, '2025-07-03 01:09:17'), -(800222, 7, 72946, 4, 16.00, '2025-07-03 01:19:46'), -(800223, 1, 74900, 8, 40.00, '2025-07-03 01:03:59'), -(800223, 2, 79560, 10, 43.00, '2025-07-03 01:08:40'), -(800223, 3, 75517, 7, 45.00, '2025-07-03 01:18:55'), -(800224, 1, 77450, 6, 99.00, '2025-07-03 00:55:41'), -(800224, 2, 73818, 6, 83.00, '2025-07-03 01:07:06'), -(800224, 3, 75097, 1, 79.00, '2025-07-03 01:08:52'), -(800224, 4, 75517, 4, 45.00, '2025-07-03 01:18:27'), -(800225, 1, 72380, 2, 20.00, '2025-07-03 01:05:05'), -(800225, 2, 72398, 7, 98.00, '2025-07-03 01:19:58'), -(800226, 1, 74790, 5, 85.00, '2025-07-03 00:53:44'), -(800227, 1, 76793, 7, 11.00, '2025-07-03 01:15:35'), -(800227, 2, 79203, 4, 87.00, '2025-07-03 01:02:48'), -(800227, 3, 78463, 2, 40.00, '2025-07-03 01:00:50'), -(800227, 4, 70177, 8, 43.00, '2025-07-03 01:11:05'), -(800227, 5, 73748, 5, 61.00, '2025-07-03 01:15:32'), -(800227, 6, 71328, 5, 72.00, '2025-07-03 00:59:26'), -(800227, 7, 70732, 4, 18.00, '2025-07-03 01:14:57'), -(800227, 8, 70348, 9, 10.00, '2025-07-03 01:12:48'), -(800228, 1, 71846, 9, 87.00, '2025-07-03 00:55:08'), -(800228, 2, 75283, 4, 46.00, '2025-07-03 00:57:51'), -(800228, 3, 73092, 9, 80.00, '2025-07-03 01:09:49'), -(800228, 4, 77017, 2, 42.00, '2025-07-03 00:57:39'), -(800228, 5, 78826, 9, 46.00, '2025-07-03 01:05:17'), -(800229, 1, 73986, 7, 27.00, '2025-07-03 01:08:43'), -(800229, 2, 79258, 2, 72.00, '2025-07-03 01:06:05'), -(800229, 3, 70584, 5, 96.00, '2025-07-03 01:06:09'), -(800229, 4, 73723, 1, 57.00, '2025-07-03 01:02:34'), -(800229, 5, 78234, 4, 68.00, '2025-07-03 01:20:16'), -(800229, 6, 73634, 10, 85.00, '2025-07-03 00:55:11'), -(800229, 7, 79304, 9, 43.00, '2025-07-03 01:08:22'), -(800230, 1, 79109, 2, 85.00, '2025-07-03 00:59:17'), -(800230, 2, 78463, 10, 40.00, '2025-07-03 01:10:10'), -(800230, 3, 76665, 3, 14.00, '2025-07-03 01:09:18'), -(800230, 4, 79761, 6, 97.00, '2025-07-03 00:58:23'), -(800230, 5, 75009, 6, 46.00, '2025-07-03 01:22:19'), -(800231, 1, 72168, 10, 66.00, '2025-07-03 01:05:00'), -(800232, 1, 79132, 6, 13.00, '2025-07-03 01:16:45'), -(800232, 2, 78902, 10, 76.00, '2025-07-03 01:02:36'), -(800232, 3, 72594, 1, 97.00, '2025-07-03 01:00:34'), -(800233, 1, 79203, 7, 87.00, '2025-07-03 01:01:01'), -(800233, 2, 77546, 1, 50.00, '2025-07-03 01:16:33'), -(800233, 3, 76732, 1, 61.00, '2025-07-03 01:00:35'), -(800233, 4, 75242, 8, 36.00, '2025-07-03 00:58:05'), -(800233, 5, 78723, 2, 20.00, '2025-07-03 01:12:00'), -(800233, 6, 79560, 10, 43.00, '2025-07-03 00:57:55'), -(800233, 7, 73092, 3, 80.00, '2025-07-03 00:56:25'), -(800233, 8, 75899, 7, 42.00, '2025-07-03 01:14:49'), -(800233, 9, 79504, 1, 31.00, '2025-07-03 00:58:34'), -(800233, 10, 76484, 3, 81.00, '2025-07-03 01:06:33'), -(800234, 1, 77234, 5, 64.00, '2025-07-03 01:16:32'), -(800234, 2, 75139, 6, 69.00, '2025-07-03 01:02:43'), -(800234, 3, 72175, 8, 78.00, '2025-07-03 01:21:25'), -(800234, 4, 71304, 8, 21.00, '2025-07-03 01:03:33'), -(800234, 5, 71478, 9, 98.00, '2025-07-03 00:57:03'), -(800234, 6, 74932, 2, 71.00, '2025-07-03 00:58:18'), -(800234, 7, 73655, 8, 32.00, '2025-07-03 01:04:30'), -(800235, 1, 72771, 9, 98.00, '2025-07-03 01:04:24'), -(800235, 2, 78130, 9, 24.00, '2025-07-03 01:00:11'), -(800236, 1, 76452, 9, 48.00, '2025-07-03 01:23:30'), -(800236, 2, 77115, 5, 15.00, '2025-07-03 00:55:55'), -(800236, 3, 72380, 1, 20.00, '2025-07-03 01:03:54'), -(800236, 4, 72520, 7, 29.00, '2025-07-03 01:16:14'), -(800236, 5, 71058, 1, 73.00, '2025-07-03 00:59:39'), -(800236, 6, 70768, 5, 57.00, '2025-07-03 01:15:08'), -(800236, 7, 77447, 4, 61.00, '2025-07-03 00:57:44'), -(800236, 8, 74677, 7, 66.00, '2025-07-03 01:05:03'), -(800237, 1, 77426, 1, 91.00, '2025-07-03 00:55:16'), -(800237, 2, 74954, 5, 17.00, '2025-07-03 01:09:48'), -(800237, 3, 73285, 1, 35.00, '2025-07-03 00:55:31'), -(800237, 4, 73841, 1, 86.00, '2025-07-03 00:55:48'), -(800238, 1, 70904, 8, 60.00, '2025-07-03 01:00:11'), -(800238, 2, 71313, 3, 83.00, '2025-07-03 01:09:44'), -(800238, 3, 76732, 1, 61.00, '2025-07-03 00:55:35'), -(800238, 4, 71655, 10, 72.00, '2025-07-03 01:23:26'), -(800238, 5, 75283, 8, 46.00, '2025-07-03 01:20:43'), -(800238, 6, 77017, 8, 42.00, '2025-07-03 01:04:46'), -(800239, 1, 75684, 2, 87.00, '2025-07-03 01:21:49'), -(800239, 2, 72262, 7, 15.00, '2025-07-03 00:59:04'), -(800240, 1, 77443, 6, 30.00, '2025-07-03 01:04:24'), -(800240, 2, 75666, 7, 88.00, '2025-07-03 01:00:01'), -(800240, 3, 72168, 3, 66.00, '2025-07-03 01:20:47'), -(800241, 1, 79304, 10, 43.00, '2025-07-03 01:07:44'), -(800241, 2, 72171, 2, 63.00, '2025-07-03 01:19:48'), -(800241, 3, 76732, 1, 61.00, '2025-07-03 01:01:43'), -(800241, 4, 79228, 4, 48.00, '2025-07-03 01:08:29'), -(800242, 1, 77640, 5, 63.00, '2025-07-03 01:22:11'), -(800242, 2, 70241, 1, 92.00, '2025-07-03 01:01:38'), -(800242, 3, 73723, 6, 57.00, '2025-07-03 00:56:36'), -(800242, 4, 75270, 3, 41.00, '2025-07-03 00:55:49'), -(800242, 5, 75453, 4, 65.00, '2025-07-03 00:59:48'), -(800242, 6, 71328, 5, 72.00, '2025-07-03 00:55:05'), -(800242, 7, 79399, 4, 84.00, '2025-07-03 01:09:50'), -(800242, 8, 79189, 3, 32.00, '2025-07-03 01:10:58'), -(800242, 9, 74932, 9, 71.00, '2025-07-03 01:15:55'), -(800242, 10, 78826, 1, 46.00, '2025-07-03 01:04:48'), -(800243, 1, 79150, 3, 62.00, '2025-07-03 01:02:18'), -(800243, 2, 73723, 8, 57.00, '2025-07-03 01:05:17'), -(800244, 1, 71018, 7, 68.00, '2025-07-03 00:58:06'), -(800244, 2, 75322, 3, 44.00, '2025-07-03 01:05:46'), -(800244, 3, 76079, 8, 46.00, '2025-07-03 01:23:59'), -(800244, 4, 75143, 3, 95.00, '2025-07-03 01:23:12'), -(800244, 5, 72257, 5, 90.00, '2025-07-03 00:54:05'), -(800245, 1, 75614, 5, 44.00, '2025-07-03 01:22:55'), -(800245, 2, 72520, 5, 29.00, '2025-07-03 00:59:05'), -(800245, 3, 75517, 4, 45.00, '2025-07-03 01:23:03'), -(800245, 4, 79158, 6, 20.00, '2025-07-03 01:22:02'), -(800245, 5, 75139, 5, 69.00, '2025-07-03 01:14:02'), -(800245, 6, 79388, 2, 19.00, '2025-07-03 01:11:59'), -(800245, 7, 79144, 8, 75.00, '2025-07-03 01:09:11'), -(800245, 8, 71328, 4, 72.00, '2025-07-03 00:58:25'), -(800246, 1, 73748, 7, 61.00, '2025-07-03 00:58:53'), -(800246, 2, 70241, 2, 92.00, '2025-07-03 01:10:29'), -(800246, 3, 71955, 4, 44.00, '2025-07-03 00:54:50'), -(800246, 4, 75351, 7, 39.00, '2025-07-03 01:04:30'), -(800246, 5, 79109, 7, 85.00, '2025-07-03 01:15:43'), -(800246, 6, 71607, 7, 27.00, '2025-07-03 00:58:01'), -(800246, 7, 72257, 7, 90.00, '2025-07-03 00:56:25'), -(800246, 8, 76993, 6, 77.00, '2025-07-03 00:59:43'), -(800247, 1, 70775, 4, 31.00, '2025-07-03 01:00:11'), -(800247, 2, 74932, 8, 71.00, '2025-07-03 01:05:51'), -(800247, 3, 79275, 1, 100.00, '2025-07-03 01:18:34'), -(800247, 4, 74790, 10, 85.00, '2025-07-03 00:56:56'), -(800247, 5, 73504, 5, 25.00, '2025-07-03 01:15:29'), -(800247, 6, 72946, 3, 16.00, '2025-07-03 01:22:42'), -(800247, 7, 71607, 2, 27.00, '2025-07-03 01:22:15'), -(800247, 8, 72257, 8, 90.00, '2025-07-03 01:17:49'), -(800247, 9, 74790, 10, 85.00, '2025-07-03 01:16:56'), -(800248, 1, 77750, 3, 88.00, '2025-07-03 01:13:52'), -(800249, 1, 75832, 4, 16.00, '2025-07-03 00:57:34'), -(800249, 2, 74277, 2, 91.00, '2025-07-03 01:12:37'), -(800249, 3, 70684, 3, 32.00, '2025-07-03 01:00:53'), -(800249, 4, 78653, 2, 96.00, '2025-07-03 00:57:49'), -(800249, 5, 74790, 4, 85.00, '2025-07-03 01:08:42'), -(800250, 1, 72168, 8, 66.00, '2025-07-03 00:55:47'), -(800250, 2, 78969, 2, 66.00, '2025-07-03 00:56:49'), -(800251, 1, 77331, 3, 28.00, '2025-07-03 00:55:15'), -(800251, 2, 72380, 7, 20.00, '2025-07-03 01:10:40'), -(800251, 3, 76993, 10, 77.00, '2025-07-03 01:06:38'), -(800251, 4, 74030, 7, 27.00, '2025-07-03 01:03:40'), -(800252, 1, 72905, 8, 52.00, '2025-07-03 00:57:40'), -(800252, 2, 70584, 1, 96.00, '2025-07-03 00:59:26'), -(800252, 3, 77447, 5, 61.00, '2025-07-03 01:15:12'), -(800252, 4, 75242, 1, 36.00, '2025-07-03 01:04:44'), -(800252, 5, 79304, 10, 43.00, '2025-07-03 01:02:34'), -(800252, 6, 79504, 8, 31.00, '2025-07-03 00:56:13'), -(800252, 7, 75899, 7, 42.00, '2025-07-03 01:22:01'), -(800252, 8, 76647, 2, 84.00, '2025-07-03 01:21:30'), -(800252, 9, 77750, 7, 88.00, '2025-07-03 01:07:08'), -(800252, 10, 70241, 7, 92.00, '2025-07-03 01:22:50'), -(800253, 1, 79189, 9, 32.00, '2025-07-03 01:01:50'), -(800254, 1, 70904, 3, 60.00, '2025-07-03 01:18:38'), -(800254, 2, 77234, 5, 64.00, '2025-07-03 01:01:26'), -(800254, 3, 73634, 8, 85.00, '2025-07-03 00:57:30'), -(800254, 4, 75812, 5, 91.00, '2025-07-03 01:13:22'), -(800254, 5, 72075, 10, 27.00, '2025-07-03 01:09:15'), -(800254, 6, 79133, 7, 27.00, '2025-07-03 01:00:18'), -(800254, 7, 73092, 6, 80.00, '2025-07-03 01:03:00'), -(800254, 8, 70768, 6, 57.00, '2025-07-03 00:55:42'), -(800254, 9, 70306, 10, 52.00, '2025-07-03 01:11:04'), -(800255, 1, 76247, 10, 85.00, '2025-07-03 01:21:11'), -(800255, 2, 70177, 2, 43.00, '2025-07-03 01:07:49'), -(800255, 3, 78021, 3, 55.00, '2025-07-03 00:55:25'), -(800255, 4, 76993, 2, 77.00, '2025-07-03 01:01:07'), -(800256, 1, 78751, 4, 26.00, '2025-07-03 01:18:57'), -(800257, 1, 73841, 9, 86.00, '2025-07-03 01:19:55'), -(800257, 2, 79560, 2, 43.00, '2025-07-03 00:55:25'), -(800257, 3, 70306, 8, 52.00, '2025-07-03 01:21:18'), -(800257, 4, 72175, 8, 78.00, '2025-07-03 01:15:10'), -(800257, 5, 73285, 7, 35.00, '2025-07-03 00:54:31'), -(800257, 6, 74231, 10, 32.00, '2025-07-03 01:09:31'), -(800258, 1, 79189, 10, 32.00, '2025-07-03 01:13:59'), -(800258, 2, 71955, 5, 44.00, '2025-07-03 01:08:05'), -(800258, 3, 75097, 6, 79.00, '2025-07-03 00:56:22'), -(800258, 4, 79399, 5, 84.00, '2025-07-03 01:02:34'), -(800258, 5, 77115, 6, 15.00, '2025-07-03 00:59:54'), -(800258, 6, 75401, 4, 26.00, '2025-07-03 01:11:01'), -(800258, 7, 70241, 4, 92.00, '2025-07-03 00:55:20'), -(800258, 8, 79109, 2, 85.00, '2025-07-03 01:01:06'), -(800258, 9, 72058, 9, 86.00, '2025-07-03 01:15:49'), -(800259, 1, 75246, 9, 25.00, '2025-07-03 01:08:57'), -(800259, 2, 75246, 3, 25.00, '2025-07-03 01:11:19'), -(800259, 3, 72987, 5, 98.00, '2025-07-03 01:21:23'), -(800259, 4, 76452, 10, 48.00, '2025-07-03 00:57:22'), -(800260, 1, 71766, 10, 89.00, '2025-07-03 01:19:31'), -(800260, 2, 76484, 3, 81.00, '2025-07-03 01:20:51'), -(800260, 3, 72889, 8, 10.00, '2025-07-03 01:23:53'), -(800260, 4, 74588, 4, 38.00, '2025-07-03 01:03:19'), -(800260, 5, 76079, 9, 46.00, '2025-07-03 01:20:03'), -(800260, 6, 79761, 8, 97.00, '2025-07-03 01:03:08'), -(800260, 7, 79388, 10, 19.00, '2025-07-03 01:00:43'), -(800261, 1, 75899, 2, 42.00, '2025-07-03 01:07:39'), -(800261, 2, 72058, 2, 86.00, '2025-07-03 01:05:52'), -(800261, 3, 72987, 8, 98.00, '2025-07-03 01:13:41'), -(800261, 4, 72987, 5, 98.00, '2025-07-03 01:03:07'), -(800261, 5, 77021, 4, 55.00, '2025-07-03 01:16:32'), -(800261, 6, 78863, 5, 85.00, '2025-07-03 01:21:27'), -(800261, 7, 79144, 10, 75.00, '2025-07-03 01:14:40'), -(800261, 8, 75242, 10, 36.00, '2025-07-03 00:55:55'), -(800261, 9, 70836, 5, 32.00, '2025-07-03 01:00:57'), -(800262, 1, 74059, 2, 69.00, '2025-07-03 01:01:42'), -(800262, 2, 75246, 4, 25.00, '2025-07-03 01:01:23'), -(800262, 3, 71989, 6, 32.00, '2025-07-03 01:14:19'), -(800262, 4, 78985, 9, 27.00, '2025-07-03 01:20:36'), -(800262, 5, 78826, 9, 46.00, '2025-07-03 01:12:18'), -(800262, 6, 77640, 3, 63.00, '2025-07-03 01:08:03'), -(800262, 7, 79368, 4, 14.00, '2025-07-03 01:16:34'), -(800262, 8, 71478, 1, 98.00, '2025-07-03 01:04:18'), -(800262, 9, 70904, 4, 60.00, '2025-07-03 01:16:05'), -(800262, 10, 76563, 10, 42.00, '2025-07-03 01:22:27'), -(800263, 1, 78005, 10, 64.00, '2025-07-03 00:54:48'), -(800263, 2, 71328, 8, 72.00, '2025-07-03 01:00:44'), -(800263, 3, 75453, 5, 65.00, '2025-07-03 01:12:01'), -(800263, 4, 77750, 2, 88.00, '2025-07-03 00:54:37'), -(800263, 5, 72257, 10, 90.00, '2025-07-03 00:54:54'), -(800263, 6, 70011, 4, 71.00, '2025-07-03 01:05:24'), -(800264, 1, 70348, 5, 10.00, '2025-07-03 01:20:12'), -(800264, 2, 73556, 5, 100.00, '2025-07-03 01:04:30'), -(800264, 3, 74209, 1, 74.00, '2025-07-03 01:09:58'), -(800264, 4, 78021, 2, 55.00, '2025-07-03 01:15:55'), -(800264, 5, 77709, 2, 86.00, '2025-07-03 01:05:40'), -(800264, 6, 76484, 5, 81.00, '2025-07-03 01:09:18'), -(800265, 1, 77761, 3, 54.00, '2025-07-03 01:22:47'), -(800265, 2, 79870, 6, 12.00, '2025-07-03 01:03:38'), -(800265, 3, 79304, 6, 43.00, '2025-07-03 01:14:39'), -(800265, 4, 71566, 3, 98.00, '2025-07-03 01:00:57'), -(800265, 5, 70348, 8, 10.00, '2025-07-03 01:02:32'), -(800266, 1, 76171, 8, 77.00, '2025-07-03 01:24:04'), -(800266, 2, 77600, 1, 67.00, '2025-07-03 01:23:05'), -(800266, 3, 78683, 2, 82.00, '2025-07-03 01:07:17'), -(800266, 4, 77807, 1, 93.00, '2025-07-03 01:23:20'), -(800266, 5, 70904, 7, 60.00, '2025-07-03 00:58:10'), -(800266, 6, 71058, 10, 73.00, '2025-07-03 01:22:19'), -(800267, 1, 79399, 8, 84.00, '2025-07-03 01:10:31'), -(800267, 2, 71058, 1, 73.00, '2025-07-03 01:21:42'), -(800267, 3, 76905, 10, 86.00, '2025-07-03 00:54:55'), -(800267, 4, 73047, 8, 96.00, '2025-07-03 01:19:43'), -(800267, 5, 76522, 6, 13.00, '2025-07-03 01:09:52'), -(800267, 6, 74867, 2, 15.00, '2025-07-03 01:23:40'), -(800267, 7, 78021, 4, 55.00, '2025-07-03 01:06:17'), -(800267, 8, 76665, 10, 14.00, '2025-07-03 01:03:58'), -(800267, 9, 76647, 2, 84.00, '2025-07-03 01:08:12'), -(800267, 10, 74677, 2, 66.00, '2025-07-03 01:03:32'), -(800268, 1, 70732, 7, 18.00, '2025-07-03 00:58:17'), -(800268, 2, 79546, 5, 70.00, '2025-07-03 01:06:14'), -(800268, 3, 79761, 6, 97.00, '2025-07-03 01:22:37'), -(800268, 4, 72168, 8, 66.00, '2025-07-03 01:21:09'), -(800268, 5, 70732, 6, 18.00, '2025-07-03 01:14:22'), -(800268, 6, 78837, 3, 26.00, '2025-07-03 00:56:08'), -(800268, 7, 72058, 2, 86.00, '2025-07-03 01:04:12'), -(800268, 8, 77115, 10, 15.00, '2025-07-03 01:06:51'), -(800268, 9, 73841, 7, 86.00, '2025-07-03 01:21:45'), -(800269, 1, 71488, 10, 91.00, '2025-07-03 01:21:07'), -(800269, 2, 72645, 8, 57.00, '2025-07-03 00:54:50'), -(800269, 3, 79132, 1, 13.00, '2025-07-03 01:10:33'), -(800269, 4, 79368, 5, 14.00, '2025-07-03 01:23:29'), -(800269, 5, 72608, 10, 100.00, '2025-07-03 01:22:42'), -(800269, 6, 76905, 8, 86.00, '2025-07-03 01:11:22'), -(800269, 7, 74900, 10, 40.00, '2025-07-03 00:57:40'), -(800269, 8, 79203, 8, 87.00, '2025-07-03 00:57:33'), -(800269, 9, 76225, 6, 23.00, '2025-07-03 01:07:35'), -(800270, 1, 73748, 10, 61.00, '2025-07-03 01:18:26'), -(800270, 2, 75900, 9, 56.00, '2025-07-03 01:23:08'), -(800270, 3, 78826, 4, 46.00, '2025-07-03 00:56:16'), -(800270, 4, 70271, 10, 82.00, '2025-07-03 01:10:39'), -(800270, 5, 78114, 5, 37.00, '2025-07-03 01:18:35'), -(800271, 1, 79546, 7, 70.00, '2025-07-03 01:17:02'), -(800271, 2, 75645, 8, 34.00, '2025-07-03 00:54:55'), -(800271, 3, 74400, 6, 51.00, '2025-07-03 01:14:48'), -(800271, 4, 73556, 1, 100.00, '2025-07-03 01:21:11'), -(800272, 1, 74799, 9, 57.00, '2025-07-03 01:00:02'), -(800272, 2, 73723, 2, 57.00, '2025-07-03 01:06:56'), -(800272, 3, 79275, 10, 100.00, '2025-07-03 01:23:10'), -(800272, 4, 77709, 7, 86.00, '2025-07-03 01:22:10'), -(800272, 5, 71955, 2, 44.00, '2025-07-03 00:59:35'), -(800272, 6, 72078, 6, 84.00, '2025-07-03 01:18:31'), -(800272, 7, 72398, 9, 98.00, '2025-07-03 01:22:22'), -(800272, 8, 78683, 9, 82.00, '2025-07-03 01:08:25'), -(800273, 1, 79469, 5, 33.00, '2025-07-03 01:24:16'), -(800273, 2, 73634, 4, 85.00, '2025-07-03 01:09:30'), -(800273, 3, 79228, 9, 48.00, '2025-07-03 01:07:46'), -(800273, 4, 77761, 9, 54.00, '2025-07-03 01:13:47'), -(800273, 5, 72398, 2, 98.00, '2025-07-03 01:13:18'), -(800273, 6, 78005, 10, 64.00, '2025-07-03 01:00:44'), -(800273, 7, 72419, 3, 34.00, '2025-07-03 01:13:33'), -(800273, 8, 78653, 1, 96.00, '2025-07-03 01:16:18'), -(800273, 9, 73748, 4, 61.00, '2025-07-03 00:59:18'), -(800273, 10, 75265, 3, 34.00, '2025-07-03 00:55:33'), -(800274, 1, 71478, 7, 98.00, '2025-07-03 01:17:25'), -(800274, 2, 71607, 2, 27.00, '2025-07-03 00:58:47'), -(800274, 3, 76247, 8, 85.00, '2025-07-03 01:04:43'), -(800274, 4, 71328, 6, 72.00, '2025-07-03 01:21:00'), -(800274, 5, 78093, 3, 86.00, '2025-07-03 01:08:41'), -(800274, 6, 73316, 1, 63.00, '2025-07-03 00:56:24'), -(800274, 7, 77426, 8, 91.00, '2025-07-03 01:20:42'), -(800275, 1, 79133, 8, 27.00, '2025-07-03 01:00:42'), -(800275, 2, 76563, 5, 42.00, '2025-07-03 00:56:30'), -(800275, 3, 77115, 1, 15.00, '2025-07-03 01:23:38'), -(800275, 4, 74155, 4, 73.00, '2025-07-03 01:15:11'), -(800275, 5, 71607, 2, 27.00, '2025-07-03 01:22:18'), -(800275, 6, 73285, 9, 35.00, '2025-07-03 01:21:07'), -(800275, 7, 70654, 2, 95.00, '2025-07-03 00:58:48'), -(800275, 8, 78683, 6, 82.00, '2025-07-03 01:16:32'), -(800275, 9, 70241, 9, 92.00, '2025-07-03 01:09:04'), -(800276, 1, 78005, 6, 64.00, '2025-07-03 01:02:30'), -(800276, 2, 75614, 3, 44.00, '2025-07-03 01:19:17'), -(800276, 3, 79258, 3, 72.00, '2025-07-03 00:57:06'), -(800276, 4, 72257, 10, 90.00, '2025-07-03 01:20:19'), -(800276, 5, 75684, 7, 87.00, '2025-07-03 01:10:40'), -(800276, 6, 77234, 9, 64.00, '2025-07-03 01:04:23'), -(800276, 7, 73986, 1, 27.00, '2025-07-03 01:11:30'), -(800276, 8, 76905, 8, 86.00, '2025-07-03 00:56:23'), -(800276, 9, 78161, 4, 48.00, '2025-07-03 01:03:56'), -(800276, 10, 71566, 1, 98.00, '2025-07-03 01:09:23'), -(800277, 1, 74677, 5, 66.00, '2025-07-03 01:02:38'), -(800277, 2, 70732, 7, 18.00, '2025-07-03 01:04:12'), -(800278, 1, 72608, 5, 100.00, '2025-07-03 01:15:28'), -(800278, 2, 72901, 7, 18.00, '2025-07-03 01:07:42'), -(800278, 3, 71607, 7, 27.00, '2025-07-03 01:19:04'), -(800278, 4, 70295, 2, 66.00, '2025-07-03 01:00:32'), -(800279, 1, 73986, 8, 27.00, '2025-07-03 01:21:27'), -(800279, 2, 72058, 5, 86.00, '2025-07-03 00:57:59'), -(800279, 3, 72585, 1, 63.00, '2025-07-03 00:57:36'), -(800280, 1, 78601, 8, 92.00, '2025-07-03 01:13:09'), -(800280, 2, 74209, 7, 74.00, '2025-07-03 00:54:50'), -(800280, 3, 79504, 5, 31.00, '2025-07-03 01:18:06'), -(800280, 4, 72645, 8, 57.00, '2025-07-03 01:11:58'), -(800280, 5, 72168, 7, 66.00, '2025-07-03 00:59:24'), -(800280, 6, 77017, 4, 42.00, '2025-07-03 01:12:33'), -(800280, 7, 73047, 9, 96.00, '2025-07-03 01:13:09'), -(800280, 8, 74932, 3, 71.00, '2025-07-03 01:03:44'), -(800280, 9, 74790, 2, 85.00, '2025-07-03 01:02:41'), -(800280, 10, 78005, 2, 64.00, '2025-07-03 01:14:02'), -(800281, 1, 75009, 7, 46.00, '2025-07-03 01:01:32'), -(800281, 2, 75899, 6, 42.00, '2025-07-03 01:07:31'), -(800281, 3, 70011, 8, 71.00, '2025-07-03 01:10:25'), -(800281, 4, 78005, 1, 64.00, '2025-07-03 01:02:43'), -(800282, 1, 71561, 1, 18.00, '2025-07-03 00:56:50'), -(800282, 2, 76522, 1, 13.00, '2025-07-03 01:23:04'), -(800282, 3, 79144, 6, 75.00, '2025-07-03 01:23:58'), -(800282, 4, 79761, 5, 97.00, '2025-07-03 01:14:31'), -(800282, 5, 78005, 3, 64.00, '2025-07-03 01:17:55'), -(800282, 6, 77600, 3, 67.00, '2025-07-03 01:18:20'), -(800282, 7, 78969, 3, 66.00, '2025-07-03 01:23:51'), -(800283, 1, 75009, 3, 46.00, '2025-07-03 01:12:29'), -(800283, 2, 74518, 10, 65.00, '2025-07-03 01:02:54'), -(800283, 3, 78021, 9, 55.00, '2025-07-03 01:09:23'), -(800283, 4, 71561, 1, 18.00, '2025-07-03 01:23:41'), -(800283, 5, 75156, 6, 62.00, '2025-07-03 01:03:25'), -(800283, 6, 79133, 3, 27.00, '2025-07-03 01:01:24'), -(800283, 7, 77709, 2, 86.00, '2025-07-03 01:13:13'), -(800284, 1, 72826, 1, 34.00, '2025-07-03 01:12:41'), -(800285, 1, 73655, 2, 32.00, '2025-07-03 01:23:15'), -(800285, 2, 79546, 4, 70.00, '2025-07-03 00:55:03'), -(800285, 3, 73910, 4, 82.00, '2025-07-03 01:07:15'), -(800285, 4, 76793, 9, 11.00, '2025-07-03 01:22:14'), -(800285, 5, 70271, 4, 82.00, '2025-07-03 01:10:09'), -(800285, 6, 78723, 5, 20.00, '2025-07-03 01:09:20'), -(800285, 7, 72168, 5, 66.00, '2025-07-03 01:21:42'), -(800285, 8, 71488, 4, 91.00, '2025-07-03 01:16:28'), -(800285, 9, 72594, 10, 97.00, '2025-07-03 01:07:16'), -(800286, 1, 76948, 7, 26.00, '2025-07-03 01:06:17'), -(800286, 2, 76431, 5, 78.00, '2025-07-03 00:55:08'), -(800286, 3, 76522, 4, 13.00, '2025-07-03 01:18:41'), -(800287, 1, 73556, 3, 100.00, '2025-07-03 01:15:30'), -(800287, 2, 78601, 5, 92.00, '2025-07-03 00:59:19'), -(800287, 3, 72889, 4, 10.00, '2025-07-03 01:22:06'), -(800287, 4, 72419, 8, 34.00, '2025-07-03 01:06:30'), -(800287, 5, 78723, 8, 20.00, '2025-07-03 00:55:31'), -(800287, 6, 72398, 2, 98.00, '2025-07-03 01:00:52'), -(800288, 1, 74790, 1, 85.00, '2025-07-03 00:59:00'), -(800289, 1, 79761, 6, 97.00, '2025-07-03 01:03:02'), -(800289, 2, 76484, 1, 81.00, '2025-07-03 01:20:39'), -(800289, 3, 77600, 2, 67.00, '2025-07-03 01:17:49'), -(800289, 4, 78736, 9, 40.00, '2025-07-03 01:15:46'), -(800289, 5, 77115, 10, 15.00, '2025-07-03 01:16:49'), -(800289, 6, 72905, 5, 52.00, '2025-07-03 01:21:03'), -(800290, 1, 75684, 7, 87.00, '2025-07-03 01:22:49'), -(800290, 2, 78093, 9, 86.00, '2025-07-03 01:05:46'), -(800290, 3, 79304, 3, 43.00, '2025-07-03 01:11:40'), -(800290, 4, 76732, 4, 61.00, '2025-07-03 00:56:34'), -(800290, 5, 77021, 7, 55.00, '2025-07-03 01:24:46'), -(800290, 6, 70904, 2, 60.00, '2025-07-03 01:15:45'), -(800290, 7, 76522, 6, 13.00, '2025-07-03 01:06:09'), -(800290, 8, 72603, 10, 78.00, '2025-07-03 01:19:38'), -(800291, 1, 77021, 3, 55.00, '2025-07-03 00:58:34'), -(800291, 2, 70684, 8, 32.00, '2025-07-03 01:18:48'), -(800292, 1, 70684, 6, 32.00, '2025-07-03 01:15:48'), -(800293, 1, 76247, 2, 85.00, '2025-07-03 00:59:22'), -(800294, 1, 75645, 9, 34.00, '2025-07-03 00:55:26'), -(800294, 2, 79504, 4, 31.00, '2025-07-03 01:07:25'), -(800294, 3, 70904, 4, 60.00, '2025-07-03 01:13:58'), -(800294, 4, 79750, 2, 89.00, '2025-07-03 00:57:04'), -(800294, 5, 77807, 3, 93.00, '2025-07-03 00:55:50'), -(800294, 6, 79144, 2, 75.00, '2025-07-03 01:13:36'), -(800295, 1, 79388, 9, 19.00, '2025-07-03 01:12:52'), -(800295, 2, 75097, 10, 79.00, '2025-07-03 01:21:54'), -(800295, 3, 75242, 2, 36.00, '2025-07-03 01:04:28'), -(800295, 4, 77447, 10, 61.00, '2025-07-03 01:01:43'), -(800295, 5, 72645, 2, 57.00, '2025-07-03 00:59:08'), -(800295, 6, 78969, 10, 66.00, '2025-07-03 01:12:33'), -(800295, 7, 79203, 6, 87.00, '2025-07-03 01:22:34'), -(800295, 8, 70768, 3, 57.00, '2025-07-03 01:20:52'), -(800296, 1, 71846, 10, 87.00, '2025-07-03 01:09:23'), -(800296, 2, 77640, 2, 63.00, '2025-07-03 00:55:48'), -(800296, 3, 70904, 4, 60.00, '2025-07-03 01:04:53'), -(800296, 4, 71058, 3, 73.00, '2025-07-03 01:07:50'), -(800296, 5, 73655, 5, 32.00, '2025-07-03 01:14:23'), -(800296, 6, 75614, 5, 44.00, '2025-07-03 01:02:54'), -(800296, 7, 72603, 4, 78.00, '2025-07-03 01:13:45'), -(800296, 8, 77426, 4, 91.00, '2025-07-03 01:18:56'), -(800296, 9, 79469, 10, 33.00, '2025-07-03 01:02:41'), -(800297, 1, 78005, 4, 64.00, '2025-07-03 01:22:38'), -(800297, 2, 74209, 8, 74.00, '2025-07-03 00:57:42'), -(800297, 3, 77750, 9, 88.00, '2025-07-03 01:23:17'), -(800298, 1, 72058, 10, 86.00, '2025-07-03 01:01:47'), -(800298, 2, 73556, 8, 100.00, '2025-07-03 01:22:10'), -(800298, 3, 74359, 8, 84.00, '2025-07-03 01:22:17'), -(800298, 4, 79761, 10, 97.00, '2025-07-03 01:02:36'), -(800298, 5, 70775, 10, 31.00, '2025-07-03 01:00:06'), -(800298, 6, 76665, 6, 14.00, '2025-07-03 01:02:30'), -(800298, 7, 70775, 4, 31.00, '2025-07-03 01:19:50'), -(800298, 8, 71655, 4, 72.00, '2025-07-03 01:16:29'), -(800299, 1, 77234, 10, 64.00, '2025-07-03 01:20:07'), -(800299, 2, 74588, 5, 38.00, '2025-07-03 01:03:30'), -(800299, 3, 70177, 2, 43.00, '2025-07-03 01:24:30'), -(800299, 4, 73634, 3, 85.00, '2025-07-03 01:10:40'), -(800299, 5, 74400, 10, 51.00, '2025-07-03 01:23:44'); diff --git a/09_ORDERS.sql b/09_ORDERS.sql deleted file mode 100644 index 93577b0..0000000 --- a/09_ORDERS.sql +++ /dev/null @@ -1,305 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - -INSERT INTO "L1_LANDING"."ORDERS" ("ORDERID", "ORDERDATE", "CUSTOMERID", "EMPLOYEEID", "STOREID", "STATUS", "UPDATED_AT") VALUES -(800061, '2025-07-03', '22531', 509921, '1506', '02', '2025-07-03 01:18:51'), -(800004, '2025-07-03', '23811', 504148, '1775', '02', '2025-07-03 01:10:11'), -(800295, '2025-07-03', '22981', 500129, '1128', '01', '2025-07-03 01:22:34'), -(800066, '2025-07-03', '25411', 506004, '1069', '02', '2025-07-03 01:20:13'), -(800270, '2025-07-03', '25705', 501507, '1069', '02', '2025-07-03 01:23:08'), -(800107, '2025-07-03', '23918', 509748, '1506', '02', '2025-07-03 01:10:53'), -(800110, '2025-07-03', '25457', 503576, '1128', '02', '2025-07-03 01:18:17'), -(800031, '2025-07-03', '28181', 503077, '1775', '02', '2025-07-03 01:05:03'), -(800052, '2025-07-03', '21348', 500129, '1305', '02', '2025-07-03 01:07:34'), -(800086, '2025-07-03', '20722', 505102, '1506', '02', '2025-07-03 00:59:09'), -(800077, '2025-07-03', '28508', 506994, '1128', '02', '2025-07-03 01:18:41'), -(800076, '2025-07-03', '26743', 506436, '1775', '02', '2025-07-03 01:18:30'), -(800188, '2025-07-03', '29012', 509748, '1321', '02', '2025-07-03 01:20:49'), -(800253, '2025-07-03', '28179', 507279, '1305', '02', '2025-07-03 01:01:50'), -(800144, '2025-07-03', '22531', 506393, '1128', '02', '2025-07-03 01:18:09'), -(800266, '2025-07-03', '23728', 509270, '1305', '02', '2025-07-03 01:24:04'), -(800250, '2025-07-03', '20732', 501039, '1794', '02', '2025-07-03 00:56:49'), -(800014, '2025-07-03', '29354', 502575, '1128', '02', '2025-07-03 01:13:10'), -(800278, '2025-07-03', '28179', 507476, '1775', '02', '2025-07-03 01:19:04'), -(800172, '2025-07-03', '25793', 502404, '1305', '03', '2025-07-03 01:22:30'), -(800130, '2025-07-03', '20823', 504119, '1069', '02', '2025-07-03 01:19:13'), -(800133, '2025-07-03', '28915', 503955, '1128', '02', '2025-07-03 01:20:50'), -(800018, '2025-07-03', '26963', 504709, '1462', '02', '2025-07-03 01:18:59'), -(800232, '2025-07-03', '28748', 509926, '1794', '02', '2025-07-03 01:16:45'), -(800205, '2025-07-03', '29296', 507338, '1128', '02', '2025-07-03 01:10:32'), -(800116, '2025-07-03', '23697', 500849, '1069', '02', '2025-07-03 01:20:22'), -(800194, '2025-07-03', '20739', 509799, '1794', '02', '2025-07-03 01:22:13'), -(800057, '2025-07-03', '22004', 506056, '1128', '02', '2025-07-03 01:19:34'), -(800258, '2025-07-03', '28748', 507242, '1794', '02', '2025-07-03 01:15:49'), -(800296, '2025-07-03', '22981', 501353, '1305', '02', '2025-07-03 01:18:56'), -(800021, '2025-07-03', '22531', 500185, '1069', '02', '2025-07-03 01:12:58'), -(800132, '2025-07-03', '25451', 508883, '1775', '02', '2025-07-03 01:21:35'), -(800282, '2025-07-03', '27343', 509748, '1308', '02', '2025-07-03 01:23:58'), -(800016, '2025-07-03', '23728', 500647, '1305', '02', '2025-07-03 01:19:45'), -(800064, '2025-07-03', '28508', 508058, '1305', '02', '2025-07-03 01:19:55'), -(800285, '2025-07-03', '22234', 507299, '1308', '02', '2025-07-03 01:23:15'), -(800216, '2025-07-03', '24245', 501771, '1069', '02', '2025-07-03 01:23:33'), -(800007, '2025-07-03', '20823', 503245, '1794', '02', '2025-07-03 01:18:28'), -(800013, '2025-07-03', '25793', 500375, '1887', '02', '2025-07-03 01:17:15'), -(800034, '2025-07-03', '29012', 501733, '1128', '02', '2025-07-03 01:15:14'), -(800043, '2025-07-03', '20677', 508595, '1305', '02', '2025-07-03 01:17:03'), -(800145, '2025-07-03', '21348', 503919, '1308', '02', '2025-07-03 01:15:40'), -(800003, '2025-07-03', '22119', 505551, '1506', '02', '2025-07-03 01:14:29'), -(800139, '2025-07-03', '29119', 505984, '1775', '02', '2025-07-03 01:10:14'), -(800255, '2025-07-03', '25526', 509926, '1128', '02', '2025-07-03 01:21:11'), -(800128, '2025-07-03', '28422', 508135, '1506', '01', '2025-07-03 00:57:08'), -(800048, '2025-07-03', '23918', 505176, '1775', '02', '2025-07-03 01:05:17'), -(800002, '2025-07-03', '24710', 504235, '1321', '02', '2025-07-03 01:18:10'), -(800186, '2025-07-03', '26218', 508828, '1887', '02', '2025-07-03 01:20:24'), -(800065, '2025-07-03', '25457', 501329, '1321', '02', '2025-07-03 01:20:06'), -(800259, '2025-07-03', '21011', 503245, '1794', '02', '2025-07-03 01:21:23'), -(800190, '2025-07-03', '27310', 507992, '1462', '03', '2025-07-03 01:13:25'), -(800067, '2025-07-03', '24276', 507299, '1462', '02', '2025-07-03 01:20:17'), -(800257, '2025-07-03', '27525', 501528, '1128', '02', '2025-07-03 01:21:18'), -(800191, '2025-07-03', '29673', 506004, '1128', '02', '2025-07-03 01:02:39'), -(800173, '2025-07-03', '21348', 506662, '1775', '02', '2025-07-03 01:21:32'), -(800062, '2025-07-03', '20677', 508145, '1887', '02', '2025-07-03 01:19:26'), -(800226, '2025-07-03', '29012', 500185, '1506', '02', '2025-07-03 00:53:44'), -(800293, '2025-07-03', '24934', 507992, '1794', '02', '2025-07-03 00:59:22'), -(800049, '2025-07-03', '22544', 500811, '1305', '02', '2025-07-03 01:13:30'), -(800022, '2025-07-03', '29403', 508883, '1462', '02', '2025-07-03 00:56:42'), -(800209, '2025-07-03', '24934', 506004, '1506', '02', '2025-07-03 01:11:48'), -(800286, '2025-07-03', '25451', 503919, '1775', '02', '2025-07-03 01:18:41'), -(800239, '2025-07-03', '28179', 501771, '1506', '02', '2025-07-03 01:21:49'), -(800243, '2025-07-03', '27466', 509722, '1128', '02', '2025-07-03 01:05:17'), -(800149, '2025-07-03', '26519', 500647, '1305', '02', '2025-07-03 01:16:51'), -(800024, '2025-07-03', '28422', 505375, '1775', '02', '2025-07-03 01:17:29'), -(800184, '2025-07-03', '26963', 504691, '1794', '02', '2025-07-03 01:10:49'), -(800032, '2025-07-03', '25664', 508583, '1305', '02', '2025-07-03 01:17:42'), -(800088, '2025-07-03', '21490', 505102, '1887', '02', '2025-07-03 01:14:58'), -(800099, '2025-07-03', '20677', 500129, '1794', '02', '2025-07-03 01:11:02'), -(800054, '2025-07-03', '28363', 509901, '1887', '02', '2025-07-03 01:19:10'), -(800228, '2025-07-03', '22106', 503465, '1775', '02', '2025-07-03 01:09:49'), -(800111, '2025-07-03', '22119', 505375, '1321', '02', '2025-07-03 01:08:46'), -(800170, '2025-07-03', '20732', 500687, '1794', '02', '2025-07-03 01:13:47'), -(800182, '2025-07-03', '28748', 501617, '1305', '02', '2025-07-03 01:21:19'), -(800103, '2025-07-03', '27613', 509270, '1128', '02', '2025-07-03 01:16:16'), -(800236, '2025-07-03', '25664', 506004, '1506', '02', '2025-07-03 01:23:30'), -(800181, '2025-07-03', '27310', 504235, '1887', '02', '2025-07-03 01:20:55'), -(800159, '2025-07-03', '22531', 500129, '1887', '02', '2025-07-03 01:17:17'), -(800267, '2025-07-03', '24837', 503245, '1308', '02', '2025-07-03 01:23:40'), -(800000, '2025-07-03', '27613', 503576, '1321', '02', '2025-07-03 01:18:58'), -(800224, '2025-07-03', '22981', 509748, '1069', '02', '2025-07-03 01:18:27'), -(800151, '2025-07-03', '22531', 506643, '1794', '02', '2025-07-03 01:21:28'), -(800219, '2025-07-03', '23918', 503454, '1794', '02', '2025-07-03 01:13:19'), -(800051, '2025-07-03', '26218', 501771, '1775', '02', '2025-07-03 01:20:07'), -(800001, '2025-07-03', '27343', 509722, '1305', '02', '2025-07-03 01:13:46'), -(800101, '2025-07-03', '21348', 503465, '1775', '02', '2025-07-03 01:19:47'), -(800281, '2025-07-03', '23918', 503418, '1462', '02', '2025-07-03 01:10:25'), -(800138, '2025-07-03', '23811', 503080, '1128', '02', '2025-07-03 01:17:54'), -(800108, '2025-07-03', '29296', 506724, '1775', '02', '2025-07-03 01:04:32'), -(800169, '2025-07-03', '28179', 505984, '1506', '02', '2025-07-03 01:19:57'), -(800079, '2025-07-03', '20722', 501353, '1462', '02', '2025-07-03 01:16:53'), -(800231, '2025-07-03', '23560', 505375, '1128', '02', '2025-07-03 01:05:00'), -(800096, '2025-07-03', '27613', 509270, '1506', '02', '2025-07-03 00:57:40'), -(800212, '2025-07-03', '29980', 505135, '1794', '02', '2025-07-03 01:11:11'), -(800058, '2025-07-03', '21997', 505375, '1794', '02', '2025-07-03 01:18:38'), -(800113, '2025-07-03', '22234', 500811, '1462', '01', '2025-07-03 01:05:57'), -(800280, '2025-07-03', '22544', 504691, '1321', '02', '2025-07-03 01:18:06'), -(800156, '2025-07-03', '27525', 502575, '1321', '02', '2025-07-03 01:20:55'), -(800287, '2025-07-03', '26218', 506643, '1305', '02', '2025-07-03 01:22:06'), -(800279, '2025-07-03', '25457', 500774, '1775', '02', '2025-07-03 01:21:27'), -(800223, '2025-07-03', '26615', 505616, '1462', '02', '2025-07-03 01:18:55'), -(800227, '2025-07-03', '29250', 507196, '1321', '02', '2025-07-03 01:15:35'), -(800090, '2025-07-03', '24276', 509722, '1305', '02', '2025-07-03 01:06:20'), -(800135, '2025-07-03', '21348', 503492, '1775', '02', '2025-07-03 01:21:50'), -(800017, '2025-07-03', '28422', 506056, '1887', '02', '2025-07-03 01:19:52'), -(800070, '2025-07-03', '24090', 500849, '1775', '01', '2025-07-03 01:19:01'), -(800085, '2025-07-03', '23811', 503886, '1887', '02', '2025-07-03 01:20:58'), -(800268, '2025-07-03', '24710', 509926, '1308', '02', '2025-07-03 01:22:37'), -(800166, '2025-07-03', '28179', 507664, '1462', '02', '2025-07-03 01:18:09'), -(800047, '2025-07-03', '26677', 501008, '1775', '01', '2025-07-03 01:12:26'), -(800185, '2025-07-03', '21011', 501507, '1128', '02', '2025-07-03 01:16:01'), -(800023, '2025-07-03', '27687', 505616, '1775', '02', '2025-07-03 01:16:56'), -(800152, '2025-07-03', '26218', 507196, '1305', '02', '2025-07-03 01:21:33'), -(800247, '2025-07-03', '21661', 508278, '1069', '02', '2025-07-03 01:22:42'), -(800089, '2025-07-03', '20677', 507338, '1308', '02', '2025-07-03 00:59:32'), -(800141, '2025-07-03', '25793', 508278, '1128', '02', '2025-07-03 01:21:46'), -(800121, '2025-07-03', '28363', 508595, '1775', '02', '2025-07-03 01:20:51'), -(800204, '2025-07-03', '27160', 507476, '1794', '02', '2025-07-03 01:22:19'), -(800084, '2025-07-03', '29594', 509469, '1305', '02', '2025-07-03 01:17:36'), -(800142, '2025-07-03', '22981', 506269, '1305', '02', '2025-07-03 01:10:00'), -(800147, '2025-07-03', '29119', 509901, '1305', '02', '2025-07-03 01:22:09'), -(800148, '2025-07-03', '25526', 508883, '1321', '02', '2025-07-03 01:21:04'), -(800020, '2025-07-03', '26677', 507664, '1887', '02', '2025-07-03 01:18:07'), -(800260, '2025-07-03', '22362', 501507, '1887', '02', '2025-07-03 01:23:53'), -(800122, '2025-07-03', '25793', 506724, '1887', '02', '2025-07-03 01:18:21'), -(800157, '2025-07-03', '27310', 500774, '1069', '02', '2025-07-03 01:08:15'), -(800112, '2025-07-03', '21011', 501617, '1128', '02', '2025-07-03 00:59:36'), -(800011, '2025-07-03', '24276', 501617, '1775', '02', '2025-07-03 01:15:58'), -(800168, '2025-07-03', '23388', 508883, '1887', '02', '2025-07-03 01:01:53'), -(800082, '2025-07-03', '20266', 502575, '1321', '02', '2025-07-03 01:19:27'), -(800254, '2025-07-03', '27310', 503418, '1775', '02', '2025-07-03 01:18:38'), -(800155, '2025-07-03', '24276', 507664, '1775', '02', '2025-07-03 01:17:57'), -(800272, '2025-07-03', '22219', 506643, '1308', '02', '2025-07-03 01:23:10'), -(800229, '2025-07-03', '25076', 508575, '1794', '02', '2025-07-03 01:20:16'), -(800092, '2025-07-03', '28181', 508583, '1321', '02', '2025-07-03 01:20:54'), -(800071, '2025-07-03', '26409', 504729, '1506', '02', '2025-07-03 01:17:59'), -(800206, '2025-07-03', '28508', 506643, '1305', '02', '2025-07-03 01:21:54'), -(800030, '2025-07-03', '26110', 504709, '1069', '02', '2025-07-03 01:18:34'), -(800075, '2025-07-03', '25686', 502230, '1321', '02', '2025-07-03 01:08:59'), -(800119, '2025-07-03', '20266', 507338, '1305', '02', '2025-07-03 01:15:38'), -(800006, '2025-07-03', '22531', 503955, '1305', '02', '2025-07-03 01:18:46'), -(800291, '2025-07-03', '25076', 501329, '1321', '03', '2025-07-03 01:18:48'), -(800171, '2025-07-03', '20823', 502575, '1308', '02', '2025-07-03 01:15:03'), -(800087, '2025-07-03', '21348', 505950, '1069', '02', '2025-07-03 01:18:11'), -(800046, '2025-07-03', '21831', 507338, '1462', '02', '2025-07-03 01:18:50'), -(800127, '2025-07-03', '22065', 507664, '1128', '02', '2025-07-03 01:21:47'), -(800100, '2025-07-03', '25900', 508135, '1794', '02', '2025-07-03 01:14:14'), -(800010, '2025-07-03', '27685', 508058, '1069', '02', '2025-07-03 01:17:05'), -(800202, '2025-07-03', '20266', 509270, '1308', '02', '2025-07-03 01:22:49'), -(800050, '2025-07-03', '23811', 506505, '1462', '02', '2025-07-03 01:18:03'), -(800115, '2025-07-03', '23918', 505135, '1887', '02', '2025-07-03 01:21:22'), -(800234, '2025-07-03', '25451', 506393, '1308', '02', '2025-07-03 01:21:25'), -(800210, '2025-07-03', '26330', 501039, '1308', '02', '2025-07-03 01:17:46'), -(800175, '2025-07-03', '26677', 504729, '1128', '02', '2025-07-03 01:22:05'), -(800063, '2025-07-03', '28179', 500375, '1775', '02', '2025-07-03 01:20:32'), -(800196, '2025-07-03', '26330', 508595, '1128', '02', '2025-07-03 01:13:44'), -(800153, '2025-07-03', '24934', 505616, '1506', '01', '2025-07-03 01:16:11'), -(800214, '2025-07-03', '24837', 509901, '1305', '02', '2025-07-03 01:19:41'), -(800274, '2025-07-03', '26677', 504149, '1506', '01', '2025-07-03 01:21:00'), -(800208, '2025-07-03', '25686', 503608, '1775', '02', '2025-07-03 01:21:27'), -(800200, '2025-07-03', '23560', 501507, '1321', '02', '2025-07-03 01:15:59'), -(800080, '2025-07-03', '23728', 508583, '1887', '02', '2025-07-03 01:17:46'), -(800241, '2025-07-03', '28508', 502184, '1775', '02', '2025-07-03 01:19:48'), -(800093, '2025-07-03', '25411', 505135, '1069', '02', '2025-07-03 01:13:55'), -(800252, '2025-07-03', '21661', 507196, '1506', '02', '2025-07-03 01:22:50'), -(800176, '2025-07-03', '22004', 504691, '1069', '02', '2025-07-03 01:19:38'), -(800162, '2025-07-03', '27685', 503245, '1887', '02', '2025-07-03 01:21:01'), -(800225, '2025-07-03', '29296', 509748, '1069', '02', '2025-07-03 01:19:58'), -(800238, '2025-07-03', '29594', 500185, '1128', '02', '2025-07-03 01:23:26'), -(800201, '2025-07-03', '20739', 508432, '1128', '02', '2025-07-03 01:17:22'), -(800069, '2025-07-03', '26330', 504148, '1462', '02', '2025-07-03 01:18:31'), -(800288, '2025-07-03', '21661', 508883, '1775', '02', '2025-07-03 00:59:00'), -(800033, '2025-07-03', '29012', 503886, '1462', '02', '2025-07-03 01:10:53'), -(800136, '2025-07-03', '20732', 507664, '1462', '02', '2025-07-03 01:20:09'), -(800163, '2025-07-03', '29296', 504119, '1128', '02', '2025-07-03 01:21:40'), -(800251, '2025-07-03', '24090', 502230, '1462', '02', '2025-07-03 01:10:40'), -(800177, '2025-07-03', '25526', 506056, '1069', '02', '2025-07-03 01:18:31'), -(800290, '2025-07-03', '28508', 506662, '1462', '02', '2025-07-03 01:24:46'), -(800217, '2025-07-03', '20722', 509722, '1506', '02', '2025-07-03 01:11:27'), -(800126, '2025-07-03', '22030', 501245, '1321', '02', '2025-07-03 01:21:45'), -(800035, '2025-07-03', '20739', 500129, '1887', '02', '2025-07-03 01:20:05'), -(800114, '2025-07-03', '29980', 505978, '1069', '02', '2025-07-03 01:06:29'), -(800256, '2025-07-03', '22942', 509921, '1506', '02', '2025-07-03 01:18:57'), -(800140, '2025-07-03', '24276', 509722, '1506', '02', '2025-07-03 01:12:30'), -(800129, '2025-07-03', '21997', 504149, '1775', '02', '2025-07-03 01:20:50'), -(800095, '2025-07-03', '26409', 504114, '1128', '02', '2025-07-03 01:18:59'), -(800074, '2025-07-03', '22531', 502575, '1462', '01', '2025-07-03 01:19:08'), -(800218, '2025-07-03', '21348', 501617, '1321', '02', '2025-07-03 01:18:02'), -(800146, '2025-07-03', '20722', 506505, '1462', '02', '2025-07-03 01:18:37'), -(800299, '2025-07-03', '28748', 501329, '1794', '02', '2025-07-03 01:24:30'), -(800037, '2025-07-03', '26963', 508583, '1128', '02', '2025-07-03 01:15:36'), -(800105, '2025-07-03', '20677', 509270, '1128', '02', '2025-07-03 01:17:04'), -(800036, '2025-07-03', '26963', 505978, '1462', '02', '2025-07-03 01:12:57'), -(800161, '2025-07-03', '22030', 509748, '1321', '02', '2025-07-03 01:22:13'), -(800207, '2025-07-03', '22942', 503955, '1308', '02', '2025-07-03 01:22:59'), -(800056, '2025-07-03', '20739', 501039, '1887', '01', '2025-07-03 01:19:57'), -(800213, '2025-07-03', '23811', 509469, '1506', '02', '2025-07-03 01:08:50'), -(800195, '2025-07-03', '21348', 509469, '1887', '03', '2025-07-03 01:22:54'), -(800262, '2025-07-03', '20677', 501617, '1308', '02', '2025-07-03 01:22:27'), -(800192, '2025-07-03', '20764', 500774, '1308', '02', '2025-07-03 01:17:35'), -(800131, '2025-07-03', '29980', 508575, '1506', '02', '2025-07-03 01:20:11'), -(800098, '2025-07-03', '20823', 508432, '1794', '02', '2025-07-03 01:06:18'), -(800292, '2025-07-03', '21506', 506393, '1305', '03', '2025-07-03 01:15:48'), -(800197, '2025-07-03', '27343', 507196, '1308', '02', '2025-07-03 01:17:09'), -(800242, '2025-07-03', '26330', 509287, '1462', '02', '2025-07-03 01:22:11'), -(800245, '2025-07-03', '25451', 503245, '1462', '02', '2025-07-03 01:23:03'), -(800187, '2025-07-03', '20739', 500375, '1069', '02', '2025-07-03 00:53:55'), -(800289, '2025-07-03', '23728', 501008, '1462', '02', '2025-07-03 01:21:03'), -(800019, '2025-07-03', '20722', 508575, '1069', '02', '2025-07-03 01:19:34'), -(800277, '2025-07-03', '27310', 503886, '1321', '02', '2025-07-03 01:04:12'), -(800053, '2025-07-03', '25705', 505135, '1506', '02', '2025-07-03 01:16:48'), -(800211, '2025-07-03', '22531', 505135, '1775', '02', '2025-07-03 00:56:41'), -(800039, '2025-07-03', '27056', 508575, '1462', '02', '2025-07-03 01:13:06'), -(800120, '2025-07-03', '23388', 506393, '1794', '02', '2025-07-03 01:01:27'), -(800083, '2025-07-03', '23728', 507992, '1128', '02', '2025-07-03 01:20:33'), -(800045, '2025-07-03', '23699', 501528, '1128', '02', '2025-07-03 01:18:24'), -(800028, '2025-07-03', '29012', 502184, '1128', '02', '2025-07-03 01:17:03'), -(800025, '2025-07-03', '23581', 505616, '1128', '01', '2025-07-03 01:18:28'), -(800015, '2025-07-03', '29622', 506994, '1305', '02', '2025-07-03 01:15:37'), -(800150, '2025-07-03', '20823', 502402, '1128', '02', '2025-07-03 01:20:24'), -(800283, '2025-07-03', '22004', 503543, '1308', '02', '2025-07-03 01:23:41'), -(800265, '2025-07-03', '27056', 505950, '1775', '03', '2025-07-03 01:22:47'), -(800261, '2025-07-03', '21011', 509799, '1308', '02', '2025-07-03 01:21:27'), -(800094, '2025-07-03', '22004', 501771, '1506', '02', '2025-07-03 01:21:06'), -(800165, '2025-07-03', '24934', 504729, '1794', '02', '2025-07-03 01:21:37'), -(800222, '2025-07-03', '21997', 505375, '1308', '02', '2025-07-03 01:19:46'), -(800164, '2025-07-03', '20732', 508432, '1506', '02', '2025-07-03 01:20:23'), -(800297, '2025-07-03', '24710', 509748, '1506', '02', '2025-07-03 01:23:17'), -(800263, '2025-07-03', '24245', 509921, '1069', '02', '2025-07-03 01:12:01'), -(800248, '2025-07-03', '27687', 505978, '1128', '02', '2025-07-03 01:13:52'), -(800102, '2025-07-03', '23918', 504834, '1794', '02', '2025-07-03 01:16:41'), -(800230, '2025-07-03', '25686', 506505, '1794', '02', '2025-07-03 01:22:19'), -(800198, '2025-07-03', '27687', 508278, '1308', '02', '2025-07-03 00:57:08'), -(800240, '2025-07-03', '28179', 503608, '1462', '02', '2025-07-03 01:20:47'), -(800104, '2025-07-03', '22531', 506662, '1887', '02', '2025-07-03 01:10:24'), -(800269, '2025-07-03', '25411', 508575, '1321', '02', '2025-07-03 01:23:29'), -(800167, '2025-07-03', '20273', 506056, '1794', '02', '2025-07-03 01:15:58'), -(800118, '2025-07-03', '23560', 508583, '1069', '02', '2025-07-03 01:10:28'), -(800117, '2025-07-03', '23728', 508135, '1305', '02', '2025-07-03 01:06:49'), -(800073, '2025-07-03', '23697', 500129, '1069', '02', '2025-07-03 00:58:32'), -(800158, '2025-07-03', '22942', 507279, '1506', '02', '2025-07-03 01:11:52'), -(800246, '2025-07-03', '29012', 503886, '1506', '02', '2025-07-03 01:15:43'), -(800123, '2025-07-03', '26218', 506393, '1069', '03', '2025-07-03 01:13:25'), -(800029, '2025-07-03', '22362', 503077, '1775', '02', '2025-07-03 01:20:08'), -(800179, '2025-07-03', '20677', 506276, '1887', '02', '2025-07-03 01:19:21'), -(800235, '2025-07-03', '20823', 507338, '1321', '02', '2025-07-03 01:04:24'), -(800143, '2025-07-03', '28222', 507279, '1069', '02', '2025-07-03 01:21:19'), -(800134, '2025-07-03', '26677', 503576, '1887', '02', '2025-07-03 01:20:12'), -(800180, '2025-07-03', '23697', 508595, '1321', '02', '2025-07-03 00:58:27'), -(800284, '2025-07-03', '23811', 503418, '1321', '02', '2025-07-03 01:12:41'), -(800193, '2025-07-03', '23918', 505375, '1887', '02', '2025-07-03 01:21:07'), -(800068, '2025-07-03', '22764', 504959, '1775', '02', '2025-07-03 00:58:11'), -(800060, '2025-07-03', '25076', 503454, '1462', '02', '2025-07-03 01:09:27'), -(800154, '2025-07-03', '28748', 505135, '1305', '02', '2025-07-03 01:07:10'), -(800055, '2025-07-03', '28508', 505551, '1506', '02', '2025-07-03 01:20:04'), -(800249, '2025-07-03', '29403', 503465, '1794', '02', '2025-07-03 01:12:37'), -(800174, '2025-07-03', '21506', 503955, '1506', '02', '2025-07-03 01:20:20'), -(800275, '2025-07-03', '29296', 507196, '1321', '02', '2025-07-03 01:23:38'), -(800215, '2025-07-03', '21831', 508595, '1128', '02', '2025-07-03 01:22:45'), -(800091, '2025-07-03', '25793', 500687, '1128', '02', '2025-07-03 01:16:10'), -(800137, '2025-07-03', '26615', 503919, '1887', '02', '2025-07-03 01:01:52'), -(800199, '2025-07-03', '27343', 503576, '1775', '02', '2025-07-03 01:10:52'), -(800294, '2025-07-03', '26677', 509830, '1321', '02', '2025-07-03 01:13:58'), -(800220, '2025-07-03', '20732', 501617, '1506', '02', '2025-07-03 01:11:16'), -(800072, '2025-07-03', '26330', 509287, '1305', '02', '2025-07-03 01:18:30'), -(800106, '2025-07-03', '27343', 509748, '1128', '02', '2025-07-03 01:10:23'), -(800221, '2025-07-03', '26615', 508883, '1775', '02', '2025-07-03 01:23:00'), -(800005, '2025-07-03', '22981', 504729, '1069', '02', '2025-07-03 01:11:41'), -(800109, '2025-07-03', '24090', 501200, '1308', '02', '2025-07-03 01:04:09'), -(800178, '2025-07-03', '25451', 507279, '1308', '02', '2025-07-03 00:55:50'), -(800160, '2025-07-03', '27056', 509270, '1462', '02', '2025-07-03 01:18:16'), -(800009, '2025-07-03', '28422', 508575, '1887', '02', '2025-07-03 01:15:51'), -(800008, '2025-07-03', '23690', 506056, '1321', '02', '2025-07-03 00:55:34'), -(800081, '2025-07-03', '24276', 506269, '1794', '02', '2025-07-03 01:18:27'), -(800027, '2025-07-03', '22119', 503077, '1462', '02', '2025-07-03 01:15:26'), -(800042, '2025-07-03', '20273', 506994, '1305', '02', '2025-07-03 01:09:30'), -(800271, '2025-07-03', '20677', 509901, '1775', '02', '2025-07-03 01:21:11'), -(800040, '2025-07-03', '26743', 503576, '1069', '02', '2025-07-03 01:18:00'), -(800012, '2025-07-03', '25788', 505616, '1321', '02', '2025-07-03 01:17:15'), -(800264, '2025-07-03', '22764', 507279, '1321', '02', '2025-07-03 01:20:12'), -(800233, '2025-07-03', '20795', 508883, '1794', '02', '2025-07-03 01:16:33'), -(800203, '2025-07-03', '24710', 501329, '1308', '02', '2025-07-03 01:16:58'), -(800125, '2025-07-03', '22065', 503955, '1069', '02', '2025-07-03 01:11:40'), -(800237, '2025-07-03', '24934', 501733, '1775', '02', '2025-07-03 01:09:48'), -(800078, '2025-07-03', '23728', 500185, '1305', '02', '2025-07-03 01:20:32'), -(800298, '2025-07-03', '27613', 501353, '1069', '01', '2025-07-03 01:22:17'), -(800244, '2025-07-03', '26963', 501245, '1305', '02', '2025-07-03 01:23:59'), -(800183, '2025-07-03', '22106', 503886, '1069', '02', '2025-07-03 01:22:44'), -(800044, '2025-07-03', '26218', 503080, '1308', '02', '2025-07-03 01:11:33'), -(800124, '2025-07-03', '23699', 509748, '1305', '02', '2025-07-03 01:17:10'), -(800273, '2025-07-03', '20266', 501733, '1305', '02', '2025-07-03 01:24:16'), -(800097, '2025-07-03', '26330', 501617, '1794', '02', '2025-07-03 01:16:49'), -(800189, '2025-07-03', '25788', 503543, '1308', '02', '2025-07-03 01:22:54'), -(800041, '2025-07-03', '25451', 504959, '1321', '02', '2025-07-03 01:12:46'), -(800276, '2025-07-03', '23388', 505616, '1462', '02', '2025-07-03 01:20:19'), -(800038, '2025-07-03', '29594', 509921, '1321', '01', '2025-07-03 01:14:23'), -(800026, '2025-07-03', '21490', 504148, '1775', '02', '2025-07-03 01:11:22'), -(800059, '2025-07-03', '26743', 506994, '1069', '02', '2025-07-03 01:18:35'); diff --git a/10_TRAINING.sql b/10_TRAINING.sql deleted file mode 100644 index a6f7b1f..0000000 --- a/10_TRAINING.sql +++ /dev/null @@ -1,114 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - --- Create schema if not exists -CREATE SCHEMA IF NOT EXISTS SLEEKMART_OMS.TRAINING; - --- Create sales_india table -CREATE OR REPLACE TABLE SLEEKMART_OMS.TRAINING.sales_india ( - sales_date DATE, - quantity_sold INT, - unit_sell_price FLOAT, - unit_purchase_cost FLOAT -); - --- Insert sample data into sales_india -INSERT INTO SLEEKMART_OMS.TRAINING.sales_india (sales_date, quantity_sold, unit_sell_price, unit_purchase_cost) VALUES -('2025-06-01', 10, 100, 60), -('2025-06-02', 5, 110, 65), -('2025-06-03', 20, 105, 70), -('2025-06-04', 15, 95, 55), -('2025-06-05', 12, 98, 60), -('2025-06-06', 25, 102, 62), -('2025-06-07', 30, 108, 68), -('2025-06-08', 22, 100, 60), -('2025-06-09', 18, 107, 65), -('2025-06-10', 28, 110, 70), -('2025-06-11', 14, 99, 59), -('2025-06-12', 19, 101, 61), -('2025-06-13', 21, 106, 66), -('2025-06-14', 16, 103, 63), -('2025-06-15', 24, 104, 64), -('2025-06-16', 17, 100, 60), -('2025-06-17', 20, 109, 69), -('2025-06-18', 23, 105, 65), -('2025-06-19', 11, 102, 62), -('2025-06-20', 27, 107, 67), -('2025-06-21', 13, 103, 61), -('2025-06-22', 29, 108, 68), -('2025-06-23', 26, 106, 65), -('2025-06-24', 15, 101, 60), -('2025-06-25', 20, 104, 63); - --- Create sales_uk table -CREATE OR REPLACE TABLE SLEEKMART_OMS.TRAINING.sales_uk ( - sales_date DATE, - quantity_sold INT, - unit_sell_price FLOAT, - unit_purchase_cost FLOAT -); - --- Insert sample data into sales_uk -INSERT INTO SLEEKMART_OMS.TRAINING.sales_uk (sales_date, quantity_sold, unit_sell_price, unit_purchase_cost) VALUES -('2025-06-01', 8, 120, 70), -('2025-06-02', 6, 130, 75), -('2025-06-03', 18, 125, 80), -('2025-06-04', 20, 115, 65), -('2025-06-05', 14, 118, 70), -('2025-06-06', 22, 122, 72), -('2025-06-07', 24, 128, 78), -('2025-06-08', 21, 120, 70), -('2025-06-09', 19, 127, 75), -('2025-06-10', 26, 130, 80), -('2025-06-11', 16, 119, 69), -('2025-06-12', 17, 121, 71), -('2025-06-13', 23, 126, 76), -('2025-06-14', 18, 123, 73), -('2025-06-15', 25, 124, 74), -('2025-06-16', 20, 120, 70), -('2025-06-17', 22, 129, 79), -('2025-06-18', 24, 125, 75), -('2025-06-19', 15, 122, 72), -('2025-06-20', 27, 127, 77), -('2025-06-21', 14, 123, 71), -('2025-06-22', 28, 128, 78), -('2025-06-23', 26, 126, 75), -('2025-06-24', 17, 121, 70), -('2025-06-25', 22, 124, 73); - --- Create sales_us table -CREATE OR REPLACE TABLE SLEEKMART_OMS.TRAINING.sales_us ( - sales_date DATE, - quantity_sold INT, - unit_sell_price FLOAT, - unit_purchase_cost FLOAT -); - --- Insert sample data into sales_us -INSERT INTO SLEEKMART_OMS.TRAINING.sales_us (sales_date, quantity_sold, unit_sell_price, unit_purchase_cost) VALUES -('2025-06-01', 12, 140, 90), -('2025-06-02', 10, 150, 95), -('2025-06-03', 22, 145, 100), -('2025-06-04', 18, 135, 85), -('2025-06-05', 15, 138, 90), -('2025-06-06', 27, 142, 92), -('2025-06-07', 30, 148, 98), -('2025-06-08', 25, 140, 90), -('2025-06-09', 20, 147, 95), -('2025-06-10', 28, 150, 100), -('2025-06-11', 16, 139, 89), -('2025-06-12', 19, 141, 91), -('2025-06-13', 23, 146, 96), -('2025-06-14', 17, 143, 93), -('2025-06-15', 26, 144, 94), -('2025-06-16', 21, 140, 90), -('2025-06-17', 22, 149, 99), -('2025-06-18', 24, 145, 95), -('2025-06-19', 14, 142, 92), -('2025-06-20', 29, 147, 97), -('2025-06-21', 15, 143, 91), -('2025-06-22', 31, 148, 98), -('2025-06-23', 27, 146, 95), -('2025-06-24', 18, 141, 90), -('2025-06-25', 23, 144, 93); diff --git a/11_PY_MODEL b/11_PY_MODEL deleted file mode 100644 index 3d2ddfe..0000000 --- a/11_PY_MODEL +++ /dev/null @@ -1,67 +0,0 @@ ---------------------------------------------------------------- ----CREATE TABLES AND DATA REQUIRED FOR DBT PYTHON MODEL DEMO--- ---------------------------------------------------------------- - --- Create DB and Schema -CREATE DATABASE IF NOT EXISTS SLEEKMART_OMS_DEV; -CREATE SCHEMA IF NOT EXISTS TRAINING; - --- Create TRAVELLERS table -CREATE OR REPLACE TABLE SLEEKMART_OMS_DEV.TRAINING.TRAVELLERS ( - TRAVELLER_ID STRING, - NAME STRING, - DOB STRING, - GENDER STRING, - CITY STRING -); - --- Insert data into TRAVELLERS table -TRUNCATE TABLE SLEEKMART_OMS_DEV.TRAINING.TRAVELLERS; -INSERT INTO SLEEKMART_OMS_DEV.TRAINING.TRAVELLERS (TRAVELLER_ID, NAME, DOB, GENDER, CITY) VALUES -('T001', 'Alice Johnson', '1990-01-15', 'Female', 'New York'), -('T002', 'Bob Smith', '15th Jan 1985', 'Male', 'Los Angeles'), -('T003', 'Charlie Lee', '01/20/1992', 'Other', 'Chicago'), -('T004', 'Ian Curtis', 'Sunday, May 4, 1986', 'Other', 'Houston'), -('T005', 'Ethan Hunt', '1980/07/23', 'Male', 'Houston'), -('T006', 'Fiona Apple', '23-09-1983', 'Female', 'Phoenix'), -('T007', 'George Martin', '1985.12.01', 'Male', 'Los Angeles'), -('T008', 'Hannah Baker', '1987 11 19', 'Female', 'Chicago'), -('T009', 'Diana Prince', 'March 5, 1988', 'Female', 'New York'), -('T010', 'Julia Roberts', '11 30 1991', 'Female', 'Phoenix'), -('T011', 'Kevin Hart', '1993-04-12', 'Male', 'New York'), -('T012', 'Laura Croft', '12/12/1989', 'Female', 'Chicago'), -('T013', 'Michael Jordan', '1963-02-17', 'Male', 'Los Angeles'), -('T014', 'Nina Simone', '1933-02-21', 'Female', 'Houston'), -('T015', 'Oscar Wilde', '16 October 1854', 'Male', 'Phoenix'), -('T016', 'Paula Abdul', '1962-06-19', 'Female', 'New York'), -('T017', 'Quincy Jones', '1933/03/14', 'Male', 'Los Angeles'), -('T018', 'Rachel Green', '1970-05-05', 'Female', 'Chicago'), -('T019', 'Steve Jobs', '1955-02-24', 'Male', 'Houston'), -('T020', 'Tina Turner', 'November 26, 1939', 'Female', 'Phoenix'); - --- Create TRIP_BOOKINGS table -CREATE OR REPLACE TABLE SLEEKMART_OMS_DEV.TRAINING.TRIP_BOOKINGS ( - TRAVELLER_ID STRING, - TRAVELLER_NAME STRING, - BOOKING_ID STRING, - BOOKING_AMOUNT FLOAT -); - --- Insert data into TRIP_BOOKINGS table -TRUNCATE TABLE SLEEKMART_OMS_DEV.TRAINING.TRIP_BOOKINGS; -INSERT INTO SLEEKMART_OMS_DEV.TRAINING.TRIP_BOOKINGS (TRAVELLER_ID, TRAVELLER_NAME, BOOKING_ID, BOOKING_AMOUNT) VALUES -('T0001', 'Emma Johnson', 'B5001', 500), -('T0001', 'Emma Johnson', 'B5002', 200), -('T0001', 'Emma Johnson', 'B5003', 300), -('T0001', 'Emma Johnson', 'B5004', 200), -('T0002', 'Liam Smith', 'B5005', 600), -('T0002', 'Liam Smith', 'B5006', 200), -('T0002', 'Liam Smith', 'B5007', 500), -('T0002', 'Liam Smith', 'B5008', 100), -('T0003', 'Ava Brown', 'B5009', 300), -('T0003', 'Ava Brown', 'B5010', 200), -('T0003', 'Ava Brown', 'B5011', 100); - ---Validate after running the models in dbt [pls change dbt_yshree according to your setup] -SELECT * FROM SLEEKMART_OMS_DEV.dbt_yshree.trip_discounts; -SELECT * FROM SLEEKMART_OMS_DEV.dbt_yshree.traveller_features; diff --git a/12_postgres_db b/12_postgres_db deleted file mode 100644 index e215492..0000000 --- a/12_postgres_db +++ /dev/null @@ -1,2902 +0,0 @@ --- This file was created by SleekData (https://www.youtube.com/@sleekdata) --- You may use it for personal, educational purposes only. --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - --- Create schema -CREATE SCHEMA IF NOT EXISTS oms_core; - --- CUSTOMERS table -CREATE TABLE IF NOT EXISTS oms_core.customers ( - customerid VARCHAR(10) PRIMARY KEY, - firstname VARCHAR(50), - lastname VARCHAR(50), - email VARCHAR(100), - phone VARCHAR(50), - address VARCHAR(100), - city VARCHAR(50), - state VARCHAR(2), - zipcode VARCHAR(10), - updated_at TIMESTAMP -); - --- DATES table -CREATE TABLE IF NOT EXISTS oms_core.dates ( - date DATE PRIMARY KEY, - day INTEGER, - month INTEGER, - year INTEGER, - quarter INTEGER, - dayofweek VARCHAR(20), - weekofyear INTEGER, - updated_at TIMESTAMP -); - --- EMPLOYEES table -CREATE TABLE IF NOT EXISTS oms_core.employees ( - employeeid INTEGER PRIMARY KEY, - firstname VARCHAR(50), - lastname VARCHAR(50), - email VARCHAR(100), - jobtitle VARCHAR(50), - hiredate DATE, - managerid INTEGER, - address VARCHAR(100), - city VARCHAR(50), - state VARCHAR(2), - zipcode VARCHAR(10), - updated_at TIMESTAMP -); - --- PRODUCTS table -CREATE TABLE IF NOT EXISTS oms_core.products ( - productid INTEGER PRIMARY KEY, - name VARCHAR(100), - category VARCHAR(50), - retailprice INTEGER, - supplierprice INTEGER, - supplierid INTEGER, - updated_at TIMESTAMP -); - --- SUPPLIERS table -CREATE TABLE IF NOT EXISTS oms_core.suppliers ( - supplierid INTEGER PRIMARY KEY, - suppliername VARCHAR(100), - contactperson VARCHAR(100), - email VARCHAR(100), - phone VARCHAR(30), - address VARCHAR(100), - city VARCHAR(50), - state VARCHAR(10), - zipcode VARCHAR(20), - updated_at TIMESTAMP -); - --- STORES table -CREATE TABLE IF NOT EXISTS oms_core.stores ( - storeid VARCHAR(10) PRIMARY KEY, - storename VARCHAR(50), - address VARCHAR(100), - city VARCHAR(50), - state VARCHAR(10), - zipcode VARCHAR(20), - email VARCHAR(100), - phone VARCHAR(30), - updated_at TIMESTAMP -); - --- ORDERITEMS table -CREATE TABLE IF NOT EXISTS oms_core.orderitems ( - orderid INT, - orderitemid INT, - productid INT, - quantity INT, - unitprice NUMERIC(10, 2), - updated_at TIMESTAMP, - PRIMARY KEY (orderid, orderitemid) -); - --- ORDERS table -CREATE TABLE IF NOT EXISTS oms_core.orders ( - orderid INT PRIMARY KEY, - orderdate DATE, - customerid VARCHAR(10), - employeeid INT, - storeid VARCHAR(10), - status VARCHAR(2), - updated_at TIMESTAMP -); - - -INSERT INTO oms_core.customers (customerid, firstname, lastname, email, phone, address, city, state, zipcode, updated_at) VALUES -('28222', 'Timothy', 'Perez', 'timothy.perez@outlook.com', '+1-406-250-9199x4380', '8335 Mark Lock', 'Houston', 'TX', '77001', '2025-06-14 18:29:55'), -('22119', 'Melanie', 'Carpenter', 'melanie.carpenter@yahoo.com', '406.967.3245x30245', '258 Burns Brook Suite 328', 'Houston', 'TX', '77001', '2025-06-30 01:02:26'), -('23811', 'Robert', 'Nichols', 'robert.nichols@outlook.com', '7768053632', '17280 Parsons Islands Suite 593', 'Chicago', 'IL', '60601', '2025-06-07 03:40:41'), -('24837', 'Emily', 'Diaz', 'emily.diaz@gmail.com', '001-825-303-7189x729', '9344 Lin Road', 'Chicago', 'IL', '60601', '2025-06-20 09:06:26'), -('21997', 'Pamela', 'Castaneda', 'pamela.castaneda@yahoo.com', '747-508-0881', '32559 Danielle Glen', 'Phoenix', 'AZ', '85001', '2025-06-21 06:03:10'), -('22531', 'Tara', 'Rowe', 'tara.rowe@icloud.com', '698-445-0916', '5788 Abigail Turnpike', 'New York', 'NY', '10001', '2025-06-24 14:29:38'), -('25705', 'Brittany', 'Mendoza', 'brittany.mendoza@icloud.com', '+1-268-521-0612x74733', '5454 Abigail Flat', 'Houston', 'TX', '77001', '2025-06-04 13:47:07'), -('27687', 'Brianna', 'Mcdonald', 'brianna.mcdonald@outlook.com', '(783)825-4078', '6749 Brown Prairie', 'New York', 'NY', '10001', '2025-06-23 19:40:06'), -('21578', 'Anna', 'Parrish', 'anna.parrish@aol.com', '001-777-344-9252', '729 Sutton Gardens', 'Los Angeles', 'CA', '90001', '2025-06-07 18:14:19'), -('28508', 'Scott', 'Howard', 'scott.howard@outlook.com', '380.733.0218x147', '1012 Sarah Land Apt. 739', 'New York', 'NY', '10001', '2025-06-23 20:11:54'), -('20273', 'Adam', 'Davis', 'adam.davis@icloud.com', '001-479-725-1291x223', '569 Carl Turnpike Apt. 964', 'Los Angeles', 'CA', '90001', '2025-06-05 12:57:09'), -('28748', 'Cody', 'Byrd', 'cody.byrd@gmail.com', '264.331.5021x48572', '2662 Smith Gateway', 'Phoenix', 'AZ', '85001', '2025-06-12 22:45:09'), -('25793', 'Joseph', 'Cortez', 'joseph.cortez@outlook.com', '+1-909-413-0885x864', '2572 Lopez Shores Apt. 190', 'Houston', 'TX', '77001', '2025-06-22 16:00:36'), -('29241', 'Michelle', 'Bradley', 'michelle.bradley@gmail.com', '4645130445', '9807 Gregory Crescent Apt. 885', 'Phoenix', 'AZ', '85001', '2025-06-28 13:50:17'), -('29622', 'Natalie', 'Williams', 'natalie.williams@yahoo.com', '001-571-312-1819x574', '25728 Casey Parks', 'New York', 'NY', '10001', '2025-06-11 20:50:46'), -('29119', 'Michael', 'Brown', 'michael.brown@outlook.com', '001-754-409-1861x46697', '550 John Isle Apt. 260', 'Phoenix', 'AZ', '85001', '2025-06-30 18:53:49'), -('25900', 'Ricky', 'Chen', 'ricky.chen@aol.com', '913.962.4152', '93438 Benjamin Hollow Suite 818', 'Los Angeles', 'CA', '90001', '2025-06-23 06:36:24'), -('24334', 'John', 'Johnston', 'john.johnston@outlook.com', '(511)299-9182', '325 Johnson Brooks Suite 063', 'New York', 'NY', '10001', '2025-06-18 01:13:08'), -('29250', 'Charles', 'Lawrence', 'charles.lawrence@icloud.com', '560.308.5115x65296', '8919 Nathaniel Light', 'Houston', 'TX', '77001', '2025-06-19 01:33:10'), -('25411', 'Mario', 'Wolf', 'mario.wolf@outlook.com', '001-425-564-5827x31025', '78693 Grant Ports Suite 987', 'New York', 'NY', '10001', '2025-06-11 12:28:42'), -('29296', 'Sharon', 'Johnson', 'sharon.johnson@outlook.com', '001-457-616-6318', '89834 Frank Walk Suite 883', 'Phoenix', 'AZ', '85001', '2025-06-07 17:47:03'), -('24401', 'Brooke', 'Lowe', 'brooke.lowe@aol.com', '837-785-6623', '37044 Brown Unions', 'New York', 'NY', '10001', '2025-06-16 03:46:18'), -('22219', 'Jessica', 'Key', 'jessica.key@gmail.com', '715-384-0037', '565 Blackburn Forks', 'Houston', 'TX', '77001', '2025-07-02 09:02:56'), -('29403', 'Brittany', 'Barrett', 'brittany.barrett@gmail.com', '243.736.2734x35943', '04289 Salas Plaza Suite 063', 'New York', 'NY', '10001', '2025-06-13 02:34:38'), -('23690', 'Jeffrey', 'Brown', 'jeffrey.brown@gmail.com', '834-812-8978x328', '0108 Kayla Roads Apt. 607', 'Chicago', 'IL', '60601', '2025-06-21 08:49:18'), -('26743', 'Jake', 'Cole', 'jake.cole@icloud.com', '7825919667', '504 Rebecca Springs Apt. 612', 'New York', 'NY', '10001', '2025-06-07 09:47:05'), -('25664', 'Amy', 'Mahoney', 'amy.mahoney@icloud.com', '001-976-313-2791x1171', '811 Karen Meadows Suite 122', 'Phoenix', 'AZ', '85001', '2025-06-20 09:34:27'), -('23918', 'Jerry', 'Martin', 'jerry.martin@outlook.com', '259.736.0050x85373', '940 Shelton Manors Suite 159', 'Los Angeles', 'CA', '90001', '2025-06-14 09:29:13'), -('20739', 'Jason', 'Phelps', 'jason.phelps@yahoo.com', '2105939633', '61845 Buckley Forges', 'Houston', 'TX', '77001', '2025-06-11 13:04:23'), -('25451', 'William', 'Villarreal', 'william.villarreal@aol.com', '001-733-858-8577x65938', '29659 Collins Harbor', 'Houston', 'TX', '77001', '2025-06-22 04:36:05'), -('28181', 'Helen', 'Brennan', 'helen.brennan@icloud.com', '001-745-332-9650x30760', '541 Timothy Haven', 'Los Angeles', 'CA', '90001', '2025-06-26 04:23:29'), -('21831', 'Elizabeth', 'Moss', 'elizabeth.moss@outlook.com', '640-226-6458', '34114 Evan Mountain', 'New York', 'NY', '10001', '2025-06-08 22:54:55'), -('27613', 'Thomas', 'Frank', 'thomas.frank@gmail.com', '874-988-3164x599', '59571 Dixon Forks', 'Houston', 'TX', '77001', '2025-06-27 16:44:50'), -('25076', 'Jon', 'Johnson', 'jon.johnson@gmail.com', '(299)733-4247', '0268 Terri Ridge', 'Los Angeles', 'CA', '90001', '2025-06-03 11:22:19'), -('22106', 'Jessica', 'Carpenter', 'jessica.carpenter@outlook.com', '001-447-783-8482x750', '92935 Craig Club Apt. 219', 'Chicago', 'IL', '60601', '2025-06-30 00:11:03'), -('27685', 'Richard', 'May', 'richard.may@icloud.com', '001-947-818-4586x671', '8769 Ryan Vista', 'Houston', 'TX', '77001', '2025-06-04 03:22:31'), -('26860', 'Pamela', 'Vasquez', 'pamela.vasquez@aol.com', '453-299-1066x135', '7916 Jerry Isle Apt. 807', 'Phoenix', 'AZ', '85001', '2025-06-15 11:36:13'), -('22004', 'Denise', 'Rodriguez', 'denise.rodriguez@icloud.com', '4489420242', '507 Davis Trail', 'Chicago', 'IL', '60601', '2025-06-17 09:53:03'), -('20266', 'Yolanda', 'Lee', 'yolanda.lee@outlook.com', '(335)703-8804', '0792 Walker Island Suite 485', 'New York', 'NY', '10001', '2025-06-04 23:10:17'), -('29594', 'Nicholas', 'Coleman', 'nicholas.coleman@aol.com', '001-576-917-9973', '21580 Powers Junction Suite 555', 'Chicago', 'IL', '60601', '2025-06-14 04:13:09'), -('27525', 'Joshua', 'Yates', 'joshua.yates@gmail.com', '460-236-5812x0499', '37697 Christopher Light Suite 931', 'Chicago', 'IL', '60601', '2025-06-08 00:53:51'), -('26409', 'Mary', 'Callahan', 'mary.callahan@outlook.com', '394.378.6200', '1854 Martinez Drive Apt. 581', 'Chicago', 'IL', '60601', '2025-07-02 15:35:08'), -('27160', 'Amanda', 'Simmons', 'amanda.simmons@gmail.com', '7053442726', '08422 Tammy Valley Suite 440', 'Los Angeles', 'CA', '90001', '2025-07-01 03:23:42'), -('28363', 'John', 'Moreno', 'john.moreno@icloud.com', '340.255.9929x2069', '2021 Stewart Expressway Apt. 162', 'Houston', 'TX', '77001', '2025-06-16 20:49:00'), -('26110', 'Eric', 'Hall', 'eric.hall@gmail.com', '+1-388-256-2934x7882', '68046 Humphrey Stravenue Apt. 686', 'Chicago', 'IL', '60601', '2025-06-14 06:07:59'), -('22942', 'Derek', 'Navarro', 'derek.navarro@yahoo.com', '(446)581-5662x1692', '3973 Gregory Passage Apt. 372', 'Chicago', 'IL', '60601', '2025-06-19 11:09:41'), -('25788', 'Lisa', 'Pearson', 'lisa.pearson@aol.com', '+1-267-820-4903x014', '8004 Johnson Port', 'Houston', 'TX', '77001', '2025-06-20 11:54:17'), -('27343', 'Alyssa', 'Ruiz', 'alyssa.ruiz@aol.com', '5152543472', '114 Thomas Wells Suite 151', 'New York', 'NY', '10001', '2025-06-15 01:25:05'), -('22234', 'Aaron', 'Wade', 'aaron.wade@gmail.com', '6749273729', '34900 Kristopher Heights', 'Los Angeles', 'CA', '90001', '2025-07-01 19:43:33'), -('26677', 'Linda', 'White', 'linda.white@yahoo.com', '001-919-943-4865', '87681 Jennifer Crossroad Apt. 263', 'Los Angeles', 'CA', '90001', '2025-06-10 00:31:37'), -('23697', 'David', 'Cohen', 'david.cohen@aol.com', '+1-862-602-4943x6563', '4892 Norman Brooks Suite 690', 'Los Angeles', 'CA', '90001', '2025-06-29 17:16:40'), -('28179', 'Kellie', 'Greene', 'kellie.greene@aol.com', '516.887.4689x5630', '505 Robles Village Suite 223', 'Phoenix', 'AZ', '85001', '2025-06-08 17:03:13'), -('21506', 'Patricia', 'Reed', 'patricia.reed@icloud.com', '333-331-5007x761', '48016 Darryl Crossing Suite 966', 'Los Angeles', 'CA', '90001', '2025-06-15 04:26:21'), -('24056', 'Joshua', 'Torres', 'joshua.torres@aol.com', '(383)788-4825x894', '82593 West Grove', 'Chicago', 'IL', '60601', '2025-06-29 03:00:27'), -('20764', 'Jocelyn', 'Morrow', 'jocelyn.morrow@aol.com', '411.770.2463', '561 Kelly Glen Apt. 296', 'Phoenix', 'AZ', '85001', '2025-06-20 18:13:02'), -('20795', 'Madison', 'Lucero', 'madison.lucero@gmail.com', '929.415.8360', '98072 Megan Gardens', 'New York', 'NY', '10001', '2025-06-27 15:59:19'), -('29012', 'Kimberly', 'Harris', 'kimberly.harris@gmail.com', '+1-434-901-5897x5779', '06981 Reilly Groves', 'New York', 'NY', '10001', '2025-06-17 06:31:15'), -('24245', 'Jennifer', 'Mitchell', 'jennifer.mitchell@aol.com', '(578)276-4978x22132', '8046 Drew Parks', 'Chicago', 'IL', '60601', '2025-07-02 11:17:06'), -('29354', 'Brian', 'Reilly', 'brian.reilly@aol.com', '8038273936', '0717 Nathan Ford Apt. 733', 'Phoenix', 'AZ', '85001', '2025-06-20 05:15:57'), -('23699', 'Melanie', 'Henry', 'melanie.henry@outlook.com', '(266)966-1600x6027', '92282 Corey Lights Apt. 416', 'Los Angeles', 'CA', '90001', '2025-06-05 02:22:47'), -('21011', 'Dana', 'Gonzalez', 'dana.gonzalez@outlook.com', '884-628-7360x302', '313 Bailey Gardens', 'Los Angeles', 'CA', '90001', '2025-06-21 05:19:16'), -('23560', 'Hannah', 'Hill', 'hannah.hill@outlook.com', '491.845.2310', '896 Mckenzie Mission Apt. 880', 'Los Angeles', 'CA', '90001', '2025-06-25 23:54:14'), -('24710', 'Jennifer', 'Miller', 'jennifer.miller@yahoo.com', '+1-200-985-1113x956', '16867 Garcia Views Apt. 171', 'Phoenix', 'AZ', '85001', '2025-06-06 21:05:09'), -('22065', 'Teresa', 'Charles', 'teresa.charles@icloud.com', '(200)371-1951x1816', '529 Armstrong Lodge Apt. 816', 'Los Angeles', 'CA', '90001', '2025-06-30 22:50:46'), -('23388', 'Karl', 'Garza', 'karl.garza@outlook.com', '453.474.1193x895', '570 Cheryl Keys Suite 165', 'Los Angeles', 'CA', '90001', '2025-06-23 22:08:30'), -('27056', 'Ronald', 'Hill', 'ronald.hill@aol.com', '641-493-8387x20709', '0787 Christina Port Suite 701', 'Houston', 'TX', '77001', '2025-06-09 02:50:17'), -('28915', 'Matthew', 'Snyder', 'matthew.snyder@aol.com', '485.905.2744x31040', '628 Kaufman Path', 'Los Angeles', 'CA', '90001', '2025-06-21 21:22:07'), -('26963', 'Luke', 'Smith', 'luke.smith@outlook.com', '(812)553-3155x3927', '8068 Cynthia Lock', 'Phoenix', 'AZ', '85001', '2025-06-26 08:50:30'), -('23819', 'Matthew', 'Baker', 'matthew.baker@gmail.com', '686.670.3592x15159', '59774 Timothy Squares Apt. 965', 'Phoenix', 'AZ', '85001', '2025-06-15 20:03:28'), -('23581', 'John', 'Kennedy', 'john.kennedy@aol.com', '(554)206-0753', '41321 Jason Camp', 'Phoenix', 'AZ', '85001', '2025-06-28 01:20:44'), -('22544', 'Sara', 'Bates', 'sara.bates@yahoo.com', '+1-282-221-2686', '177 Martinez Shore', 'New York', 'NY', '10001', '2025-06-06 16:45:50'), -('26615', 'Christopher', 'Thompson', 'christopher.thompson@aol.com', '362.774.9913x8428', '692 Karen Mount Suite 941', 'New York', 'NY', '10001', '2025-06-03 03:55:42'), -('24090', 'Tracy', 'Cole', 'tracy.cole@aol.com', '985-944-3656x114', '704 Mack Islands Apt. 661', 'New York', 'NY', '10001', '2025-06-19 06:17:16'), -('27310', 'Peggy', 'Palmer', 'peggy.palmer@outlook.com', '(421)889-4918x070', '8471 Tanner Fork', 'Los Angeles', 'CA', '90001', '2025-06-21 19:05:36'), -('22362', 'Michael', 'Murphy', 'michael.murphy@gmail.com', '001-843-597-9321x4679', '951 Amy Field Apt. 540', 'Los Angeles', 'CA', '90001', '2025-06-04 09:03:38'), -('22030', 'William', 'Green', 'william.green@yahoo.com', '+1-657-862-1408x3747', '604 Heather Lake Apt. 075', 'Houston', 'TX', '77001', '2025-06-05 09:49:51'), -('27466', 'Leslie', 'Jimenez', 'leslie.jimenez@gmail.com', '897.853.5374x4314', '8417 Brittany Mountains Apt. 284', 'Phoenix', 'AZ', '85001', '2025-06-19 16:34:22'), -('26519', 'Justin', 'Cohen', 'justin.cohen@outlook.com', '545.626.7597x114', '91491 John Route', 'Houston', 'TX', '77001', '2025-06-03 22:12:09'), -('29673', 'Sharon', 'Smith', 'sharon.smith@icloud.com', '319.388.7398x85234', '9881 Banks Square', 'Phoenix', 'AZ', '85001', '2025-07-01 11:42:00'), -('25526', 'Caleb', 'Perry', 'caleb.perry@outlook.com', '940-209-3840', '587 Linda Crossroad Apt. 664', 'Los Angeles', 'CA', '90001', '2025-06-29 06:57:58'), -('26330', 'Gary', 'Smith', 'gary.smith@yahoo.com', '(505)475-2714', '5250 Green Tunnel', 'Chicago', 'IL', '60601', '2025-07-01 00:13:02'), -('25457', 'Sean', 'Jackson', 'sean.jackson@icloud.com', '818-691-2945', '62039 Brian Fields', 'New York', 'NY', '10001', '2025-06-21 15:26:58'), -('20722', 'Hannah', 'Lee', 'hannah.lee@yahoo.com', '(588)808-5361x527', '6236 Cassandra Views', 'Chicago', 'IL', '60601', '2025-06-29 10:13:01'), -('24276', 'Kathryn', 'Mcclain', 'kathryn.mcclain@outlook.com', '820.380.6479', '3506 Ashley Port Apt. 032', 'Chicago', 'IL', '60601', '2025-06-10 20:30:26'), -('20732', 'Teresa', 'Fox', 'teresa.fox@yahoo.com', '(740)780-5126', '45115 Jennifer Circles', 'Houston', 'TX', '77001', '2025-06-27 01:15:25'), -('26218', 'Brianna', 'Thompson', 'brianna.thompson@icloud.com', '704.325.3571x234', '3799 Joshua Gateway', 'New York', 'NY', '10001', '2025-06-24 14:49:04'), -('29980', 'Jack', 'Johnson', 'jack.johnson@outlook.com', '(255)815-1151x3537', '12002 Wilson Inlet', 'Houston', 'TX', '77001', '2025-06-26 22:19:22'), -('21490', 'Jeremy', 'Rodriguez', 'jeremy.rodriguez@outlook.com', '898-233-9611x95231', '45485 Jorge Bridge Suite 111', 'New York', 'NY', '10001', '2025-06-20 10:12:38'), -('20677', 'Tyler', 'Martin', 'tyler.martin@yahoo.com', '(425)783-9638', '548 Hunter Spur', 'Phoenix', 'AZ', '85001', '2025-06-03 15:21:43'), -('23728', 'Virginia', 'Chang', 'virginia.chang@outlook.com', '724-236-5199', '540 Lane Throughway Apt. 233', 'New York', 'NY', '10001', '2025-07-02 23:33:00'), -('20823', 'Gina', 'Hernandez', 'gina.hernandez@icloud.com', '(214)544-1672x336', '24812 Jaclyn Lane Apt. 376', 'Houston', 'TX', '77001', '2025-06-03 03:46:25'), -('24934', 'Justin', 'Martin', 'justin.martin@yahoo.com', '(907)227-7419', '5055 Charlotte Springs', 'Phoenix', 'AZ', '85001', '2025-06-03 03:28:56'), -('24312', 'Joseph', 'Burke', 'joseph.burke@icloud.com', '001-560-861-6006', '7464 Rodney Road', 'Los Angeles', 'CA', '90001', '2025-06-25 04:57:52'), -('21348', 'Jacob', 'Ward', 'jacob.ward@aol.com', '5985791336', '854 Page Circle Apt. 677', 'New York', 'NY', '10001', '2025-06-24 00:05:11'), -('28422', 'Kristina', 'Schmidt', 'kristina.schmidt@gmail.com', '225.802.9924x90873', '90121 Brown Knolls Apt. 954', 'Phoenix', 'AZ', '85001', '2025-06-29 09:58:23'), -('25686', 'Erin', 'Jones', 'erin.jones@aol.com', '305.992.2225x695', '356 Mitchell Forges', 'Chicago', 'IL', '60601', '2025-06-28 23:54:39'), -('20317', 'Donald', 'Fuentes', 'donald.fuentes@icloud.com', '5869847333', '230 Jerry Parkway', 'New York', 'NY', '10001', '2025-06-19 02:40:29'), -('22981', 'Edward', 'Owens', 'edward.owens@aol.com', '339.573.0980', '0245 Roberto Mews', 'Chicago', 'IL', '60601', '2025-06-08 10:40:51'), -('22764', 'Jacob', 'Irwin', 'jacob.irwin@yahoo.com', '+1-794-911-8106', '94723 Ryan Burgs', 'Los Angeles', 'CA', '90001', '2025-06-05 08:43:33'), -('21661', 'Kimberly', 'Richards', 'kimberly.richards@outlook.com', '757.965.6824x042', '868 Justin River', 'New York', 'NY', '10001', '2025-06-11 12:04:52'); - - - - -INSERT INTO oms_core.orders (orderid, orderdate, customerid, employeeid, storeid, status, updated_at) VALUES -(800061, '2025-07-03', '22531', 509921, '1506', '02', '2025-07-03 01:18:51'), -(800004, '2025-07-03', '23811', 504148, '1775', '02', '2025-07-03 01:10:11'), -(800295, '2025-07-03', '22981', 500129, '1128', '01', '2025-07-03 01:22:34'), -(800066, '2025-07-03', '25411', 506004, '1069', '02', '2025-07-03 01:20:13'), -(800270, '2025-07-03', '25705', 501507, '1069', '02', '2025-07-03 01:23:08'), -(800107, '2025-07-03', '23918', 509748, '1506', '02', '2025-07-03 01:10:53'), -(800110, '2025-07-03', '25457', 503576, '1128', '02', '2025-07-03 01:18:17'), -(800031, '2025-07-03', '28181', 503077, '1775', '02', '2025-07-03 01:05:03'), -(800052, '2025-07-03', '21348', 500129, '1305', '02', '2025-07-03 01:07:34'), -(800086, '2025-07-03', '20722', 505102, '1506', '02', '2025-07-03 00:59:09'), -(800077, '2025-07-03', '28508', 506994, '1128', '02', '2025-07-03 01:18:41'), -(800076, '2025-07-03', '26743', 506436, '1775', '02', '2025-07-03 01:18:30'), -(800188, '2025-07-03', '29012', 509748, '1321', '02', '2025-07-03 01:20:49'), -(800253, '2025-07-03', '28179', 507279, '1305', '02', '2025-07-03 01:01:50'), -(800144, '2025-07-03', '22531', 506393, '1128', '02', '2025-07-03 01:18:09'), -(800266, '2025-07-03', '23728', 509270, '1305', '02', '2025-07-03 01:24:04'), -(800250, '2025-07-03', '20732', 501039, '1794', '02', '2025-07-03 00:56:49'), -(800014, '2025-07-03', '29354', 502575, '1128', '02', '2025-07-03 01:13:10'), -(800278, '2025-07-03', '28179', 507476, '1775', '02', '2025-07-03 01:19:04'), -(800172, '2025-07-03', '25793', 502404, '1305', '03', '2025-07-03 01:22:30'), -(800130, '2025-07-03', '20823', 504119, '1069', '02', '2025-07-03 01:19:13'), -(800133, '2025-07-03', '28915', 503955, '1128', '02', '2025-07-03 01:20:50'), -(800018, '2025-07-03', '26963', 504709, '1462', '02', '2025-07-03 01:18:59'), -(800232, '2025-07-03', '28748', 509926, '1794', '02', '2025-07-03 01:16:45'), -(800205, '2025-07-03', '29296', 507338, '1128', '02', '2025-07-03 01:10:32'), -(800116, '2025-07-03', '23697', 500849, '1069', '02', '2025-07-03 01:20:22'), -(800194, '2025-07-03', '20739', 509799, '1794', '02', '2025-07-03 01:22:13'), -(800057, '2025-07-03', '22004', 506056, '1128', '02', '2025-07-03 01:19:34'), -(800258, '2025-07-03', '28748', 507242, '1794', '02', '2025-07-03 01:15:49'), -(800296, '2025-07-03', '22981', 501353, '1305', '02', '2025-07-03 01:18:56'), -(800021, '2025-07-03', '22531', 500185, '1069', '02', '2025-07-03 01:12:58'), -(800132, '2025-07-03', '25451', 508883, '1775', '02', '2025-07-03 01:21:35'), -(800282, '2025-07-03', '27343', 509748, '1308', '02', '2025-07-03 01:23:58'), -(800016, '2025-07-03', '23728', 500647, '1305', '02', '2025-07-03 01:19:45'), -(800064, '2025-07-03', '28508', 508058, '1305', '02', '2025-07-03 01:19:55'), -(800285, '2025-07-03', '22234', 507299, '1308', '02', '2025-07-03 01:23:15'), -(800216, '2025-07-03', '24245', 501771, '1069', '02', '2025-07-03 01:23:33'), -(800007, '2025-07-03', '20823', 503245, '1794', '02', '2025-07-03 01:18:28'), -(800013, '2025-07-03', '25793', 500375, '1887', '02', '2025-07-03 01:17:15'), -(800034, '2025-07-03', '29012', 501733, '1128', '02', '2025-07-03 01:15:14'), -(800043, '2025-07-03', '20677', 508595, '1305', '02', '2025-07-03 01:17:03'), -(800145, '2025-07-03', '21348', 503919, '1308', '02', '2025-07-03 01:15:40'), -(800003, '2025-07-03', '22119', 505551, '1506', '02', '2025-07-03 01:14:29'), -(800139, '2025-07-03', '29119', 505984, '1775', '02', '2025-07-03 01:10:14'), -(800255, '2025-07-03', '25526', 509926, '1128', '02', '2025-07-03 01:21:11'), -(800128, '2025-07-03', '28422', 508135, '1506', '01', '2025-07-03 00:57:08'), -(800048, '2025-07-03', '23918', 505176, '1775', '02', '2025-07-03 01:05:17'), -(800002, '2025-07-03', '24710', 504235, '1321', '02', '2025-07-03 01:18:10'), -(800186, '2025-07-03', '26218', 508828, '1887', '02', '2025-07-03 01:20:24'), -(800065, '2025-07-03', '25457', 501329, '1321', '02', '2025-07-03 01:20:06'), -(800259, '2025-07-03', '21011', 503245, '1794', '02', '2025-07-03 01:21:23'), -(800190, '2025-07-03', '27310', 507992, '1462', '03', '2025-07-03 01:13:25'), -(800067, '2025-07-03', '24276', 507299, '1462', '02', '2025-07-03 01:20:17'), -(800257, '2025-07-03', '27525', 501528, '1128', '02', '2025-07-03 01:21:18'), -(800191, '2025-07-03', '29673', 506004, '1128', '02', '2025-07-03 01:02:39'), -(800173, '2025-07-03', '21348', 506662, '1775', '02', '2025-07-03 01:21:32'), -(800062, '2025-07-03', '20677', 508145, '1887', '02', '2025-07-03 01:19:26'), -(800226, '2025-07-03', '29012', 500185, '1506', '02', '2025-07-03 00:53:44'), -(800293, '2025-07-03', '24934', 507992, '1794', '02', '2025-07-03 00:59:22'), -(800049, '2025-07-03', '22544', 500811, '1305', '02', '2025-07-03 01:13:30'), -(800022, '2025-07-03', '29403', 508883, '1462', '02', '2025-07-03 00:56:42'), -(800209, '2025-07-03', '24934', 506004, '1506', '02', '2025-07-03 01:11:48'), -(800286, '2025-07-03', '25451', 503919, '1775', '02', '2025-07-03 01:18:41'), -(800239, '2025-07-03', '28179', 501771, '1506', '02', '2025-07-03 01:21:49'), -(800243, '2025-07-03', '27466', 509722, '1128', '02', '2025-07-03 01:05:17'), -(800149, '2025-07-03', '26519', 500647, '1305', '02', '2025-07-03 01:16:51'), -(800024, '2025-07-03', '28422', 505375, '1775', '02', '2025-07-03 01:17:29'), -(800184, '2025-07-03', '26963', 504691, '1794', '02', '2025-07-03 01:10:49'), -(800032, '2025-07-03', '25664', 508583, '1305', '02', '2025-07-03 01:17:42'), -(800088, '2025-07-03', '21490', 505102, '1887', '02', '2025-07-03 01:14:58'), -(800099, '2025-07-03', '20677', 500129, '1794', '02', '2025-07-03 01:11:02'), -(800054, '2025-07-03', '28363', 509901, '1887', '02', '2025-07-03 01:19:10'), -(800228, '2025-07-03', '22106', 503465, '1775', '02', '2025-07-03 01:09:49'), -(800111, '2025-07-03', '22119', 505375, '1321', '02', '2025-07-03 01:08:46'), -(800170, '2025-07-03', '20732', 500687, '1794', '02', '2025-07-03 01:13:47'), -(800182, '2025-07-03', '28748', 501617, '1305', '02', '2025-07-03 01:21:19'), -(800103, '2025-07-03', '27613', 509270, '1128', '02', '2025-07-03 01:16:16'), -(800236, '2025-07-03', '25664', 506004, '1506', '02', '2025-07-03 01:23:30'), -(800181, '2025-07-03', '27310', 504235, '1887', '02', '2025-07-03 01:20:55'), -(800159, '2025-07-03', '22531', 500129, '1887', '02', '2025-07-03 01:17:17'), -(800267, '2025-07-03', '24837', 503245, '1308', '02', '2025-07-03 01:23:40'), -(800000, '2025-07-03', '27613', 503576, '1321', '02', '2025-07-03 01:18:58'), -(800224, '2025-07-03', '22981', 509748, '1069', '02', '2025-07-03 01:18:27'), -(800151, '2025-07-03', '22531', 506643, '1794', '02', '2025-07-03 01:21:28'), -(800219, '2025-07-03', '23918', 503454, '1794', '02', '2025-07-03 01:13:19'), -(800051, '2025-07-03', '26218', 501771, '1775', '02', '2025-07-03 01:20:07'), -(800001, '2025-07-03', '27343', 509722, '1305', '02', '2025-07-03 01:13:46'), -(800101, '2025-07-03', '21348', 503465, '1775', '02', '2025-07-03 01:19:47'), -(800281, '2025-07-03', '23918', 503418, '1462', '02', '2025-07-03 01:10:25'), -(800138, '2025-07-03', '23811', 503080, '1128', '02', '2025-07-03 01:17:54'), -(800108, '2025-07-03', '29296', 506724, '1775', '02', '2025-07-03 01:04:32'), -(800169, '2025-07-03', '28179', 505984, '1506', '02', '2025-07-03 01:19:57'), -(800079, '2025-07-03', '20722', 501353, '1462', '02', '2025-07-03 01:16:53'), -(800231, '2025-07-03', '23560', 505375, '1128', '02', '2025-07-03 01:05:00'), -(800096, '2025-07-03', '27613', 509270, '1506', '02', '2025-07-03 00:57:40'), -(800212, '2025-07-03', '29980', 505135, '1794', '02', '2025-07-03 01:11:11'), -(800058, '2025-07-03', '21997', 505375, '1794', '02', '2025-07-03 01:18:38'), -(800113, '2025-07-03', '22234', 500811, '1462', '01', '2025-07-03 01:05:57'), -(800280, '2025-07-03', '22544', 504691, '1321', '02', '2025-07-03 01:18:06'), -(800156, '2025-07-03', '27525', 502575, '1321', '02', '2025-07-03 01:20:55'), -(800287, '2025-07-03', '26218', 506643, '1305', '02', '2025-07-03 01:22:06'), -(800279, '2025-07-03', '25457', 500774, '1775', '02', '2025-07-03 01:21:27'), -(800223, '2025-07-03', '26615', 505616, '1462', '02', '2025-07-03 01:18:55'), -(800227, '2025-07-03', '29250', 507196, '1321', '02', '2025-07-03 01:15:35'), -(800090, '2025-07-03', '24276', 509722, '1305', '02', '2025-07-03 01:06:20'), -(800135, '2025-07-03', '21348', 503492, '1775', '02', '2025-07-03 01:21:50'), -(800017, '2025-07-03', '28422', 506056, '1887', '02', '2025-07-03 01:19:52'), -(800070, '2025-07-03', '24090', 500849, '1775', '01', '2025-07-03 01:19:01'), -(800085, '2025-07-03', '23811', 503886, '1887', '02', '2025-07-03 01:20:58'), -(800268, '2025-07-03', '24710', 509926, '1308', '02', '2025-07-03 01:22:37'), -(800166, '2025-07-03', '28179', 507664, '1462', '02', '2025-07-03 01:18:09'), -(800047, '2025-07-03', '26677', 501008, '1775', '01', '2025-07-03 01:12:26'), -(800185, '2025-07-03', '21011', 501507, '1128', '02', '2025-07-03 01:16:01'), -(800023, '2025-07-03', '27687', 505616, '1775', '02', '2025-07-03 01:16:56'), -(800152, '2025-07-03', '26218', 507196, '1305', '02', '2025-07-03 01:21:33'), -(800247, '2025-07-03', '21661', 508278, '1069', '02', '2025-07-03 01:22:42'), -(800089, '2025-07-03', '20677', 507338, '1308', '02', '2025-07-03 00:59:32'), -(800141, '2025-07-03', '25793', 508278, '1128', '02', '2025-07-03 01:21:46'), -(800121, '2025-07-03', '28363', 508595, '1775', '02', '2025-07-03 01:20:51'), -(800204, '2025-07-03', '27160', 507476, '1794', '02', '2025-07-03 01:22:19'), -(800084, '2025-07-03', '29594', 509469, '1305', '02', '2025-07-03 01:17:36'), -(800142, '2025-07-03', '22981', 506269, '1305', '02', '2025-07-03 01:10:00'), -(800147, '2025-07-03', '29119', 509901, '1305', '02', '2025-07-03 01:22:09'), -(800148, '2025-07-03', '25526', 508883, '1321', '02', '2025-07-03 01:21:04'), -(800020, '2025-07-03', '26677', 507664, '1887', '02', '2025-07-03 01:18:07'), -(800260, '2025-07-03', '22362', 501507, '1887', '02', '2025-07-03 01:23:53'), -(800122, '2025-07-03', '25793', 506724, '1887', '02', '2025-07-03 01:18:21'), -(800157, '2025-07-03', '27310', 500774, '1069', '02', '2025-07-03 01:08:15'), -(800112, '2025-07-03', '21011', 501617, '1128', '02', '2025-07-03 00:59:36'), -(800011, '2025-07-03', '24276', 501617, '1775', '02', '2025-07-03 01:15:58'), -(800168, '2025-07-03', '23388', 508883, '1887', '02', '2025-07-03 01:01:53'), -(800082, '2025-07-03', '20266', 502575, '1321', '02', '2025-07-03 01:19:27'), -(800254, '2025-07-03', '27310', 503418, '1775', '02', '2025-07-03 01:18:38'), -(800155, '2025-07-03', '24276', 507664, '1775', '02', '2025-07-03 01:17:57'), -(800272, '2025-07-03', '22219', 506643, '1308', '02', '2025-07-03 01:23:10'), -(800229, '2025-07-03', '25076', 508575, '1794', '02', '2025-07-03 01:20:16'), -(800092, '2025-07-03', '28181', 508583, '1321', '02', '2025-07-03 01:20:54'), -(800071, '2025-07-03', '26409', 504729, '1506', '02', '2025-07-03 01:17:59'), -(800206, '2025-07-03', '28508', 506643, '1305', '02', '2025-07-03 01:21:54'), -(800030, '2025-07-03', '26110', 504709, '1069', '02', '2025-07-03 01:18:34'), -(800075, '2025-07-03', '25686', 502230, '1321', '02', '2025-07-03 01:08:59'), -(800119, '2025-07-03', '20266', 507338, '1305', '02', '2025-07-03 01:15:38'), -(800006, '2025-07-03', '22531', 503955, '1305', '02', '2025-07-03 01:18:46'), -(800291, '2025-07-03', '25076', 501329, '1321', '03', '2025-07-03 01:18:48'), -(800171, '2025-07-03', '20823', 502575, '1308', '02', '2025-07-03 01:15:03'), -(800087, '2025-07-03', '21348', 505950, '1069', '02', '2025-07-03 01:18:11'), -(800046, '2025-07-03', '21831', 507338, '1462', '02', '2025-07-03 01:18:50'), -(800127, '2025-07-03', '22065', 507664, '1128', '02', '2025-07-03 01:21:47'), -(800100, '2025-07-03', '25900', 508135, '1794', '02', '2025-07-03 01:14:14'), -(800010, '2025-07-03', '27685', 508058, '1069', '02', '2025-07-03 01:17:05'), -(800202, '2025-07-03', '20266', 509270, '1308', '02', '2025-07-03 01:22:49'), -(800050, '2025-07-03', '23811', 506505, '1462', '02', '2025-07-03 01:18:03'), -(800115, '2025-07-03', '23918', 505135, '1887', '02', '2025-07-03 01:21:22'), -(800234, '2025-07-03', '25451', 506393, '1308', '02', '2025-07-03 01:21:25'), -(800210, '2025-07-03', '26330', 501039, '1308', '02', '2025-07-03 01:17:46'), -(800175, '2025-07-03', '26677', 504729, '1128', '02', '2025-07-03 01:22:05'), -(800063, '2025-07-03', '28179', 500375, '1775', '02', '2025-07-03 01:20:32'), -(800196, '2025-07-03', '26330', 508595, '1128', '02', '2025-07-03 01:13:44'), -(800153, '2025-07-03', '24934', 505616, '1506', '01', '2025-07-03 01:16:11'), -(800214, '2025-07-03', '24837', 509901, '1305', '02', '2025-07-03 01:19:41'), -(800274, '2025-07-03', '26677', 504149, '1506', '01', '2025-07-03 01:21:00'), -(800208, '2025-07-03', '25686', 503608, '1775', '02', '2025-07-03 01:21:27'), -(800200, '2025-07-03', '23560', 501507, '1321', '02', '2025-07-03 01:15:59'), -(800080, '2025-07-03', '23728', 508583, '1887', '02', '2025-07-03 01:17:46'), -(800241, '2025-07-03', '28508', 502184, '1775', '02', '2025-07-03 01:19:48'), -(800093, '2025-07-03', '25411', 505135, '1069', '02', '2025-07-03 01:13:55'), -(800252, '2025-07-03', '21661', 507196, '1506', '02', '2025-07-03 01:22:50'), -(800176, '2025-07-03', '22004', 504691, '1069', '02', '2025-07-03 01:19:38'), -(800162, '2025-07-03', '27685', 503245, '1887', '02', '2025-07-03 01:21:01'), -(800225, '2025-07-03', '29296', 509748, '1069', '02', '2025-07-03 01:19:58'), -(800238, '2025-07-03', '29594', 500185, '1128', '02', '2025-07-03 01:23:26'), -(800201, '2025-07-03', '20739', 508432, '1128', '02', '2025-07-03 01:17:22'), -(800069, '2025-07-03', '26330', 504148, '1462', '02', '2025-07-03 01:18:31'), -(800288, '2025-07-03', '21661', 508883, '1775', '02', '2025-07-03 00:59:00'), -(800033, '2025-07-03', '29012', 503886, '1462', '02', '2025-07-03 01:10:53'), -(800136, '2025-07-03', '20732', 507664, '1462', '02', '2025-07-03 01:20:09'), -(800163, '2025-07-03', '29296', 504119, '1128', '02', '2025-07-03 01:21:40'), -(800251, '2025-07-03', '24090', 502230, '1462', '02', '2025-07-03 01:10:40'), -(800177, '2025-07-03', '25526', 506056, '1069', '02', '2025-07-03 01:18:31'), -(800290, '2025-07-03', '28508', 506662, '1462', '02', '2025-07-03 01:24:46'), -(800217, '2025-07-03', '20722', 509722, '1506', '02', '2025-07-03 01:11:27'), -(800126, '2025-07-03', '22030', 501245, '1321', '02', '2025-07-03 01:21:45'), -(800035, '2025-07-03', '20739', 500129, '1887', '02', '2025-07-03 01:20:05'), -(800114, '2025-07-03', '29980', 505978, '1069', '02', '2025-07-03 01:06:29'), -(800256, '2025-07-03', '22942', 509921, '1506', '02', '2025-07-03 01:18:57'), -(800140, '2025-07-03', '24276', 509722, '1506', '02', '2025-07-03 01:12:30'), -(800129, '2025-07-03', '21997', 504149, '1775', '02', '2025-07-03 01:20:50'), -(800095, '2025-07-03', '26409', 504114, '1128', '02', '2025-07-03 01:18:59'), -(800074, '2025-07-03', '22531', 502575, '1462', '01', '2025-07-03 01:19:08'), -(800218, '2025-07-03', '21348', 501617, '1321', '02', '2025-07-03 01:18:02'), -(800146, '2025-07-03', '20722', 506505, '1462', '02', '2025-07-03 01:18:37'), -(800299, '2025-07-03', '28748', 501329, '1794', '02', '2025-07-03 01:24:30'), -(800037, '2025-07-03', '26963', 508583, '1128', '02', '2025-07-03 01:15:36'), -(800105, '2025-07-03', '20677', 509270, '1128', '02', '2025-07-03 01:17:04'), -(800036, '2025-07-03', '26963', 505978, '1462', '02', '2025-07-03 01:12:57'), -(800161, '2025-07-03', '22030', 509748, '1321', '02', '2025-07-03 01:22:13'), -(800207, '2025-07-03', '22942', 503955, '1308', '02', '2025-07-03 01:22:59'), -(800056, '2025-07-03', '20739', 501039, '1887', '01', '2025-07-03 01:19:57'), -(800213, '2025-07-03', '23811', 509469, '1506', '02', '2025-07-03 01:08:50'), -(800195, '2025-07-03', '21348', 509469, '1887', '03', '2025-07-03 01:22:54'), -(800262, '2025-07-03', '20677', 501617, '1308', '02', '2025-07-03 01:22:27'), -(800192, '2025-07-03', '20764', 500774, '1308', '02', '2025-07-03 01:17:35'), -(800131, '2025-07-03', '29980', 508575, '1506', '02', '2025-07-03 01:20:11'), -(800098, '2025-07-03', '20823', 508432, '1794', '02', '2025-07-03 01:06:18'), -(800292, '2025-07-03', '21506', 506393, '1305', '03', '2025-07-03 01:15:48'), -(800197, '2025-07-03', '27343', 507196, '1308', '02', '2025-07-03 01:17:09'), -(800242, '2025-07-03', '26330', 509287, '1462', '02', '2025-07-03 01:22:11'), -(800245, '2025-07-03', '25451', 503245, '1462', '02', '2025-07-03 01:23:03'), -(800187, '2025-07-03', '20739', 500375, '1069', '02', '2025-07-03 00:53:55'), -(800289, '2025-07-03', '23728', 501008, '1462', '02', '2025-07-03 01:21:03'), -(800019, '2025-07-03', '20722', 508575, '1069', '02', '2025-07-03 01:19:34'), -(800277, '2025-07-03', '27310', 503886, '1321', '02', '2025-07-03 01:04:12'), -(800053, '2025-07-03', '25705', 505135, '1506', '02', '2025-07-03 01:16:48'), -(800211, '2025-07-03', '22531', 505135, '1775', '02', '2025-07-03 00:56:41'), -(800039, '2025-07-03', '27056', 508575, '1462', '02', '2025-07-03 01:13:06'), -(800120, '2025-07-03', '23388', 506393, '1794', '02', '2025-07-03 01:01:27'), -(800083, '2025-07-03', '23728', 507992, '1128', '02', '2025-07-03 01:20:33'), -(800045, '2025-07-03', '23699', 501528, '1128', '02', '2025-07-03 01:18:24'), -(800028, '2025-07-03', '29012', 502184, '1128', '02', '2025-07-03 01:17:03'), -(800025, '2025-07-03', '23581', 505616, '1128', '01', '2025-07-03 01:18:28'), -(800015, '2025-07-03', '29622', 506994, '1305', '02', '2025-07-03 01:15:37'), -(800150, '2025-07-03', '20823', 502402, '1128', '02', '2025-07-03 01:20:24'), -(800283, '2025-07-03', '22004', 503543, '1308', '02', '2025-07-03 01:23:41'), -(800265, '2025-07-03', '27056', 505950, '1775', '03', '2025-07-03 01:22:47'), -(800261, '2025-07-03', '21011', 509799, '1308', '02', '2025-07-03 01:21:27'), -(800094, '2025-07-03', '22004', 501771, '1506', '02', '2025-07-03 01:21:06'), -(800165, '2025-07-03', '24934', 504729, '1794', '02', '2025-07-03 01:21:37'), -(800222, '2025-07-03', '21997', 505375, '1308', '02', '2025-07-03 01:19:46'), -(800164, '2025-07-03', '20732', 508432, '1506', '02', '2025-07-03 01:20:23'), -(800297, '2025-07-03', '24710', 509748, '1506', '02', '2025-07-03 01:23:17'), -(800263, '2025-07-03', '24245', 509921, '1069', '02', '2025-07-03 01:12:01'), -(800248, '2025-07-03', '27687', 505978, '1128', '02', '2025-07-03 01:13:52'), -(800102, '2025-07-03', '23918', 504834, '1794', '02', '2025-07-03 01:16:41'), -(800230, '2025-07-03', '25686', 506505, '1794', '02', '2025-07-03 01:22:19'), -(800198, '2025-07-03', '27687', 508278, '1308', '02', '2025-07-03 00:57:08'), -(800240, '2025-07-03', '28179', 503608, '1462', '02', '2025-07-03 01:20:47'), -(800104, '2025-07-03', '22531', 506662, '1887', '02', '2025-07-03 01:10:24'), -(800269, '2025-07-03', '25411', 508575, '1321', '02', '2025-07-03 01:23:29'), -(800167, '2025-07-03', '20273', 506056, '1794', '02', '2025-07-03 01:15:58'), -(800118, '2025-07-03', '23560', 508583, '1069', '02', '2025-07-03 01:10:28'), -(800117, '2025-07-03', '23728', 508135, '1305', '02', '2025-07-03 01:06:49'), -(800073, '2025-07-03', '23697', 500129, '1069', '02', '2025-07-03 00:58:32'), -(800158, '2025-07-03', '22942', 507279, '1506', '02', '2025-07-03 01:11:52'), -(800246, '2025-07-03', '29012', 503886, '1506', '02', '2025-07-03 01:15:43'), -(800123, '2025-07-03', '26218', 506393, '1069', '03', '2025-07-03 01:13:25'), -(800029, '2025-07-03', '22362', 503077, '1775', '02', '2025-07-03 01:20:08'), -(800179, '2025-07-03', '20677', 506276, '1887', '02', '2025-07-03 01:19:21'), -(800235, '2025-07-03', '20823', 507338, '1321', '02', '2025-07-03 01:04:24'), -(800143, '2025-07-03', '28222', 507279, '1069', '02', '2025-07-03 01:21:19'), -(800134, '2025-07-03', '26677', 503576, '1887', '02', '2025-07-03 01:20:12'), -(800180, '2025-07-03', '23697', 508595, '1321', '02', '2025-07-03 00:58:27'), -(800284, '2025-07-03', '23811', 503418, '1321', '02', '2025-07-03 01:12:41'), -(800193, '2025-07-03', '23918', 505375, '1887', '02', '2025-07-03 01:21:07'), -(800068, '2025-07-03', '22764', 504959, '1775', '02', '2025-07-03 00:58:11'), -(800060, '2025-07-03', '25076', 503454, '1462', '02', '2025-07-03 01:09:27'), -(800154, '2025-07-03', '28748', 505135, '1305', '02', '2025-07-03 01:07:10'), -(800055, '2025-07-03', '28508', 505551, '1506', '02', '2025-07-03 01:20:04'), -(800249, '2025-07-03', '29403', 503465, '1794', '02', '2025-07-03 01:12:37'), -(800174, '2025-07-03', '21506', 503955, '1506', '02', '2025-07-03 01:20:20'), -(800275, '2025-07-03', '29296', 507196, '1321', '02', '2025-07-03 01:23:38'), -(800215, '2025-07-03', '21831', 508595, '1128', '02', '2025-07-03 01:22:45'), -(800091, '2025-07-03', '25793', 500687, '1128', '02', '2025-07-03 01:16:10'), -(800137, '2025-07-03', '26615', 503919, '1887', '02', '2025-07-03 01:01:52'), -(800199, '2025-07-03', '27343', 503576, '1775', '02', '2025-07-03 01:10:52'), -(800294, '2025-07-03', '26677', 509830, '1321', '02', '2025-07-03 01:13:58'), -(800220, '2025-07-03', '20732', 501617, '1506', '02', '2025-07-03 01:11:16'), -(800072, '2025-07-03', '26330', 509287, '1305', '02', '2025-07-03 01:18:30'), -(800106, '2025-07-03', '27343', 509748, '1128', '02', '2025-07-03 01:10:23'), -(800221, '2025-07-03', '26615', 508883, '1775', '02', '2025-07-03 01:23:00'), -(800005, '2025-07-03', '22981', 504729, '1069', '02', '2025-07-03 01:11:41'), -(800109, '2025-07-03', '24090', 501200, '1308', '02', '2025-07-03 01:04:09'), -(800178, '2025-07-03', '25451', 507279, '1308', '02', '2025-07-03 00:55:50'), -(800160, '2025-07-03', '27056', 509270, '1462', '02', '2025-07-03 01:18:16'), -(800009, '2025-07-03', '28422', 508575, '1887', '02', '2025-07-03 01:15:51'), -(800008, '2025-07-03', '23690', 506056, '1321', '02', '2025-07-03 00:55:34'), -(800081, '2025-07-03', '24276', 506269, '1794', '02', '2025-07-03 01:18:27'), -(800027, '2025-07-03', '22119', 503077, '1462', '02', '2025-07-03 01:15:26'), -(800042, '2025-07-03', '20273', 506994, '1305', '02', '2025-07-03 01:09:30'), -(800271, '2025-07-03', '20677', 509901, '1775', '02', '2025-07-03 01:21:11'), -(800040, '2025-07-03', '26743', 503576, '1069', '02', '2025-07-03 01:18:00'), -(800012, '2025-07-03', '25788', 505616, '1321', '02', '2025-07-03 01:17:15'), -(800264, '2025-07-03', '22764', 507279, '1321', '02', '2025-07-03 01:20:12'), -(800233, '2025-07-03', '20795', 508883, '1794', '02', '2025-07-03 01:16:33'), -(800203, '2025-07-03', '24710', 501329, '1308', '02', '2025-07-03 01:16:58'), -(800125, '2025-07-03', '22065', 503955, '1069', '02', '2025-07-03 01:11:40'), -(800237, '2025-07-03', '24934', 501733, '1775', '02', '2025-07-03 01:09:48'), -(800078, '2025-07-03', '23728', 500185, '1305', '02', '2025-07-03 01:20:32'), -(800298, '2025-07-03', '27613', 501353, '1069', '01', '2025-07-03 01:22:17'), -(800244, '2025-07-03', '26963', 501245, '1305', '02', '2025-07-03 01:23:59'), -(800183, '2025-07-03', '22106', 503886, '1069', '02', '2025-07-03 01:22:44'), -(800044, '2025-07-03', '26218', 503080, '1308', '02', '2025-07-03 01:11:33'), -(800124, '2025-07-03', '23699', 509748, '1305', '02', '2025-07-03 01:17:10'), -(800273, '2025-07-03', '20266', 501733, '1305', '02', '2025-07-03 01:24:16'), -(800097, '2025-07-03', '26330', 501617, '1794', '02', '2025-07-03 01:16:49'), -(800189, '2025-07-03', '25788', 503543, '1308', '02', '2025-07-03 01:22:54'), -(800041, '2025-07-03', '25451', 504959, '1321', '02', '2025-07-03 01:12:46'), -(800276, '2025-07-03', '23388', 505616, '1462', '02', '2025-07-03 01:20:19'), -(800038, '2025-07-03', '29594', 509921, '1321', '01', '2025-07-03 01:14:23'), -(800026, '2025-07-03', '21490', 504148, '1775', '02', '2025-07-03 01:11:22'), -(800059, '2025-07-03', '26743', 506994, '1069', '02', '2025-07-03 01:18:35'); - - - - -INSERT INTO oms_core.orderitems (orderid, orderitemid, productid, quantity, unitprice, updated_at) VALUES -(800000, 1, 74900, 7, 40.00, '2025-07-03 01:09:44'), -(800000, 2, 70518, 9, 35.00, '2025-07-03 01:18:58'), -(800000, 3, 79133, 8, 27.00, '2025-07-03 01:00:48'), -(800000, 4, 77443, 10, 30.00, '2025-07-03 00:54:48'), -(800000, 5, 77600, 3, 67.00, '2025-07-03 01:07:13'), -(800000, 6, 74502, 10, 17.00, '2025-07-03 01:16:33'), -(800000, 7, 74155, 3, 73.00, '2025-07-03 01:04:48'), -(800000, 8, 71488, 5, 91.00, '2025-07-03 01:08:41'), -(800000, 9, 71846, 8, 87.00, '2025-07-03 01:11:27'), -(800000, 10, 77600, 5, 67.00, '2025-07-03 00:49:37'), -(800001, 1, 72075, 6, 27.00, '2025-07-03 01:04:04'), -(800001, 2, 70684, 5, 32.00, '2025-07-03 01:13:46'), -(800001, 3, 75832, 10, 16.00, '2025-07-03 00:53:43'), -(800001, 4, 79150, 10, 62.00, '2025-07-03 01:07:50'), -(800002, 1, 72429, 9, 34.00, '2025-07-03 00:55:29'), -(800002, 2, 71018, 4, 68.00, '2025-07-03 00:55:15'), -(800002, 3, 75097, 3, 79.00, '2025-07-03 01:18:10'), -(800002, 4, 72987, 4, 98.00, '2025-07-03 01:00:17'), -(800002, 5, 77807, 10, 93.00, '2025-07-03 00:56:08'), -(800002, 6, 79761, 4, 97.00, '2025-07-03 00:56:01'), -(800002, 7, 75900, 10, 56.00, '2025-07-03 01:16:26'), -(800003, 1, 79228, 4, 48.00, '2025-07-03 01:03:50'), -(800003, 2, 73316, 6, 63.00, '2025-07-03 00:56:25'), -(800003, 3, 79930, 8, 66.00, '2025-07-03 01:14:29'), -(800003, 4, 79750, 6, 89.00, '2025-07-03 01:06:46'), -(800003, 5, 71607, 7, 27.00, '2025-07-03 00:56:14'), -(800003, 6, 74900, 7, 40.00, '2025-07-03 01:09:05'), -(800003, 7, 79469, 1, 33.00, '2025-07-03 00:58:36'), -(800004, 1, 72058, 9, 86.00, '2025-07-03 01:09:16'), -(800004, 2, 78902, 8, 76.00, '2025-07-03 01:07:39'), -(800004, 3, 78463, 10, 40.00, '2025-07-03 01:10:11'), -(800004, 4, 75143, 3, 95.00, '2025-07-03 00:51:21'), -(800004, 5, 78985, 3, 27.00, '2025-07-03 01:03:39'), -(800004, 6, 77761, 10, 54.00, '2025-07-03 00:50:10'), -(800005, 1, 74277, 8, 91.00, '2025-07-03 01:11:41'), -(800005, 2, 77331, 6, 28.00, '2025-07-03 01:02:59'), -(800006, 1, 75517, 7, 45.00, '2025-07-03 00:49:54'), -(800006, 2, 72826, 3, 34.00, '2025-07-03 01:05:07'), -(800006, 3, 72429, 7, 34.00, '2025-07-03 01:01:27'), -(800006, 4, 71481, 9, 78.00, '2025-07-03 01:11:24'), -(800006, 5, 78130, 10, 24.00, '2025-07-03 01:01:46'), -(800006, 6, 70775, 4, 31.00, '2025-07-03 01:09:35'), -(800006, 7, 72078, 9, 84.00, '2025-07-03 01:17:07'), -(800006, 8, 75139, 7, 69.00, '2025-07-03 01:11:14'), -(800006, 9, 79504, 2, 31.00, '2025-07-03 01:18:46'), -(800007, 1, 72429, 2, 34.00, '2025-07-03 01:07:15'), -(800007, 2, 72175, 8, 78.00, '2025-07-03 00:50:16'), -(800007, 3, 77709, 8, 86.00, '2025-07-03 01:12:02'), -(800007, 4, 77750, 10, 88.00, '2025-07-03 00:52:21'), -(800007, 5, 72583, 3, 82.00, '2025-07-03 01:11:02'), -(800007, 6, 75143, 6, 95.00, '2025-07-03 01:18:28'), -(800007, 7, 73504, 3, 25.00, '2025-07-03 00:55:25'), -(800007, 8, 78021, 9, 55.00, '2025-07-03 01:12:38'), -(800007, 9, 78723, 6, 20.00, '2025-07-03 01:01:11'), -(800008, 1, 76948, 10, 26.00, '2025-07-03 00:55:34'), -(800009, 1, 70155, 5, 81.00, '2025-07-03 00:57:16'), -(800009, 2, 79469, 2, 33.00, '2025-07-03 00:59:00'), -(800009, 3, 72645, 4, 57.00, '2025-07-03 00:58:11'), -(800009, 4, 77331, 4, 28.00, '2025-07-03 00:57:42'), -(800009, 5, 76905, 6, 86.00, '2025-07-03 00:59:50'), -(800009, 6, 71846, 4, 87.00, '2025-07-03 00:57:39'), -(800009, 7, 79228, 10, 48.00, '2025-07-03 01:15:25'), -(800009, 8, 72645, 8, 57.00, '2025-07-03 01:04:53'), -(800009, 9, 79870, 4, 12.00, '2025-07-03 01:06:01'), -(800009, 10, 75900, 3, 56.00, '2025-07-03 01:15:51'), -(800010, 1, 77115, 8, 15.00, '2025-07-03 00:59:11'), -(800010, 2, 78234, 4, 68.00, '2025-07-03 01:17:05'), -(800010, 3, 72905, 3, 52.00, '2025-07-03 00:52:24'), -(800010, 4, 77017, 8, 42.00, '2025-07-03 01:07:00'), -(800010, 5, 78751, 7, 26.00, '2025-07-03 01:14:13'), -(800010, 6, 79132, 6, 13.00, '2025-07-03 01:05:42'), -(800010, 7, 79399, 1, 84.00, '2025-07-03 00:59:42'), -(800010, 8, 70518, 1, 35.00, '2025-07-03 01:08:23'), -(800010, 9, 77500, 1, 47.00, '2025-07-03 01:01:15'), -(800011, 1, 73910, 6, 82.00, '2025-07-03 01:15:58'), -(800011, 2, 75477, 10, 86.00, '2025-07-03 00:59:25'), -(800011, 3, 74231, 5, 32.00, '2025-07-03 01:15:03'), -(800011, 4, 70177, 5, 43.00, '2025-07-03 01:12:25'), -(800011, 5, 79258, 9, 72.00, '2025-07-03 01:07:14'), -(800011, 6, 75139, 5, 69.00, '2025-07-03 01:08:52'), -(800012, 1, 76484, 6, 81.00, '2025-07-03 00:59:39'), -(800012, 2, 76247, 1, 85.00, '2025-07-03 01:09:57'), -(800012, 3, 74209, 8, 74.00, '2025-07-03 00:50:15'), -(800012, 4, 72520, 3, 29.00, '2025-07-03 00:55:19'), -(800012, 5, 78161, 5, 48.00, '2025-07-03 01:17:15'), -(800012, 6, 71950, 9, 30.00, '2025-07-03 00:53:35'), -(800012, 7, 73634, 7, 85.00, '2025-07-03 00:56:43'), -(800012, 8, 71328, 7, 72.00, '2025-07-03 01:09:38'), -(800013, 1, 72380, 2, 20.00, '2025-07-03 01:17:15'), -(800013, 2, 73748, 4, 61.00, '2025-07-03 00:55:26'), -(800013, 3, 79546, 8, 70.00, '2025-07-03 00:56:40'), -(800013, 4, 78130, 8, 24.00, '2025-07-03 00:57:32'), -(800013, 5, 78826, 3, 46.00, '2025-07-03 01:03:56'), -(800013, 6, 78021, 6, 55.00, '2025-07-03 00:58:15'), -(800013, 7, 75246, 3, 25.00, '2025-07-03 01:05:42'), -(800013, 8, 77426, 2, 91.00, '2025-07-03 01:00:00'), -(800013, 9, 74677, 3, 66.00, '2025-07-03 01:02:04'), -(800013, 10, 72987, 3, 98.00, '2025-07-03 01:12:21'), -(800014, 1, 77546, 5, 50.00, '2025-07-03 01:07:40'), -(800014, 2, 79870, 9, 12.00, '2025-07-03 01:13:10'), -(800014, 3, 77709, 9, 86.00, '2025-07-03 00:55:53'), -(800014, 4, 73748, 9, 61.00, '2025-07-03 00:53:32'), -(800015, 1, 75645, 2, 34.00, '2025-07-03 01:10:08'), -(800015, 2, 73748, 10, 61.00, '2025-07-03 00:56:32'), -(800015, 3, 78837, 6, 26.00, '2025-07-03 00:49:56'), -(800015, 4, 75900, 3, 56.00, '2025-07-03 01:15:37'), -(800016, 1, 73634, 5, 85.00, '2025-07-03 00:50:45'), -(800016, 2, 74799, 4, 57.00, '2025-07-03 01:11:37'), -(800016, 3, 72608, 3, 100.00, '2025-07-03 01:00:59'), -(800016, 4, 74155, 2, 73.00, '2025-07-03 01:09:01'), -(800016, 5, 76171, 6, 77.00, '2025-07-03 01:18:52'), -(800016, 6, 71058, 3, 73.00, '2025-07-03 01:13:48'), -(800016, 7, 77761, 2, 54.00, '2025-07-03 01:19:45'), -(800016, 8, 73556, 9, 100.00, '2025-07-03 00:58:04'), -(800016, 9, 75645, 8, 34.00, '2025-07-03 01:11:05'), -(800016, 10, 78234, 8, 68.00, '2025-07-03 01:10:34'), -(800017, 1, 72171, 8, 63.00, '2025-07-03 01:09:18'), -(800017, 2, 79504, 10, 31.00, '2025-07-03 01:19:52'), -(800017, 3, 70241, 8, 92.00, '2025-07-03 01:12:49'), -(800017, 4, 70904, 1, 60.00, '2025-07-03 01:13:50'), -(800018, 1, 78863, 10, 85.00, '2025-07-03 01:08:23'), -(800018, 2, 72594, 9, 97.00, '2025-07-03 00:51:45'), -(800018, 3, 73655, 6, 32.00, '2025-07-03 01:00:26'), -(800018, 4, 72771, 2, 98.00, '2025-07-03 01:13:57'), -(800018, 5, 79546, 1, 70.00, '2025-07-03 00:57:17'), -(800018, 6, 72731, 9, 63.00, '2025-07-03 01:08:04'), -(800018, 7, 73841, 5, 86.00, '2025-07-03 01:01:19'), -(800018, 8, 77600, 7, 67.00, '2025-07-03 01:04:01'), -(800018, 9, 72585, 2, 63.00, '2025-07-03 01:18:59'), -(800019, 1, 71488, 7, 91.00, '2025-07-03 01:14:35'), -(800019, 2, 71304, 1, 21.00, '2025-07-03 01:19:28'), -(800019, 3, 75401, 5, 26.00, '2025-07-03 00:58:07'), -(800019, 4, 71328, 10, 72.00, '2025-07-03 01:05:52'), -(800019, 5, 79304, 2, 43.00, '2025-07-03 00:55:01'), -(800019, 6, 79388, 2, 19.00, '2025-07-03 00:57:50'), -(800019, 7, 71328, 5, 72.00, '2025-07-03 01:19:34'), -(800019, 8, 75097, 6, 79.00, '2025-07-03 01:15:15'), -(800019, 9, 78093, 4, 86.00, '2025-07-03 01:03:35'), -(800019, 10, 79150, 7, 62.00, '2025-07-03 01:15:08'), -(800020, 1, 78093, 9, 86.00, '2025-07-03 01:16:57'), -(800020, 2, 78683, 7, 82.00, '2025-07-03 01:00:34'), -(800020, 3, 70306, 4, 52.00, '2025-07-03 01:18:07'), -(800020, 4, 72429, 1, 34.00, '2025-07-03 00:57:28'), -(800020, 5, 74030, 6, 27.00, '2025-07-03 00:59:49'), -(800020, 6, 74518, 7, 65.00, '2025-07-03 01:15:29'), -(800020, 7, 70836, 8, 32.00, '2025-07-03 01:12:33'), -(800020, 8, 77426, 5, 91.00, '2025-07-03 01:16:45'), -(800021, 1, 77500, 8, 47.00, '2025-07-03 01:12:58'), -(800022, 1, 74867, 7, 15.00, '2025-07-03 00:56:42'), -(800023, 1, 77021, 9, 55.00, '2025-07-03 01:14:32'), -(800023, 2, 75009, 4, 46.00, '2025-07-03 00:59:56'), -(800023, 3, 70654, 9, 95.00, '2025-07-03 01:13:37'), -(800023, 4, 79504, 9, 31.00, '2025-07-03 01:03:06'), -(800023, 5, 72771, 5, 98.00, '2025-07-03 01:06:32'), -(800023, 6, 75156, 7, 62.00, '2025-07-03 00:59:34'), -(800023, 7, 78021, 3, 55.00, '2025-07-03 01:04:32'), -(800023, 8, 71950, 2, 30.00, '2025-07-03 01:16:56'), -(800023, 9, 78863, 7, 85.00, '2025-07-03 00:59:51'), -(800024, 1, 78005, 3, 64.00, '2025-07-03 01:11:38'), -(800024, 2, 70412, 8, 98.00, '2025-07-03 01:07:31'), -(800024, 3, 78683, 3, 82.00, '2025-07-03 01:10:20'), -(800024, 4, 76484, 9, 81.00, '2025-07-03 01:17:29'), -(800025, 1, 71328, 3, 72.00, '2025-07-03 01:09:59'), -(800025, 2, 75097, 3, 79.00, '2025-07-03 01:18:28'), -(800025, 3, 79275, 5, 100.00, '2025-07-03 01:03:32'), -(800025, 4, 77640, 10, 63.00, '2025-07-03 01:03:31'), -(800025, 5, 70836, 8, 32.00, '2025-07-03 01:17:59'), -(800025, 6, 77426, 7, 91.00, '2025-07-03 00:51:20'), -(800025, 7, 79132, 6, 13.00, '2025-07-03 01:10:48'), -(800025, 8, 71328, 7, 72.00, '2025-07-03 01:16:52'), -(800025, 9, 74231, 6, 32.00, '2025-07-03 01:02:49'), -(800025, 10, 72889, 7, 10.00, '2025-07-03 00:58:27'), -(800026, 1, 71955, 3, 44.00, '2025-07-03 00:58:53'), -(800026, 2, 73316, 6, 63.00, '2025-07-03 01:03:23'), -(800026, 3, 74518, 5, 65.00, '2025-07-03 01:11:22'), -(800026, 4, 75270, 7, 41.00, '2025-07-03 00:50:19'), -(800027, 1, 78021, 1, 55.00, '2025-07-03 01:02:20'), -(800027, 2, 72171, 4, 63.00, '2025-07-03 01:15:26'), -(800028, 1, 78736, 5, 40.00, '2025-07-03 01:13:49'), -(800028, 2, 75156, 2, 62.00, '2025-07-03 01:08:01'), -(800028, 3, 72419, 4, 34.00, '2025-07-03 01:17:03'), -(800028, 4, 70155, 2, 81.00, '2025-07-03 01:05:22'), -(800028, 5, 76732, 3, 61.00, '2025-07-03 00:55:48'), -(800028, 6, 73748, 3, 61.00, '2025-07-03 00:57:45'), -(800028, 7, 70775, 2, 31.00, '2025-07-03 00:57:12'), -(800028, 8, 73655, 9, 32.00, '2025-07-03 01:02:56'), -(800029, 1, 74030, 2, 27.00, '2025-07-03 01:01:51'), -(800029, 2, 74400, 4, 51.00, '2025-07-03 00:57:42'), -(800029, 3, 76993, 2, 77.00, '2025-07-03 01:05:31'), -(800029, 4, 76225, 6, 23.00, '2025-07-03 00:53:45'), -(800029, 5, 76993, 10, 77.00, '2025-07-03 00:57:51'), -(800029, 6, 79546, 10, 70.00, '2025-07-03 01:16:16'), -(800029, 7, 75143, 10, 95.00, '2025-07-03 01:03:10'), -(800029, 8, 74359, 4, 84.00, '2025-07-03 00:54:32'), -(800029, 9, 79504, 2, 31.00, '2025-07-03 00:53:37'), -(800029, 10, 70584, 10, 96.00, '2025-07-03 01:20:08'), -(800030, 1, 71989, 7, 32.00, '2025-07-03 01:10:21'), -(800030, 2, 76563, 8, 42.00, '2025-07-03 01:11:02'), -(800030, 3, 79930, 6, 66.00, '2025-07-03 01:02:07'), -(800030, 4, 72594, 2, 97.00, '2025-07-03 01:09:03'), -(800030, 5, 79189, 1, 32.00, '2025-07-03 01:15:40'), -(800030, 6, 77807, 1, 93.00, '2025-07-03 01:11:15'), -(800030, 7, 76247, 8, 85.00, '2025-07-03 01:18:34'), -(800030, 8, 76647, 4, 84.00, '2025-07-03 01:09:37'), -(800030, 9, 73504, 4, 25.00, '2025-07-03 01:02:44'), -(800031, 1, 74518, 2, 65.00, '2025-07-03 01:05:03'), -(800032, 1, 72901, 2, 18.00, '2025-07-03 01:00:54'), -(800032, 2, 71955, 8, 44.00, '2025-07-03 01:17:42'), -(800033, 1, 73092, 8, 80.00, '2025-07-03 00:57:26'), -(800033, 2, 70768, 1, 57.00, '2025-07-03 01:08:38'), -(800033, 3, 72175, 10, 78.00, '2025-07-03 01:01:18'), -(800033, 4, 75477, 7, 86.00, '2025-07-03 01:10:53'), -(800034, 1, 71566, 6, 98.00, '2025-07-03 01:05:55'), -(800034, 2, 76793, 2, 11.00, '2025-07-03 01:08:43'), -(800034, 3, 73238, 8, 56.00, '2025-07-03 00:51:44'), -(800034, 4, 77017, 3, 42.00, '2025-07-03 00:54:42'), -(800034, 5, 76793, 2, 11.00, '2025-07-03 00:51:28'), -(800034, 6, 75009, 6, 46.00, '2025-07-03 00:51:01'), -(800034, 7, 78985, 3, 27.00, '2025-07-03 01:15:14'), -(800034, 8, 77807, 3, 93.00, '2025-07-03 00:55:53'), -(800034, 9, 71989, 10, 32.00, '2025-07-03 01:10:14'), -(800035, 1, 72585, 3, 63.00, '2025-07-03 00:53:06'), -(800035, 2, 75666, 3, 88.00, '2025-07-03 01:05:36'), -(800035, 3, 78826, 9, 46.00, '2025-07-03 01:20:05'), -(800035, 4, 77600, 8, 67.00, '2025-07-03 01:12:41'), -(800035, 5, 78114, 4, 37.00, '2025-07-03 01:12:33'), -(800035, 6, 74400, 1, 51.00, '2025-07-03 01:18:16'), -(800036, 1, 79304, 8, 43.00, '2025-07-03 01:12:57'), -(800036, 2, 76452, 1, 48.00, '2025-07-03 00:51:49'), -(800036, 3, 74900, 8, 40.00, '2025-07-03 00:52:30'), -(800036, 4, 79750, 3, 89.00, '2025-07-03 01:07:25'), -(800037, 1, 72398, 4, 98.00, '2025-07-03 01:15:36'), -(800037, 2, 79560, 7, 43.00, '2025-07-03 00:50:40'), -(800037, 3, 71950, 8, 30.00, '2025-07-03 01:06:42'), -(800037, 4, 75322, 8, 44.00, '2025-07-03 00:59:22'), -(800037, 5, 71488, 2, 91.00, '2025-07-03 01:08:46'), -(800037, 6, 74954, 8, 17.00, '2025-07-03 01:14:44'), -(800038, 1, 74954, 7, 17.00, '2025-07-03 00:58:55'), -(800038, 2, 70295, 6, 66.00, '2025-07-03 01:12:25'), -(800038, 3, 75156, 3, 62.00, '2025-07-03 01:14:23'), -(800038, 4, 71846, 1, 87.00, '2025-07-03 00:59:28'), -(800039, 1, 72905, 8, 52.00, '2025-07-03 01:07:05'), -(800039, 2, 72171, 7, 63.00, '2025-07-03 01:09:08'), -(800039, 3, 74932, 5, 71.00, '2025-07-03 01:10:34'), -(800039, 4, 77443, 3, 30.00, '2025-07-03 01:00:14'), -(800039, 5, 78723, 6, 20.00, '2025-07-03 01:13:06'), -(800039, 6, 79228, 5, 48.00, '2025-07-03 00:53:24'), -(800040, 1, 72168, 7, 66.00, '2025-07-03 01:13:44'), -(800040, 2, 72905, 2, 52.00, '2025-07-03 00:54:58'), -(800040, 3, 75097, 9, 79.00, '2025-07-03 00:54:29'), -(800040, 4, 76793, 2, 11.00, '2025-07-03 00:51:38'), -(800040, 5, 78837, 7, 26.00, '2025-07-03 01:18:00'), -(800041, 1, 78826, 9, 46.00, '2025-07-03 00:56:05'), -(800041, 2, 70684, 7, 32.00, '2025-07-03 00:57:39'), -(800041, 3, 79504, 3, 31.00, '2025-07-03 01:12:46'), -(800041, 4, 73285, 9, 35.00, '2025-07-03 00:57:31'), -(800042, 1, 74900, 7, 40.00, '2025-07-03 00:52:18'), -(800042, 2, 78826, 1, 46.00, '2025-07-03 01:07:48'), -(800042, 3, 72826, 5, 34.00, '2025-07-03 00:56:53'), -(800042, 4, 79189, 9, 32.00, '2025-07-03 01:04:44'), -(800042, 5, 74932, 5, 71.00, '2025-07-03 01:09:30'), -(800042, 6, 74502, 9, 17.00, '2025-07-03 01:05:50'), -(800042, 7, 70295, 1, 66.00, '2025-07-03 00:53:38'), -(800042, 8, 71478, 6, 98.00, '2025-07-03 01:00:00'), -(800043, 1, 73238, 1, 56.00, '2025-07-03 01:06:17'), -(800043, 2, 78463, 1, 40.00, '2025-07-03 00:59:55'), -(800043, 3, 73316, 1, 63.00, '2025-07-03 01:14:15'), -(800043, 4, 72946, 3, 16.00, '2025-07-03 01:17:03'), -(800043, 5, 79761, 6, 97.00, '2025-07-03 01:07:57'), -(800043, 6, 72058, 2, 86.00, '2025-07-03 00:52:41'), -(800043, 7, 70584, 7, 96.00, '2025-07-03 01:12:41'), -(800043, 8, 77447, 3, 61.00, '2025-07-03 00:51:33'), -(800044, 1, 75832, 4, 16.00, '2025-07-03 01:06:28'), -(800044, 2, 74867, 3, 15.00, '2025-07-03 01:01:43'), -(800044, 3, 72429, 8, 34.00, '2025-07-03 01:11:33'), -(800044, 4, 70306, 1, 52.00, '2025-07-03 00:51:33'), -(800044, 5, 74030, 7, 27.00, '2025-07-03 01:05:46'), -(800044, 6, 70271, 5, 82.00, '2025-07-03 01:09:22'), -(800044, 7, 77331, 3, 28.00, '2025-07-03 01:06:27'), -(800044, 8, 70584, 10, 96.00, '2025-07-03 00:57:27'), -(800044, 9, 77017, 3, 42.00, '2025-07-03 00:55:48'), -(800044, 10, 75156, 10, 62.00, '2025-07-03 00:52:57'), -(800045, 1, 74954, 5, 17.00, '2025-07-03 01:12:05'), -(800045, 2, 77115, 9, 15.00, '2025-07-03 01:06:34'), -(800045, 3, 71561, 9, 18.00, '2025-07-03 01:18:24'), -(800045, 4, 70518, 8, 35.00, '2025-07-03 01:08:59'), -(800045, 5, 72380, 10, 20.00, '2025-07-03 01:06:30'), -(800046, 1, 70904, 6, 60.00, '2025-07-03 01:00:52'), -(800046, 2, 78751, 8, 26.00, '2025-07-03 01:13:19'), -(800046, 3, 75812, 5, 91.00, '2025-07-03 01:04:43'), -(800046, 4, 78826, 9, 46.00, '2025-07-03 01:01:05'), -(800046, 5, 73634, 4, 85.00, '2025-07-03 00:53:38'), -(800046, 6, 77021, 7, 55.00, '2025-07-03 01:18:50'), -(800047, 1, 77021, 10, 55.00, '2025-07-03 00:51:21'), -(800047, 2, 76522, 9, 13.00, '2025-07-03 00:53:54'), -(800047, 3, 74790, 8, 85.00, '2025-07-03 01:04:49'), -(800047, 4, 72594, 7, 97.00, '2025-07-03 00:55:24'), -(800047, 5, 72731, 6, 63.00, '2025-07-03 01:08:44'), -(800047, 6, 77331, 5, 28.00, '2025-07-03 00:57:13'), -(800047, 7, 76171, 5, 77.00, '2025-07-03 01:08:39'), -(800047, 8, 73047, 6, 96.00, '2025-07-03 01:12:26'), -(800048, 1, 78683, 5, 82.00, '2025-07-03 00:57:21'), -(800048, 2, 78234, 9, 68.00, '2025-07-03 00:54:13'), -(800048, 3, 72583, 10, 82.00, '2025-07-03 01:05:17'), -(800049, 1, 77115, 10, 15.00, '2025-07-03 01:07:26'), -(800049, 2, 76522, 7, 13.00, '2025-07-03 00:59:16'), -(800049, 3, 76793, 5, 11.00, '2025-07-03 01:07:25'), -(800049, 4, 76484, 4, 81.00, '2025-07-03 00:55:58'), -(800049, 5, 72608, 5, 100.00, '2025-07-03 01:08:46'), -(800049, 6, 78234, 7, 68.00, '2025-07-03 01:05:32'), -(800049, 7, 72946, 5, 16.00, '2025-07-03 01:09:43'), -(800049, 8, 70904, 5, 60.00, '2025-07-03 01:13:30'), -(800050, 1, 71955, 6, 44.00, '2025-07-03 00:56:57'), -(800050, 2, 76665, 6, 14.00, '2025-07-03 01:01:56'), -(800050, 3, 75684, 4, 87.00, '2025-07-03 01:02:09'), -(800050, 4, 71561, 10, 18.00, '2025-07-03 00:55:43'), -(800050, 5, 72608, 3, 100.00, '2025-07-03 01:06:00'), -(800050, 6, 77017, 6, 42.00, '2025-07-03 01:11:00'), -(800050, 7, 73285, 6, 35.00, '2025-07-03 00:56:29'), -(800050, 8, 72419, 7, 34.00, '2025-07-03 00:55:45'), -(800050, 9, 76732, 3, 61.00, '2025-07-03 01:18:03'), -(800050, 10, 72168, 6, 66.00, '2025-07-03 01:02:23'), -(800051, 1, 76647, 7, 84.00, '2025-07-03 01:19:40'), -(800051, 2, 78985, 2, 27.00, '2025-07-03 01:13:06'), -(800051, 3, 70412, 5, 98.00, '2025-07-03 01:06:13'), -(800051, 4, 77234, 8, 64.00, '2025-07-03 01:20:07'), -(800051, 5, 72058, 10, 86.00, '2025-07-03 01:19:24'), -(800052, 1, 76623, 5, 50.00, '2025-07-03 00:58:25'), -(800052, 2, 72171, 5, 63.00, '2025-07-03 01:07:34'), -(800053, 1, 70011, 3, 71.00, '2025-07-03 01:16:48'), -(800053, 2, 73092, 10, 80.00, '2025-07-03 01:14:19'), -(800053, 3, 77807, 10, 93.00, '2025-07-03 01:02:01'), -(800053, 4, 79189, 2, 32.00, '2025-07-03 01:06:36'), -(800054, 1, 79870, 8, 12.00, '2025-07-03 01:09:03'), -(800054, 2, 79158, 8, 20.00, '2025-07-03 01:19:10'), -(800054, 3, 72583, 5, 82.00, '2025-07-03 01:04:50'), -(800054, 4, 72262, 5, 15.00, '2025-07-03 01:04:34'), -(800054, 5, 78985, 7, 27.00, '2025-07-03 01:01:33'), -(800054, 6, 78826, 7, 46.00, '2025-07-03 00:56:02'), -(800054, 7, 77709, 2, 86.00, '2025-07-03 00:57:00'), -(800054, 8, 75666, 2, 88.00, '2025-07-03 01:12:31'), -(800055, 1, 71488, 1, 91.00, '2025-07-03 01:19:24'), -(800055, 2, 70011, 4, 71.00, '2025-07-03 01:20:04'), -(800056, 1, 76522, 8, 13.00, '2025-07-03 01:07:32'), -(800056, 2, 78902, 1, 76.00, '2025-07-03 01:01:53'), -(800056, 3, 71846, 10, 87.00, '2025-07-03 01:03:09'), -(800056, 4, 75812, 3, 91.00, '2025-07-03 01:09:25'), -(800056, 5, 73655, 7, 32.00, '2025-07-03 01:19:57'), -(800056, 6, 77546, 10, 50.00, '2025-07-03 00:52:46'), -(800056, 7, 79388, 7, 19.00, '2025-07-03 00:59:11'), -(800056, 8, 79133, 7, 27.00, '2025-07-03 00:58:09'), -(800056, 9, 70348, 4, 10.00, '2025-07-03 00:52:36'), -(800056, 10, 72585, 10, 63.00, '2025-07-03 01:07:14'), -(800057, 1, 73285, 1, 35.00, '2025-07-03 00:58:22'), -(800057, 2, 78161, 3, 48.00, '2025-07-03 01:19:34'), -(800057, 3, 77709, 4, 86.00, '2025-07-03 01:00:09'), -(800057, 4, 79144, 9, 75.00, '2025-07-03 01:00:47'), -(800057, 5, 72520, 1, 29.00, '2025-07-03 01:02:15'), -(800057, 6, 77021, 8, 55.00, '2025-07-03 01:16:10'), -(800057, 7, 70904, 8, 60.00, '2025-07-03 00:52:42'), -(800057, 8, 75453, 9, 65.00, '2025-07-03 01:04:51'), -(800057, 9, 71566, 9, 98.00, '2025-07-03 00:51:23'), -(800057, 10, 70768, 7, 57.00, '2025-07-03 01:10:10'), -(800058, 1, 74867, 6, 15.00, '2025-07-03 01:00:38'), -(800058, 2, 74209, 7, 74.00, '2025-07-03 00:55:34'), -(800058, 3, 74502, 3, 17.00, '2025-07-03 01:18:38'), -(800058, 4, 70768, 5, 57.00, '2025-07-03 01:04:53'), -(800058, 5, 74277, 10, 91.00, '2025-07-03 00:55:05'), -(800058, 6, 76948, 2, 26.00, '2025-07-03 01:13:46'), -(800058, 7, 72731, 10, 63.00, '2025-07-03 00:56:57'), -(800058, 8, 79158, 1, 20.00, '2025-07-03 01:03:05'), -(800058, 9, 74231, 8, 32.00, '2025-07-03 01:11:57'), -(800058, 10, 79560, 8, 43.00, '2025-07-03 01:15:09'), -(800059, 1, 72583, 1, 82.00, '2025-07-03 01:15:24'), -(800059, 2, 76732, 7, 61.00, '2025-07-03 01:03:51'), -(800059, 3, 78826, 1, 46.00, '2025-07-03 01:08:23'), -(800059, 4, 76247, 7, 85.00, '2025-07-03 00:51:00'), -(800059, 5, 74231, 6, 32.00, '2025-07-03 00:56:48'), -(800059, 6, 79304, 3, 43.00, '2025-07-03 01:18:35'), -(800059, 7, 78234, 9, 68.00, '2025-07-03 01:15:38'), -(800059, 8, 76563, 5, 42.00, '2025-07-03 00:53:06'), -(800059, 9, 76993, 4, 77.00, '2025-07-03 01:14:06'), -(800060, 1, 72826, 8, 34.00, '2025-07-03 01:09:27'), -(800061, 1, 77750, 8, 88.00, '2025-07-03 01:18:51'), -(800061, 2, 76431, 10, 78.00, '2025-07-03 00:59:42'), -(800061, 3, 74059, 8, 69.00, '2025-07-03 01:14:52'), -(800061, 4, 75517, 2, 45.00, '2025-07-03 01:14:07'), -(800061, 5, 70518, 10, 35.00, '2025-07-03 01:10:08'), -(800062, 1, 75097, 4, 79.00, '2025-07-03 01:11:26'), -(800062, 2, 74588, 6, 38.00, '2025-07-03 01:19:26'), -(800062, 3, 79469, 1, 33.00, '2025-07-03 01:19:09'), -(800062, 4, 77234, 4, 64.00, '2025-07-03 01:14:15'), -(800062, 5, 77017, 10, 42.00, '2025-07-03 00:58:58'), -(800062, 6, 78826, 4, 46.00, '2025-07-03 00:53:57'), -(800062, 7, 73910, 10, 82.00, '2025-07-03 01:18:56'), -(800062, 8, 74588, 6, 38.00, '2025-07-03 01:06:04'), -(800063, 1, 70836, 3, 32.00, '2025-07-03 00:52:44'), -(800063, 2, 72826, 7, 34.00, '2025-07-03 01:20:32'), -(800063, 3, 75517, 2, 45.00, '2025-07-03 01:05:12'), -(800063, 4, 73504, 6, 25.00, '2025-07-03 01:11:40'), -(800063, 5, 72826, 2, 34.00, '2025-07-03 01:12:24'), -(800063, 6, 72257, 7, 90.00, '2025-07-03 01:01:24'), -(800063, 7, 72171, 1, 63.00, '2025-07-03 01:10:03'), -(800063, 8, 76905, 7, 86.00, '2025-07-03 01:14:23'), -(800064, 1, 70654, 9, 95.00, '2025-07-03 01:12:13'), -(800064, 2, 77443, 6, 30.00, '2025-07-03 01:09:46'), -(800064, 3, 78902, 6, 76.00, '2025-07-03 00:55:05'), -(800064, 4, 77331, 2, 28.00, '2025-07-03 01:09:14'), -(800064, 5, 72429, 5, 34.00, '2025-07-03 00:52:21'), -(800064, 6, 74030, 1, 27.00, '2025-07-03 01:03:55'), -(800064, 7, 76247, 3, 85.00, '2025-07-03 01:19:55'), -(800064, 8, 73910, 7, 82.00, '2025-07-03 01:08:39'), -(800065, 1, 73986, 6, 27.00, '2025-07-03 00:52:15'), -(800065, 2, 74032, 6, 57.00, '2025-07-03 01:07:48'), -(800065, 3, 74059, 3, 69.00, '2025-07-03 01:20:06'), -(800065, 4, 73238, 3, 56.00, '2025-07-03 01:01:21'), -(800065, 5, 72826, 2, 34.00, '2025-07-03 00:56:14'), -(800066, 1, 79368, 6, 14.00, '2025-07-03 01:19:07'), -(800066, 2, 75645, 2, 34.00, '2025-07-03 01:10:25'), -(800066, 3, 79399, 4, 84.00, '2025-07-03 01:07:27'), -(800066, 4, 74799, 9, 57.00, '2025-07-03 01:12:14'), -(800066, 5, 76522, 2, 13.00, '2025-07-03 01:06:00'), -(800066, 6, 74867, 5, 15.00, '2025-07-03 01:20:13'), -(800066, 7, 79399, 5, 84.00, '2025-07-03 01:17:29'), -(800067, 1, 78736, 10, 40.00, '2025-07-03 00:52:45'), -(800067, 2, 74155, 2, 73.00, '2025-07-03 01:00:53'), -(800067, 3, 76905, 3, 86.00, '2025-07-03 01:00:05'), -(800067, 4, 70684, 7, 32.00, '2025-07-03 01:20:17'), -(800067, 5, 75684, 5, 87.00, '2025-07-03 01:00:34'), -(800068, 1, 77546, 6, 50.00, '2025-07-03 00:58:11'), -(800069, 1, 76079, 9, 46.00, '2025-07-03 01:18:31'), -(800069, 2, 70348, 8, 10.00, '2025-07-03 01:13:47'), -(800070, 1, 70412, 7, 98.00, '2025-07-03 01:19:01'), -(800070, 2, 75156, 7, 62.00, '2025-07-03 00:54:57'), -(800070, 3, 76623, 9, 50.00, '2025-07-03 01:14:29'), -(800070, 4, 71950, 8, 30.00, '2025-07-03 01:15:41'), -(800071, 1, 72731, 5, 63.00, '2025-07-03 01:10:02'), -(800071, 2, 74518, 2, 65.00, '2025-07-03 00:51:13'), -(800071, 3, 75832, 6, 16.00, '2025-07-03 01:17:59'), -(800071, 4, 72175, 4, 78.00, '2025-07-03 01:03:24'), -(800071, 5, 75270, 9, 41.00, '2025-07-03 01:01:16'), -(800071, 6, 72398, 3, 98.00, '2025-07-03 00:58:26'), -(800071, 7, 77447, 9, 61.00, '2025-07-03 00:51:17'), -(800071, 8, 79228, 8, 48.00, '2025-07-03 01:02:58'), -(800071, 9, 79399, 5, 84.00, '2025-07-03 00:59:56'), -(800072, 1, 79228, 5, 48.00, '2025-07-03 00:51:16'), -(800072, 2, 72905, 7, 52.00, '2025-07-03 01:18:30'), -(800072, 3, 76948, 4, 26.00, '2025-07-03 01:05:05'), -(800073, 1, 75453, 1, 65.00, '2025-07-03 00:58:32'), -(800073, 2, 70348, 5, 10.00, '2025-07-03 00:57:13'), -(800074, 1, 73723, 7, 57.00, '2025-07-03 01:01:47'), -(800074, 2, 76563, 7, 42.00, '2025-07-03 01:09:26'), -(800074, 3, 72585, 4, 63.00, '2025-07-03 01:19:08'), -(800074, 4, 75453, 6, 65.00, '2025-07-03 00:57:53'), -(800074, 5, 70241, 6, 92.00, '2025-07-03 01:04:06'), -(800075, 1, 74032, 10, 57.00, '2025-07-03 00:53:44'), -(800075, 2, 76665, 1, 14.00, '2025-07-03 01:08:59'), -(800076, 1, 72419, 4, 34.00, '2025-07-03 01:07:35'), -(800076, 2, 76522, 5, 13.00, '2025-07-03 00:58:38'), -(800076, 3, 72380, 3, 20.00, '2025-07-03 01:03:45'), -(800076, 4, 78723, 8, 20.00, '2025-07-03 01:01:49'), -(800076, 5, 75453, 3, 65.00, '2025-07-03 01:18:30'), -(800076, 6, 76948, 5, 26.00, '2025-07-03 00:58:23'), -(800076, 7, 76665, 6, 14.00, '2025-07-03 01:10:25'), -(800076, 8, 75666, 3, 88.00, '2025-07-03 01:11:20'), -(800076, 9, 78114, 7, 37.00, '2025-07-03 01:12:13'), -(800076, 10, 79560, 2, 43.00, '2025-07-03 01:09:36'), -(800077, 1, 72429, 1, 34.00, '2025-07-03 01:06:29'), -(800077, 2, 70155, 6, 81.00, '2025-07-03 01:08:28'), -(800077, 3, 78863, 3, 85.00, '2025-07-03 01:18:41'), -(800077, 4, 79761, 4, 97.00, '2025-07-03 01:11:12'), -(800078, 1, 72419, 3, 34.00, '2025-07-03 01:20:32'), -(800078, 2, 75900, 4, 56.00, '2025-07-03 01:15:37'), -(800078, 3, 73634, 3, 85.00, '2025-07-03 01:20:23'), -(800078, 4, 72603, 5, 78.00, '2025-07-03 00:57:56'), -(800078, 5, 71955, 7, 44.00, '2025-07-03 01:03:24'), -(800078, 6, 73092, 8, 80.00, '2025-07-03 01:18:26'), -(800078, 7, 74518, 9, 65.00, '2025-07-03 01:13:01'), -(800078, 8, 72520, 9, 29.00, '2025-07-03 00:54:59'), -(800078, 9, 77331, 5, 28.00, '2025-07-03 01:15:36'), -(800079, 1, 70684, 10, 32.00, '2025-07-03 00:56:56'), -(800079, 2, 76623, 6, 50.00, '2025-07-03 01:03:48'), -(800079, 3, 74954, 2, 17.00, '2025-07-03 00:53:49'), -(800079, 4, 74900, 9, 40.00, '2025-07-03 01:16:53'), -(800079, 5, 75517, 3, 45.00, '2025-07-03 01:00:40'), -(800080, 1, 73818, 2, 83.00, '2025-07-03 00:58:07'), -(800080, 2, 74359, 9, 84.00, '2025-07-03 00:55:31'), -(800080, 3, 71304, 9, 21.00, '2025-07-03 01:17:46'), -(800081, 1, 74677, 2, 66.00, '2025-07-03 01:08:13'), -(800081, 2, 78291, 8, 38.00, '2025-07-03 01:18:27'), -(800081, 3, 71950, 8, 30.00, '2025-07-03 01:17:33'), -(800081, 4, 77115, 1, 15.00, '2025-07-03 01:11:35'), -(800082, 1, 71488, 8, 91.00, '2025-07-03 01:19:27'), -(800082, 2, 77761, 3, 54.00, '2025-07-03 01:08:00'), -(800082, 3, 72826, 9, 34.00, '2025-07-03 01:02:02'), -(800082, 4, 70904, 1, 60.00, '2025-07-03 01:00:40'), -(800083, 1, 76905, 6, 86.00, '2025-07-03 00:57:08'), -(800083, 2, 74400, 5, 51.00, '2025-07-03 01:20:33'), -(800083, 3, 79132, 2, 13.00, '2025-07-03 00:51:55'), -(800083, 4, 76732, 7, 61.00, '2025-07-03 00:53:19'), -(800083, 5, 70584, 6, 96.00, '2025-07-03 01:15:26'), -(800083, 6, 78969, 7, 66.00, '2025-07-03 01:08:32'), -(800084, 1, 79546, 7, 70.00, '2025-07-03 01:17:36'), -(800084, 2, 79761, 8, 97.00, '2025-07-03 01:00:52'), -(800084, 3, 77331, 3, 28.00, '2025-07-03 01:03:55'), -(800084, 4, 76079, 9, 46.00, '2025-07-03 01:05:27'), -(800084, 5, 74032, 9, 57.00, '2025-07-03 01:05:30'), -(800085, 1, 77234, 6, 64.00, '2025-07-03 01:04:38'), -(800085, 2, 78736, 4, 40.00, '2025-07-03 01:18:53'), -(800085, 3, 70011, 6, 71.00, '2025-07-03 00:54:52'), -(800085, 4, 70295, 10, 66.00, '2025-07-03 01:20:58'), -(800085, 5, 71950, 1, 30.00, '2025-07-03 01:20:53'), -(800085, 6, 75812, 2, 91.00, '2025-07-03 00:59:51'), -(800085, 7, 70295, 2, 66.00, '2025-07-03 01:04:17'), -(800085, 8, 78969, 9, 66.00, '2025-07-03 01:17:04'), -(800086, 1, 75899, 1, 42.00, '2025-07-03 00:59:09'), -(800086, 2, 71950, 6, 30.00, '2025-07-03 00:56:54'), -(800087, 1, 76793, 2, 11.00, '2025-07-03 01:14:20'), -(800087, 2, 77500, 10, 47.00, '2025-07-03 00:59:49'), -(800087, 3, 73504, 5, 25.00, '2025-07-03 01:00:04'), -(800087, 4, 72257, 1, 90.00, '2025-07-03 01:18:11'), -(800088, 1, 75242, 4, 36.00, '2025-07-03 01:00:02'), -(800088, 2, 75139, 6, 69.00, '2025-07-03 00:59:26'), -(800088, 3, 72520, 10, 29.00, '2025-07-03 01:06:34'), -(800088, 4, 78161, 8, 48.00, '2025-07-03 00:59:39'), -(800088, 5, 77500, 8, 47.00, '2025-07-03 01:14:58'), -(800088, 6, 77709, 3, 86.00, '2025-07-03 01:02:19'), -(800089, 1, 71566, 7, 98.00, '2025-07-03 00:59:32'), -(800090, 1, 75614, 4, 44.00, '2025-07-03 01:02:51'), -(800090, 2, 73316, 1, 63.00, '2025-07-03 01:01:14'), -(800090, 3, 79504, 6, 31.00, '2025-07-03 01:04:54'), -(800090, 4, 79304, 2, 43.00, '2025-07-03 01:06:20'), -(800091, 1, 75143, 1, 95.00, '2025-07-03 01:10:28'), -(800091, 2, 73634, 9, 85.00, '2025-07-03 01:09:30'), -(800091, 3, 78826, 4, 46.00, '2025-07-03 01:08:31'), -(800091, 4, 70412, 9, 98.00, '2025-07-03 01:09:56'), -(800091, 5, 71607, 5, 27.00, '2025-07-03 01:16:10'), -(800092, 1, 75097, 10, 79.00, '2025-07-03 01:15:42'), -(800092, 2, 70241, 2, 92.00, '2025-07-03 00:51:52'), -(800092, 3, 75517, 4, 45.00, '2025-07-03 01:20:54'), -(800092, 4, 72901, 2, 18.00, '2025-07-03 01:15:55'), -(800092, 5, 77426, 3, 91.00, '2025-07-03 00:55:40'), -(800092, 6, 75899, 1, 42.00, '2025-07-03 01:19:44'), -(800092, 7, 79203, 10, 87.00, '2025-07-03 00:56:12'), -(800093, 1, 78653, 8, 96.00, '2025-07-03 00:59:09'), -(800093, 2, 71655, 10, 72.00, '2025-07-03 01:11:05'), -(800093, 3, 76623, 7, 50.00, '2025-07-03 01:13:55'), -(800094, 1, 72594, 10, 97.00, '2025-07-03 00:52:32'), -(800094, 2, 73238, 10, 56.00, '2025-07-03 01:04:52'), -(800094, 3, 79504, 8, 31.00, '2025-07-03 01:09:09'), -(800094, 4, 75477, 6, 86.00, '2025-07-03 01:21:06'), -(800094, 5, 76793, 7, 11.00, '2025-07-03 01:03:54'), -(800094, 6, 73748, 2, 61.00, '2025-07-03 01:04:25'), -(800094, 7, 78463, 6, 40.00, '2025-07-03 01:09:29'), -(800095, 1, 71304, 7, 21.00, '2025-07-03 01:18:59'), -(800095, 2, 77450, 10, 99.00, '2025-07-03 00:52:47'), -(800095, 3, 74059, 2, 69.00, '2025-07-03 01:12:38'), -(800096, 1, 75517, 4, 45.00, '2025-07-03 00:57:40'), -(800096, 2, 73634, 8, 85.00, '2025-07-03 00:56:57'), -(800097, 1, 78969, 2, 66.00, '2025-07-03 01:11:08'), -(800097, 2, 74867, 2, 15.00, '2025-07-03 00:52:43'), -(800097, 3, 75900, 8, 56.00, '2025-07-03 00:52:49'), -(800097, 4, 72594, 9, 97.00, '2025-07-03 01:16:49'), -(800097, 5, 79132, 8, 13.00, '2025-07-03 01:09:26'), -(800097, 6, 70684, 3, 32.00, '2025-07-03 01:15:18'), -(800097, 7, 78021, 2, 55.00, '2025-07-03 00:53:41'), -(800097, 8, 71561, 7, 18.00, '2025-07-03 01:16:23'), -(800098, 1, 77115, 6, 15.00, '2025-07-03 00:52:51'), -(800098, 2, 72608, 3, 100.00, '2025-07-03 01:06:18'), -(800099, 1, 78005, 4, 64.00, '2025-07-03 01:06:26'), -(800099, 2, 70705, 9, 35.00, '2025-07-03 01:11:02'), -(800099, 3, 78969, 3, 66.00, '2025-07-03 01:09:07'), -(800100, 1, 70904, 3, 60.00, '2025-07-03 00:58:53'), -(800100, 2, 77443, 3, 30.00, '2025-07-03 01:14:14'), -(800100, 3, 71058, 4, 73.00, '2025-07-03 01:11:37'), -(800100, 4, 74642, 10, 69.00, '2025-07-03 00:58:14'), -(800101, 1, 78683, 9, 82.00, '2025-07-03 01:13:46'), -(800101, 2, 77546, 7, 50.00, '2025-07-03 01:11:51'), -(800101, 3, 71846, 10, 87.00, '2025-07-03 01:16:48'), -(800101, 4, 79189, 4, 32.00, '2025-07-03 01:19:47'), -(800102, 1, 73841, 7, 86.00, '2025-07-03 01:15:09'), -(800102, 2, 79750, 5, 89.00, '2025-07-03 00:56:08'), -(800102, 3, 76647, 3, 84.00, '2025-07-03 01:02:04'), -(800102, 4, 72583, 3, 82.00, '2025-07-03 00:55:44'), -(800102, 5, 72585, 3, 63.00, '2025-07-03 01:16:41'), -(800102, 6, 70768, 3, 57.00, '2025-07-03 01:13:20'), -(800102, 7, 76623, 2, 50.00, '2025-07-03 00:59:35'), -(800103, 1, 70412, 9, 98.00, '2025-07-03 01:16:16'), -(800103, 2, 70836, 5, 32.00, '2025-07-03 00:55:57'), -(800103, 3, 78985, 3, 27.00, '2025-07-03 00:57:19'), -(800104, 1, 74032, 2, 57.00, '2025-07-03 01:10:24'), -(800105, 1, 73092, 4, 80.00, '2025-07-03 01:17:04'), -(800105, 2, 77546, 6, 50.00, '2025-07-03 00:53:59'), -(800105, 3, 72398, 2, 98.00, '2025-07-03 01:01:02'), -(800106, 1, 75477, 8, 86.00, '2025-07-03 01:10:23'), -(800106, 2, 79203, 3, 87.00, '2025-07-03 01:06:24'), -(800106, 3, 79761, 4, 97.00, '2025-07-03 01:02:44'), -(800107, 1, 79469, 9, 33.00, '2025-07-03 01:02:09'), -(800107, 2, 72058, 9, 86.00, '2025-07-03 01:10:53'), -(800108, 1, 77115, 8, 15.00, '2025-07-03 01:04:32'), -(800109, 1, 73092, 1, 80.00, '2025-07-03 01:00:03'), -(800109, 2, 72419, 10, 34.00, '2025-07-03 01:04:09'), -(800110, 1, 78601, 5, 92.00, '2025-07-03 01:01:25'), -(800110, 2, 75900, 5, 56.00, '2025-07-03 01:12:59'), -(800110, 3, 71955, 4, 44.00, '2025-07-03 01:00:03'), -(800110, 4, 74400, 7, 51.00, '2025-07-03 01:18:17'), -(800110, 5, 74900, 3, 40.00, '2025-07-03 01:13:31'), -(800110, 6, 72058, 1, 86.00, '2025-07-03 01:03:33'), -(800110, 7, 79930, 9, 66.00, '2025-07-03 01:08:36'), -(800110, 8, 74030, 10, 27.00, '2025-07-03 01:03:50'), -(800111, 1, 72771, 10, 98.00, '2025-07-03 01:08:46'), -(800111, 2, 78863, 1, 85.00, '2025-07-03 01:08:05'), -(800111, 3, 72168, 4, 66.00, '2025-07-03 01:06:30'), -(800111, 4, 74867, 5, 15.00, '2025-07-03 01:04:08'), -(800112, 1, 79399, 9, 84.00, '2025-07-03 00:58:06'), -(800112, 2, 71328, 5, 72.00, '2025-07-03 00:51:51'), -(800112, 3, 79258, 4, 72.00, '2025-07-03 00:59:36'), -(800112, 4, 75156, 5, 62.00, '2025-07-03 00:56:26'), -(800113, 1, 75666, 8, 88.00, '2025-07-03 01:04:07'), -(800113, 2, 77546, 3, 50.00, '2025-07-03 01:05:57'), -(800113, 3, 75283, 2, 46.00, '2025-07-03 01:03:33'), -(800113, 4, 77709, 1, 86.00, '2025-07-03 00:59:22'), -(800113, 5, 71766, 5, 89.00, '2025-07-03 00:52:51'), -(800113, 6, 75832, 8, 16.00, '2025-07-03 01:01:42'), -(800113, 7, 73285, 1, 35.00, '2025-07-03 00:59:23'), -(800113, 8, 72419, 2, 34.00, '2025-07-03 01:04:45'), -(800114, 1, 70775, 2, 31.00, '2025-07-03 01:06:29'), -(800114, 2, 72731, 2, 63.00, '2025-07-03 00:56:24'), -(800114, 3, 74502, 9, 17.00, '2025-07-03 00:54:03'), -(800114, 4, 73047, 3, 96.00, '2025-07-03 01:05:07'), -(800115, 1, 74030, 1, 27.00, '2025-07-03 01:02:36'), -(800115, 2, 75097, 9, 79.00, '2025-07-03 01:21:22'), -(800115, 3, 73634, 2, 85.00, '2025-07-03 00:52:37'), -(800115, 4, 70904, 7, 60.00, '2025-07-03 01:10:36'), -(800115, 5, 78130, 3, 24.00, '2025-07-03 01:03:30'), -(800115, 6, 71607, 6, 27.00, '2025-07-03 01:06:55'), -(800115, 7, 70348, 10, 10.00, '2025-07-03 00:53:47'), -(800116, 1, 75322, 7, 44.00, '2025-07-03 01:20:01'), -(800116, 2, 76793, 9, 11.00, '2025-07-03 01:20:22'), -(800116, 3, 71655, 9, 72.00, '2025-07-03 01:14:01'), -(800116, 4, 78161, 4, 48.00, '2025-07-03 00:58:43'), -(800116, 5, 73092, 9, 80.00, '2025-07-03 01:01:33'), -(800116, 6, 70904, 2, 60.00, '2025-07-03 01:17:55'), -(800117, 1, 71488, 3, 91.00, '2025-07-03 00:59:51'), -(800117, 2, 77640, 8, 63.00, '2025-07-03 00:53:26'), -(800117, 3, 79761, 3, 97.00, '2025-07-03 01:06:49'), -(800117, 4, 71304, 3, 21.00, '2025-07-03 01:01:02'), -(800118, 1, 76563, 7, 42.00, '2025-07-03 01:07:10'), -(800118, 2, 78601, 1, 92.00, '2025-07-03 01:07:20'), -(800118, 3, 72585, 4, 63.00, '2025-07-03 00:57:34'), -(800118, 4, 72075, 6, 27.00, '2025-07-03 00:58:51'), -(800118, 5, 72262, 2, 15.00, '2025-07-03 01:10:28'), -(800119, 1, 75900, 2, 56.00, '2025-07-03 01:15:38'), -(800119, 2, 70155, 5, 81.00, '2025-07-03 01:01:52'), -(800120, 1, 79144, 9, 75.00, '2025-07-03 01:01:27'), -(800121, 1, 78969, 5, 66.00, '2025-07-03 01:20:51'), -(800121, 2, 73818, 6, 83.00, '2025-07-03 01:10:06'), -(800121, 3, 72058, 1, 86.00, '2025-07-03 00:59:05'), -(800122, 1, 72905, 10, 52.00, '2025-07-03 01:03:17'), -(800122, 2, 77500, 8, 47.00, '2025-07-03 00:52:08'), -(800122, 3, 70011, 9, 71.00, '2025-07-03 01:04:26'), -(800122, 4, 73285, 8, 35.00, '2025-07-03 01:05:42'), -(800122, 5, 70654, 10, 95.00, '2025-07-03 00:51:49'), -(800122, 6, 79258, 5, 72.00, '2025-07-03 01:01:10'), -(800122, 7, 78161, 9, 48.00, '2025-07-03 01:18:21'), -(800123, 1, 75242, 8, 36.00, '2025-07-03 01:13:17'), -(800123, 2, 70904, 9, 60.00, '2025-07-03 01:11:31'), -(800123, 3, 74518, 7, 65.00, '2025-07-03 01:07:25'), -(800123, 4, 78863, 10, 85.00, '2025-07-03 00:57:35'), -(800123, 5, 77426, 10, 91.00, '2025-07-03 01:08:32'), -(800123, 6, 78683, 2, 82.00, '2025-07-03 01:13:25'), -(800123, 7, 73655, 10, 32.00, '2025-07-03 01:12:03'), -(800123, 8, 79189, 8, 32.00, '2025-07-03 00:56:45'), -(800123, 9, 72075, 5, 27.00, '2025-07-03 01:04:23'), -(800123, 10, 74059, 1, 69.00, '2025-07-03 00:51:57'), -(800124, 1, 77443, 9, 30.00, '2025-07-03 00:51:56'), -(800124, 2, 72889, 8, 10.00, '2025-07-03 01:17:10'), -(800125, 1, 70768, 1, 57.00, '2025-07-03 01:11:40'), -(800125, 2, 72058, 10, 86.00, '2025-07-03 00:56:16'), -(800125, 3, 74867, 10, 15.00, '2025-07-03 01:07:49'), -(800125, 4, 79109, 7, 85.00, '2025-07-03 01:02:21'), -(800126, 1, 71313, 6, 83.00, '2025-07-03 01:21:45'), -(800126, 2, 73841, 10, 86.00, '2025-07-03 01:17:46'), -(800127, 1, 78021, 4, 55.00, '2025-07-03 01:14:44'), -(800127, 2, 78837, 2, 26.00, '2025-07-03 01:12:17'), -(800127, 3, 75899, 3, 42.00, '2025-07-03 00:54:09'), -(800127, 4, 72585, 10, 63.00, '2025-07-03 00:54:47'), -(800127, 5, 71989, 3, 32.00, '2025-07-03 01:17:08'), -(800127, 6, 71561, 5, 18.00, '2025-07-03 01:06:44'), -(800127, 7, 72257, 6, 90.00, '2025-07-03 00:56:52'), -(800127, 8, 72429, 8, 34.00, '2025-07-03 01:15:03'), -(800127, 9, 74209, 10, 74.00, '2025-07-03 01:02:25'), -(800127, 10, 77600, 1, 67.00, '2025-07-03 01:21:47'), -(800128, 1, 70011, 7, 71.00, '2025-07-03 00:52:02'), -(800128, 2, 73634, 10, 85.00, '2025-07-03 00:57:08'), -(800129, 1, 79275, 10, 100.00, '2025-07-03 01:01:25'), -(800129, 2, 76905, 7, 86.00, '2025-07-03 01:02:06'), -(800129, 3, 77761, 5, 54.00, '2025-07-03 01:07:43'), -(800129, 4, 78161, 8, 48.00, '2025-07-03 01:10:57'), -(800129, 5, 76948, 2, 26.00, '2025-07-03 01:20:50'), -(800130, 1, 79304, 3, 43.00, '2025-07-03 01:05:05'), -(800130, 2, 78837, 4, 26.00, '2025-07-03 01:03:31'), -(800130, 3, 73841, 4, 86.00, '2025-07-03 01:19:13'), -(800131, 1, 75517, 1, 45.00, '2025-07-03 01:11:45'), -(800131, 2, 79469, 4, 33.00, '2025-07-03 01:08:10'), -(800131, 3, 74867, 1, 15.00, '2025-07-03 01:19:37'), -(800131, 4, 72771, 1, 98.00, '2025-07-03 00:57:04'), -(800131, 5, 70412, 8, 98.00, '2025-07-03 01:20:11'), -(800132, 1, 70518, 10, 35.00, '2025-07-03 01:21:35'), -(800132, 2, 74867, 9, 15.00, '2025-07-03 01:07:52'), -(800132, 3, 78161, 10, 48.00, '2025-07-03 01:01:56'), -(800132, 4, 71561, 7, 18.00, '2025-07-03 01:18:37'), -(800132, 5, 73748, 3, 61.00, '2025-07-03 01:00:33'), -(800132, 6, 72419, 9, 34.00, '2025-07-03 00:58:02'), -(800132, 7, 76431, 7, 78.00, '2025-07-03 01:14:01'), -(800132, 8, 77443, 1, 30.00, '2025-07-03 00:54:53'), -(800132, 9, 71018, 2, 68.00, '2025-07-03 01:02:09'), -(800133, 1, 79258, 2, 72.00, '2025-07-03 00:59:31'), -(800133, 2, 79304, 3, 43.00, '2025-07-03 01:00:41'), -(800133, 3, 70518, 8, 35.00, '2025-07-03 01:03:44'), -(800133, 4, 75899, 1, 42.00, '2025-07-03 01:04:46'), -(800133, 5, 76948, 1, 26.00, '2025-07-03 00:53:50'), -(800133, 6, 78736, 5, 40.00, '2025-07-03 00:56:34'), -(800133, 7, 72645, 2, 57.00, '2025-07-03 01:19:33'), -(800133, 8, 79109, 7, 85.00, '2025-07-03 00:58:49'), -(800133, 9, 78837, 9, 26.00, '2025-07-03 01:20:50'), -(800133, 10, 71989, 3, 32.00, '2025-07-03 01:11:32'), -(800134, 1, 77600, 3, 67.00, '2025-07-03 01:13:00'), -(800134, 2, 78601, 7, 92.00, '2025-07-03 01:19:24'), -(800134, 3, 73238, 8, 56.00, '2025-07-03 01:07:06'), -(800134, 4, 78723, 2, 20.00, '2025-07-03 00:56:11'), -(800134, 5, 75009, 1, 46.00, '2025-07-03 01:18:14'), -(800134, 6, 76993, 1, 77.00, '2025-07-03 00:58:09'), -(800134, 7, 72608, 1, 100.00, '2025-07-03 00:57:42'), -(800134, 8, 73504, 8, 25.00, '2025-07-03 01:20:12'), -(800134, 9, 78837, 6, 26.00, '2025-07-03 00:56:12'), -(800135, 1, 70775, 8, 31.00, '2025-07-03 01:04:57'), -(800135, 2, 78161, 3, 48.00, '2025-07-03 00:59:09'), -(800135, 3, 76522, 9, 13.00, '2025-07-03 01:21:50'), -(800135, 4, 78021, 5, 55.00, '2025-07-03 01:09:49'), -(800135, 5, 72398, 7, 98.00, '2025-07-03 01:09:03'), -(800136, 1, 72585, 6, 63.00, '2025-07-03 01:06:28'), -(800136, 2, 78837, 5, 26.00, '2025-07-03 01:01:57'), -(800136, 3, 74155, 7, 73.00, '2025-07-03 01:19:16'), -(800136, 4, 70775, 6, 31.00, '2025-07-03 01:00:14'), -(800136, 5, 79203, 7, 87.00, '2025-07-03 01:16:52'), -(800136, 6, 76905, 5, 86.00, '2025-07-03 01:13:25'), -(800136, 7, 77640, 7, 63.00, '2025-07-03 00:52:13'), -(800136, 8, 70768, 1, 57.00, '2025-07-03 01:07:37'), -(800136, 9, 71950, 10, 30.00, '2025-07-03 01:20:09'), -(800136, 10, 79761, 6, 97.00, '2025-07-03 01:02:45'), -(800137, 1, 75899, 8, 42.00, '2025-07-03 00:52:11'), -(800137, 2, 77115, 1, 15.00, '2025-07-03 01:01:52'), -(800137, 3, 74032, 9, 57.00, '2025-07-03 00:58:31'), -(800137, 4, 70904, 3, 60.00, '2025-07-03 00:54:00'), -(800138, 1, 78653, 7, 96.00, '2025-07-03 01:13:51'), -(800138, 2, 71481, 7, 78.00, '2025-07-03 01:00:34'), -(800138, 3, 75270, 9, 41.00, '2025-07-03 01:17:54'), -(800139, 1, 72905, 7, 52.00, '2025-07-03 01:10:14'), -(800140, 1, 72058, 8, 86.00, '2025-07-03 01:12:30'), -(800140, 2, 75832, 3, 16.00, '2025-07-03 01:08:46'), -(800140, 3, 70836, 4, 32.00, '2025-07-03 00:52:58'), -(800140, 4, 76948, 1, 26.00, '2025-07-03 01:04:03'), -(800140, 5, 78969, 5, 66.00, '2025-07-03 01:12:14'), -(800140, 6, 79750, 6, 89.00, '2025-07-03 01:09:38'), -(800140, 7, 70295, 3, 66.00, '2025-07-03 00:55:23'), -(800141, 1, 74518, 2, 65.00, '2025-07-03 01:03:52'), -(800141, 2, 75401, 4, 26.00, '2025-07-03 01:19:07'), -(800141, 3, 76623, 8, 50.00, '2025-07-03 01:14:28'), -(800141, 4, 74518, 5, 65.00, '2025-07-03 01:21:46'), -(800142, 1, 76665, 10, 14.00, '2025-07-03 00:57:10'), -(800142, 2, 72771, 3, 98.00, '2025-07-03 00:57:02'), -(800142, 3, 75832, 6, 16.00, '2025-07-03 01:01:56'), -(800142, 4, 76732, 9, 61.00, '2025-07-03 01:05:28'), -(800142, 5, 72585, 7, 63.00, '2025-07-03 01:05:59'), -(800142, 6, 79258, 5, 72.00, '2025-07-03 01:10:00'), -(800143, 1, 76948, 9, 26.00, '2025-07-03 01:21:19'), -(800143, 2, 75009, 5, 46.00, '2025-07-03 00:55:38'), -(800143, 3, 70775, 3, 31.00, '2025-07-03 01:20:10'), -(800143, 4, 79133, 10, 27.00, '2025-07-03 01:14:06'), -(800143, 5, 76171, 5, 77.00, '2025-07-03 01:02:51'), -(800143, 6, 79469, 9, 33.00, '2025-07-03 00:56:01'), -(800144, 1, 74400, 6, 51.00, '2025-07-03 01:18:09'), -(800144, 2, 77234, 2, 64.00, '2025-07-03 00:57:36'), -(800144, 3, 76171, 4, 77.00, '2025-07-03 01:11:13'), -(800145, 1, 79930, 9, 66.00, '2025-07-03 01:07:20'), -(800145, 2, 73841, 3, 86.00, '2025-07-03 01:01:25'), -(800145, 3, 71607, 8, 27.00, '2025-07-03 01:15:40'), -(800146, 1, 76225, 7, 23.00, '2025-07-03 01:16:30'), -(800146, 2, 78291, 10, 38.00, '2025-07-03 01:14:02'), -(800146, 3, 71328, 10, 72.00, '2025-07-03 00:59:06'), -(800146, 4, 72429, 6, 34.00, '2025-07-03 00:57:13'), -(800146, 5, 77017, 1, 42.00, '2025-07-03 00:55:22'), -(800146, 6, 75812, 3, 91.00, '2025-07-03 00:58:27'), -(800146, 7, 78723, 5, 20.00, '2025-07-03 01:16:28'), -(800146, 8, 73910, 3, 82.00, '2025-07-03 01:18:37'), -(800146, 9, 72380, 5, 20.00, '2025-07-03 01:14:57'), -(800146, 10, 79258, 10, 72.00, '2025-07-03 01:16:29'), -(800147, 1, 75246, 2, 25.00, '2025-07-03 01:08:06'), -(800147, 2, 73910, 10, 82.00, '2025-07-03 01:15:14'), -(800147, 3, 72826, 6, 34.00, '2025-07-03 01:03:40'), -(800147, 4, 75009, 8, 46.00, '2025-07-03 01:18:38'), -(800147, 5, 76732, 10, 61.00, '2025-07-03 01:19:05'), -(800147, 6, 79750, 1, 89.00, '2025-07-03 01:07:07'), -(800147, 7, 72645, 9, 57.00, '2025-07-03 01:08:54'), -(800147, 8, 70271, 6, 82.00, '2025-07-03 01:09:13'), -(800147, 9, 74277, 10, 91.00, '2025-07-03 01:22:09'), -(800148, 1, 75401, 3, 26.00, '2025-07-03 00:57:46'), -(800148, 2, 77426, 5, 91.00, '2025-07-03 01:21:04'), -(800149, 1, 72520, 2, 29.00, '2025-07-03 01:03:56'), -(800149, 2, 79189, 2, 32.00, '2025-07-03 01:04:04'), -(800149, 3, 76665, 4, 14.00, '2025-07-03 01:02:47'), -(800149, 4, 79133, 10, 27.00, '2025-07-03 01:00:42'), -(800149, 5, 78234, 3, 68.00, '2025-07-03 01:11:46'), -(800149, 6, 75684, 4, 87.00, '2025-07-03 01:06:27'), -(800149, 7, 77443, 8, 30.00, '2025-07-03 01:16:51'), -(800150, 1, 78161, 3, 48.00, '2025-07-03 01:04:41'), -(800150, 2, 77807, 7, 93.00, '2025-07-03 00:55:05'), -(800150, 3, 70705, 3, 35.00, '2025-07-03 00:56:54'), -(800150, 4, 75270, 6, 41.00, '2025-07-03 01:20:24'), -(800150, 5, 70654, 1, 95.00, '2025-07-03 01:07:49'), -(800150, 6, 72594, 1, 97.00, '2025-07-03 01:13:22'), -(800150, 7, 74954, 9, 17.00, '2025-07-03 01:07:48'), -(800151, 1, 71955, 3, 44.00, '2025-07-03 01:21:28'), -(800151, 2, 70654, 5, 95.00, '2025-07-03 01:15:11'), -(800151, 3, 73238, 1, 56.00, '2025-07-03 01:20:47'), -(800151, 4, 72175, 7, 78.00, '2025-07-03 01:16:12'), -(800151, 5, 72058, 4, 86.00, '2025-07-03 01:20:32'), -(800151, 6, 79469, 5, 33.00, '2025-07-03 01:19:03'), -(800151, 7, 70775, 3, 31.00, '2025-07-03 01:13:21'), -(800151, 8, 71561, 2, 18.00, '2025-07-03 01:00:30'), -(800151, 9, 70584, 8, 96.00, '2025-07-03 00:56:57'), -(800151, 10, 79109, 4, 85.00, '2025-07-03 01:14:03'), -(800152, 1, 74799, 5, 57.00, '2025-07-03 01:01:25'), -(800152, 2, 78234, 7, 68.00, '2025-07-03 01:03:11'), -(800152, 3, 72603, 10, 78.00, '2025-07-03 00:56:58'), -(800152, 4, 79133, 1, 27.00, '2025-07-03 00:55:00'), -(800152, 5, 77017, 1, 42.00, '2025-07-03 00:53:30'), -(800152, 6, 70155, 3, 81.00, '2025-07-03 01:21:33'), -(800152, 7, 76905, 4, 86.00, '2025-07-03 01:17:19'), -(800152, 8, 79189, 9, 32.00, '2025-07-03 01:11:08'), -(800153, 1, 79133, 3, 27.00, '2025-07-03 01:16:11'), -(800153, 2, 70584, 2, 96.00, '2025-07-03 01:11:06'), -(800153, 3, 77234, 4, 64.00, '2025-07-03 01:08:37'), -(800153, 4, 79132, 7, 13.00, '2025-07-03 01:10:38'), -(800153, 5, 71607, 2, 27.00, '2025-07-03 01:04:14'), -(800153, 6, 72946, 6, 16.00, '2025-07-03 00:52:55'), -(800154, 1, 77447, 10, 61.00, '2025-07-03 01:07:10'), -(800154, 2, 78683, 1, 82.00, '2025-07-03 00:57:20'), -(800155, 1, 73818, 2, 83.00, '2025-07-03 01:17:57'), -(800155, 2, 70654, 3, 95.00, '2025-07-03 01:00:30'), -(800156, 1, 71655, 5, 72.00, '2025-07-03 01:14:54'), -(800156, 2, 76247, 1, 85.00, '2025-07-03 01:20:55'), -(800157, 1, 76522, 5, 13.00, '2025-07-03 01:08:15'), -(800157, 2, 73986, 9, 27.00, '2025-07-03 00:58:08'), -(800158, 1, 72262, 6, 15.00, '2025-07-03 01:05:55'), -(800158, 2, 72987, 3, 98.00, '2025-07-03 01:11:52'), -(800158, 3, 75265, 9, 34.00, '2025-07-03 01:10:52'), -(800158, 4, 79203, 5, 87.00, '2025-07-03 01:04:38'), -(800158, 5, 77021, 1, 55.00, '2025-07-03 00:56:36'), -(800158, 6, 77426, 7, 91.00, '2025-07-03 00:56:15'), -(800159, 1, 70271, 6, 82.00, '2025-07-03 01:17:17'), -(800160, 1, 78021, 9, 55.00, '2025-07-03 01:09:29'), -(800160, 2, 74642, 4, 69.00, '2025-07-03 01:14:08'), -(800160, 3, 70155, 5, 81.00, '2025-07-03 01:13:42'), -(800160, 4, 74032, 4, 57.00, '2025-07-03 01:10:57'), -(800160, 5, 71607, 4, 27.00, '2025-07-03 01:00:09'), -(800160, 6, 78723, 2, 20.00, '2025-07-03 01:18:16'), -(800160, 7, 79144, 9, 75.00, '2025-07-03 01:18:06'), -(800160, 8, 79144, 8, 75.00, '2025-07-03 01:02:50'), -(800160, 9, 75322, 1, 44.00, '2025-07-03 00:54:19'), -(800161, 1, 75477, 3, 86.00, '2025-07-03 01:19:43'), -(800161, 2, 77807, 1, 93.00, '2025-07-03 01:22:13'), -(800161, 3, 72905, 1, 52.00, '2025-07-03 01:06:50'), -(800161, 4, 72429, 9, 34.00, '2025-07-03 00:55:06'), -(800161, 5, 75477, 10, 86.00, '2025-07-03 01:08:07'), -(800162, 1, 72419, 6, 34.00, '2025-07-03 01:02:35'), -(800162, 2, 74518, 1, 65.00, '2025-07-03 01:21:01'), -(800162, 3, 75812, 3, 91.00, '2025-07-03 00:59:54'), -(800162, 4, 72262, 8, 15.00, '2025-07-03 01:15:18'), -(800162, 5, 74059, 1, 69.00, '2025-07-03 01:15:13'), -(800163, 1, 76665, 2, 14.00, '2025-07-03 00:52:54'), -(800163, 2, 72380, 5, 20.00, '2025-07-03 01:12:25'), -(800163, 3, 70768, 8, 57.00, '2025-07-03 01:21:40'), -(800163, 4, 72078, 8, 84.00, '2025-07-03 01:16:40'), -(800163, 5, 74502, 8, 17.00, '2025-07-03 01:00:57'), -(800163, 6, 78826, 6, 46.00, '2025-07-03 00:59:05'), -(800163, 7, 79546, 6, 70.00, '2025-07-03 00:58:20'), -(800163, 8, 79368, 1, 14.00, '2025-07-03 01:04:02'), -(800164, 1, 77500, 2, 47.00, '2025-07-03 01:20:23'), -(800164, 2, 72826, 7, 34.00, '2025-07-03 01:16:57'), -(800164, 3, 72585, 2, 63.00, '2025-07-03 00:57:41'), -(800164, 4, 75666, 9, 88.00, '2025-07-03 01:04:39'), -(800164, 5, 75322, 10, 44.00, '2025-07-03 01:09:35'), -(800164, 6, 79399, 6, 84.00, '2025-07-03 00:57:11'), -(800164, 7, 75322, 4, 44.00, '2025-07-03 00:54:07'), -(800164, 8, 74677, 2, 66.00, '2025-07-03 01:07:54'), -(800165, 1, 71328, 1, 72.00, '2025-07-03 01:11:52'), -(800165, 2, 74502, 6, 17.00, '2025-07-03 00:53:14'), -(800165, 3, 79132, 4, 13.00, '2025-07-03 01:21:37'), -(800165, 4, 76452, 4, 48.00, '2025-07-03 01:03:24'), -(800165, 5, 74209, 9, 74.00, '2025-07-03 01:13:57'), -(800165, 6, 77443, 1, 30.00, '2025-07-03 01:02:18'), -(800165, 7, 76452, 9, 48.00, '2025-07-03 01:15:44'), -(800165, 8, 75009, 5, 46.00, '2025-07-03 01:06:06'), -(800166, 1, 75265, 5, 34.00, '2025-07-03 01:18:09'), -(800167, 1, 71313, 3, 83.00, '2025-07-03 01:15:58'), -(800167, 2, 70768, 1, 57.00, '2025-07-03 01:00:17'), -(800167, 3, 72171, 1, 63.00, '2025-07-03 00:56:33'), -(800167, 4, 75401, 7, 26.00, '2025-07-03 01:10:12'), -(800167, 5, 71488, 10, 91.00, '2025-07-03 00:52:55'), -(800167, 6, 75900, 2, 56.00, '2025-07-03 01:04:39'), -(800167, 7, 71566, 5, 98.00, '2025-07-03 00:58:35'), -(800167, 8, 75517, 3, 45.00, '2025-07-03 00:58:45'), -(800167, 9, 75283, 5, 46.00, '2025-07-03 00:52:55'), -(800167, 10, 70241, 5, 92.00, '2025-07-03 01:02:02'), -(800168, 1, 79469, 2, 33.00, '2025-07-03 01:01:53'), -(800169, 1, 76665, 3, 14.00, '2025-07-03 01:01:51'), -(800169, 2, 74954, 6, 17.00, '2025-07-03 00:54:30'), -(800169, 3, 75242, 8, 36.00, '2025-07-03 01:05:49'), -(800169, 4, 72946, 1, 16.00, '2025-07-03 01:19:57'), -(800170, 1, 72262, 10, 15.00, '2025-07-03 01:13:47'), -(800170, 2, 73092, 3, 80.00, '2025-07-03 01:08:59'), -(800170, 3, 78463, 9, 40.00, '2025-07-03 01:12:54'), -(800171, 1, 79504, 4, 31.00, '2025-07-03 01:15:03'), -(800171, 2, 72262, 4, 15.00, '2025-07-03 01:13:21'), -(800172, 1, 77017, 2, 42.00, '2025-07-03 01:12:37'), -(800172, 2, 79109, 3, 85.00, '2025-07-03 01:22:30'), -(800173, 1, 71989, 2, 32.00, '2025-07-03 01:10:11'), -(800173, 2, 78736, 7, 40.00, '2025-07-03 01:21:32'), -(800173, 3, 70584, 10, 96.00, '2025-07-03 01:00:31'), -(800173, 4, 73910, 9, 82.00, '2025-07-03 01:11:39'), -(800173, 5, 75242, 10, 36.00, '2025-07-03 00:53:41'), -(800173, 6, 70775, 7, 31.00, '2025-07-03 01:03:39'), -(800173, 7, 75453, 8, 65.00, '2025-07-03 01:10:59'), -(800173, 8, 70768, 3, 57.00, '2025-07-03 01:14:00'), -(800173, 9, 75453, 8, 65.00, '2025-07-03 01:18:12'), -(800174, 1, 71566, 6, 98.00, '2025-07-03 01:20:19'), -(800174, 2, 73504, 5, 25.00, '2025-07-03 01:14:26'), -(800174, 3, 72168, 1, 66.00, '2025-07-03 00:59:37'), -(800174, 4, 77115, 5, 15.00, '2025-07-03 01:20:20'), -(800174, 5, 74932, 6, 71.00, '2025-07-03 01:19:27'), -(800174, 6, 74059, 5, 69.00, '2025-07-03 00:53:45'), -(800174, 7, 71058, 8, 73.00, '2025-07-03 01:02:11'), -(800174, 8, 78463, 2, 40.00, '2025-07-03 01:12:30'), -(800174, 9, 77017, 6, 42.00, '2025-07-03 01:20:17'), -(800175, 1, 77807, 8, 93.00, '2025-07-03 01:20:46'), -(800175, 2, 75246, 3, 25.00, '2025-07-03 01:03:13'), -(800175, 3, 70155, 6, 81.00, '2025-07-03 01:17:22'), -(800175, 4, 75453, 3, 65.00, '2025-07-03 01:22:05'), -(800175, 5, 71561, 1, 18.00, '2025-07-03 01:12:00'), -(800175, 6, 74030, 9, 27.00, '2025-07-03 01:20:07'), -(800175, 7, 74954, 4, 17.00, '2025-07-03 01:19:29'), -(800175, 8, 72078, 7, 84.00, '2025-07-03 01:18:53'), -(800175, 9, 78463, 9, 40.00, '2025-07-03 01:11:43'), -(800175, 10, 74359, 3, 84.00, '2025-07-03 01:06:53'), -(800176, 1, 73285, 3, 35.00, '2025-07-03 01:19:38'), -(800176, 2, 79870, 6, 12.00, '2025-07-03 00:52:45'), -(800176, 3, 75614, 8, 44.00, '2025-07-03 01:15:48'), -(800177, 1, 72594, 9, 97.00, '2025-07-03 01:18:31'), -(800177, 2, 71478, 8, 98.00, '2025-07-03 01:08:58'), -(800177, 3, 74231, 5, 32.00, '2025-07-03 01:02:53'), -(800178, 1, 77546, 6, 50.00, '2025-07-03 00:55:50'), -(800179, 1, 76993, 4, 77.00, '2025-07-03 00:58:21'), -(800179, 2, 74502, 9, 17.00, '2025-07-03 00:56:30'), -(800179, 3, 72603, 7, 78.00, '2025-07-03 00:55:11'), -(800179, 4, 79388, 9, 19.00, '2025-07-03 01:19:21'), -(800179, 5, 76793, 1, 11.00, '2025-07-03 00:58:54'), -(800179, 6, 71058, 6, 73.00, '2025-07-03 01:01:11'), -(800179, 7, 71481, 1, 78.00, '2025-07-03 01:11:38'), -(800179, 8, 72419, 8, 34.00, '2025-07-03 01:14:21'), -(800180, 1, 71655, 4, 72.00, '2025-07-03 00:58:27'), -(800181, 1, 72987, 3, 98.00, '2025-07-03 00:55:39'), -(800181, 2, 74277, 10, 91.00, '2025-07-03 00:54:52'), -(800181, 3, 75899, 8, 42.00, '2025-07-03 01:17:22'), -(800181, 4, 75097, 7, 79.00, '2025-07-03 01:10:58'), -(800181, 5, 73556, 9, 100.00, '2025-07-03 01:20:55'), -(800181, 6, 77600, 6, 67.00, '2025-07-03 00:55:50'), -(800181, 7, 72058, 3, 86.00, '2025-07-03 01:20:28'), -(800181, 8, 78653, 1, 96.00, '2025-07-03 01:04:47'), -(800182, 1, 78723, 8, 20.00, '2025-07-03 01:02:05'), -(800182, 2, 77450, 2, 99.00, '2025-07-03 00:53:20'), -(800182, 3, 72075, 1, 27.00, '2025-07-03 00:57:22'), -(800182, 4, 78021, 10, 55.00, '2025-07-03 01:21:19'), -(800182, 5, 79469, 8, 33.00, '2025-07-03 01:00:52'), -(800182, 6, 78826, 1, 46.00, '2025-07-03 01:17:04'), -(800182, 7, 79388, 2, 19.00, '2025-07-03 01:05:53'), -(800183, 1, 77443, 4, 30.00, '2025-07-03 01:22:44'), -(800183, 2, 70241, 3, 92.00, '2025-07-03 00:53:59'), -(800183, 3, 70241, 3, 92.00, '2025-07-03 01:13:33'), -(800183, 4, 72075, 9, 27.00, '2025-07-03 01:17:21'), -(800183, 5, 79132, 3, 13.00, '2025-07-03 01:21:02'), -(800183, 6, 72905, 9, 52.00, '2025-07-03 00:55:35'), -(800183, 7, 72603, 2, 78.00, '2025-07-03 01:02:30'), -(800183, 8, 71478, 8, 98.00, '2025-07-03 01:16:28'), -(800183, 9, 75143, 7, 95.00, '2025-07-03 01:16:17'), -(800183, 10, 70768, 9, 57.00, '2025-07-03 01:00:19'), -(800184, 1, 71328, 8, 72.00, '2025-07-03 00:58:19'), -(800184, 2, 70654, 3, 95.00, '2025-07-03 01:04:49'), -(800184, 3, 79546, 9, 70.00, '2025-07-03 01:10:46'), -(800184, 4, 72075, 4, 27.00, '2025-07-03 00:56:10'), -(800184, 5, 71018, 6, 68.00, '2025-07-03 01:06:50'), -(800184, 6, 78863, 4, 85.00, '2025-07-03 01:08:57'), -(800184, 7, 74677, 4, 66.00, '2025-07-03 01:07:34'), -(800184, 8, 71989, 3, 32.00, '2025-07-03 01:07:42'), -(800184, 9, 75322, 5, 44.00, '2025-07-03 01:10:49'), -(800185, 1, 77443, 8, 30.00, '2025-07-03 01:16:01'), -(800186, 1, 70306, 4, 52.00, '2025-07-03 01:20:24'), -(800186, 2, 72429, 10, 34.00, '2025-07-03 00:58:52'), -(800186, 3, 76665, 6, 14.00, '2025-07-03 01:14:16'), -(800186, 4, 75812, 3, 91.00, '2025-07-03 01:08:19'), -(800186, 5, 70348, 1, 10.00, '2025-07-03 01:13:45'), -(800187, 1, 77761, 4, 54.00, '2025-07-03 00:53:55'), -(800188, 1, 75477, 1, 86.00, '2025-07-03 00:58:45'), -(800188, 2, 73047, 2, 96.00, '2025-07-03 01:11:20'), -(800188, 3, 70177, 8, 43.00, '2025-07-03 00:54:19'), -(800188, 4, 72168, 7, 66.00, '2025-07-03 01:10:57'), -(800188, 5, 79870, 10, 12.00, '2025-07-03 00:53:58'), -(800188, 6, 74359, 4, 84.00, '2025-07-03 01:20:05'), -(800188, 7, 74932, 7, 71.00, '2025-07-03 01:20:49'), -(800188, 8, 71328, 5, 72.00, '2025-07-03 01:14:48'), -(800189, 1, 70584, 1, 96.00, '2025-07-03 00:58:53'), -(800189, 2, 79203, 7, 87.00, '2025-07-03 01:06:27'), -(800189, 3, 74030, 1, 27.00, '2025-07-03 01:22:54'), -(800189, 4, 74932, 7, 71.00, '2025-07-03 01:08:35'), -(800189, 5, 71766, 1, 89.00, '2025-07-03 00:55:13'), -(800189, 6, 79388, 2, 19.00, '2025-07-03 01:10:00'), -(800190, 1, 78291, 6, 38.00, '2025-07-03 00:57:50'), -(800190, 2, 75900, 3, 56.00, '2025-07-03 01:13:25'), -(800190, 3, 74059, 7, 69.00, '2025-07-03 01:02:33'), -(800190, 4, 73504, 6, 25.00, '2025-07-03 01:00:11'), -(800191, 1, 78826, 3, 46.00, '2025-07-03 00:54:28'), -(800191, 2, 77426, 10, 91.00, '2025-07-03 00:56:11'), -(800191, 3, 78463, 7, 40.00, '2025-07-03 01:02:39'), -(800192, 1, 72901, 9, 18.00, '2025-07-03 01:17:35'), -(800192, 2, 70684, 1, 32.00, '2025-07-03 01:02:50'), -(800192, 3, 75156, 2, 62.00, '2025-07-03 01:12:21'), -(800192, 4, 75614, 2, 44.00, '2025-07-03 01:02:14'), -(800192, 5, 75614, 3, 44.00, '2025-07-03 00:57:50'), -(800192, 6, 73818, 7, 83.00, '2025-07-03 01:07:20'), -(800192, 7, 70768, 7, 57.00, '2025-07-03 00:53:49'), -(800192, 8, 75270, 1, 41.00, '2025-07-03 00:58:27'), -(800192, 9, 76431, 2, 78.00, '2025-07-03 01:16:21'), -(800192, 10, 71328, 5, 72.00, '2025-07-03 00:54:09'), -(800193, 1, 72905, 3, 52.00, '2025-07-03 01:15:44'), -(800193, 2, 77640, 8, 63.00, '2025-07-03 01:06:15'), -(800193, 3, 75666, 4, 88.00, '2025-07-03 00:58:01'), -(800193, 4, 71766, 3, 89.00, '2025-07-03 01:21:07'), -(800193, 5, 76522, 1, 13.00, '2025-07-03 00:58:09'), -(800193, 6, 79275, 6, 100.00, '2025-07-03 01:11:30'), -(800193, 7, 73655, 8, 32.00, '2025-07-03 01:12:32'), -(800193, 8, 73047, 1, 96.00, '2025-07-03 00:59:48'), -(800193, 9, 75139, 4, 69.00, '2025-07-03 00:56:19'), -(800193, 10, 72380, 10, 20.00, '2025-07-03 00:54:52'), -(800194, 1, 72520, 10, 29.00, '2025-07-03 01:19:22'), -(800194, 2, 70768, 9, 57.00, '2025-07-03 01:03:54'), -(800194, 3, 78093, 7, 86.00, '2025-07-03 01:12:08'), -(800194, 4, 78463, 5, 40.00, '2025-07-03 01:00:49'), -(800194, 5, 77017, 9, 42.00, '2025-07-03 01:22:13'), -(800194, 6, 70271, 9, 82.00, '2025-07-03 01:15:45'), -(800194, 7, 76563, 5, 42.00, '2025-07-03 00:58:38'), -(800194, 8, 79109, 3, 85.00, '2025-07-03 01:07:55'), -(800194, 9, 75645, 2, 34.00, '2025-07-03 01:08:10'), -(800195, 1, 72987, 9, 98.00, '2025-07-03 00:57:59'), -(800195, 2, 72608, 7, 100.00, '2025-07-03 01:21:36'), -(800195, 3, 76793, 2, 11.00, '2025-07-03 01:19:20'), -(800195, 4, 74954, 5, 17.00, '2025-07-03 01:19:00'), -(800195, 5, 79228, 9, 48.00, '2025-07-03 01:22:54'), -(800195, 6, 72603, 2, 78.00, '2025-07-03 01:21:45'), -(800195, 7, 76948, 7, 26.00, '2025-07-03 01:05:12'), -(800195, 8, 75242, 6, 36.00, '2025-07-03 00:57:59'), -(800195, 9, 76431, 4, 78.00, '2025-07-03 01:19:43'), -(800195, 10, 75242, 8, 36.00, '2025-07-03 01:04:52'), -(800196, 1, 74359, 7, 84.00, '2025-07-03 00:58:30'), -(800196, 2, 78969, 5, 66.00, '2025-07-03 01:12:08'), -(800196, 3, 75401, 3, 26.00, '2025-07-03 00:55:24'), -(800196, 4, 76905, 5, 86.00, '2025-07-03 01:13:44'), -(800197, 1, 76665, 6, 14.00, '2025-07-03 01:13:33'), -(800197, 2, 74588, 2, 38.00, '2025-07-03 00:57:22'), -(800197, 3, 77807, 9, 93.00, '2025-07-03 01:05:39'), -(800197, 4, 79761, 10, 97.00, '2025-07-03 01:13:09'), -(800197, 5, 72171, 4, 63.00, '2025-07-03 00:57:51'), -(800197, 6, 75270, 10, 41.00, '2025-07-03 00:54:24'), -(800197, 7, 73047, 6, 96.00, '2025-07-03 01:15:09'), -(800197, 8, 72175, 10, 78.00, '2025-07-03 01:17:09'), -(800197, 9, 79388, 5, 19.00, '2025-07-03 01:16:25'), -(800197, 10, 73092, 6, 80.00, '2025-07-03 01:16:33'), -(800198, 1, 74642, 8, 69.00, '2025-07-03 00:57:08'), -(800199, 1, 72731, 2, 63.00, '2025-07-03 01:10:52'), -(800199, 2, 75283, 6, 46.00, '2025-07-03 01:01:48'), -(800199, 3, 73238, 8, 56.00, '2025-07-03 01:00:11'), -(800200, 1, 73092, 2, 80.00, '2025-07-03 01:13:54'), -(800200, 2, 70155, 8, 81.00, '2025-07-03 01:15:59'), -(800200, 3, 72078, 10, 84.00, '2025-07-03 01:10:29'), -(800200, 4, 78021, 1, 55.00, '2025-07-03 01:02:33'), -(800201, 1, 77500, 2, 47.00, '2025-07-03 01:06:46'), -(800201, 2, 76247, 1, 85.00, '2025-07-03 01:17:22'), -(800201, 3, 71655, 10, 72.00, '2025-07-03 00:53:36'), -(800201, 4, 72905, 2, 52.00, '2025-07-03 01:00:48'), -(800202, 1, 79930, 6, 66.00, '2025-07-03 00:54:25'), -(800202, 2, 72585, 7, 63.00, '2025-07-03 01:22:49'), -(800202, 3, 79203, 4, 87.00, '2025-07-03 01:07:55'), -(800202, 4, 71313, 6, 83.00, '2025-07-03 01:19:24'), -(800202, 5, 74588, 2, 38.00, '2025-07-03 01:00:37'), -(800202, 6, 79469, 3, 33.00, '2025-07-03 01:09:38'), -(800202, 7, 79275, 3, 100.00, '2025-07-03 01:13:25'), -(800202, 8, 74642, 4, 69.00, '2025-07-03 01:08:55'), -(800203, 1, 75265, 4, 34.00, '2025-07-03 01:05:41'), -(800203, 2, 75645, 5, 34.00, '2025-07-03 01:04:28'), -(800203, 3, 76905, 4, 86.00, '2025-07-03 01:11:02'), -(800203, 4, 79189, 5, 32.00, '2025-07-03 01:15:04'), -(800203, 5, 72771, 4, 98.00, '2025-07-03 01:00:21'), -(800203, 6, 74867, 6, 15.00, '2025-07-03 01:16:58'), -(800203, 7, 75246, 9, 25.00, '2025-07-03 01:01:56'), -(800203, 8, 71955, 8, 44.00, '2025-07-03 01:10:52'), -(800203, 9, 76247, 7, 85.00, '2025-07-03 01:12:47'), -(800203, 10, 78005, 7, 64.00, '2025-07-03 01:15:20'), -(800204, 1, 75812, 1, 91.00, '2025-07-03 00:56:11'), -(800204, 2, 70177, 9, 43.00, '2025-07-03 00:56:10'), -(800204, 3, 72058, 8, 86.00, '2025-07-03 01:02:12'), -(800204, 4, 76665, 4, 14.00, '2025-07-03 01:22:19'), -(800204, 5, 79504, 5, 31.00, '2025-07-03 00:58:56'), -(800204, 6, 73556, 6, 100.00, '2025-07-03 00:55:29'), -(800204, 7, 77640, 9, 63.00, '2025-07-03 00:54:25'), -(800204, 8, 76905, 10, 86.00, '2025-07-03 01:20:01'), -(800204, 9, 73238, 10, 56.00, '2025-07-03 01:18:12'), -(800204, 10, 77600, 7, 67.00, '2025-07-03 01:20:07'), -(800205, 1, 70306, 10, 52.00, '2025-07-03 01:08:31'), -(800205, 2, 72419, 7, 34.00, '2025-07-03 01:04:01'), -(800205, 3, 77017, 2, 42.00, '2025-07-03 01:10:32'), -(800206, 1, 73504, 5, 25.00, '2025-07-03 00:56:27'), -(800206, 2, 75139, 9, 69.00, '2025-07-03 01:20:36'), -(800206, 3, 75684, 3, 87.00, '2025-07-03 01:16:35'), -(800206, 4, 79304, 5, 43.00, '2025-07-03 01:21:54'), -(800206, 5, 79150, 8, 62.00, '2025-07-03 01:12:13'), -(800206, 6, 79399, 7, 84.00, '2025-07-03 01:01:29'), -(800206, 7, 76247, 10, 85.00, '2025-07-03 01:03:25'), -(800206, 8, 77600, 2, 67.00, '2025-07-03 01:11:54'), -(800206, 9, 70768, 10, 57.00, '2025-07-03 01:17:33'), -(800207, 1, 74359, 4, 84.00, '2025-07-03 01:12:52'), -(800207, 2, 77750, 10, 88.00, '2025-07-03 01:20:25'), -(800207, 3, 74677, 4, 66.00, '2025-07-03 01:19:14'), -(800207, 4, 78736, 6, 40.00, '2025-07-03 01:17:51'), -(800207, 5, 75265, 3, 34.00, '2025-07-03 00:59:44'), -(800207, 6, 70295, 2, 66.00, '2025-07-03 01:04:32'), -(800207, 7, 75832, 10, 16.00, '2025-07-03 01:14:39'), -(800207, 8, 72257, 5, 90.00, '2025-07-03 01:22:59'), -(800207, 9, 71313, 1, 83.00, '2025-07-03 01:01:14'), -(800207, 10, 71566, 7, 98.00, '2025-07-03 01:08:23'), -(800208, 1, 72257, 6, 90.00, '2025-07-03 01:18:58'), -(800208, 2, 70306, 8, 52.00, '2025-07-03 01:01:38'), -(800208, 3, 79258, 10, 72.00, '2025-07-03 01:09:35'), -(800208, 4, 70768, 9, 57.00, '2025-07-03 00:57:59'), -(800208, 5, 71766, 5, 89.00, '2025-07-03 01:06:54'), -(800208, 6, 74502, 7, 17.00, '2025-07-03 01:21:27'), -(800209, 1, 78902, 10, 76.00, '2025-07-03 00:55:23'), -(800209, 2, 78736, 3, 40.00, '2025-07-03 00:54:31'), -(800209, 3, 75270, 3, 41.00, '2025-07-03 01:09:13'), -(800209, 4, 72901, 9, 18.00, '2025-07-03 00:54:09'), -(800209, 5, 79203, 9, 87.00, '2025-07-03 01:06:45'), -(800209, 6, 79304, 10, 43.00, '2025-07-03 00:55:20'), -(800209, 7, 77709, 10, 86.00, '2025-07-03 01:08:07'), -(800209, 8, 79203, 8, 87.00, '2025-07-03 01:11:48'), -(800209, 9, 72608, 2, 100.00, '2025-07-03 00:57:02'), -(800210, 1, 71566, 5, 98.00, '2025-07-03 01:13:16'), -(800210, 2, 73986, 7, 27.00, '2025-07-03 01:09:49'), -(800210, 3, 75270, 1, 41.00, '2025-07-03 01:17:46'), -(800210, 4, 70295, 9, 66.00, '2025-07-03 01:04:38'), -(800211, 1, 72257, 10, 90.00, '2025-07-03 00:56:41'), -(800212, 1, 74277, 5, 91.00, '2025-07-03 01:06:35'), -(800212, 2, 79870, 7, 12.00, '2025-07-03 01:11:11'), -(800213, 1, 73092, 1, 80.00, '2025-07-03 01:08:50'), -(800213, 2, 73910, 2, 82.00, '2025-07-03 00:56:20'), -(800213, 3, 70684, 1, 32.00, '2025-07-03 00:58:34'), -(800214, 1, 70155, 2, 81.00, '2025-07-03 01:12:15'), -(800214, 2, 72987, 8, 98.00, '2025-07-03 01:04:33'), -(800214, 3, 78130, 9, 24.00, '2025-07-03 01:15:31'), -(800214, 4, 79275, 4, 100.00, '2025-07-03 01:10:08'), -(800214, 5, 76905, 1, 86.00, '2025-07-03 01:03:44'), -(800214, 6, 71607, 4, 27.00, '2025-07-03 01:15:12'), -(800214, 7, 72419, 8, 34.00, '2025-07-03 01:19:41'), -(800214, 8, 77709, 9, 86.00, '2025-07-03 00:55:00'), -(800214, 9, 79930, 1, 66.00, '2025-07-03 01:06:43'), -(800214, 10, 75684, 7, 87.00, '2025-07-03 01:17:50'), -(800215, 1, 76431, 6, 78.00, '2025-07-03 01:04:44'), -(800215, 2, 71018, 4, 68.00, '2025-07-03 01:13:57'), -(800215, 3, 73316, 4, 63.00, '2025-07-03 00:56:28'), -(800215, 4, 76079, 1, 46.00, '2025-07-03 01:10:53'), -(800215, 5, 76522, 3, 13.00, '2025-07-03 00:58:12'), -(800215, 6, 76431, 4, 78.00, '2025-07-03 01:02:40'), -(800215, 7, 77021, 6, 55.00, '2025-07-03 01:16:53'), -(800215, 8, 74155, 8, 73.00, '2025-07-03 01:15:17'), -(800215, 9, 78837, 3, 26.00, '2025-07-03 01:01:17'), -(800215, 10, 73556, 6, 100.00, '2025-07-03 01:22:45'), -(800216, 1, 79275, 5, 100.00, '2025-07-03 01:23:33'), -(800216, 2, 75097, 8, 79.00, '2025-07-03 00:58:52'), -(800216, 3, 78114, 1, 37.00, '2025-07-03 01:14:11'), -(800217, 1, 79469, 2, 33.00, '2025-07-03 01:11:27'), -(800217, 2, 71846, 4, 87.00, '2025-07-03 01:07:13'), -(800217, 3, 78093, 10, 86.00, '2025-07-03 01:02:03'), -(800218, 1, 75832, 4, 16.00, '2025-07-03 01:18:02'), -(800218, 2, 79109, 1, 85.00, '2025-07-03 01:06:14'), -(800218, 3, 72594, 6, 97.00, '2025-07-03 00:54:22'), -(800219, 1, 76905, 1, 86.00, '2025-07-03 01:13:19'), -(800219, 2, 70271, 8, 82.00, '2025-07-03 01:08:09'), -(800220, 1, 77807, 1, 93.00, '2025-07-03 01:02:36'), -(800220, 2, 73841, 7, 86.00, '2025-07-03 01:09:11'), -(800220, 3, 70775, 6, 31.00, '2025-07-03 01:11:16'), -(800221, 1, 76484, 9, 81.00, '2025-07-03 00:54:55'), -(800221, 2, 79228, 8, 48.00, '2025-07-03 00:59:41'), -(800221, 3, 75401, 9, 26.00, '2025-07-03 01:03:40'), -(800221, 4, 76905, 2, 86.00, '2025-07-03 01:23:00'), -(800221, 5, 73748, 9, 61.00, '2025-07-03 01:10:32'), -(800221, 6, 77115, 9, 15.00, '2025-07-03 01:06:33'), -(800221, 7, 73092, 7, 80.00, '2025-07-03 00:54:55'), -(800221, 8, 79399, 2, 84.00, '2025-07-03 01:01:46'), -(800221, 9, 70732, 5, 18.00, '2025-07-03 00:59:08'), -(800222, 1, 75477, 10, 86.00, '2025-07-03 01:03:24'), -(800222, 2, 78161, 10, 48.00, '2025-07-03 01:07:46'), -(800222, 3, 79258, 1, 72.00, '2025-07-03 01:19:04'), -(800222, 4, 75666, 6, 88.00, '2025-07-03 01:19:07'), -(800222, 5, 73634, 8, 85.00, '2025-07-03 01:17:46'), -(800222, 6, 74518, 7, 65.00, '2025-07-03 01:09:17'), -(800222, 7, 72946, 4, 16.00, '2025-07-03 01:19:46'), -(800223, 1, 74900, 8, 40.00, '2025-07-03 01:03:59'), -(800223, 2, 79560, 10, 43.00, '2025-07-03 01:08:40'), -(800223, 3, 75517, 7, 45.00, '2025-07-03 01:18:55'), -(800224, 1, 77450, 6, 99.00, '2025-07-03 00:55:41'), -(800224, 2, 73818, 6, 83.00, '2025-07-03 01:07:06'), -(800224, 3, 75097, 1, 79.00, '2025-07-03 01:08:52'), -(800224, 4, 75517, 4, 45.00, '2025-07-03 01:18:27'), -(800225, 1, 72380, 2, 20.00, '2025-07-03 01:05:05'), -(800225, 2, 72398, 7, 98.00, '2025-07-03 01:19:58'), -(800226, 1, 74790, 5, 85.00, '2025-07-03 00:53:44'), -(800227, 1, 76793, 7, 11.00, '2025-07-03 01:15:35'), -(800227, 2, 79203, 4, 87.00, '2025-07-03 01:02:48'), -(800227, 3, 78463, 2, 40.00, '2025-07-03 01:00:50'), -(800227, 4, 70177, 8, 43.00, '2025-07-03 01:11:05'), -(800227, 5, 73748, 5, 61.00, '2025-07-03 01:15:32'), -(800227, 6, 71328, 5, 72.00, '2025-07-03 00:59:26'), -(800227, 7, 70732, 4, 18.00, '2025-07-03 01:14:57'), -(800227, 8, 70348, 9, 10.00, '2025-07-03 01:12:48'), -(800228, 1, 71846, 9, 87.00, '2025-07-03 00:55:08'), -(800228, 2, 75283, 4, 46.00, '2025-07-03 00:57:51'), -(800228, 3, 73092, 9, 80.00, '2025-07-03 01:09:49'), -(800228, 4, 77017, 2, 42.00, '2025-07-03 00:57:39'), -(800228, 5, 78826, 9, 46.00, '2025-07-03 01:05:17'), -(800229, 1, 73986, 7, 27.00, '2025-07-03 01:08:43'), -(800229, 2, 79258, 2, 72.00, '2025-07-03 01:06:05'), -(800229, 3, 70584, 5, 96.00, '2025-07-03 01:06:09'), -(800229, 4, 73723, 1, 57.00, '2025-07-03 01:02:34'), -(800229, 5, 78234, 4, 68.00, '2025-07-03 01:20:16'), -(800229, 6, 73634, 10, 85.00, '2025-07-03 00:55:11'), -(800229, 7, 79304, 9, 43.00, '2025-07-03 01:08:22'), -(800230, 1, 79109, 2, 85.00, '2025-07-03 00:59:17'), -(800230, 2, 78463, 10, 40.00, '2025-07-03 01:10:10'), -(800230, 3, 76665, 3, 14.00, '2025-07-03 01:09:18'), -(800230, 4, 79761, 6, 97.00, '2025-07-03 00:58:23'), -(800230, 5, 75009, 6, 46.00, '2025-07-03 01:22:19'), -(800231, 1, 72168, 10, 66.00, '2025-07-03 01:05:00'), -(800232, 1, 79132, 6, 13.00, '2025-07-03 01:16:45'), -(800232, 2, 78902, 10, 76.00, '2025-07-03 01:02:36'), -(800232, 3, 72594, 1, 97.00, '2025-07-03 01:00:34'), -(800233, 1, 79203, 7, 87.00, '2025-07-03 01:01:01'), -(800233, 2, 77546, 1, 50.00, '2025-07-03 01:16:33'), -(800233, 3, 76732, 1, 61.00, '2025-07-03 01:00:35'), -(800233, 4, 75242, 8, 36.00, '2025-07-03 00:58:05'), -(800233, 5, 78723, 2, 20.00, '2025-07-03 01:12:00'), -(800233, 6, 79560, 10, 43.00, '2025-07-03 00:57:55'), -(800233, 7, 73092, 3, 80.00, '2025-07-03 00:56:25'), -(800233, 8, 75899, 7, 42.00, '2025-07-03 01:14:49'), -(800233, 9, 79504, 1, 31.00, '2025-07-03 00:58:34'), -(800233, 10, 76484, 3, 81.00, '2025-07-03 01:06:33'), -(800234, 1, 77234, 5, 64.00, '2025-07-03 01:16:32'), -(800234, 2, 75139, 6, 69.00, '2025-07-03 01:02:43'), -(800234, 3, 72175, 8, 78.00, '2025-07-03 01:21:25'), -(800234, 4, 71304, 8, 21.00, '2025-07-03 01:03:33'), -(800234, 5, 71478, 9, 98.00, '2025-07-03 00:57:03'), -(800234, 6, 74932, 2, 71.00, '2025-07-03 00:58:18'), -(800234, 7, 73655, 8, 32.00, '2025-07-03 01:04:30'), -(800235, 1, 72771, 9, 98.00, '2025-07-03 01:04:24'), -(800235, 2, 78130, 9, 24.00, '2025-07-03 01:00:11'), -(800236, 1, 76452, 9, 48.00, '2025-07-03 01:23:30'), -(800236, 2, 77115, 5, 15.00, '2025-07-03 00:55:55'), -(800236, 3, 72380, 1, 20.00, '2025-07-03 01:03:54'), -(800236, 4, 72520, 7, 29.00, '2025-07-03 01:16:14'), -(800236, 5, 71058, 1, 73.00, '2025-07-03 00:59:39'), -(800236, 6, 70768, 5, 57.00, '2025-07-03 01:15:08'), -(800236, 7, 77447, 4, 61.00, '2025-07-03 00:57:44'), -(800236, 8, 74677, 7, 66.00, '2025-07-03 01:05:03'), -(800237, 1, 77426, 1, 91.00, '2025-07-03 00:55:16'), -(800237, 2, 74954, 5, 17.00, '2025-07-03 01:09:48'), -(800237, 3, 73285, 1, 35.00, '2025-07-03 00:55:31'), -(800237, 4, 73841, 1, 86.00, '2025-07-03 00:55:48'), -(800238, 1, 70904, 8, 60.00, '2025-07-03 01:00:11'), -(800238, 2, 71313, 3, 83.00, '2025-07-03 01:09:44'), -(800238, 3, 76732, 1, 61.00, '2025-07-03 00:55:35'), -(800238, 4, 71655, 10, 72.00, '2025-07-03 01:23:26'), -(800238, 5, 75283, 8, 46.00, '2025-07-03 01:20:43'), -(800238, 6, 77017, 8, 42.00, '2025-07-03 01:04:46'), -(800239, 1, 75684, 2, 87.00, '2025-07-03 01:21:49'), -(800239, 2, 72262, 7, 15.00, '2025-07-03 00:59:04'), -(800240, 1, 77443, 6, 30.00, '2025-07-03 01:04:24'), -(800240, 2, 75666, 7, 88.00, '2025-07-03 01:00:01'), -(800240, 3, 72168, 3, 66.00, '2025-07-03 01:20:47'), -(800241, 1, 79304, 10, 43.00, '2025-07-03 01:07:44'), -(800241, 2, 72171, 2, 63.00, '2025-07-03 01:19:48'), -(800241, 3, 76732, 1, 61.00, '2025-07-03 01:01:43'), -(800241, 4, 79228, 4, 48.00, '2025-07-03 01:08:29'), -(800242, 1, 77640, 5, 63.00, '2025-07-03 01:22:11'), -(800242, 2, 70241, 1, 92.00, '2025-07-03 01:01:38'), -(800242, 3, 73723, 6, 57.00, '2025-07-03 00:56:36'), -(800242, 4, 75270, 3, 41.00, '2025-07-03 00:55:49'), -(800242, 5, 75453, 4, 65.00, '2025-07-03 00:59:48'), -(800242, 6, 71328, 5, 72.00, '2025-07-03 00:55:05'), -(800242, 7, 79399, 4, 84.00, '2025-07-03 01:09:50'), -(800242, 8, 79189, 3, 32.00, '2025-07-03 01:10:58'), -(800242, 9, 74932, 9, 71.00, '2025-07-03 01:15:55'), -(800242, 10, 78826, 1, 46.00, '2025-07-03 01:04:48'), -(800243, 1, 79150, 3, 62.00, '2025-07-03 01:02:18'), -(800243, 2, 73723, 8, 57.00, '2025-07-03 01:05:17'), -(800244, 1, 71018, 7, 68.00, '2025-07-03 00:58:06'), -(800244, 2, 75322, 3, 44.00, '2025-07-03 01:05:46'), -(800244, 3, 76079, 8, 46.00, '2025-07-03 01:23:59'), -(800244, 4, 75143, 3, 95.00, '2025-07-03 01:23:12'), -(800244, 5, 72257, 5, 90.00, '2025-07-03 00:54:05'), -(800245, 1, 75614, 5, 44.00, '2025-07-03 01:22:55'), -(800245, 2, 72520, 5, 29.00, '2025-07-03 00:59:05'), -(800245, 3, 75517, 4, 45.00, '2025-07-03 01:23:03'), -(800245, 4, 79158, 6, 20.00, '2025-07-03 01:22:02'), -(800245, 5, 75139, 5, 69.00, '2025-07-03 01:14:02'), -(800245, 6, 79388, 2, 19.00, '2025-07-03 01:11:59'), -(800245, 7, 79144, 8, 75.00, '2025-07-03 01:09:11'), -(800245, 8, 71328, 4, 72.00, '2025-07-03 00:58:25'), -(800246, 1, 73748, 7, 61.00, '2025-07-03 00:58:53'), -(800246, 2, 70241, 2, 92.00, '2025-07-03 01:10:29'), -(800246, 3, 71955, 4, 44.00, '2025-07-03 00:54:50'), -(800246, 4, 75351, 7, 39.00, '2025-07-03 01:04:30'), -(800246, 5, 79109, 7, 85.00, '2025-07-03 01:15:43'), -(800246, 6, 71607, 7, 27.00, '2025-07-03 00:58:01'), -(800246, 7, 72257, 7, 90.00, '2025-07-03 00:56:25'), -(800246, 8, 76993, 6, 77.00, '2025-07-03 00:59:43'), -(800247, 1, 70775, 4, 31.00, '2025-07-03 01:00:11'), -(800247, 2, 74932, 8, 71.00, '2025-07-03 01:05:51'), -(800247, 3, 79275, 1, 100.00, '2025-07-03 01:18:34'), -(800247, 4, 74790, 10, 85.00, '2025-07-03 00:56:56'), -(800247, 5, 73504, 5, 25.00, '2025-07-03 01:15:29'), -(800247, 6, 72946, 3, 16.00, '2025-07-03 01:22:42'), -(800247, 7, 71607, 2, 27.00, '2025-07-03 01:22:15'), -(800247, 8, 72257, 8, 90.00, '2025-07-03 01:17:49'), -(800247, 9, 74790, 10, 85.00, '2025-07-03 01:16:56'), -(800248, 1, 77750, 3, 88.00, '2025-07-03 01:13:52'), -(800249, 1, 75832, 4, 16.00, '2025-07-03 00:57:34'), -(800249, 2, 74277, 2, 91.00, '2025-07-03 01:12:37'), -(800249, 3, 70684, 3, 32.00, '2025-07-03 01:00:53'), -(800249, 4, 78653, 2, 96.00, '2025-07-03 00:57:49'), -(800249, 5, 74790, 4, 85.00, '2025-07-03 01:08:42'), -(800250, 1, 72168, 8, 66.00, '2025-07-03 00:55:47'), -(800250, 2, 78969, 2, 66.00, '2025-07-03 00:56:49'), -(800251, 1, 77331, 3, 28.00, '2025-07-03 00:55:15'), -(800251, 2, 72380, 7, 20.00, '2025-07-03 01:10:40'), -(800251, 3, 76993, 10, 77.00, '2025-07-03 01:06:38'), -(800251, 4, 74030, 7, 27.00, '2025-07-03 01:03:40'), -(800252, 1, 72905, 8, 52.00, '2025-07-03 00:57:40'), -(800252, 2, 70584, 1, 96.00, '2025-07-03 00:59:26'), -(800252, 3, 77447, 5, 61.00, '2025-07-03 01:15:12'), -(800252, 4, 75242, 1, 36.00, '2025-07-03 01:04:44'), -(800252, 5, 79304, 10, 43.00, '2025-07-03 01:02:34'), -(800252, 6, 79504, 8, 31.00, '2025-07-03 00:56:13'), -(800252, 7, 75899, 7, 42.00, '2025-07-03 01:22:01'), -(800252, 8, 76647, 2, 84.00, '2025-07-03 01:21:30'), -(800252, 9, 77750, 7, 88.00, '2025-07-03 01:07:08'), -(800252, 10, 70241, 7, 92.00, '2025-07-03 01:22:50'), -(800253, 1, 79189, 9, 32.00, '2025-07-03 01:01:50'), -(800254, 1, 70904, 3, 60.00, '2025-07-03 01:18:38'), -(800254, 2, 77234, 5, 64.00, '2025-07-03 01:01:26'), -(800254, 3, 73634, 8, 85.00, '2025-07-03 00:57:30'), -(800254, 4, 75812, 5, 91.00, '2025-07-03 01:13:22'), -(800254, 5, 72075, 10, 27.00, '2025-07-03 01:09:15'), -(800254, 6, 79133, 7, 27.00, '2025-07-03 01:00:18'), -(800254, 7, 73092, 6, 80.00, '2025-07-03 01:03:00'), -(800254, 8, 70768, 6, 57.00, '2025-07-03 00:55:42'), -(800254, 9, 70306, 10, 52.00, '2025-07-03 01:11:04'), -(800255, 1, 76247, 10, 85.00, '2025-07-03 01:21:11'), -(800255, 2, 70177, 2, 43.00, '2025-07-03 01:07:49'), -(800255, 3, 78021, 3, 55.00, '2025-07-03 00:55:25'), -(800255, 4, 76993, 2, 77.00, '2025-07-03 01:01:07'), -(800256, 1, 78751, 4, 26.00, '2025-07-03 01:18:57'), -(800257, 1, 73841, 9, 86.00, '2025-07-03 01:19:55'), -(800257, 2, 79560, 2, 43.00, '2025-07-03 00:55:25'), -(800257, 3, 70306, 8, 52.00, '2025-07-03 01:21:18'), -(800257, 4, 72175, 8, 78.00, '2025-07-03 01:15:10'), -(800257, 5, 73285, 7, 35.00, '2025-07-03 00:54:31'), -(800257, 6, 74231, 10, 32.00, '2025-07-03 01:09:31'), -(800258, 1, 79189, 10, 32.00, '2025-07-03 01:13:59'), -(800258, 2, 71955, 5, 44.00, '2025-07-03 01:08:05'), -(800258, 3, 75097, 6, 79.00, '2025-07-03 00:56:22'), -(800258, 4, 79399, 5, 84.00, '2025-07-03 01:02:34'), -(800258, 5, 77115, 6, 15.00, '2025-07-03 00:59:54'), -(800258, 6, 75401, 4, 26.00, '2025-07-03 01:11:01'), -(800258, 7, 70241, 4, 92.00, '2025-07-03 00:55:20'), -(800258, 8, 79109, 2, 85.00, '2025-07-03 01:01:06'), -(800258, 9, 72058, 9, 86.00, '2025-07-03 01:15:49'), -(800259, 1, 75246, 9, 25.00, '2025-07-03 01:08:57'), -(800259, 2, 75246, 3, 25.00, '2025-07-03 01:11:19'), -(800259, 3, 72987, 5, 98.00, '2025-07-03 01:21:23'), -(800259, 4, 76452, 10, 48.00, '2025-07-03 00:57:22'), -(800260, 1, 71766, 10, 89.00, '2025-07-03 01:19:31'), -(800260, 2, 76484, 3, 81.00, '2025-07-03 01:20:51'), -(800260, 3, 72889, 8, 10.00, '2025-07-03 01:23:53'), -(800260, 4, 74588, 4, 38.00, '2025-07-03 01:03:19'), -(800260, 5, 76079, 9, 46.00, '2025-07-03 01:20:03'), -(800260, 6, 79761, 8, 97.00, '2025-07-03 01:03:08'), -(800260, 7, 79388, 10, 19.00, '2025-07-03 01:00:43'), -(800261, 1, 75899, 2, 42.00, '2025-07-03 01:07:39'), -(800261, 2, 72058, 2, 86.00, '2025-07-03 01:05:52'), -(800261, 3, 72987, 8, 98.00, '2025-07-03 01:13:41'), -(800261, 4, 72987, 5, 98.00, '2025-07-03 01:03:07'), -(800261, 5, 77021, 4, 55.00, '2025-07-03 01:16:32'), -(800261, 6, 78863, 5, 85.00, '2025-07-03 01:21:27'), -(800261, 7, 79144, 10, 75.00, '2025-07-03 01:14:40'), -(800261, 8, 75242, 10, 36.00, '2025-07-03 00:55:55'), -(800261, 9, 70836, 5, 32.00, '2025-07-03 01:00:57'), -(800262, 1, 74059, 2, 69.00, '2025-07-03 01:01:42'), -(800262, 2, 75246, 4, 25.00, '2025-07-03 01:01:23'), -(800262, 3, 71989, 6, 32.00, '2025-07-03 01:14:19'), -(800262, 4, 78985, 9, 27.00, '2025-07-03 01:20:36'), -(800262, 5, 78826, 9, 46.00, '2025-07-03 01:12:18'), -(800262, 6, 77640, 3, 63.00, '2025-07-03 01:08:03'), -(800262, 7, 79368, 4, 14.00, '2025-07-03 01:16:34'), -(800262, 8, 71478, 1, 98.00, '2025-07-03 01:04:18'), -(800262, 9, 70904, 4, 60.00, '2025-07-03 01:16:05'), -(800262, 10, 76563, 10, 42.00, '2025-07-03 01:22:27'), -(800263, 1, 78005, 10, 64.00, '2025-07-03 00:54:48'), -(800263, 2, 71328, 8, 72.00, '2025-07-03 01:00:44'), -(800263, 3, 75453, 5, 65.00, '2025-07-03 01:12:01'), -(800263, 4, 77750, 2, 88.00, '2025-07-03 00:54:37'), -(800263, 5, 72257, 10, 90.00, '2025-07-03 00:54:54'), -(800263, 6, 70011, 4, 71.00, '2025-07-03 01:05:24'), -(800264, 1, 70348, 5, 10.00, '2025-07-03 01:20:12'), -(800264, 2, 73556, 5, 100.00, '2025-07-03 01:04:30'), -(800264, 3, 74209, 1, 74.00, '2025-07-03 01:09:58'), -(800264, 4, 78021, 2, 55.00, '2025-07-03 01:15:55'), -(800264, 5, 77709, 2, 86.00, '2025-07-03 01:05:40'), -(800264, 6, 76484, 5, 81.00, '2025-07-03 01:09:18'), -(800265, 1, 77761, 3, 54.00, '2025-07-03 01:22:47'), -(800265, 2, 79870, 6, 12.00, '2025-07-03 01:03:38'), -(800265, 3, 79304, 6, 43.00, '2025-07-03 01:14:39'), -(800265, 4, 71566, 3, 98.00, '2025-07-03 01:00:57'), -(800265, 5, 70348, 8, 10.00, '2025-07-03 01:02:32'), -(800266, 1, 76171, 8, 77.00, '2025-07-03 01:24:04'), -(800266, 2, 77600, 1, 67.00, '2025-07-03 01:23:05'), -(800266, 3, 78683, 2, 82.00, '2025-07-03 01:07:17'), -(800266, 4, 77807, 1, 93.00, '2025-07-03 01:23:20'), -(800266, 5, 70904, 7, 60.00, '2025-07-03 00:58:10'), -(800266, 6, 71058, 10, 73.00, '2025-07-03 01:22:19'), -(800267, 1, 79399, 8, 84.00, '2025-07-03 01:10:31'), -(800267, 2, 71058, 1, 73.00, '2025-07-03 01:21:42'), -(800267, 3, 76905, 10, 86.00, '2025-07-03 00:54:55'), -(800267, 4, 73047, 8, 96.00, '2025-07-03 01:19:43'), -(800267, 5, 76522, 6, 13.00, '2025-07-03 01:09:52'), -(800267, 6, 74867, 2, 15.00, '2025-07-03 01:23:40'), -(800267, 7, 78021, 4, 55.00, '2025-07-03 01:06:17'), -(800267, 8, 76665, 10, 14.00, '2025-07-03 01:03:58'), -(800267, 9, 76647, 2, 84.00, '2025-07-03 01:08:12'), -(800267, 10, 74677, 2, 66.00, '2025-07-03 01:03:32'), -(800268, 1, 70732, 7, 18.00, '2025-07-03 00:58:17'), -(800268, 2, 79546, 5, 70.00, '2025-07-03 01:06:14'), -(800268, 3, 79761, 6, 97.00, '2025-07-03 01:22:37'), -(800268, 4, 72168, 8, 66.00, '2025-07-03 01:21:09'), -(800268, 5, 70732, 6, 18.00, '2025-07-03 01:14:22'), -(800268, 6, 78837, 3, 26.00, '2025-07-03 00:56:08'), -(800268, 7, 72058, 2, 86.00, '2025-07-03 01:04:12'), -(800268, 8, 77115, 10, 15.00, '2025-07-03 01:06:51'), -(800268, 9, 73841, 7, 86.00, '2025-07-03 01:21:45'), -(800269, 1, 71488, 10, 91.00, '2025-07-03 01:21:07'), -(800269, 2, 72645, 8, 57.00, '2025-07-03 00:54:50'), -(800269, 3, 79132, 1, 13.00, '2025-07-03 01:10:33'), -(800269, 4, 79368, 5, 14.00, '2025-07-03 01:23:29'), -(800269, 5, 72608, 10, 100.00, '2025-07-03 01:22:42'), -(800269, 6, 76905, 8, 86.00, '2025-07-03 01:11:22'), -(800269, 7, 74900, 10, 40.00, '2025-07-03 00:57:40'), -(800269, 8, 79203, 8, 87.00, '2025-07-03 00:57:33'), -(800269, 9, 76225, 6, 23.00, '2025-07-03 01:07:35'), -(800270, 1, 73748, 10, 61.00, '2025-07-03 01:18:26'), -(800270, 2, 75900, 9, 56.00, '2025-07-03 01:23:08'), -(800270, 3, 78826, 4, 46.00, '2025-07-03 00:56:16'), -(800270, 4, 70271, 10, 82.00, '2025-07-03 01:10:39'), -(800270, 5, 78114, 5, 37.00, '2025-07-03 01:18:35'), -(800271, 1, 79546, 7, 70.00, '2025-07-03 01:17:02'), -(800271, 2, 75645, 8, 34.00, '2025-07-03 00:54:55'), -(800271, 3, 74400, 6, 51.00, '2025-07-03 01:14:48'), -(800271, 4, 73556, 1, 100.00, '2025-07-03 01:21:11'), -(800272, 1, 74799, 9, 57.00, '2025-07-03 01:00:02'), -(800272, 2, 73723, 2, 57.00, '2025-07-03 01:06:56'), -(800272, 3, 79275, 10, 100.00, '2025-07-03 01:23:10'), -(800272, 4, 77709, 7, 86.00, '2025-07-03 01:22:10'), -(800272, 5, 71955, 2, 44.00, '2025-07-03 00:59:35'), -(800272, 6, 72078, 6, 84.00, '2025-07-03 01:18:31'), -(800272, 7, 72398, 9, 98.00, '2025-07-03 01:22:22'), -(800272, 8, 78683, 9, 82.00, '2025-07-03 01:08:25'), -(800273, 1, 79469, 5, 33.00, '2025-07-03 01:24:16'), -(800273, 2, 73634, 4, 85.00, '2025-07-03 01:09:30'), -(800273, 3, 79228, 9, 48.00, '2025-07-03 01:07:46'), -(800273, 4, 77761, 9, 54.00, '2025-07-03 01:13:47'), -(800273, 5, 72398, 2, 98.00, '2025-07-03 01:13:18'), -(800273, 6, 78005, 10, 64.00, '2025-07-03 01:00:44'), -(800273, 7, 72419, 3, 34.00, '2025-07-03 01:13:33'), -(800273, 8, 78653, 1, 96.00, '2025-07-03 01:16:18'), -(800273, 9, 73748, 4, 61.00, '2025-07-03 00:59:18'), -(800273, 10, 75265, 3, 34.00, '2025-07-03 00:55:33'), -(800274, 1, 71478, 7, 98.00, '2025-07-03 01:17:25'), -(800274, 2, 71607, 2, 27.00, '2025-07-03 00:58:47'), -(800274, 3, 76247, 8, 85.00, '2025-07-03 01:04:43'), -(800274, 4, 71328, 6, 72.00, '2025-07-03 01:21:00'), -(800274, 5, 78093, 3, 86.00, '2025-07-03 01:08:41'), -(800274, 6, 73316, 1, 63.00, '2025-07-03 00:56:24'), -(800274, 7, 77426, 8, 91.00, '2025-07-03 01:20:42'), -(800275, 1, 79133, 8, 27.00, '2025-07-03 01:00:42'), -(800275, 2, 76563, 5, 42.00, '2025-07-03 00:56:30'), -(800275, 3, 77115, 1, 15.00, '2025-07-03 01:23:38'), -(800275, 4, 74155, 4, 73.00, '2025-07-03 01:15:11'), -(800275, 5, 71607, 2, 27.00, '2025-07-03 01:22:18'), -(800275, 6, 73285, 9, 35.00, '2025-07-03 01:21:07'), -(800275, 7, 70654, 2, 95.00, '2025-07-03 00:58:48'), -(800275, 8, 78683, 6, 82.00, '2025-07-03 01:16:32'), -(800275, 9, 70241, 9, 92.00, '2025-07-03 01:09:04'), -(800276, 1, 78005, 6, 64.00, '2025-07-03 01:02:30'), -(800276, 2, 75614, 3, 44.00, '2025-07-03 01:19:17'), -(800276, 3, 79258, 3, 72.00, '2025-07-03 00:57:06'), -(800276, 4, 72257, 10, 90.00, '2025-07-03 01:20:19'), -(800276, 5, 75684, 7, 87.00, '2025-07-03 01:10:40'), -(800276, 6, 77234, 9, 64.00, '2025-07-03 01:04:23'), -(800276, 7, 73986, 1, 27.00, '2025-07-03 01:11:30'), -(800276, 8, 76905, 8, 86.00, '2025-07-03 00:56:23'), -(800276, 9, 78161, 4, 48.00, '2025-07-03 01:03:56'), -(800276, 10, 71566, 1, 98.00, '2025-07-03 01:09:23'), -(800277, 1, 74677, 5, 66.00, '2025-07-03 01:02:38'), -(800277, 2, 70732, 7, 18.00, '2025-07-03 01:04:12'), -(800278, 1, 72608, 5, 100.00, '2025-07-03 01:15:28'), -(800278, 2, 72901, 7, 18.00, '2025-07-03 01:07:42'), -(800278, 3, 71607, 7, 27.00, '2025-07-03 01:19:04'), -(800278, 4, 70295, 2, 66.00, '2025-07-03 01:00:32'), -(800279, 1, 73986, 8, 27.00, '2025-07-03 01:21:27'), -(800279, 2, 72058, 5, 86.00, '2025-07-03 00:57:59'), -(800279, 3, 72585, 1, 63.00, '2025-07-03 00:57:36'), -(800280, 1, 78601, 8, 92.00, '2025-07-03 01:13:09'), -(800280, 2, 74209, 7, 74.00, '2025-07-03 00:54:50'), -(800280, 3, 79504, 5, 31.00, '2025-07-03 01:18:06'), -(800280, 4, 72645, 8, 57.00, '2025-07-03 01:11:58'), -(800280, 5, 72168, 7, 66.00, '2025-07-03 00:59:24'), -(800280, 6, 77017, 4, 42.00, '2025-07-03 01:12:33'), -(800280, 7, 73047, 9, 96.00, '2025-07-03 01:13:09'), -(800280, 8, 74932, 3, 71.00, '2025-07-03 01:03:44'), -(800280, 9, 74790, 2, 85.00, '2025-07-03 01:02:41'), -(800280, 10, 78005, 2, 64.00, '2025-07-03 01:14:02'), -(800281, 1, 75009, 7, 46.00, '2025-07-03 01:01:32'), -(800281, 2, 75899, 6, 42.00, '2025-07-03 01:07:31'), -(800281, 3, 70011, 8, 71.00, '2025-07-03 01:10:25'), -(800281, 4, 78005, 1, 64.00, '2025-07-03 01:02:43'), -(800282, 1, 71561, 1, 18.00, '2025-07-03 00:56:50'), -(800282, 2, 76522, 1, 13.00, '2025-07-03 01:23:04'), -(800282, 3, 79144, 6, 75.00, '2025-07-03 01:23:58'), -(800282, 4, 79761, 5, 97.00, '2025-07-03 01:14:31'), -(800282, 5, 78005, 3, 64.00, '2025-07-03 01:17:55'), -(800282, 6, 77600, 3, 67.00, '2025-07-03 01:18:20'), -(800282, 7, 78969, 3, 66.00, '2025-07-03 01:23:51'), -(800283, 1, 75009, 3, 46.00, '2025-07-03 01:12:29'), -(800283, 2, 74518, 10, 65.00, '2025-07-03 01:02:54'), -(800283, 3, 78021, 9, 55.00, '2025-07-03 01:09:23'), -(800283, 4, 71561, 1, 18.00, '2025-07-03 01:23:41'), -(800283, 5, 75156, 6, 62.00, '2025-07-03 01:03:25'), -(800283, 6, 79133, 3, 27.00, '2025-07-03 01:01:24'), -(800283, 7, 77709, 2, 86.00, '2025-07-03 01:13:13'), -(800284, 1, 72826, 1, 34.00, '2025-07-03 01:12:41'), -(800285, 1, 73655, 2, 32.00, '2025-07-03 01:23:15'), -(800285, 2, 79546, 4, 70.00, '2025-07-03 00:55:03'), -(800285, 3, 73910, 4, 82.00, '2025-07-03 01:07:15'), -(800285, 4, 76793, 9, 11.00, '2025-07-03 01:22:14'), -(800285, 5, 70271, 4, 82.00, '2025-07-03 01:10:09'), -(800285, 6, 78723, 5, 20.00, '2025-07-03 01:09:20'), -(800285, 7, 72168, 5, 66.00, '2025-07-03 01:21:42'), -(800285, 8, 71488, 4, 91.00, '2025-07-03 01:16:28'), -(800285, 9, 72594, 10, 97.00, '2025-07-03 01:07:16'), -(800286, 1, 76948, 7, 26.00, '2025-07-03 01:06:17'), -(800286, 2, 76431, 5, 78.00, '2025-07-03 00:55:08'), -(800286, 3, 76522, 4, 13.00, '2025-07-03 01:18:41'), -(800287, 1, 73556, 3, 100.00, '2025-07-03 01:15:30'), -(800287, 2, 78601, 5, 92.00, '2025-07-03 00:59:19'), -(800287, 3, 72889, 4, 10.00, '2025-07-03 01:22:06'), -(800287, 4, 72419, 8, 34.00, '2025-07-03 01:06:30'), -(800287, 5, 78723, 8, 20.00, '2025-07-03 00:55:31'), -(800287, 6, 72398, 2, 98.00, '2025-07-03 01:00:52'), -(800288, 1, 74790, 1, 85.00, '2025-07-03 00:59:00'), -(800289, 1, 79761, 6, 97.00, '2025-07-03 01:03:02'), -(800289, 2, 76484, 1, 81.00, '2025-07-03 01:20:39'), -(800289, 3, 77600, 2, 67.00, '2025-07-03 01:17:49'), -(800289, 4, 78736, 9, 40.00, '2025-07-03 01:15:46'), -(800289, 5, 77115, 10, 15.00, '2025-07-03 01:16:49'), -(800289, 6, 72905, 5, 52.00, '2025-07-03 01:21:03'), -(800290, 1, 75684, 7, 87.00, '2025-07-03 01:22:49'), -(800290, 2, 78093, 9, 86.00, '2025-07-03 01:05:46'), -(800290, 3, 79304, 3, 43.00, '2025-07-03 01:11:40'), -(800290, 4, 76732, 4, 61.00, '2025-07-03 00:56:34'), -(800290, 5, 77021, 7, 55.00, '2025-07-03 01:24:46'), -(800290, 6, 70904, 2, 60.00, '2025-07-03 01:15:45'), -(800290, 7, 76522, 6, 13.00, '2025-07-03 01:06:09'), -(800290, 8, 72603, 10, 78.00, '2025-07-03 01:19:38'), -(800291, 1, 77021, 3, 55.00, '2025-07-03 00:58:34'), -(800291, 2, 70684, 8, 32.00, '2025-07-03 01:18:48'), -(800292, 1, 70684, 6, 32.00, '2025-07-03 01:15:48'), -(800293, 1, 76247, 2, 85.00, '2025-07-03 00:59:22'), -(800294, 1, 75645, 9, 34.00, '2025-07-03 00:55:26'), -(800294, 2, 79504, 4, 31.00, '2025-07-03 01:07:25'), -(800294, 3, 70904, 4, 60.00, '2025-07-03 01:13:58'), -(800294, 4, 79750, 2, 89.00, '2025-07-03 00:57:04'), -(800294, 5, 77807, 3, 93.00, '2025-07-03 00:55:50'), -(800294, 6, 79144, 2, 75.00, '2025-07-03 01:13:36'), -(800295, 1, 79388, 9, 19.00, '2025-07-03 01:12:52'), -(800295, 2, 75097, 10, 79.00, '2025-07-03 01:21:54'), -(800295, 3, 75242, 2, 36.00, '2025-07-03 01:04:28'), -(800295, 4, 77447, 10, 61.00, '2025-07-03 01:01:43'), -(800295, 5, 72645, 2, 57.00, '2025-07-03 00:59:08'), -(800295, 6, 78969, 10, 66.00, '2025-07-03 01:12:33'), -(800295, 7, 79203, 6, 87.00, '2025-07-03 01:22:34'), -(800295, 8, 70768, 3, 57.00, '2025-07-03 01:20:52'), -(800296, 1, 71846, 10, 87.00, '2025-07-03 01:09:23'), -(800296, 2, 77640, 2, 63.00, '2025-07-03 00:55:48'), -(800296, 3, 70904, 4, 60.00, '2025-07-03 01:04:53'), -(800296, 4, 71058, 3, 73.00, '2025-07-03 01:07:50'), -(800296, 5, 73655, 5, 32.00, '2025-07-03 01:14:23'), -(800296, 6, 75614, 5, 44.00, '2025-07-03 01:02:54'), -(800296, 7, 72603, 4, 78.00, '2025-07-03 01:13:45'), -(800296, 8, 77426, 4, 91.00, '2025-07-03 01:18:56'), -(800296, 9, 79469, 10, 33.00, '2025-07-03 01:02:41'), -(800297, 1, 78005, 4, 64.00, '2025-07-03 01:22:38'), -(800297, 2, 74209, 8, 74.00, '2025-07-03 00:57:42'), -(800297, 3, 77750, 9, 88.00, '2025-07-03 01:23:17'), -(800298, 1, 72058, 10, 86.00, '2025-07-03 01:01:47'), -(800298, 2, 73556, 8, 100.00, '2025-07-03 01:22:10'), -(800298, 3, 74359, 8, 84.00, '2025-07-03 01:22:17'), -(800298, 4, 79761, 10, 97.00, '2025-07-03 01:02:36'), -(800298, 5, 70775, 10, 31.00, '2025-07-03 01:00:06'), -(800298, 6, 76665, 6, 14.00, '2025-07-03 01:02:30'), -(800298, 7, 70775, 4, 31.00, '2025-07-03 01:19:50'), -(800298, 8, 71655, 4, 72.00, '2025-07-03 01:16:29'), -(800299, 1, 77234, 10, 64.00, '2025-07-03 01:20:07'), -(800299, 2, 74588, 5, 38.00, '2025-07-03 01:03:30'), -(800299, 3, 70177, 2, 43.00, '2025-07-03 01:24:30'), -(800299, 4, 73634, 3, 85.00, '2025-07-03 01:10:40'), -(800299, 5, 74400, 10, 51.00, '2025-07-03 01:23:44'); - - -INSERT INTO oms_core.dates (date, day, month, year, quarter, dayofweek, weekofyear, updated_at) VALUES -('2025-01-01', 1, 1, 2025, 1, 'Wednesday', 1, '2025-07-03 01:16:53'), -('2025-01-02', 2, 1, 2025, 1, 'Thursday', 1, '2025-07-03 01:16:53'), -('2025-01-03', 3, 1, 2025, 1, 'Friday', 1, '2025-07-03 01:16:53'), -('2025-01-04', 4, 1, 2025, 1, 'Saturday', 1, '2025-07-03 01:16:53'), -('2025-01-05', 5, 1, 2025, 1, 'Sunday', 1, '2025-07-03 01:16:53'), -('2025-01-06', 6, 1, 2025, 1, 'Monday', 2, '2025-07-03 01:16:53'), -('2025-01-07', 7, 1, 2025, 1, 'Tuesday', 2, '2025-07-03 01:16:53'), -('2025-01-08', 8, 1, 2025, 1, 'Wednesday', 2, '2025-07-03 01:16:53'), -('2025-01-09', 9, 1, 2025, 1, 'Thursday', 2, '2025-07-03 01:16:53'), -('2025-01-10', 10, 1, 2025, 1, 'Friday', 2, '2025-07-03 01:16:53'), -('2025-01-11', 11, 1, 2025, 1, 'Saturday', 2, '2025-07-03 01:16:53'), -('2025-01-12', 12, 1, 2025, 1, 'Sunday', 2, '2025-07-03 01:16:53'), -('2025-01-13', 13, 1, 2025, 1, 'Monday', 3, '2025-07-03 01:16:53'), -('2025-01-14', 14, 1, 2025, 1, 'Tuesday', 3, '2025-07-03 01:16:53'), -('2025-01-15', 15, 1, 2025, 1, 'Wednesday', 3, '2025-07-03 01:16:53'), -('2025-01-16', 16, 1, 2025, 1, 'Thursday', 3, '2025-07-03 01:16:53'), -('2025-01-17', 17, 1, 2025, 1, 'Friday', 3, '2025-07-03 01:16:53'), -('2025-01-18', 18, 1, 2025, 1, 'Saturday', 3, '2025-07-03 01:16:53'), -('2025-01-19', 19, 1, 2025, 1, 'Sunday', 3, '2025-07-03 01:16:53'), -('2025-01-20', 20, 1, 2025, 1, 'Monday', 4, '2025-07-03 01:16:53'), -('2025-01-21', 21, 1, 2025, 1, 'Tuesday', 4, '2025-07-03 01:16:53'), -('2025-01-22', 22, 1, 2025, 1, 'Wednesday', 4, '2025-07-03 01:16:53'), -('2025-01-23', 23, 1, 2025, 1, 'Thursday', 4, '2025-07-03 01:16:53'), -('2025-01-24', 24, 1, 2025, 1, 'Friday', 4, '2025-07-03 01:16:53'), -('2025-01-25', 25, 1, 2025, 1, 'Saturday', 4, '2025-07-03 01:16:53'), -('2025-01-26', 26, 1, 2025, 1, 'Sunday', 4, '2025-07-03 01:16:53'), -('2025-01-27', 27, 1, 2025, 1, 'Monday', 5, '2025-07-03 01:16:53'), -('2025-01-28', 28, 1, 2025, 1, 'Tuesday', 5, '2025-07-03 01:16:53'), -('2025-01-29', 29, 1, 2025, 1, 'Wednesday', 5, '2025-07-03 01:16:53'), -('2025-01-30', 30, 1, 2025, 1, 'Thursday', 5, '2025-07-03 01:16:53'), -('2025-01-31', 31, 1, 2025, 1, 'Friday', 5, '2025-07-03 01:16:53'), -('2025-02-01', 1, 2, 2025, 1, 'Saturday', 5, '2025-07-03 01:16:53'), -('2025-02-02', 2, 2, 2025, 1, 'Sunday', 5, '2025-07-03 01:16:53'), -('2025-02-03', 3, 2, 2025, 1, 'Monday', 6, '2025-07-03 01:16:53'), -('2025-02-04', 4, 2, 2025, 1, 'Tuesday', 6, '2025-07-03 01:16:53'), -('2025-02-05', 5, 2, 2025, 1, 'Wednesday', 6, '2025-07-03 01:16:53'), -('2025-02-06', 6, 2, 2025, 1, 'Thursday', 6, '2025-07-03 01:16:53'), -('2025-02-07', 7, 2, 2025, 1, 'Friday', 6, '2025-07-03 01:16:53'), -('2025-02-08', 8, 2, 2025, 1, 'Saturday', 6, '2025-07-03 01:16:53'), -('2025-02-09', 9, 2, 2025, 1, 'Sunday', 6, '2025-07-03 01:16:53'), -('2025-02-10', 10, 2, 2025, 1, 'Monday', 7, '2025-07-03 01:16:53'), -('2025-02-11', 11, 2, 2025, 1, 'Tuesday', 7, '2025-07-03 01:16:53'), -('2025-02-12', 12, 2, 2025, 1, 'Wednesday', 7, '2025-07-03 01:16:53'), -('2025-02-13', 13, 2, 2025, 1, 'Thursday', 7, '2025-07-03 01:16:53'), -('2025-02-14', 14, 2, 2025, 1, 'Friday', 7, '2025-07-03 01:16:53'), -('2025-02-15', 15, 2, 2025, 1, 'Saturday', 7, '2025-07-03 01:16:53'), -('2025-02-16', 16, 2, 2025, 1, 'Sunday', 7, '2025-07-03 01:16:53'), -('2025-02-17', 17, 2, 2025, 1, 'Monday', 8, '2025-07-03 01:16:53'), -('2025-02-18', 18, 2, 2025, 1, 'Tuesday', 8, '2025-07-03 01:16:53'), -('2025-02-19', 19, 2, 2025, 1, 'Wednesday', 8, '2025-07-03 01:16:53'), -('2025-02-20', 20, 2, 2025, 1, 'Thursday', 8, '2025-07-03 01:16:53'), -('2025-02-21', 21, 2, 2025, 1, 'Friday', 8, '2025-07-03 01:16:53'), -('2025-02-22', 22, 2, 2025, 1, 'Saturday', 8, '2025-07-03 01:16:53'), -('2025-02-23', 23, 2, 2025, 1, 'Sunday', 8, '2025-07-03 01:16:53'), -('2025-02-24', 24, 2, 2025, 1, 'Monday', 9, '2025-07-03 01:16:53'), -('2025-02-25', 25, 2, 2025, 1, 'Tuesday', 9, '2025-07-03 01:16:53'), -('2025-02-26', 26, 2, 2025, 1, 'Wednesday', 9, '2025-07-03 01:16:53'), -('2025-02-27', 27, 2, 2025, 1, 'Thursday', 9, '2025-07-03 01:16:53'), -('2025-02-28', 28, 2, 2025, 1, 'Friday', 9, '2025-07-03 01:16:53'), -('2025-03-01', 1, 3, 2025, 1, 'Saturday', 9, '2025-07-03 01:16:53'), -('2025-03-02', 2, 3, 2025, 1, 'Sunday', 9, '2025-07-03 01:16:53'), -('2025-03-03', 3, 3, 2025, 1, 'Monday', 10, '2025-07-03 01:16:53'), -('2025-03-04', 4, 3, 2025, 1, 'Tuesday', 10, '2025-07-03 01:16:53'), -('2025-03-05', 5, 3, 2025, 1, 'Wednesday', 10, '2025-07-03 01:16:53'), -('2025-03-06', 6, 3, 2025, 1, 'Thursday', 10, '2025-07-03 01:16:53'), -('2025-03-07', 7, 3, 2025, 1, 'Friday', 10, '2025-07-03 01:16:53'), -('2025-03-08', 8, 3, 2025, 1, 'Saturday', 10, '2025-07-03 01:16:53'), -('2025-03-09', 9, 3, 2025, 1, 'Sunday', 10, '2025-07-03 01:16:53'), -('2025-03-10', 10, 3, 2025, 1, 'Monday', 11, '2025-07-03 01:16:53'), -('2025-03-11', 11, 3, 2025, 1, 'Tuesday', 11, '2025-07-03 01:16:53'), -('2025-03-12', 12, 3, 2025, 1, 'Wednesday', 11, '2025-07-03 01:16:53'), -('2025-03-13', 13, 3, 2025, 1, 'Thursday', 11, '2025-07-03 01:16:53'), -('2025-03-14', 14, 3, 2025, 1, 'Friday', 11, '2025-07-03 01:16:53'), -('2025-03-15', 15, 3, 2025, 1, 'Saturday', 11, '2025-07-03 01:16:53'), -('2025-03-16', 16, 3, 2025, 1, 'Sunday', 11, '2025-07-03 01:16:53'), -('2025-03-17', 17, 3, 2025, 1, 'Monday', 12, '2025-07-03 01:16:53'), -('2025-03-18', 18, 3, 2025, 1, 'Tuesday', 12, '2025-07-03 01:16:53'), -('2025-03-19', 19, 3, 2025, 1, 'Wednesday', 12, '2025-07-03 01:16:53'), -('2025-03-20', 20, 3, 2025, 1, 'Thursday', 12, '2025-07-03 01:16:53'), -('2025-03-21', 21, 3, 2025, 1, 'Friday', 12, '2025-07-03 01:16:53'), -('2025-03-22', 22, 3, 2025, 1, 'Saturday', 12, '2025-07-03 01:16:53'), -('2025-03-23', 23, 3, 2025, 1, 'Sunday', 12, '2025-07-03 01:16:53'), -('2025-03-24', 24, 3, 2025, 1, 'Monday', 13, '2025-07-03 01:16:53'), -('2025-03-25', 25, 3, 2025, 1, 'Tuesday', 13, '2025-07-03 01:16:53'), -('2025-03-26', 26, 3, 2025, 1, 'Wednesday', 13, '2025-07-03 01:16:53'), -('2025-03-27', 27, 3, 2025, 1, 'Thursday', 13, '2025-07-03 01:16:53'), -('2025-03-28', 28, 3, 2025, 1, 'Friday', 13, '2025-07-03 01:16:53'), -('2025-03-29', 29, 3, 2025, 1, 'Saturday', 13, '2025-07-03 01:16:53'), -('2025-03-30', 30, 3, 2025, 1, 'Sunday', 13, '2025-07-03 01:16:53'), -('2025-03-31', 31, 3, 2025, 1, 'Monday', 14, '2025-07-03 01:16:53'), -('2025-04-01', 1, 4, 2025, 2, 'Tuesday', 14, '2025-07-03 01:16:53'), -('2025-04-02', 2, 4, 2025, 2, 'Wednesday', 14, '2025-07-03 01:16:53'), -('2025-04-03', 3, 4, 2025, 2, 'Thursday', 14, '2025-07-03 01:16:53'), -('2025-04-04', 4, 4, 2025, 2, 'Friday', 14, '2025-07-03 01:16:53'), -('2025-04-05', 5, 4, 2025, 2, 'Saturday', 14, '2025-07-03 01:16:53'), -('2025-04-06', 6, 4, 2025, 2, 'Sunday', 14, '2025-07-03 01:16:53'), -('2025-04-07', 7, 4, 2025, 2, 'Monday', 15, '2025-07-03 01:16:53'), -('2025-04-08', 8, 4, 2025, 2, 'Tuesday', 15, '2025-07-03 01:16:53'), -('2025-04-09', 9, 4, 2025, 2, 'Wednesday', 15, '2025-07-03 01:16:53'), -('2025-04-10', 10, 4, 2025, 2, 'Thursday', 15, '2025-07-03 01:16:53'), -('2025-04-11', 11, 4, 2025, 2, 'Friday', 15, '2025-07-03 01:16:53'), -('2025-04-12', 12, 4, 2025, 2, 'Saturday', 15, '2025-07-03 01:16:53'), -('2025-04-13', 13, 4, 2025, 2, 'Sunday', 15, '2025-07-03 01:16:53'), -('2025-04-14', 14, 4, 2025, 2, 'Monday', 16, '2025-07-03 01:16:53'), -('2025-04-15', 15, 4, 2025, 2, 'Tuesday', 16, '2025-07-03 01:16:53'), -('2025-04-16', 16, 4, 2025, 2, 'Wednesday', 16, '2025-07-03 01:16:53'), -('2025-04-17', 17, 4, 2025, 2, 'Thursday', 16, '2025-07-03 01:16:53'), -('2025-04-18', 18, 4, 2025, 2, 'Friday', 16, '2025-07-03 01:16:53'), -('2025-04-19', 19, 4, 2025, 2, 'Saturday', 16, '2025-07-03 01:16:53'), -('2025-04-20', 20, 4, 2025, 2, 'Sunday', 16, '2025-07-03 01:16:53'), -('2025-04-21', 21, 4, 2025, 2, 'Monday', 17, '2025-07-03 01:16:53'), -('2025-04-22', 22, 4, 2025, 2, 'Tuesday', 17, '2025-07-03 01:16:53'), -('2025-04-23', 23, 4, 2025, 2, 'Wednesday', 17, '2025-07-03 01:16:53'), -('2025-04-24', 24, 4, 2025, 2, 'Thursday', 17, '2025-07-03 01:16:53'), -('2025-04-25', 25, 4, 2025, 2, 'Friday', 17, '2025-07-03 01:16:53'), -('2025-04-26', 26, 4, 2025, 2, 'Saturday', 17, '2025-07-03 01:16:53'), -('2025-04-27', 27, 4, 2025, 2, 'Sunday', 17, '2025-07-03 01:16:53'), -('2025-04-28', 28, 4, 2025, 2, 'Monday', 18, '2025-07-03 01:16:53'), -('2025-04-29', 29, 4, 2025, 2, 'Tuesday', 18, '2025-07-03 01:16:53'), -('2025-04-30', 30, 4, 2025, 2, 'Wednesday', 18, '2025-07-03 01:16:53'), -('2025-05-01', 1, 5, 2025, 2, 'Thursday', 18, '2025-07-03 01:16:53'), -('2025-05-02', 2, 5, 2025, 2, 'Friday', 18, '2025-07-03 01:16:53'), -('2025-05-03', 3, 5, 2025, 2, 'Saturday', 18, '2025-07-03 01:16:53'), -('2025-05-04', 4, 5, 2025, 2, 'Sunday', 18, '2025-07-03 01:16:53'), -('2025-05-05', 5, 5, 2025, 2, 'Monday', 19, '2025-07-03 01:16:53'), -('2025-05-06', 6, 5, 2025, 2, 'Tuesday', 19, '2025-07-03 01:16:53'), -('2025-05-07', 7, 5, 2025, 2, 'Wednesday', 19, '2025-07-03 01:16:53'), -('2025-05-08', 8, 5, 2025, 2, 'Thursday', 19, '2025-07-03 01:16:53'), -('2025-05-09', 9, 5, 2025, 2, 'Friday', 19, '2025-07-03 01:16:53'), -('2025-05-10', 10, 5, 2025, 2, 'Saturday', 19, '2025-07-03 01:16:53'), -('2025-05-11', 11, 5, 2025, 2, 'Sunday', 19, '2025-07-03 01:16:53'), -('2025-05-12', 12, 5, 2025, 2, 'Monday', 20, '2025-07-03 01:16:53'), -('2025-05-13', 13, 5, 2025, 2, 'Tuesday', 20, '2025-07-03 01:16:53'), -('2025-05-14', 14, 5, 2025, 2, 'Wednesday', 20, '2025-07-03 01:16:53'), -('2025-05-15', 15, 5, 2025, 2, 'Thursday', 20, '2025-07-03 01:16:53'), -('2025-05-16', 16, 5, 2025, 2, 'Friday', 20, '2025-07-03 01:16:53'), -('2025-05-17', 17, 5, 2025, 2, 'Saturday', 20, '2025-07-03 01:16:53'), -('2025-05-18', 18, 5, 2025, 2, 'Sunday', 20, '2025-07-03 01:16:53'), -('2025-05-19', 19, 5, 2025, 2, 'Monday', 21, '2025-07-03 01:16:53'), -('2025-05-20', 20, 5, 2025, 2, 'Tuesday', 21, '2025-07-03 01:16:53'), -('2025-05-21', 21, 5, 2025, 2, 'Wednesday', 21, '2025-07-03 01:16:53'), -('2025-05-22', 22, 5, 2025, 2, 'Thursday', 21, '2025-07-03 01:16:53'), -('2025-05-23', 23, 5, 2025, 2, 'Friday', 21, '2025-07-03 01:16:53'), -('2025-05-24', 24, 5, 2025, 2, 'Saturday', 21, '2025-07-03 01:16:53'), -('2025-05-25', 25, 5, 2025, 2, 'Sunday', 21, '2025-07-03 01:16:53'), -('2025-05-26', 26, 5, 2025, 2, 'Monday', 22, '2025-07-03 01:16:53'), -('2025-05-27', 27, 5, 2025, 2, 'Tuesday', 22, '2025-07-03 01:16:53'), -('2025-05-28', 28, 5, 2025, 2, 'Wednesday', 22, '2025-07-03 01:16:53'), -('2025-05-29', 29, 5, 2025, 2, 'Thursday', 22, '2025-07-03 01:16:53'), -('2025-05-30', 30, 5, 2025, 2, 'Friday', 22, '2025-07-03 01:16:53'), -('2025-05-31', 31, 5, 2025, 2, 'Saturday', 22, '2025-07-03 01:16:53'), -('2025-06-01', 1, 6, 2025, 2, 'Sunday', 22, '2025-07-03 01:16:53'), -('2025-06-02', 2, 6, 2025, 2, 'Monday', 23, '2025-07-03 01:16:53'), -('2025-06-03', 3, 6, 2025, 2, 'Tuesday', 23, '2025-07-03 01:16:53'), -('2025-06-04', 4, 6, 2025, 2, 'Wednesday', 23, '2025-07-03 01:16:53'), -('2025-06-05', 5, 6, 2025, 2, 'Thursday', 23, '2025-07-03 01:16:53'), -('2025-06-06', 6, 6, 2025, 2, 'Friday', 23, '2025-07-03 01:16:53'), -('2025-06-07', 7, 6, 2025, 2, 'Saturday', 23, '2025-07-03 01:16:53'), -('2025-06-08', 8, 6, 2025, 2, 'Sunday', 23, '2025-07-03 01:16:53'), -('2025-06-09', 9, 6, 2025, 2, 'Monday', 24, '2025-07-03 01:16:53'), -('2025-06-10', 10, 6, 2025, 2, 'Tuesday', 24, '2025-07-03 01:16:53'), -('2025-06-11', 11, 6, 2025, 2, 'Wednesday', 24, '2025-07-03 01:16:53'), -('2025-06-12', 12, 6, 2025, 2, 'Thursday', 24, '2025-07-03 01:16:53'), -('2025-06-13', 13, 6, 2025, 2, 'Friday', 24, '2025-07-03 01:16:53'), -('2025-06-14', 14, 6, 2025, 2, 'Saturday', 24, '2025-07-03 01:16:53'), -('2025-06-15', 15, 6, 2025, 2, 'Sunday', 24, '2025-07-03 01:16:53'), -('2025-06-16', 16, 6, 2025, 2, 'Monday', 25, '2025-07-03 01:16:53'), -('2025-06-17', 17, 6, 2025, 2, 'Tuesday', 25, '2025-07-03 01:16:53'), -('2025-06-18', 18, 6, 2025, 2, 'Wednesday', 25, '2025-07-03 01:16:53'), -('2025-06-19', 19, 6, 2025, 2, 'Thursday', 25, '2025-07-03 01:16:53'), -('2025-06-20', 20, 6, 2025, 2, 'Friday', 25, '2025-07-03 01:16:53'), -('2025-06-21', 21, 6, 2025, 2, 'Saturday', 25, '2025-07-03 01:16:53'), -('2025-06-22', 22, 6, 2025, 2, 'Sunday', 25, '2025-07-03 01:16:53'), -('2025-06-23', 23, 6, 2025, 2, 'Monday', 26, '2025-07-03 01:16:53'), -('2025-06-24', 24, 6, 2025, 2, 'Tuesday', 26, '2025-07-03 01:16:53'), -('2025-06-25', 25, 6, 2025, 2, 'Wednesday', 26, '2025-07-03 01:16:53'), -('2025-06-26', 26, 6, 2025, 2, 'Thursday', 26, '2025-07-03 01:16:53'), -('2025-06-27', 27, 6, 2025, 2, 'Friday', 26, '2025-07-03 01:16:53'), -('2025-06-28', 28, 6, 2025, 2, 'Saturday', 26, '2025-07-03 01:16:53'), -('2025-06-29', 29, 6, 2025, 2, 'Sunday', 26, '2025-07-03 01:16:53'), -('2025-06-30', 30, 6, 2025, 2, 'Monday', 27, '2025-07-03 01:16:53'), -('2025-07-01', 1, 7, 2025, 3, 'Tuesday', 27, '2025-07-03 01:16:53'), -('2025-07-02', 2, 7, 2025, 3, 'Wednesday', 27, '2025-07-03 01:16:53'), -('2025-07-03', 3, 7, 2025, 3, 'Thursday', 27, '2025-07-03 01:16:53'), -('2025-07-04', 4, 7, 2025, 3, 'Friday', 27, '2025-07-03 01:16:53'), -('2025-07-05', 5, 7, 2025, 3, 'Saturday', 27, '2025-07-03 01:16:53'), -('2025-07-06', 6, 7, 2025, 3, 'Sunday', 27, '2025-07-03 01:16:53'), -('2025-07-07', 7, 7, 2025, 3, 'Monday', 28, '2025-07-03 01:16:53'), -('2025-07-08', 8, 7, 2025, 3, 'Tuesday', 28, '2025-07-03 01:16:53'), -('2025-07-09', 9, 7, 2025, 3, 'Wednesday', 28, '2025-07-03 01:16:53'), -('2025-07-10', 10, 7, 2025, 3, 'Thursday', 28, '2025-07-03 01:16:53'), -('2025-07-11', 11, 7, 2025, 3, 'Friday', 28, '2025-07-03 01:16:53'), -('2025-07-12', 12, 7, 2025, 3, 'Saturday', 28, '2025-07-03 01:16:53'), -('2025-07-13', 13, 7, 2025, 3, 'Sunday', 28, '2025-07-03 01:16:53'), -('2025-07-14', 14, 7, 2025, 3, 'Monday', 29, '2025-07-03 01:16:53'), -('2025-07-15', 15, 7, 2025, 3, 'Tuesday', 29, '2025-07-03 01:16:53'), -('2025-07-16', 16, 7, 2025, 3, 'Wednesday', 29, '2025-07-03 01:16:53'), -('2025-07-17', 17, 7, 2025, 3, 'Thursday', 29, '2025-07-03 01:16:53'), -('2025-07-18', 18, 7, 2025, 3, 'Friday', 29, '2025-07-03 01:16:53'), -('2025-07-19', 19, 7, 2025, 3, 'Saturday', 29, '2025-07-03 01:16:53'), -('2025-07-20', 20, 7, 2025, 3, 'Sunday', 29, '2025-07-03 01:16:53'), -('2025-07-21', 21, 7, 2025, 3, 'Monday', 30, '2025-07-03 01:16:53'), -('2025-07-22', 22, 7, 2025, 3, 'Tuesday', 30, '2025-07-03 01:16:53'), -('2025-07-23', 23, 7, 2025, 3, 'Wednesday', 30, '2025-07-03 01:16:53'), -('2025-07-24', 24, 7, 2025, 3, 'Thursday', 30, '2025-07-03 01:16:53'), -('2025-07-25', 25, 7, 2025, 3, 'Friday', 30, '2025-07-03 01:16:53'), -('2025-07-26', 26, 7, 2025, 3, 'Saturday', 30, '2025-07-03 01:16:53'), -('2025-07-27', 27, 7, 2025, 3, 'Sunday', 30, '2025-07-03 01:16:53'), -('2025-07-28', 28, 7, 2025, 3, 'Monday', 31, '2025-07-03 01:16:53'), -('2025-07-29', 29, 7, 2025, 3, 'Tuesday', 31, '2025-07-03 01:16:53'), -('2025-07-30', 30, 7, 2025, 3, 'Wednesday', 31, '2025-07-03 01:16:53'), -('2025-07-31', 31, 7, 2025, 3, 'Thursday', 31, '2025-07-03 01:16:53'), -('2025-08-01', 1, 8, 2025, 3, 'Friday', 31, '2025-07-03 01:16:53'), -('2025-08-02', 2, 8, 2025, 3, 'Saturday', 31, '2025-07-03 01:16:53'), -('2025-08-03', 3, 8, 2025, 3, 'Sunday', 31, '2025-07-03 01:16:53'), -('2025-08-04', 4, 8, 2025, 3, 'Monday', 32, '2025-07-03 01:16:53'), -('2025-08-05', 5, 8, 2025, 3, 'Tuesday', 32, '2025-07-03 01:16:53'), -('2025-08-06', 6, 8, 2025, 3, 'Wednesday', 32, '2025-07-03 01:16:53'), -('2025-08-07', 7, 8, 2025, 3, 'Thursday', 32, '2025-07-03 01:16:53'), -('2025-08-08', 8, 8, 2025, 3, 'Friday', 32, '2025-07-03 01:16:53'), -('2025-08-09', 9, 8, 2025, 3, 'Saturday', 32, '2025-07-03 01:16:53'), -('2025-08-10', 10, 8, 2025, 3, 'Sunday', 32, '2025-07-03 01:16:53'), -('2025-08-11', 11, 8, 2025, 3, 'Monday', 33, '2025-07-03 01:16:53'), -('2025-08-12', 12, 8, 2025, 3, 'Tuesday', 33, '2025-07-03 01:16:53'), -('2025-08-13', 13, 8, 2025, 3, 'Wednesday', 33, '2025-07-03 01:16:53'), -('2025-08-14', 14, 8, 2025, 3, 'Thursday', 33, '2025-07-03 01:16:53'), -('2025-08-15', 15, 8, 2025, 3, 'Friday', 33, '2025-07-03 01:16:53'), -('2025-08-16', 16, 8, 2025, 3, 'Saturday', 33, '2025-07-03 01:16:53'), -('2025-08-17', 17, 8, 2025, 3, 'Sunday', 33, '2025-07-03 01:16:53'), -('2025-08-18', 18, 8, 2025, 3, 'Monday', 34, '2025-07-03 01:16:53'), -('2025-08-19', 19, 8, 2025, 3, 'Tuesday', 34, '2025-07-03 01:16:53'), -('2025-08-20', 20, 8, 2025, 3, 'Wednesday', 34, '2025-07-03 01:16:53'), -('2025-08-21', 21, 8, 2025, 3, 'Thursday', 34, '2025-07-03 01:16:53'), -('2025-08-22', 22, 8, 2025, 3, 'Friday', 34, '2025-07-03 01:16:53'), -('2025-08-23', 23, 8, 2025, 3, 'Saturday', 34, '2025-07-03 01:16:53'), -('2025-08-24', 24, 8, 2025, 3, 'Sunday', 34, '2025-07-03 01:16:53'), -('2025-08-25', 25, 8, 2025, 3, 'Monday', 35, '2025-07-03 01:16:53'), -('2025-08-26', 26, 8, 2025, 3, 'Tuesday', 35, '2025-07-03 01:16:53'), -('2025-08-27', 27, 8, 2025, 3, 'Wednesday', 35, '2025-07-03 01:16:53'), -('2025-08-28', 28, 8, 2025, 3, 'Thursday', 35, '2025-07-03 01:16:53'), -('2025-08-29', 29, 8, 2025, 3, 'Friday', 35, '2025-07-03 01:16:53'), -('2025-08-30', 30, 8, 2025, 3, 'Saturday', 35, '2025-07-03 01:16:53'), -('2025-08-31', 31, 8, 2025, 3, 'Sunday', 35, '2025-07-03 01:16:53'), -('2025-09-01', 1, 9, 2025, 3, 'Monday', 36, '2025-07-03 01:16:53'), -('2025-09-02', 2, 9, 2025, 3, 'Tuesday', 36, '2025-07-03 01:16:53'), -('2025-09-03', 3, 9, 2025, 3, 'Wednesday', 36, '2025-07-03 01:16:53'), -('2025-09-04', 4, 9, 2025, 3, 'Thursday', 36, '2025-07-03 01:16:53'), -('2025-09-05', 5, 9, 2025, 3, 'Friday', 36, '2025-07-03 01:16:53'), -('2025-09-06', 6, 9, 2025, 3, 'Saturday', 36, '2025-07-03 01:16:53'), -('2025-09-07', 7, 9, 2025, 3, 'Sunday', 36, '2025-07-03 01:16:53'), -('2025-09-08', 8, 9, 2025, 3, 'Monday', 37, '2025-07-03 01:16:53'), -('2025-09-09', 9, 9, 2025, 3, 'Tuesday', 37, '2025-07-03 01:16:53'), -('2025-09-10', 10, 9, 2025, 3, 'Wednesday', 37, '2025-07-03 01:16:53'), -('2025-09-11', 11, 9, 2025, 3, 'Thursday', 37, '2025-07-03 01:16:53'), -('2025-09-12', 12, 9, 2025, 3, 'Friday', 37, '2025-07-03 01:16:53'), -('2025-09-13', 13, 9, 2025, 3, 'Saturday', 37, '2025-07-03 01:16:53'), -('2025-09-14', 14, 9, 2025, 3, 'Sunday', 37, '2025-07-03 01:16:53'), -('2025-09-15', 15, 9, 2025, 3, 'Monday', 38, '2025-07-03 01:16:53'), -('2025-09-16', 16, 9, 2025, 3, 'Tuesday', 38, '2025-07-03 01:16:53'), -('2025-09-17', 17, 9, 2025, 3, 'Wednesday', 38, '2025-07-03 01:16:53'), -('2025-09-18', 18, 9, 2025, 3, 'Thursday', 38, '2025-07-03 01:16:53'), -('2025-09-19', 19, 9, 2025, 3, 'Friday', 38, '2025-07-03 01:16:53'), -('2025-09-20', 20, 9, 2025, 3, 'Saturday', 38, '2025-07-03 01:16:53'), -('2025-09-21', 21, 9, 2025, 3, 'Sunday', 38, '2025-07-03 01:16:53'), -('2025-09-22', 22, 9, 2025, 3, 'Monday', 39, '2025-07-03 01:16:53'), -('2025-09-23', 23, 9, 2025, 3, 'Tuesday', 39, '2025-07-03 01:16:53'), -('2025-09-24', 24, 9, 2025, 3, 'Wednesday', 39, '2025-07-03 01:16:53'), -('2025-09-25', 25, 9, 2025, 3, 'Thursday', 39, '2025-07-03 01:16:53'), -('2025-09-26', 26, 9, 2025, 3, 'Friday', 39, '2025-07-03 01:16:53'), -('2025-09-27', 27, 9, 2025, 3, 'Saturday', 39, '2025-07-03 01:16:53'), -('2025-09-28', 28, 9, 2025, 3, 'Sunday', 39, '2025-07-03 01:16:53'), -('2025-09-29', 29, 9, 2025, 3, 'Monday', 40, '2025-07-03 01:16:53'), -('2025-09-30', 30, 9, 2025, 3, 'Tuesday', 40, '2025-07-03 01:16:53'), -('2025-10-01', 1, 10, 2025, 4, 'Wednesday', 40, '2025-07-03 01:16:53'), -('2025-10-02', 2, 10, 2025, 4, 'Thursday', 40, '2025-07-03 01:16:53'), -('2025-10-03', 3, 10, 2025, 4, 'Friday', 40, '2025-07-03 01:16:53'), -('2025-10-04', 4, 10, 2025, 4, 'Saturday', 40, '2025-07-03 01:16:53'), -('2025-10-05', 5, 10, 2025, 4, 'Sunday', 40, '2025-07-03 01:16:53'), -('2025-10-06', 6, 10, 2025, 4, 'Monday', 41, '2025-07-03 01:16:53'), -('2025-10-07', 7, 10, 2025, 4, 'Tuesday', 41, '2025-07-03 01:16:53'), -('2025-10-08', 8, 10, 2025, 4, 'Wednesday', 41, '2025-07-03 01:16:53'), -('2025-10-09', 9, 10, 2025, 4, 'Thursday', 41, '2025-07-03 01:16:53'), -('2025-10-10', 10, 10, 2025, 4, 'Friday', 41, '2025-07-03 01:16:53'), -('2025-10-11', 11, 10, 2025, 4, 'Saturday', 41, '2025-07-03 01:16:53'), -('2025-10-12', 12, 10, 2025, 4, 'Sunday', 41, '2025-07-03 01:16:53'), -('2025-10-13', 13, 10, 2025, 4, 'Monday', 42, '2025-07-03 01:16:53'), -('2025-10-14', 14, 10, 2025, 4, 'Tuesday', 42, '2025-07-03 01:16:53'), -('2025-10-15', 15, 10, 2025, 4, 'Wednesday', 42, '2025-07-03 01:16:53'), -('2025-10-16', 16, 10, 2025, 4, 'Thursday', 42, '2025-07-03 01:16:53'), -('2025-10-17', 17, 10, 2025, 4, 'Friday', 42, '2025-07-03 01:16:53'), -('2025-10-18', 18, 10, 2025, 4, 'Saturday', 42, '2025-07-03 01:16:53'), -('2025-10-19', 19, 10, 2025, 4, 'Sunday', 42, '2025-07-03 01:16:53'), -('2025-10-20', 20, 10, 2025, 4, 'Monday', 43, '2025-07-03 01:16:53'), -('2025-10-21', 21, 10, 2025, 4, 'Tuesday', 43, '2025-07-03 01:16:53'), -('2025-10-22', 22, 10, 2025, 4, 'Wednesday', 43, '2025-07-03 01:16:53'), -('2025-10-23', 23, 10, 2025, 4, 'Thursday', 43, '2025-07-03 01:16:53'), -('2025-10-24', 24, 10, 2025, 4, 'Friday', 43, '2025-07-03 01:16:53'), -('2025-10-25', 25, 10, 2025, 4, 'Saturday', 43, '2025-07-03 01:16:53'), -('2025-10-26', 26, 10, 2025, 4, 'Sunday', 43, '2025-07-03 01:16:53'), -('2025-10-27', 27, 10, 2025, 4, 'Monday', 44, '2025-07-03 01:16:53'), -('2025-10-28', 28, 10, 2025, 4, 'Tuesday', 44, '2025-07-03 01:16:53'), -('2025-10-29', 29, 10, 2025, 4, 'Wednesday', 44, '2025-07-03 01:16:53'), -('2025-10-30', 30, 10, 2025, 4, 'Thursday', 44, '2025-07-03 01:16:53'), -('2025-10-31', 31, 10, 2025, 4, 'Friday', 44, '2025-07-03 01:16:53'), -('2025-11-01', 1, 11, 2025, 4, 'Saturday', 44, '2025-07-03 01:16:53'), -('2025-11-02', 2, 11, 2025, 4, 'Sunday', 44, '2025-07-03 01:16:53'), -('2025-11-03', 3, 11, 2025, 4, 'Monday', 45, '2025-07-03 01:16:53'), -('2025-11-04', 4, 11, 2025, 4, 'Tuesday', 45, '2025-07-03 01:16:53'), -('2025-11-05', 5, 11, 2025, 4, 'Wednesday', 45, '2025-07-03 01:16:53'), -('2025-11-06', 6, 11, 2025, 4, 'Thursday', 45, '2025-07-03 01:16:53'), -('2025-11-07', 7, 11, 2025, 4, 'Friday', 45, '2025-07-03 01:16:53'), -('2025-11-08', 8, 11, 2025, 4, 'Saturday', 45, '2025-07-03 01:16:53'), -('2025-11-09', 9, 11, 2025, 4, 'Sunday', 45, '2025-07-03 01:16:53'), -('2025-11-10', 10, 11, 2025, 4, 'Monday', 46, '2025-07-03 01:16:53'), -('2025-11-11', 11, 11, 2025, 4, 'Tuesday', 46, '2025-07-03 01:16:53'), -('2025-11-12', 12, 11, 2025, 4, 'Wednesday', 46, '2025-07-03 01:16:53'), -('2025-11-13', 13, 11, 2025, 4, 'Thursday', 46, '2025-07-03 01:16:53'), -('2025-11-14', 14, 11, 2025, 4, 'Friday', 46, '2025-07-03 01:16:53'), -('2025-11-15', 15, 11, 2025, 4, 'Saturday', 46, '2025-07-03 01:16:53'), -('2025-11-16', 16, 11, 2025, 4, 'Sunday', 46, '2025-07-03 01:16:53'), -('2025-11-17', 17, 11, 2025, 4, 'Monday', 47, '2025-07-03 01:16:53'), -('2025-11-18', 18, 11, 2025, 4, 'Tuesday', 47, '2025-07-03 01:16:53'), -('2025-11-19', 19, 11, 2025, 4, 'Wednesday', 47, '2025-07-03 01:16:53'), -('2025-11-20', 20, 11, 2025, 4, 'Thursday', 47, '2025-07-03 01:16:53'), -('2025-11-21', 21, 11, 2025, 4, 'Friday', 47, '2025-07-03 01:16:53'), -('2025-11-22', 22, 11, 2025, 4, 'Saturday', 47, '2025-07-03 01:16:53'), -('2025-11-23', 23, 11, 2025, 4, 'Sunday', 47, '2025-07-03 01:16:53'), -('2025-11-24', 24, 11, 2025, 4, 'Monday', 48, '2025-07-03 01:16:53'), -('2025-11-25', 25, 11, 2025, 4, 'Tuesday', 48, '2025-07-03 01:16:53'), -('2025-11-26', 26, 11, 2025, 4, 'Wednesday', 48, '2025-07-03 01:16:53'), -('2025-11-27', 27, 11, 2025, 4, 'Thursday', 48, '2025-07-03 01:16:53'), -('2025-11-28', 28, 11, 2025, 4, 'Friday', 48, '2025-07-03 01:16:53'), -('2025-11-29', 29, 11, 2025, 4, 'Saturday', 48, '2025-07-03 01:16:53'), -('2025-11-30', 30, 11, 2025, 4, 'Sunday', 48, '2025-07-03 01:16:53'), -('2025-12-01', 1, 12, 2025, 4, 'Monday', 49, '2025-07-03 01:16:53'), -('2025-12-02', 2, 12, 2025, 4, 'Tuesday', 49, '2025-07-03 01:16:53'), -('2025-12-03', 3, 12, 2025, 4, 'Wednesday', 49, '2025-07-03 01:16:53'), -('2025-12-04', 4, 12, 2025, 4, 'Thursday', 49, '2025-07-03 01:16:53'), -('2025-12-05', 5, 12, 2025, 4, 'Friday', 49, '2025-07-03 01:16:53'), -('2025-12-06', 6, 12, 2025, 4, 'Saturday', 49, '2025-07-03 01:16:53'), -('2025-12-07', 7, 12, 2025, 4, 'Sunday', 49, '2025-07-03 01:16:53'), -('2025-12-08', 8, 12, 2025, 4, 'Monday', 50, '2025-07-03 01:16:53'), -('2025-12-09', 9, 12, 2025, 4, 'Tuesday', 50, '2025-07-03 01:16:53'), -('2025-12-10', 10, 12, 2025, 4, 'Wednesday', 50, '2025-07-03 01:16:53'), -('2025-12-11', 11, 12, 2025, 4, 'Thursday', 50, '2025-07-03 01:16:53'), -('2025-12-12', 12, 12, 2025, 4, 'Friday', 50, '2025-07-03 01:16:53'), -('2025-12-13', 13, 12, 2025, 4, 'Saturday', 50, '2025-07-03 01:16:53'), -('2025-12-14', 14, 12, 2025, 4, 'Sunday', 50, '2025-07-03 01:16:53'), -('2025-12-15', 15, 12, 2025, 4, 'Monday', 51, '2025-07-03 01:16:53'), -('2025-12-16', 16, 12, 2025, 4, 'Tuesday', 51, '2025-07-03 01:16:53'), -('2025-12-17', 17, 12, 2025, 4, 'Wednesday', 51, '2025-07-03 01:16:53'), -('2025-12-18', 18, 12, 2025, 4, 'Thursday', 51, '2025-07-03 01:16:53'), -('2025-12-19', 19, 12, 2025, 4, 'Friday', 51, '2025-07-03 01:16:53'), -('2025-12-20', 20, 12, 2025, 4, 'Saturday', 51, '2025-07-03 01:16:53'), -('2025-12-21', 21, 12, 2025, 4, 'Sunday', 51, '2025-07-03 01:16:53'), -('2025-12-22', 22, 12, 2025, 4, 'Monday', 52, '2025-07-03 01:16:53'), -('2025-12-23', 23, 12, 2025, 4, 'Tuesday', 52, '2025-07-03 01:16:53'), -('2025-12-24', 24, 12, 2025, 4, 'Wednesday', 52, '2025-07-03 01:16:53'), -('2025-12-25', 25, 12, 2025, 4, 'Thursday', 52, '2025-07-03 01:16:53'), -('2025-12-26', 26, 12, 2025, 4, 'Friday', 52, '2025-07-03 01:16:53'), -('2025-12-27', 27, 12, 2025, 4, 'Saturday', 52, '2025-07-03 01:16:53'), -('2025-12-28', 28, 12, 2025, 4, 'Sunday', 52, '2025-07-03 01:16:53'), -('2025-12-29', 29, 12, 2025, 4, 'Monday', 1, '2025-07-03 01:16:53'), -('2025-12-30', 30, 12, 2025, 4, 'Tuesday', 1, '2025-07-03 01:16:53'), -('2025-12-31', 31, 12, 2025, 4, 'Wednesday', 1, '2025-07-03 01:16:53'); - - -INSERT INTO oms_core.employees (employeeid, firstname, lastname, email, jobtitle, hiredate, managerid, address, city, state, zipcode, updated_at) VALUES -(503454, 'Juan', 'Taylor', 'juan.taylor@sleekmart.com', 'CEO', '2021-03-20', NULL, '52869 Levy Coves', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(500647, 'Melissa', 'Salinas', 'melissa.salinas@sleekmart.com', 'Store Manager', '2023-01-25', 503454, '561 Thomas Square', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(507242, 'Mark', 'Lee', 'mark.lee@sleekmart.com', 'Store Manager', '2021-03-07', 503454, '05344 Tamara Garden', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(509287, 'Jade', 'Edwards', 'jade.edwards@sleekmart.com', 'Store Manager', '2024-03-21', 503454, '66185 Garcia Corner', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(504235, 'Lynn', 'Heath', 'lynn.heath@sleekmart.com', 'Store Manager', '2020-11-06', 503454, '261 Andrea Junctions', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506436, 'Brooke', 'Williams', 'brooke.williams@sleekmart.com', 'Store Manager', '2021-10-07', 503454, '7813 Donald Dale', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(500129, 'Tiffany', 'Wallace', 'tiffany.wallace@sleekmart.com', 'Store Manager', '2022-10-27', 503454, '6558 Gross Canyon Suite 421', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(500185, 'Jeffrey', 'Sawyer', 'jeffrey.sawyer@sleekmart.com', 'Store Manager', '2020-07-07', 503454, '530 Edwin Trace', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508135, 'Kelly', 'Spence', 'kelly.spence@sleekmart.com', 'Store Manager', '2021-01-23', 503454, '4458 Mejia Trail Apt. 608', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(505616, 'Ryan', 'Roman', 'ryan.roman@sleekmart.com', 'Store Manager', '2024-04-15', 503454, '16606 Duncan Falls', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(503955, 'Katherine', 'Woods', 'katherine.woods@sleekmart.com', 'Store Manager', '2024-03-30', 503454, '212 Smith Corner', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(507338, 'Mitchell', 'Martinez', 'mitchell.martinez@sleekmart.com', 'Store Manager', '2023-06-04', 503454, '145 Jason Parkway', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(506724, 'Brenda', 'Lewis', 'brenda.lewis@sleekmart.com', 'Store Manager', '2021-04-29', 503454, '336 Gibson Lights', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(501245, 'Tamara', 'Jenkins', 'tamara.jenkins@sleekmart.com', 'Store Manager', '2021-04-14', 503454, '16721 Karen Isle', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508883, 'Carlos', 'Martin', 'carlos.martin@sleekmart.com', 'Store Manager', '2021-09-24', 503454, '512 Toni Street', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(508595, 'Michelle', 'Campos', 'michelle.campos@sleekmart.com', 'Store Manager', '2021-10-22', 503454, '98192 Mckinney Locks', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(505551, 'Timothy', 'Mendoza', 'timothy.mendoza@sleekmart.com', 'Store Manager', '2022-05-31', 503454, '18369 Davies Fall Suite 375', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(500687, 'Fred', 'Rivera', 'fred.rivera@sleekmart.com', 'Store Manager', '2023-08-02', 503454, '81799 Angela Brook', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(503077, 'Linda', 'Freeman', 'linda.freeman@sleekmart.com', 'Store Manager', '2023-10-31', 503454, '10739 Emily Passage', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(500849, 'Jacob', 'Moyer', 'jacob.moyer@sleekmart.com', 'Store Manager', '2022-04-10', 503454, '570 Hughes Way Suite 372', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(502230, 'Amy', 'Martinez', 'amy.martinez@sleekmart.com', 'Store Manager', '2023-03-12', 503454, '0500 Arnold Estate', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(504114, 'Michael', 'Herring', 'michael.herring@sleekmart.com', 'Sales Associate', '2025-03-26', 506436, '3336 Downs Streets', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(506505, 'Jennifer', 'Dixon', 'jennifer.dixon@sleekmart.com', 'Sales Associate', '2022-04-22', 507242, '867 Hicks Heights Suite 761', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(504119, 'Sara', 'George', 'sara.george@sleekmart.com', 'Sales Associate', '2020-08-29', 504235, '9372 Diaz Lane', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(508278, 'Nicole', 'Nelson', 'nicole.nelson@sleekmart.com', 'Sales Associate', '2024-01-05', 503955, '131 Catherine Ways', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(505176, 'Paul', 'Nicholson', 'paul.nicholson@sleekmart.com', 'Sales Associate', '2021-09-02', 509287, '55963 Cook Pike Apt. 993', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(503465, 'Paula', 'Davis', 'paula.davis@sleekmart.com', 'Sales Associate', '2024-01-11', 506724, '35954 Williams Courts Suite 782', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(506004, 'Danielle', 'Allen', 'danielle.allen@sleekmart.com', 'Sales Associate', '2024-12-23', 500129, '68315 Ferguson Cove', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506575, 'Peter', 'Martinez', 'peter.martinez@sleekmart.com', 'Sales Associate', '2022-07-28', 503077, '35914 Weber Gardens', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(501507, 'Krista', 'Walters', 'krista.walters@sleekmart.com', 'Sales Associate', '2024-04-14', 504235, '77401 Todd Lake', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(508575, 'Kristen', 'Adams', 'kristen.adams@sleekmart.com', 'Sales Associate', '2023-10-22', 505551, '8049 David Glen Apt. 639', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(504834, 'Craig', 'Blanchard', 'craig.blanchard@sleekmart.com', 'Sales Associate', '2022-12-01', 500849, '6597 Adam Ridge Apt. 852', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(505135, 'Crystal', 'Carter', 'crystal.carter@sleekmart.com', 'Sales Associate', '2023-01-10', 500647, '4362 Brewer Mountain', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(509830, 'Kim', 'Campbell', 'kim.campbell@sleekmart.com', 'Sales Associate', '2024-03-08', 503077, '13754 Jon Plaza Apt. 393', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(506643, 'Joel', 'Herring', 'joel.herring@sleekmart.com', 'Sales Associate', '2021-08-21', 507338, '090 Melissa Key', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502404, 'Larry', 'Logan', 'larry.logan@sleekmart.com', 'Sales Associate', '2023-02-18', 505551, '6753 Charles Lights Apt. 263', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(501027, 'Christine', 'Stone', 'christine.stone@sleekmart.com', 'Sales Associate', '2024-06-01', 501245, '857 Molly Prairie Suite 806', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.494810'), -(508058, 'Aaron', 'Edwards', 'aaron.edwards@sleekmart.com', 'Sales Associate', '2022-04-03', 505616, '286 Charles Run Apt. 407', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(503543, 'James', 'Franco', 'james.franco@sleekmart.com', 'Sales Associate', '2020-08-13', 500687, '14040 Veronica Villages Suite 614', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(506276, 'Olivia', 'Byrd', 'olivia.byrd@sleekmart.com', 'Sales Associate', '2024-02-21', 508883, '36102 Becker Club Apt. 509', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(505950, 'Jason', 'York', 'jason.york@sleekmart.com', 'Sales Associate', '2021-03-09', 508135, '02164 Pacheco Route Suite 936', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(504709, 'Dawn', 'Cunningham', 'dawn.cunningham@sleekmart.com', 'Sales Associate', '2021-01-24', 504235, '28868 Theresa Trail Suite 933', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502402, 'Ralph', 'Coleman', 'ralph.coleman@sleekmart.com', 'Sales Associate', '2025-01-27', 503955, '187 Brenda Walks', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.494810'), -(500656, 'Jacob', 'Hernandez', 'jacob.hernandez@sleekmart.com', 'Sales Associate', '2022-07-10', 500647, '6621 Noble Squares Apt. 308', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(505984, 'Jerry', 'Mendez', 'jerry.mendez@sleekmart.com', 'Sales Associate', '2023-02-05', 500849, '3964 Walker Gardens Suite 992', 'New York', 'NY', '10001', '2025-07-03 01:18:10.494810'), -(509921, 'Michael', 'Ruiz', 'michael.ruiz@sleekmart.com', 'Sales Associate', '2023-01-30', 505551, '048 Stephanie Plains', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.494810'), -(509748, 'Tiffany', 'Henderson', 'tiffany.henderson@sleekmart.com', 'Sales Associate', '2024-09-23', 508883, '03917 West Shores Suite 196', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.494810'), -(502184, 'Anthony', 'Strickland', 'anthony.strickland@sleekmart.com', 'Sales Associate', '2020-10-08', 500185, '8738 Shannon Trace', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(504729, 'David', 'Whitaker', 'david.whitaker@sleekmart.com', 'Sales Associate', '2024-05-11', 503077, '4014 Jeremy Mews Suite 827', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(500297, 'Abigail', 'Crosby', 'abigail.crosby@sleekmart.com', 'Sales Associate', '2020-10-18', 501245, '6279 Perkins Loop', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501528, 'Jennifer', 'Yoder', 'jennifer.yoder@sleekmart.com', 'Sales Associate', '2020-11-03', 507338, '11302 Michael Forges', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(509799, 'Ryan', 'Welch', 'ryan.welch@sleekmart.com', 'Sales Associate', '2023-10-01', 500849, '72989 James Station', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(506662, 'James', 'Thompson', 'james.thompson@sleekmart.com', 'Sales Associate', '2023-09-14', 503077, '600 Scott Summit', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(500375, 'Kara', 'Roberts', 'kara.roberts@sleekmart.com', 'Sales Associate', '2024-01-11', 508883, '3109 Carol Rapids Suite 948', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(506269, 'Anthony', 'Ramirez', 'anthony.ramirez@sleekmart.com', 'Sales Associate', '2024-07-03', 505616, '02923 Thomas Bridge Suite 584', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503418, 'Christopher', 'Cook', 'christopher.cook@sleekmart.com', 'Sales Associate', '2024-05-25', 508135, '84820 Jennifer Lodge', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(507196, 'Jimmy', 'Johnson', 'jimmy.johnson@sleekmart.com', 'Sales Associate', '2022-08-30', 500647, '402 Zhang Meadow', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(508828, 'Clarence', 'Henson', 'clarence.henson@sleekmart.com', 'Sales Associate', '2023-03-10', 506436, '2100 Donna Prairie', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(507476, 'Rachael', 'Hernandez', 'rachael.hernandez@sleekmart.com', 'Sales Associate', '2020-10-23', 504235, '0744 Chelsea Knolls', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501733, 'Christina', 'Velez', 'christina.velez@sleekmart.com', 'Sales Associate', '2022-12-15', 503955, '079 James Isle Suite 821', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(509270, 'Margaret', 'Boyer', 'margaret.boyer@sleekmart.com', 'Sales Associate', '2023-10-17', 505616, '0893 Stevenson Meadows', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501329, 'James', 'Anderson', 'james.anderson@sleekmart.com', 'Sales Associate', '2022-05-21', 500129, '4968 Crystal Branch', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(507664, 'Monica', 'Leblanc', 'monica.leblanc@sleekmart.com', 'Sales Associate', '2020-09-16', 507338, '414 Suarez Canyon Suite 545', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(504959, 'Joanna', 'Best', 'joanna.best@sleekmart.com', 'Sales Associate', '2023-07-02', 500849, '186 Tonya Lodge Suite 978', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(507992, 'John', 'Waters', 'john.waters@sleekmart.com', 'Sales Associate', '2023-04-14', 500185, '17542 Hart Motorway Suite 682', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(504148, 'Jerome', 'Wright', 'jerome.wright@sleekmart.com', 'Sales Associate', '2024-05-07', 509287, '54985 Kristen Trail', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(503080, 'Cody', 'Butler', 'cody.butler@sleekmart.com', 'Sales Associate', '2020-09-04', 507242, '721 Jesse Valley Suite 070', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(500774, 'Steven', 'Ramsey', 'steven.ramsey@sleekmart.com', 'Sales Associate', '2020-09-14', 501245, '36661 Horton Freeway Apt. 315', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505978, 'Melissa', 'Rodriguez', 'melissa.rodriguez@sleekmart.com', 'Sales Associate', '2022-06-06', 504235, '7350 Moreno Fork Apt. 767', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(509926, 'Edward', 'Parker', 'edward.parker@sleekmart.com', 'Sales Associate', '2022-01-05', 500647, '33657 Michael Shore', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(501617, 'Robert', 'Mullen', 'robert.mullen@sleekmart.com', 'Sales Associate', '2021-10-21', 506724, '8104 Taylor Passage', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(506393, 'Summer', 'Page', 'summer.page@sleekmart.com', 'Sales Associate', '2021-01-22', 500687, '33079 Molina Unions Apt. 507', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(500811, 'Ellen', 'Miller', 'ellen.miller@sleekmart.com', 'Sales Associate', '2022-09-01', 506724, '39302 Bradley Tunnel', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(503245, 'William', 'Cline', 'william.cline@sleekmart.com', 'Sales Associate', '2024-06-13', 505616, '1064 Joel Knoll Apt. 991', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(508145, 'Timothy', 'Parks', 'timothy.parks@sleekmart.com', 'Sales Associate', '2023-03-24', 501245, '0204 Nathaniel Trafficway', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(503919, 'Scott', 'Martin', 'scott.martin@sleekmart.com', 'Sales Associate', '2022-07-31', 509287, '931 Nicole Passage Suite 208', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505375, 'Aaron', 'Lowe', 'aaron.lowe@sleekmart.com', 'Sales Associate', '2021-02-17', 500849, '826 Donna Parkways', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(505541, 'Kimberly', 'Ramirez', 'kimberly.ramirez@sleekmart.com', 'Sales Associate', '2023-04-08', 507338, '05424 Amy Divide', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(501200, 'Eric', 'Juarez', 'eric.juarez@sleekmart.com', 'Sales Associate', '2022-09-03', 501245, '16280 Flores Junctions Apt. 572', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(501008, 'Christian', 'Norris', 'christian.norris@sleekmart.com', 'Sales Associate', '2024-04-23', 500849, '000 Ayala Views', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(505102, 'Stephanie', 'Welch', 'stephanie.welch@sleekmart.com', 'Sales Associate', '2024-02-19', 500647, '7374 Watson Flats Apt. 535', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(506994, 'Daniel', 'Smith', 'daniel.smith@sleekmart.com', 'Sales Associate', '2024-04-17', 504235, '278 Patrick Harbors', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(504149, 'Jeremy', 'Greene', 'jeremy.greene@sleekmart.com', 'Sales Associate', '2021-02-01', 500129, '47629 Estrada Squares', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(508583, 'Lawrence', 'Peters', 'lawrence.peters@sleekmart.com', 'Sales Associate', '2021-08-01', 501245, '001 Christopher Canyon', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(509901, 'Walter', 'Marshall', 'walter.marshall@sleekmart.com', 'Sales Associate', '2023-10-01', 503077, '7840 Santos Ramp', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(503576, 'Sharon', 'Rodriguez', 'sharon.rodriguez@sleekmart.com', 'Sales Associate', '2024-07-12', 500687, '355 Tiffany Walks Suite 805', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503886, 'Devin', 'Osborn', 'devin.osborn@sleekmart.com', 'Sales Associate', '2024-09-30', 500647, '50100 Micheal Village', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(509722, 'Elizabeth', 'Chen', 'elizabeth.chen@sleekmart.com', 'Sales Associate', '2022-10-26', 504235, '286 Arnold Mountain Apt. 971', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(504691, 'James', 'Long', 'james.long@sleekmart.com', 'Sales Associate', '2021-12-18', 500129, '9408 Hannah Key', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(506056, 'Lisa', 'Huffman', 'lisa.huffman@sleekmart.com', 'Sales Associate', '2023-01-26', 502230, '0480 Jacobs Run', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(509469, 'Ruth', 'Brown', 'ruth.brown@sleekmart.com', 'Sales Associate', '2021-11-20', 507242, '652 Murphy Haven Suite 130', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(502575, 'Steve', 'Andrews', 'steve.andrews@sleekmart.com', 'Sales Associate', '2021-03-03', 508883, '4490 Robinson Alley Suite 527', 'New York', 'NY', '10001', '2025-07-03 01:18:10.510597'), -(507279, 'Mindy', 'James', 'mindy.james@sleekmart.com', 'Sales Associate', '2024-05-09', 508595, '53738 Allen Spurs', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(508432, 'Sylvia', 'Davenport', 'sylvia.davenport@sleekmart.com', 'Sales Associate', '2023-03-25', 500129, '843 Cheyenne Pike Suite 151', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(501353, 'Omar', 'Woodard', 'omar.woodard@sleekmart.com', 'Sales Associate', '2023-07-29', 501245, '64681 Shepherd Vista', 'Chicago', 'IL', '60601', '2025-07-03 01:18:10.510597'), -(501771, 'Jason', 'Blair', 'jason.blair@sleekmart.com', 'Sales Associate', '2022-01-14', 507242, '324 Jennifer Inlet Apt. 310', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(509879, 'Crystal', 'Taylor', 'crystal.taylor@sleekmart.com', 'Sales Associate', '2021-08-24', 503955, '52799 Mcgee Wall', 'Los Angeles', 'CA', '90001', '2025-07-03 01:18:10.510597'), -(501039, 'Karen', 'Mcintyre', 'karen.mcintyre@sleekmart.com', 'Sales Associate', '2024-04-17', 508135, '09545 Baker Harbor', 'Houston', 'TX', '77001', '2025-07-03 01:18:10.510597'), -(503492, 'Andrew', 'Rivera', 'andrew.rivera@sleekmart.com', 'Sales Associate', '2025-03-18', 507338, '7079 Michelle Trail', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(507299, 'Christy', 'Williams', 'christy.williams@sleekmart.com', 'Sales Associate', '2023-11-02', 506436, '293 Nicholas Ford', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'), -(503608, 'Drew', 'Hull', 'drew.hull@sleekmart.com', 'Sales Associate', '2021-11-12', 505616, '4176 Clark Via', 'Phoenix', 'AZ', '85001', '2025-07-03 01:18:10.510597'); - - - -INSERT INTO oms_core.products (productid, name, category, retailprice, supplierprice, supplierid, updated_at) VALUES -(76905, 'Basketball', 'Sports', 86, 82, 7880, '2025-06-11 22:10:24'), -(72946, 'Dress', 'Clothing', 16, 12, 1036, '2025-06-21 09:54:03'), -(76623, 'Tablet', 'Electronics', 50, 49, 2434, '2025-06-21 19:08:18'), -(78093, 'Thriller', 'Books', 86, 83, 7232, '2025-06-23 10:48:11'), -(72175, 'Perfume', 'Beauty', 78, 75, 1036, '2025-06-11 06:35:56'), -(71478, 'Salad', 'Foods', 98, 97, 1036, '2025-06-29 03:16:20'), -(72583, 'Doll', 'Toys', 82, 79, 6199, '2025-06-15 22:04:45'), -(74032, 'Action Figure', 'Toys', 57, 53, 5511, '2025-06-20 01:01:03'), -(77234, 'Pasta', 'Foods', 64, 59, 4246, '2025-06-14 13:13:33'), -(78863, 'Shirt', 'Clothing', 85, 83, 7877, '2025-06-20 20:25:39'), -(70306, 'Tennis Racket', 'Sports', 52, 47, 7877, '2025-06-16 21:22:39'), -(74231, 'Tablet', 'Electronics', 32, 27, 5567, '2025-06-15 08:04:56'), -(73556, 'Tennis Racket', 'Sports', 100, 98, 9955, '2025-07-02 01:40:39'), -(71488, 'Gym Bag', 'Sports', 91, 87, 5567, '2025-06-25 12:44:45'), -(77021, 'Basketball', 'Sports', 55, 54, 5566, '2025-06-28 08:33:20'), -(72520, 'Camera', 'Electronics', 29, 26, 5566, '2025-06-21 13:26:01'), -(78161, 'Laptop', 'Electronics', 48, 47, 9955, '2025-06-18 02:29:54'), -(74799, 'Doll', 'Toys', 57, 53, 9955, '2025-06-20 04:21:32'), -(74277, 'Sushi', 'Foods', 91, 88, 3253, '2025-06-15 22:13:02'), -(74588, 'Dress', 'Clothing', 38, 33, 7520, '2025-06-11 07:09:28'), -(75283, 'Burger', 'Foods', 46, 43, 2701, '2025-06-13 04:50:14'), -(77443, 'Laptop', 'Electronics', 30, 26, 5501, '2025-06-24 04:52:46'), -(79560, 'Tennis Racket', 'Sports', 43, 38, 5501, '2025-06-29 18:34:11'), -(79930, 'Novel', 'Books', 66, 63, 6777, '2025-06-25 02:51:18'), -(78021, 'Novel', 'Books', 55, 51, 8323, '2025-06-26 21:13:03'), -(71058, 'Camera', 'Electronics', 73, 71, 5566, '2025-06-18 19:26:49'), -(78130, 'Tennis Racket', 'Sports', 24, 23, 7877, '2025-06-05 10:33:51'), -(72771, 'Camera', 'Electronics', 98, 97, 7520, '2025-06-03 05:13:52'), -(78902, 'Headphones', 'Electronics', 76, 75, 5511, '2025-06-06 16:47:41'), -(74155, 'Board Game', 'Toys', 73, 68, 7595, '2025-06-22 16:01:49'), -(72731, 'Burger', 'Foods', 63, 61, 5501, '2025-06-04 01:22:30'), -(74677, 'Laptop', 'Electronics', 66, 65, 7520, '2025-06-24 22:06:45'), -(78683, 'Eyeshadow Palette', 'Beauty', 82, 78, 1036, '2025-06-15 16:30:48'), -(79546, 'Lipstick', 'Beauty', 70, 65, 7232, '2025-06-14 02:35:35'), -(75477, 'Doll', 'Toys', 86, 84, 5511, '2025-06-29 19:06:14'), -(74059, 'Fantasy', 'Books', 69, 65, 9955, '2025-06-05 06:39:29'), -(78837, 'Basketball', 'Sports', 26, 21, 4246, '2025-06-13 14:32:31'), -(70518, 'Pasta', 'Foods', 35, 32, 6777, '2025-06-08 20:46:04'), -(79189, 'Jeans', 'Clothing', 32, 30, 2701, '2025-07-02 19:32:13'), -(78463, 'Shirt', 'Clothing', 40, 37, 7232, '2025-07-02 01:44:38'), -(71018, 'Novel', 'Books', 68, 67, 9955, '2025-06-12 06:40:29'), -(70011, 'Perfume', 'Beauty', 71, 70, 7595, '2025-06-23 09:50:36'), -(73910, 'Candle Holder', 'Home Decor', 82, 78, 5567, '2025-06-19 14:29:01'), -(78601, 'Board Game', 'Toys', 92, 89, 9955, '2025-06-05 14:30:51'), -(79469, 'Mascara', 'Beauty', 33, 28, 7232, '2025-06-21 23:15:03'), -(78985, 'Dumbbells', 'Sports', 27, 25, 7880, '2025-06-30 04:01:42'), -(77331, 'Doll', 'Toys', 28, 25, 7224, '2025-06-22 19:57:02'), -(79750, 'Dress', 'Clothing', 89, 87, 3253, '2025-06-29 02:01:08'), -(70155, 'Self-Help', 'Books', 81, 77, 7520, '2025-06-15 15:20:23'), -(75899, 'Salad', 'Foods', 42, 38, 5508, '2025-06-18 21:31:42'), -(76732, 'Cushion', 'Home Decor', 61, 59, 7224, '2025-06-26 20:20:55'), -(76484, 'Laptop', 'Electronics', 81, 77, 8323, '2025-06-06 19:11:25'), -(78723, 'Remote Control Car', 'Toys', 20, 18, 7595, '2025-06-27 23:51:22'), -(70836, 'Eyeshadow Palette', 'Beauty', 32, 28, 7877, '2025-06-25 15:52:22'), -(72262, 'Gym Bag', 'Sports', 15, 11, 6199, '2025-06-07 20:32:00'), -(75322, 'Mascara', 'Beauty', 44, 42, 7224, '2025-06-30 20:25:17'), -(71955, 'Sushi', 'Foods', 44, 41, 7520, '2025-06-19 12:14:55'), -(70412, 'Vase', 'Home Decor', 98, 97, 2701, '2025-06-11 22:13:02'), -(77447, 'Tablet', 'Electronics', 61, 59, 6199, '2025-06-30 03:21:33'), -(74209, 'Burger', 'Foods', 74, 73, 7880, '2025-06-26 20:21:50'), -(75351, 'Burger', 'Foods', 39, 35, 8323, '2025-06-17 03:22:39'), -(75270, 'Gym Bag', 'Sports', 41, 40, 5567, '2025-07-02 07:15:21'), -(71950, 'Laptop', 'Electronics', 30, 29, 7880, '2025-06-18 15:37:28'), -(73238, 'Remote Control Car', 'Toys', 56, 51, 5511, '2025-06-07 20:08:05'), -(79870, 'Tablet', 'Electronics', 12, 11, 7877, '2025-06-29 06:59:13'), -(76452, 'Jeans', 'Clothing', 48, 47, 2434, '2025-06-23 19:50:29'), -(78114, 'Laptop', 'Electronics', 37, 36, 2701, '2025-06-09 12:33:13'), -(76948, 'Throw Blanket', 'Home Decor', 26, 24, 1036, '2025-06-13 23:35:33'), -(74642, 'Candle Holder', 'Home Decor', 69, 66, 7880, '2025-06-22 07:32:50'), -(79368, 'Smartphone', 'Electronics', 14, 13, 5508, '2025-06-26 13:29:54'), -(70271, 'Biography', 'Books', 82, 79, 5501, '2025-06-13 05:41:27'), -(77600, 'Sushi', 'Foods', 67, 63, 6199, '2025-06-14 03:31:33'), -(72905, 'Eyeshadow Palette', 'Beauty', 52, 47, 6777, '2025-06-18 05:47:24'), -(77750, 'Picture Frame', 'Home Decor', 88, 85, 6777, '2025-06-06 20:48:31'), -(77709, 'Jeans', 'Clothing', 86, 85, 5511, '2025-06-03 14:11:18'), -(72168, 'Fantasy', 'Books', 66, 65, 9955, '2025-06-28 17:07:46'), -(74790, 'Salad', 'Foods', 85, 81, 6777, '2025-06-05 07:21:47'), -(79144, 'Vase', 'Home Decor', 75, 74, 4246, '2025-07-02 23:07:46'), -(77500, 'Board Game', 'Toys', 47, 45, 7224, '2025-06-22 12:47:38'), -(74359, 'Vase', 'Home Decor', 84, 83, 4246, '2025-06-28 02:18:59'), -(73316, 'Sushi', 'Foods', 63, 62, 5501, '2025-06-07 21:04:44'), -(73634, 'Salad', 'Foods', 85, 84, 7224, '2025-06-18 21:31:14'), -(79399, 'Tablet', 'Electronics', 84, 83, 8323, '2025-06-15 11:23:33'), -(76247, 'Lipstick', 'Beauty', 85, 80, 7877, '2025-06-29 18:15:01'), -(78969, 'Doll', 'Toys', 66, 63, 2701, '2025-07-02 12:40:41'), -(70654, 'Lipstick', 'Beauty', 95, 91, 5501, '2025-06-25 01:07:12'), -(77546, 'Lipstick', 'Beauty', 50, 48, 7877, '2025-06-11 18:14:12'), -(74502, 'Laptop', 'Electronics', 17, 13, 9955, '2025-06-16 17:25:16'), -(72594, 'Face Cream', 'Beauty', 97, 92, 9955, '2025-06-26 10:55:18'), -(70904, 'Doll', 'Toys', 60, 55, 5508, '2025-06-12 12:12:09'), -(75139, 'Perfume', 'Beauty', 69, 64, 5567, '2025-06-05 00:43:24'), -(76647, 'Laptop', 'Electronics', 84, 81, 7877, '2025-06-26 03:24:31'), -(72608, 'Lipstick', 'Beauty', 100, 98, 5566, '2025-06-24 18:51:41'), -(73818, 'Mascara', 'Beauty', 83, 78, 7232, '2025-06-25 00:50:40'), -(77115, 'Dress', 'Clothing', 15, 13, 2701, '2025-06-08 05:51:14'), -(79275, 'Doll', 'Toys', 100, 99, 5508, '2025-06-17 02:02:05'), -(74954, 'Perfume', 'Beauty', 17, 13, 2434, '2025-06-11 02:00:57'), -(73504, 'Throw Blanket', 'Home Decor', 25, 20, 2701, '2025-06-08 04:42:17'), -(78736, 'Action Figure', 'Toys', 40, 36, 1036, '2025-06-28 18:14:12'), -(72585, 'Salad', 'Foods', 63, 60, 5567, '2025-06-20 13:59:54'), -(76993, 'Remote Control Car', 'Toys', 77, 75, 5511, '2025-06-08 18:31:51'), -(75812, 'Dress', 'Clothing', 91, 88, 9955, '2025-06-21 17:31:16'), -(71846, 'Tennis Racket', 'Sports', 87, 86, 7880, '2025-06-07 16:27:25'), -(72171, 'Vase', 'Home Decor', 63, 61, 7232, '2025-07-02 15:14:02'), -(73285, 'Biography', 'Books', 35, 32, 7520, '2025-06-14 09:51:37'), -(75401, 'Action Figure', 'Toys', 26, 25, 5566, '2025-06-07 04:43:38'), -(77017, 'Perfume', 'Beauty', 42, 37, 9955, '2025-06-03 08:27:47'), -(76793, 'Board Game', 'Toys', 11, 6, 8323, '2025-06-13 03:50:32'), -(78234, 'Smartphone', 'Electronics', 68, 65, 8323, '2025-06-15 23:50:13'), -(75645, 'Pizza', 'Foods', 34, 29, 8323, '2025-06-15 18:03:52'), -(75684, 'Laptop', 'Electronics', 87, 86, 8323, '2025-06-11 16:27:52'), -(71607, 'Headphones', 'Electronics', 27, 26, 7520, '2025-06-03 16:19:19'), -(71328, 'Sushi', 'Foods', 72, 69, 5567, '2025-06-04 19:26:32'), -(75242, 'Shirt', 'Clothing', 36, 33, 7224, '2025-06-19 11:45:31'), -(79133, 'Puzzle', 'Toys', 27, 26, 1036, '2025-06-19 11:09:19'), -(75832, 'Biography', 'Books', 16, 14, 5567, '2025-06-25 13:49:52'), -(79158, 'T-shirt', 'Clothing', 20, 19, 6199, '2025-06-30 22:27:18'), -(76522, 'Eyeshadow Palette', 'Beauty', 13, 12, 8323, '2025-06-17 01:29:15'), -(71655, 'Shirt', 'Clothing', 72, 71, 2434, '2025-06-23 20:17:52'), -(71766, 'Jeans', 'Clothing', 89, 84, 1036, '2025-06-05 00:38:32'), -(75156, 'Cushion', 'Home Decor', 62, 58, 3253, '2025-06-04 23:52:31'), -(79388, 'Dumbbells', 'Sports', 19, 16, 8323, '2025-06-06 18:10:50'), -(76171, 'Pizza', 'Foods', 77, 74, 8323, '2025-06-08 01:21:24'), -(71561, 'Vase', 'Home Decor', 18, 13, 2434, '2025-06-21 22:17:07'), -(72889, 'Doll', 'Toys', 10, 9, 8323, '2025-06-09 08:19:33'), -(71313, 'Tennis Racket', 'Sports', 83, 80, 9955, '2025-06-05 18:24:33'), -(76431, 'Vase', 'Home Decor', 78, 75, 7232, '2025-06-29 04:09:33'), -(74518, 'Smartphone', 'Electronics', 65, 60, 6777, '2025-06-11 16:21:02'), -(79150, 'Sushi', 'Foods', 62, 60, 1036, '2025-06-22 00:30:51'), -(78005, 'Burger', 'Foods', 64, 59, 7224, '2025-06-26 07:09:52'), -(75900, 'Gym Bag', 'Sports', 56, 54, 7224, '2025-07-02 19:22:05'), -(70177, 'Headphones', 'Electronics', 43, 39, 9955, '2025-06-08 08:07:17'), -(75265, 'Sweater', 'Clothing', 34, 29, 5501, '2025-06-26 12:15:42'), -(72419, 'Perfume', 'Beauty', 34, 32, 6199, '2025-06-13 00:12:34'), -(77807, 'Burger', 'Foods', 93, 90, 2701, '2025-06-14 12:45:28'), -(72257, 'Face Cream', 'Beauty', 90, 87, 3253, '2025-06-17 03:44:23'), -(76225, 'Smartphone', 'Electronics', 23, 19, 5566, '2025-06-24 11:56:12'), -(72078, 'Salad', 'Foods', 84, 81, 7520, '2025-06-12 04:55:37'), -(72380, 'Eyeshadow Palette', 'Beauty', 20, 18, 7880, '2025-06-12 17:26:25'), -(73047, 'Laptop', 'Electronics', 96, 95, 7520, '2025-06-16 18:52:42'), -(79109, 'Cushion', 'Home Decor', 85, 84, 7224, '2025-06-20 22:40:08'), -(72058, 'Dress', 'Clothing', 86, 85, 3253, '2025-06-16 10:15:40'), -(79504, 'T-shirt', 'Clothing', 31, 28, 8323, '2025-06-10 13:30:27'), -(76079, 'Mascara', 'Beauty', 46, 41, 5567, '2025-06-04 21:43:46'), -(75143, 'Doll', 'Toys', 95, 91, 5567, '2025-06-28 04:24:55'), -(72429, 'Dress', 'Clothing', 34, 32, 5567, '2025-06-11 11:57:41'), -(74400, 'Doll', 'Toys', 51, 48, 7224, '2025-06-23 17:35:45'), -(72398, 'Dumbbells', 'Sports', 98, 94, 7880, '2025-06-07 14:07:59'), -(72826, 'Basketball', 'Sports', 34, 29, 6199, '2025-06-05 14:56:09'), -(77450, 'Lipstick', 'Beauty', 99, 96, 6777, '2025-06-25 04:16:32'), -(75246, 'Eyeshadow Palette', 'Beauty', 25, 22, 5511, '2025-06-13 15:52:28'), -(70732, 'Camera', 'Electronics', 18, 14, 7520, '2025-06-21 16:56:26'), -(79761, 'Cushion', 'Home Decor', 97, 96, 5511, '2025-07-02 12:11:55'), -(74900, 'Dumbbells', 'Sports', 40, 38, 2434, '2025-06-21 20:37:36'), -(77426, 'Face Cream', 'Beauty', 91, 86, 5501, '2025-06-22 10:31:18'), -(78653, 'Sweater', 'Clothing', 96, 94, 7232, '2025-06-19 04:36:20'), -(73655, 'Basketball', 'Sports', 32, 27, 3253, '2025-06-10 22:09:53'), -(78826, 'Tablet', 'Electronics', 46, 44, 7520, '2025-06-06 16:00:39'), -(70705, 'Lipstick', 'Beauty', 35, 31, 5508, '2025-06-17 16:11:39'), -(70768, 'Throw Blanket', 'Home Decor', 57, 54, 7877, '2025-06-06 00:12:29'), -(73092, 'Doll', 'Toys', 80, 77, 2434, '2025-06-07 21:01:48'), -(77640, 'Laptop', 'Electronics', 63, 61, 3253, '2025-06-23 15:03:48'), -(72901, 'Candle Holder', 'Home Decor', 18, 16, 3253, '2025-06-15 09:20:37'), -(71304, 'Yoga Mat', 'Sports', 21, 17, 7595, '2025-06-12 01:42:46'), -(70348, 'Picture Frame', 'Home Decor', 10, 8, 7595, '2025-07-02 08:39:11'), -(72645, 'Novel', 'Books', 57, 53, 7224, '2025-06-21 08:10:18'), -(79132, 'Tablet', 'Electronics', 13, 9, 7232, '2025-06-10 00:48:53'), -(71989, 'Salad', 'Foods', 32, 30, 7877, '2025-06-04 21:15:08'), -(75666, 'Picture Frame', 'Home Decor', 88, 87, 4246, '2025-06-23 18:29:45'), -(76665, 'Laptop', 'Electronics', 14, 12, 5511, '2025-06-26 19:14:46'), -(70241, 'Sushi', 'Foods', 92, 89, 8323, '2025-06-09 04:51:19'), -(70295, 'Basketball', 'Sports', 66, 61, 5566, '2025-07-01 11:09:07'), -(79304, 'Remote Control Car', 'Toys', 43, 39, 7224, '2025-06-29 00:29:52'), -(75097, 'Face Cream', 'Beauty', 79, 76, 5501, '2025-06-24 05:13:24'), -(78291, 'Perfume', 'Beauty', 38, 33, 7877, '2025-06-23 21:06:31'), -(70584, 'Vase', 'Home Decor', 96, 92, 7595, '2025-06-20 17:40:24'), -(70684, 'Cushion', 'Home Decor', 32, 30, 7224, '2025-06-23 11:08:50'), -(74030, 'Dress', 'Clothing', 27, 26, 1036, '2025-06-26 13:27:10'), -(72987, 'Self-Help', 'Books', 98, 95, 6777, '2025-06-16 05:33:16'), -(79258, 'Lipstick', 'Beauty', 72, 69, 2701, '2025-06-20 08:38:11'), -(77761, 'Face Cream', 'Beauty', 54, 51, 1036, '2025-06-16 15:42:06'), -(78751, 'Laptop', 'Electronics', 26, 22, 7877, '2025-06-12 23:57:11'), -(72603, 'Tennis Racket', 'Sports', 78, 75, 5501, '2025-06-21 17:08:21'), -(79203, 'Jeans', 'Clothing', 87, 82, 3253, '2025-06-16 22:55:11'), -(73986, 'Sushi', 'Foods', 27, 25, 7520, '2025-07-02 14:01:54'), -(74932, 'Burger', 'Foods', 71, 68, 7595, '2025-06-28 03:25:31'), -(73841, 'Sushi', 'Foods', 86, 83, 8323, '2025-06-09 10:54:18'), -(79228, 'Puzzle', 'Toys', 48, 45, 1036, '2025-06-22 14:12:48'), -(75517, 'Yoga Mat', 'Sports', 45, 41, 7520, '2025-06-12 07:33:08'), -(74867, 'Yoga Mat', 'Sports', 15, 11, 5501, '2025-06-29 14:51:52'), -(72075, 'Burger', 'Foods', 27, 25, 5511, '2025-06-30 17:42:27'), -(73723, 'Jeans', 'Clothing', 57, 55, 6777, '2025-06-09 16:26:56'), -(71566, 'Vase', 'Home Decor', 98, 96, 5567, '2025-06-25 00:53:22'), -(75453, 'Laptop', 'Electronics', 65, 63, 7595, '2025-06-29 15:45:24'), -(73748, 'Perfume', 'Beauty', 61, 57, 7880, '2025-06-25 15:20:46'), -(70775, 'Tablet', 'Electronics', 31, 30, 2701, '2025-06-12 16:44:50'), -(75009, 'Pasta', 'Foods', 46, 42, 5567, '2025-06-24 05:02:14'), -(76563, 'Board Game', 'Toys', 42, 40, 7224, '2025-06-13 15:10:57'), -(75614, 'Lipstick', 'Beauty', 44, 42, 5567, '2025-06-12 20:17:08'), -(71481, 'Doll', 'Toys', 78, 75, 4246, '2025-06-19 01:05:59'); - - - -INSERT INTO oms_core.suppliers (supplierid, suppliername, contactperson, email, phone, address, city, state, zipcode, updated_at) VALUES -(5511, 'Bartlett PLC', 'Ashley Owens', 'ashley_owens@outlook.com', '515-242-1991x0696', '74331 White Port', 'Los Angeles', 'CA', '90001', '2025-06-15 09:05:12'), -(5501, 'Scott-Ponce', 'Daniel Mccann', 'daniel_mccann@aol.com', '433-611-8971x1429', '334 Williams Key Apt. 878', 'Chicago', 'IL', '60601', '2025-06-19 19:22:37'), -(7232, 'Ford-Baker', 'Amy Lang', 'amy_lang@aol.com', '291.452.6384x15388', '0679 Brennan Meadows Suite 685', 'Los Angeles', 'CA', '90001', '2025-06-12 16:55:55'), -(2701, 'Brown-Beltran', 'Sean Prince', 'sean_prince@yahoo.com', '001-784-601-6033x31741', '3872 Petersen Park', 'Houston', 'TX', '77001', '2025-06-11 03:41:54'), -(7224, 'Long-Johnson', 'Daniel Russell', 'daniel_russell@yahoo.com', '001-853-767-4175x05179', '17520 Williams Port Apt. 374', 'Chicago', 'IL', '60601', '2025-06-21 04:35:01'), -(8323, 'Jones-George', 'Dillon Manning', 'dillon_manning@icloud.com', '(632)288-2732x1868', '94352 Jonathan Viaduct', 'Chicago', 'IL', '60601', '2025-06-04 17:34:24'), -(7520, 'Middleton LLC', 'Jason Williams', 'jason_williams@icloud.com', '001-394-583-7966x001', '72493 Lopez Wall', 'Phoenix', 'AZ', '85001', '2025-06-06 19:54:15'), -(7880, 'Lin-Russell', 'John Barnes', 'john_barnes@outlook.com', '295.574.9358', '9405 Mcknight Views', 'Phoenix', 'AZ', '85001', '2025-06-26 01:39:14'), -(5566, 'Valenzuela, Butler and Curry', 'Nicholas Davis', 'nicholas_davis@gmail.com', '(886)843-0924x6190', '465 Brian Isle', 'Chicago', 'IL', '60601', '2025-07-02 18:04:14'), -(2434, 'Hurst Ltd', 'Brandy Joseph', 'brandy_joseph@icloud.com', '+1-465-389-1844', '421 Emily Mountain Suite 146', 'New York', 'NY', '10001', '2025-06-12 12:53:11'), -(9955, 'Smith PLC', 'Jenna Christensen', 'jenna_christensen@yahoo.com', '338.761.2867x150', '88003 Kimberly Stream Apt. 665', 'Los Angeles', 'CA', '90001', '2025-06-09 00:37:47'), -(7595, 'Moore-Dixon', 'Lindsay Moore', 'lindsay_moore@aol.com', '235-620-0351', '94264 Miller Meadow Suite 063', 'Los Angeles', 'CA', '90001', '2025-07-01 03:36:43'), -(6199, 'Phillips, Harris and Lambert', 'David Delacruz', 'david_delacruz@aol.com', '938.794.3214', '38115 Joseph Crest Apt. 898', 'Phoenix', 'AZ', '85001', '2025-06-11 02:15:00'), -(6777, 'Clark, Navarro and Hunter', 'Anna Brown', 'anna_brown@gmail.com', '560.262.3054', '0265 Wiley Islands', 'Chicago', 'IL', '60601', '2025-06-05 09:32:06'), -(5508, 'Olson-King', 'Victoria Hopkins', 'victoria_hopkins@outlook.com', '373-553-4463x517', '625 Pamela Squares Suite 308', 'New York', 'NY', '10001', '2025-06-14 07:45:43'), -(1036, 'Cabrera-Garrison', 'Justin Li', 'justin_li@yahoo.com', '+1-647-532-5970', '958 Jason Manor Apt. 635', 'Houston', 'TX', '77001', '2025-06-21 03:26:33'), -(7877, 'Stanley, Garcia and Lee', 'Emily Walker', 'emily_walker@outlook.com', '364-383-0432x60934', '76674 Davis Knoll Suite 349', 'Houston', 'TX', '77001', '2025-06-18 17:03:49'), -(4246, 'Patel, Terry and Doyle', 'Catherine Hurst', 'catherine_hurst@outlook.com', '(824)219-9773x47151', '636 Julia Pines', 'Phoenix', 'AZ', '85001', '2025-06-17 19:16:31'), -(3253, 'Rodriguez-York', 'Susan Wilson', 'susan_wilson@aol.com', '+1-991-541-9457x668', '90572 Chavez Glens Apt. 254', 'Phoenix', 'AZ', '85001', '2025-06-15 22:47:36'), -(5567, 'Robinson-Rodriguez', 'Jeanette Estrada', 'jeanette_estrada@gmail.com', '001-353-210-7242x12166', '121 Bryan Via', 'Los Angeles', 'CA', '90001', '2025-06-04 15:51:15'); - - - -INSERT INTO oms_core.stores (storeid, storename, address, city, state, zipcode, email, phone, updated_at) VALUES -('1305', 'houston44', '3333 Villanueva Pike Apt. 005', 'Houston', 'TX', '77001', 'houston44@sleekmart.com', '939.693.8946x036', '2025-06-30 09:33:43'), -('1794', 'chicago36', '330 Clark River Apt. 263', 'Chicago', 'IL', '60601', 'chicago36@sleekmart.com', '5873568473', '2025-06-21 05:24:28'), -('1506', 'losangeles51', '871 Logan Mall Suite 950', 'Los Angeles', 'CA', '90001', 'losangeles51@sleekmart.com', '+1-906-437-9637x054', '2025-06-22 01:04:29'), -('1321', 'newyork67', '260 Mcdaniel Trail', 'New York', 'NY', '10001', 'newyork67@sleekmart.com', '(211)441-4251', '2025-06-11 02:22:21'), -('1462', 'houston68', '0491 Lyons Ferry', 'Houston', 'TX', '77001', 'houston68@sleekmart.com', '758-340-4580', '2025-06-23 11:49:58'), -('1308', 'chicago72', '25025 Andersen Extension Suite 017', 'Chicago', 'IL', '60601', 'chicago72@sleekmart.com', '570.717.8424x736', '2025-06-04 10:32:53'), -('1069', 'chicago40', '214 Diana Harbor', 'Chicago', 'IL', '60601', 'chicago40@sleekmart.com', '(621)734-5230x83953', '2025-06-13 09:50:28'), -('1128', 'houston88', '198 Julie Mills Apt. 495', 'Houston', 'TX', '77001', 'houston88@sleekmart.com', '789.384.1450', '2025-06-08 17:24:59'), -('1887', 'chicago95', '639 Paula Skyway Suite 302', 'Chicago', 'IL', '60601', 'chicago95@sleekmart.com', '493.978.7338x0236', '2025-06-27 05:44:44'), -('1775', 'losangeles32', '8285 Sweeney Branch', 'Los Angeles', 'CA', '90001', 'losangeles32@sleekmart.com', '+1-240-568-9518', '2025-06-11 10:35:44'); - - ------------------------------------------------------------------------------------------------------- --- To set up PostgreSQL as a source/connector for external data loading, please complete these steps-- ------------------------------------------------------------------------------------------------------- - --- 1. Enable Logical Replication --- Steps vary depending on your PostgreSQL variant, so please search online for instructions. - --- 2. Drop and recreate the replication slot (Replication slot keeps track of data changes since the last sync): -SELECT pg_drop_replication_slot('replication_slot_01'); -SELECT * FROM pg_create_logical_replication_slot('replication_slot_01', 'pgoutput'); - --- 3. Drop and recreate the publication (Publication defines which tables are tracked for changes): -DROP PUBLICATION IF EXISTS publication_01; -CREATE PUBLICATION publication_01 FOR ALL TABLES; diff --git a/README.md b/README.md deleted file mode 100644 index 9e5e9ea..0000000 --- a/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# SleekMart OMS – Database Setup - -This repository contains SQL scripts to set up the **SleekData Order Management System (OMS)** database in **Snowflake**. - -https://www.youtube.com/@sleekdata ---- - -## 📄 File Overview - -### `01_INITIALISE.sql` -Creates the `SLEEKMART_OMS` database, the `L1_LANDING` schema, and all required tables. - -### `02_CUSTOMERS.sql` -Inserts records into the `CUSTOMERS` table. - -### `03_DATES.sql` -Inserts records into the `DATES` table. - -### `04_EMPLOYEES.sql` -Inserts records into the `EMPLOYEES` table. - -### `05_PRODUCTS.sql` -Inserts records into the `PRODUCTS` table. - -### `06_SUPPLIERS.sql` -Inserts records into the `SUPPLIERS` table. - -### `07_STORES.sql` -Inserts records into the `STORES` table. - -### `08_ORDERITEMS.sql` -Inserts records into the `ORDERITEMS` table. - -### `09_ORDERS.sql` -Inserts records into the `ORDERS` table. - -### `10_TRAINING.sql` -Creates the sales_us, sales_uk, and sales_india tables in the TRAINING schema and loads data into all three tables. - ---- - -## 📌 Usage - -1. Run `01_INITIALISE.sql` to create the database and schema. -2. Run `02_CUSTOMERS.sql` to `09_ORDERS.sql` to populate each table with sample data. -3. Run `10_TRAINING.sql` to create and populate data into the `TRAINING` schema. - ---- - -## ⚠️ License - --- This file was created by SleekData (https://www.youtube.com/@sleekdata) - --- You may use it for personal, educational purposes only. - --- Unauthorized commercial use of this file or its data, including use in other YouTube videos, is prohibited. - diff --git a/airflow/.DS_Store b/airflow/.DS_Store new file mode 100644 index 0000000..a225014 Binary files /dev/null and b/airflow/.DS_Store differ diff --git a/airflow/dags/__pycache__/exchange_rate_pipeline.cpython-313.pyc b/airflow/dags/__pycache__/exchange_rate_pipeline.cpython-313.pyc new file mode 100644 index 0000000..3bc4682 Binary files /dev/null and b/airflow/dags/__pycache__/exchange_rate_pipeline.cpython-313.pyc differ diff --git a/airflow/dags/__pycache__/first_dag.cpython-313.pyc b/airflow/dags/__pycache__/first_dag.cpython-313.pyc new file mode 100644 index 0000000..7c1985b Binary files /dev/null and b/airflow/dags/__pycache__/first_dag.cpython-313.pyc differ diff --git a/airflow/dags/exchange_rate_pipeline.py b/airflow/dags/exchange_rate_pipeline.py new file mode 100644 index 0000000..4aa4e5c --- /dev/null +++ b/airflow/dags/exchange_rate_pipeline.py @@ -0,0 +1,42 @@ +# Imports +from airflow import DAG +from airflow.operators.bash_operator import BashOperator +from airflow.operators.email_operator import EmailOperator +from airflow.operators.python_operator import PythonOperator +from datetime import datetime, timedelta +from clean_data import clean_data + +# Define or Instantiate DAG +dag = DAG( + 'exchange_rate_etl', + start_date=datetime(2023, 10, 1), + end_date=datetime(2023, 12, 31), + schedule_interval='0 22 * * *', + default_args={"retries": 2, "retry_delay": timedelta(minutes=5)}, + catchup=False +) + +# Define or Instantiate Tasks +download_task = BashOperator( + task_id='download_file', + bash_command='curl -o xrate.csv https://data-api.ecb.europa.eu/service/data/EXR/M.USD.EUR.SP00.A?format=csvdata', + cwd='/tmp', + dag=dag, +) + +clean_data_task = PythonOperator( + task_id='clean_data', + python_callable=clean_data, + dag=dag, +) + +send_email_task = EmailOperator( + task_id='send_email', + to='sleekdatasolutions@gmail.com', + subject='Exchange Rate Download - Successful', + html_content='The Exchange Rate data has been successfully downloaded, cleaned, and loaded.', + dag=dag, +) + +# Define Task Dependencies +download_task >> clean_data_task >> send_email_task \ No newline at end of file diff --git a/airflow/dags/first_dag.py b/airflow/dags/first_dag.py new file mode 100644 index 0000000..58162e0 --- /dev/null +++ b/airflow/dags/first_dag.py @@ -0,0 +1,28 @@ +from airflow import DAG +from airflow.operators.bash import BashOperator +from datetime import datetime + +with DAG( + dag_id='my_first_airflow_dag', + start_date=datetime(2025, 8, 1), + schedule='@daily', + catchup=False, +) as dag: + + start_task = BashOperator( + task_id='start_task', + bash_command='echo "Starting the workflow!"', + ) + + welcome_task = BashOperator( + task_id='welcome_task', + bash_command='echo "Welcome, $(whoami)! This is your first Airflow DAG."', + ) + + end_task = BashOperator( + task_id='end_task', + bash_command='echo "Workflow completed!"', + ) + + # Define task dependencies + start_task >> welcome_task >> end_task \ No newline at end of file diff --git a/airflow/plugins/clean_data.py b/airflow/plugins/clean_data.py new file mode 100644 index 0000000..29ae6d8 --- /dev/null +++ b/airflow/plugins/clean_data.py @@ -0,0 +1,29 @@ +import os +import pandas as pd + +def clean_data(): + + # Load raw data into DataFrame + data = pd.read_csv('/tmp/xrate.csv', header=None) + + # Cleanse Data + default_values = { + int: 0, + float: 0.0, + str: '', + } + + cleaned_data = data.fillna(value=default_values) + + # Get the current date components + now = pd.Timestamp.now() + year = now.year + month = now.month + day = now.day + + # Create the directory path if it doesn't exist + data_dir = f'/opt/airflow/data/xrate_cleansed/{year}/{month}/{day}' + os.makedirs(data_dir, exist_ok=True) + + # Save the cleaned data to a new file + cleaned_data.to_csv(f'{data_dir}/xrate.csv', index=False) \ No newline at end of file diff --git a/airflow/setup/airflow-setup.sh b/airflow/setup/airflow-setup.sh new file mode 100644 index 0000000..895036d --- /dev/null +++ b/airflow/setup/airflow-setup.sh @@ -0,0 +1,31 @@ +#!/bin/bash +set -e + +# === Apache Airflow Installation Commands === +# Before running, visit https://pypi.org/project/apache-airflow/ +# to find the latest AIRFLOW_VERSION and its corresponding supported PYTHON_VERSION. +# Update the PYTHON_VERSION and AIRFLOW_VERSION variables below accordingly — no other changes to the script are needed. + +# Update versions here as per the instructions above +AIRFLOW_VERSION=3.1.3 +PYTHON_VERSION=3.13 + +# Update the packages using sudo apt update +# sudo apt update + +# Install the required Python version along with necessary packages +# sudo apt install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-venv python${PYTHON_VERSION}-dev python3-pip build-essential + +# Create a virtual environment for Airflow and activate it +# mkdir -p ~/venvs +python${PYTHON_VERSION} -m venv ~/venvs/airflow_${AIRFLOW_VERSION} +source ~/venvs/airflow_${AIRFLOW_VERSION}/bin/activate + +# Upgrade pip to the latest version +pip install --upgrade pip + +# Define the constraint-file URL +CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt" + +# Install Apache Airflow with the specified version and constraints (dependency versions) +pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "$CONSTRAINT_URL" \ No newline at end of file diff --git a/airflow/setup/airflow-start.sh b/airflow/setup/airflow-start.sh new file mode 100644 index 0000000..009e57f --- /dev/null +++ b/airflow/setup/airflow-start.sh @@ -0,0 +1,11 @@ +#!/bin/bash +set -e + +# Before running, update the AIRFLOW_VERSION below as needed +AIRFLOW_VERSION=3.1.3 + +# Activate the virtual environment +source ~/venvs/airflow_${AIRFLOW_VERSION}/bin/activate + +# Launch Airflow and its components +airflow standalone \ No newline at end of file diff --git a/airflow/setup/setup-instructions.md b/airflow/setup/setup-instructions.md new file mode 100644 index 0000000..b0d1f4a --- /dev/null +++ b/airflow/setup/setup-instructions.md @@ -0,0 +1,49 @@ +**Option 1: ** + +Copy the individual commands from airflow-setup.sh and airflow-start.sh one by one, and run them in your Ubuntu terminal. + + + + + +**Option 2: ** + +Create script files to set up Airflow (Executable scripts in one go). + + + +1\) Create the script files in your home directory + + + +cat > ~/airflow-setup.sh + +\# Copy and paste the contents of airflow-setup.sh + +\# Press Ctrl+D to save + + + +cat > ~/airflow-start.sh + +\# Copy and paste the contents of airflow-start.sh + +\# Press Ctrl+D to save + + + +2\) Make the scripts executable + +chmod +x ~/airflow-setup.sh ~/airflow-start.sh + + + +3\) Run airflow-setup.sh to set up Airflow (run once): + +~/airflow-setup.sh + + + +4\) Run airflow-start.sh to start Airflow (run every time you want to start Airflow): + +~/airflow-start.sh diff --git a/dbt/oms_dbt_proj/.gitignore b/dbt/oms_dbt_proj/.gitignore new file mode 100644 index 0000000..1c22a22 --- /dev/null +++ b/dbt/oms_dbt_proj/.gitignore @@ -0,0 +1,5 @@ + +target/ +dbt_packages/ +logs/ +dbt_internal_packages/ diff --git a/dbt/oms_dbt_proj/.vscode/extensions.json b/dbt/oms_dbt_proj/.vscode/extensions.json new file mode 100644 index 0000000..8fa4f8f --- /dev/null +++ b/dbt/oms_dbt_proj/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "dbtLabsInc.dbt" + ] +} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/README.md b/dbt/oms_dbt_proj/README.md new file mode 100644 index 0000000..7874ac8 --- /dev/null +++ b/dbt/oms_dbt_proj/README.md @@ -0,0 +1,15 @@ +Welcome to your new dbt project! + +### Using the starter project + +Try running the following commands: +- dbt run +- dbt test + + +### Resources: +- Learn more about dbt [in the docs](https://docs.getdbt.com/docs/introduction) +- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers +- Join the [chat](https://community.getdbt.com/) on Slack for live discussions and support +- Find [dbt events](https://events.getdbt.com) near you +- Check out [the blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices diff --git a/dbt/oms_dbt_proj/analyses/.gitkeep b/dbt/oms_dbt_proj/analyses/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/dbt/oms_dbt_proj/dbt_project.yml b/dbt/oms_dbt_proj/dbt_project.yml new file mode 100644 index 0000000..3b8f1f6 --- /dev/null +++ b/dbt/oms_dbt_proj/dbt_project.yml @@ -0,0 +1,51 @@ +# Name your project! Project names should contain only lowercase characters +# and underscores. A good package name should reflect your organization's +# name or the intended use of these models +name: 'oms_dbt_proj' +version: '1.0.0' + +# This setting configures which "profile" dbt uses for this project. +profile: 'oms_dbt_proj' + +# These configurations specify where dbt should look for different types of files. +# The `model-paths` config, for example, states that models in this project can be +# found in the "models/" directory. You probably won't need to change these! +model-paths: ["models"] +analysis-paths: ["analyses"] +test-paths: ["tests"] +seed-paths: ["seeds"] +macro-paths: ["macros"] +snapshot-paths: ["snapshots"] + +clean-targets: # directories to be removed by `dbt clean` + - "target" + - "dbt_packages" + + +# Configuring models +# Full documentation: https://docs.getdbt.com/docs/configuring-models + +# In this example config, we tell dbt to build all models in the example/ +# directory as views. These settings can be overridden in the individual model +# files using the `{{ config(...) }}` macro. +models: + oms_dbt_proj: + customers_stg: + +schema: STG + +materialized: table + orders_stg: + +schema: STG + orderitems_stg: + +schema: STG + customerrevenue: + +schema: MDB + +materialized: table + orders_fact: + +schema: STG + +materialized: table + # Config indicated by + and applies to all files under models/example/ + example: + +materialized: view +seeds: + oms_dbt_proj: + +schema: STG diff --git a/dbt/oms_dbt_proj/macros/.gitkeep b/dbt/oms_dbt_proj/macros/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/dbt/oms_dbt_proj/macros/generate_schema_name.sql b/dbt/oms_dbt_proj/macros/generate_schema_name.sql new file mode 100644 index 0000000..9d98f82 --- /dev/null +++ b/dbt/oms_dbt_proj/macros/generate_schema_name.sql @@ -0,0 +1,8 @@ +{% macro generate_schema_name(custom_schema_name, node) -%} + {%- set default_schema = target.schema -%} + {%- if custom_schema_name is none -%} + {{ default_schema }} + {%- else -%} + {{ custom_schema_name | trim }} + {%- endif -%} +{%- endmacro %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/macros/oms_common.sql b/dbt/oms_dbt_proj/macros/oms_common.sql new file mode 100644 index 0000000..0cb85fe --- /dev/null +++ b/dbt/oms_dbt_proj/macros/oms_common.sql @@ -0,0 +1,3 @@ +{% macro to_celcius(fahrenheit_column, decimal_places=1) %} + ROUND(({{ fahrenheit_column }} - 32) * 5.0 / 9.0, {{ decimal_places }}) +{% endmacro %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/customer_revenue.sql b/dbt/oms_dbt_proj/models/customer_revenue.sql new file mode 100755 index 0000000..e1c10a5 --- /dev/null +++ b/dbt/oms_dbt_proj/models/customer_revenue.sql @@ -0,0 +1,18 @@ +WITH CUSTOMER_REVENUE AS( + SELECT c.customerid, + concat(c.firstname,' ',c.lastname) AS customer_name, + COUNT(DISTINCT O.ORDERID) AS ORDER_COUNT, + SUM(OI.QUANTITY * OI.UNITPRICE ) AS REVENUE + FROM L1_LANDING.CUSTOMERS C + JOIN L1_LANDING.ORDERS O + ON C.CUSTOMERID = O.CUSTOMERID + JOIN L1_LANDING.ORDERITEMS OI + ON O.ORDERID = OI.ORDERID + GROUP BY c.customerid, concat(c.firstname,' ',c.lastname) + ORDER BY REVENUE DESC +) +SELECT CUSTOMERID, + CUSTOMER_NAME, + ORDER_COUNT, + REVENUE +FROM CUSTOMER_REVENUE \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/customerrevenue.sql b/dbt/oms_dbt_proj/models/customerrevenue.sql new file mode 100644 index 0000000..3e01727 --- /dev/null +++ b/dbt/oms_dbt_proj/models/customerrevenue.sql @@ -0,0 +1,8 @@ +SELECT os.customerid, + cs.customername, + SUM(os.ordercount) AS ordercount, + SUM(os.revenue) AS revenue + FROM {{ ref('orders_fact') }} AS os + JOIN {{ ref('customers_stg') }} AS cs + ON os.CUSTOMERID = cs.CUSTOMERID + GROUP BY ALL \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/customers_stg.sql b/dbt/oms_dbt_proj/models/customers_stg.sql new file mode 100644 index 0000000..7401e2b --- /dev/null +++ b/dbt/oms_dbt_proj/models/customers_stg.sql @@ -0,0 +1,12 @@ +SELECT CUSTOMERID, + FIRSTNAME, + LASTNAME, + EMAIL, + PHONE, + ADDRESS, + CITY, + STATE, + ZIPCODE, + UPDATED_AT, + CONCAT(FIRSTNAME, ' ', LASTNAME) AS CUSTOMERNAME +FROM {{ source('landing', 'cust') }} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/docs/oms_doc_blocks_in_folder.md b/dbt/oms_dbt_proj/models/docs/oms_doc_blocks_in_folder.md new file mode 100644 index 0000000..ffeec54 --- /dev/null +++ b/dbt/oms_dbt_proj/models/docs/oms_doc_blocks_in_folder.md @@ -0,0 +1,4 @@ +{% docs example%} +This is a sample text to store the docs in a separate docs folder for better structure. +This text is used in the documentation generated by dbt and read from docs folder. +{% enddocs %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/example/my_first_dbt_model.sql b/dbt/oms_dbt_proj/models/example/my_first_dbt_model.sql new file mode 100644 index 0000000..f31a12d --- /dev/null +++ b/dbt/oms_dbt_proj/models/example/my_first_dbt_model.sql @@ -0,0 +1,27 @@ + +/* + Welcome to your first dbt model! + Did you know that you can also configure models directly within SQL files? + This will override configurations stated in dbt_project.yml + + Try changing "table" to "view" below +*/ + +{{ config(materialized='table') }} + +with source_data as ( + + select 1 as id + union all + select null as id + +) + +select * +from source_data + +/* + Uncomment the line below to remove records with null `id` values +*/ + +-- where id is not null diff --git a/dbt/oms_dbt_proj/models/example/my_second_dbt_model.sql b/dbt/oms_dbt_proj/models/example/my_second_dbt_model.sql new file mode 100644 index 0000000..c91f879 --- /dev/null +++ b/dbt/oms_dbt_proj/models/example/my_second_dbt_model.sql @@ -0,0 +1,6 @@ + +-- Use the `ref` function to select from other models + +select * +from {{ ref('my_first_dbt_model') }} +where id = 1 diff --git a/dbt/oms_dbt_proj/models/example/schema.yml b/dbt/oms_dbt_proj/models/example/schema.yml new file mode 100644 index 0000000..9730b70 --- /dev/null +++ b/dbt/oms_dbt_proj/models/example/schema.yml @@ -0,0 +1,21 @@ + +version: 2 + +models: + - name: my_first_dbt_model + description: "A starter dbt model" + columns: + - name: id + description: "The primary key for this table" + data_tests: + - unique + - not_null + + - name: my_second_dbt_model + description: "A starter dbt model" + columns: + - name: id + description: "The primary key for this table" + data_tests: + - unique + - not_null diff --git a/dbt/oms_dbt_proj/models/generic_tests_oms.yml b/dbt/oms_dbt_proj/models/generic_tests_oms.yml new file mode 100644 index 0000000..b3111a9 --- /dev/null +++ b/dbt/oms_dbt_proj/models/generic_tests_oms.yml @@ -0,0 +1,39 @@ +models: + - name: customers_stg + description: "A collection of generic tests for the OMS project." + columns: + - name: Email + tests: + - string_not_empty: + config: + severity: error + - name: orders_stg + description: "A collection of accepted values for the OMS project." + columns: + - name: OrderId + tests: + - not_null + - unique: + config: + severity: error + + - name: StatusCd + description: "{{ doc('StatusCD')}}" + tests: + - accepted_values: + arguments: + values: ['01', '02', '03'] + config: + severity: warn + + - name: orderitems_stg + description: "A collection of accepted values for the OMS project." + columns: + - name: OrderId + tests: + - relationships: + arguments: + to: ref('orders_stg') + field: OrderId + config: + severity: error \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/maco_example_model.sql b/dbt/oms_dbt_proj/models/maco_example_model.sql new file mode 100644 index 0000000..dc08a02 --- /dev/null +++ b/dbt/oms_dbt_proj/models/maco_example_model.sql @@ -0,0 +1,6 @@ +WITH CITY_TEMPS AS (SELECT 1 AS CITY_CODE, 'Sample City' AS CITY, '2024-01' AS MONTH, 68.0 AS AVG_TEMP_FAHRENHEIT) +SELECT CITY_CODE + , CITY + , MONTH + , {{ to_celcius('AVG_TEMP_FAHRENHEIT') }} AS AVG_TEMP_CELSIUS + FROM CITY_TEMPS \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/oms_doc_blocks.md b/dbt/oms_dbt_proj/models/oms_doc_blocks.md new file mode 100644 index 0000000..0db51b8 --- /dev/null +++ b/dbt/oms_dbt_proj/models/oms_doc_blocks.md @@ -0,0 +1,5 @@ +{% docs StatusCD%} +This is a sample example of using a document block with an md file. +This text is used in the documentation generated by dbt and read from models folder. + +{% enddocs %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/orderitems_stg.sql b/dbt/oms_dbt_proj/models/orderitems_stg.sql new file mode 100644 index 0000000..0f93b73 --- /dev/null +++ b/dbt/oms_dbt_proj/models/orderitems_stg.sql @@ -0,0 +1,8 @@ +SELECT ORDERITEMID, + ORDERID, + PRODUCTID, + QUANTITY, + UNITPRICE, + QUANTITY * UNITPRICE AS TOTALPRICE, + UPDATED_AT + FROM L1_LANDING.ORDERITEMS \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/orders_fact.sql b/dbt/oms_dbt_proj/models/orders_fact.sql new file mode 100644 index 0000000..15c0793 --- /dev/null +++ b/dbt/oms_dbt_proj/models/orders_fact.sql @@ -0,0 +1,14 @@ +SELECT O.ORDERID, + O.ORDERDATE, + O.CUSTOMERID, + O.EMPLOYEEID, + O.STOREID, + O.STATUSCD, + O.STATUSDESC, + O.UPDATED_AT, + COUNT(DISTINCT O.ORDERID) AS ORDERCOUNT, + SUM(OI.TOTALPRICE) AS REVENUE + FROM {{ ref('orders_stg') }} AS o + JOIN {{ ref('orderitems_stg') }} AS oi + ON o.ORDERID = oi.ORDERID + GROUP BY ALL \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/orders_stg.sql b/dbt/oms_dbt_proj/models/orders_stg.sql new file mode 100644 index 0000000..87e0f76 --- /dev/null +++ b/dbt/oms_dbt_proj/models/orders_stg.sql @@ -0,0 +1,16 @@ +{{ config( materialized = 'incremental', unique_key = 'ORDERID') }} +SELECT ORDERID, + ORDERDATE, + CUSTOMERID, + EMPLOYEEID, + STOREID, + STATUS AS STATUSCD, + CASE WHEN STATUS = '01' THEN 'In Progress' + WHEN STATUS = '02' THEN 'Completed' + WHEN STATUS = '03' THEN 'Cancelled' + ELSE 'Unknown' END AS STATUSDESC, + updated_at + FROM {{ source('landing', 'ordr') }} + {% if is_incremental() %} + WHERE updated_at > (SELECT COALESCE(MAX(updated_at), '1900-01-01') FROM {{ this }}) + {% endif %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/python/python.py b/dbt/oms_dbt_proj/models/python/python.py new file mode 100644 index 0000000..eccf779 --- /dev/null +++ b/dbt/oms_dbt_proj/models/python/python.py @@ -0,0 +1,21 @@ +def model(dbt, session): + """ + dbt Python model template + """ + # Configure the model + dbt.config( + materialized="table", + packages=["pandas"] + ) + + # Reference an existing model + df = dbt.ref("customers_stg") + + # Load data from a source + # df = dbt.source('my_source', 'my_table') + + # Example transformations + # df = df.filter(df['column'] > 0) + # df = df.withColumn('new_column', df['old_column'] * 2) + + return df \ No newline at end of file diff --git a/dbt/oms_dbt_proj/models/src_oms.yml b/dbt/oms_dbt_proj/models/src_oms.yml new file mode 100644 index 0000000..23941c3 --- /dev/null +++ b/dbt/oms_dbt_proj/models/src_oms.yml @@ -0,0 +1,11 @@ +sources: + - name: landing + database: DLF_TEST + schema: L1_LANDING + tables: + - name: cust + identifier: CUSTOMERS + - name: ordr + identifier: ORDERS + - name: orditm + identifier: ORDERITEMS diff --git a/dbt/oms_dbt_proj/package-lock.yml b/dbt/oms_dbt_proj/package-lock.yml new file mode 100644 index 0000000..7f6a32d --- /dev/null +++ b/dbt/oms_dbt_proj/package-lock.yml @@ -0,0 +1,11 @@ +packages: + - name: dbt_utils + package: dbt-labs/dbt_utils + version: 1.3.2 + - name: dbt_expectations + package: metaplane/dbt_expectations + version: 0.10.10 + - name: dbt_date + package: godatadriven/dbt_date + version: 0.17.1 +sha1_hash: bb797637cd5506bce117b593c4097dc55dd9bb2b diff --git a/dbt/oms_dbt_proj/packages.yml b/dbt/oms_dbt_proj/packages.yml new file mode 100644 index 0000000..29487b2 --- /dev/null +++ b/dbt/oms_dbt_proj/packages.yml @@ -0,0 +1,5 @@ +packages: + - package: dbt-labs/dbt_utils + version: 1.3.2 + - package: metaplane/dbt_expectations + version: 0.10.10 \ No newline at end of file diff --git a/dbt/oms_dbt_proj/seeds/.gitkeep b/dbt/oms_dbt_proj/seeds/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/dbt/oms_dbt_proj/seeds/salestargets.csv b/dbt/oms_dbt_proj/seeds/salestargets.csv new file mode 100644 index 0000000..3e37629 --- /dev/null +++ b/dbt/oms_dbt_proj/seeds/salestargets.csv @@ -0,0 +1,11 @@ +StoreId, SalesTarget +1876,260000 +1396,290000 +1146,305000 +1107,345000 +1384,350000 +1155,300000 +1913,300000 +1882,345000 +1289,300000 +1005,375000 \ No newline at end of file diff --git a/dbt/oms_dbt_proj/snapshots/.gitkeep b/dbt/oms_dbt_proj/snapshots/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/dbt/oms_dbt_proj/snapshots/customer_history.sql b/dbt/oms_dbt_proj/snapshots/customer_history.sql new file mode 100755 index 0000000..682c89e --- /dev/null +++ b/dbt/oms_dbt_proj/snapshots/customer_history.sql @@ -0,0 +1,12 @@ +{% snapshot customer_history %} +{{ config( + target_schema='SNAPSHOTS', + unique_key='CUSTOMERID', + strategy='check', + check_cols=['phone'] + + ) +}} +SELECT * FROM {{ source('landing', 'cust') }} + +{% endsnapshot %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/tests/.gitkeep b/dbt/oms_dbt_proj/tests/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/dbt/oms_dbt_proj/tests/generic/string_not_empty.sql b/dbt/oms_dbt_proj/tests/generic/string_not_empty.sql new file mode 100644 index 0000000..ba2adb1 --- /dev/null +++ b/dbt/oms_dbt_proj/tests/generic/string_not_empty.sql @@ -0,0 +1,7 @@ +string_not_empty.sql +{% test string_not_empty (model, column_name) %} + SELECT {{ column_name }} + FROM {{ model }} + WHERE {{ column_name }} IS NULL + OR TRIM({{ column_name }}) = '' +{% endtest %} \ No newline at end of file diff --git a/dbt/oms_dbt_proj/tests/orders_fact_negative_revenue_check.sql b/dbt/oms_dbt_proj/tests/orders_fact_negative_revenue_check.sql new file mode 100644 index 0000000..b83abe5 --- /dev/null +++ b/dbt/oms_dbt_proj/tests/orders_fact_negative_revenue_check.sql @@ -0,0 +1,3 @@ +SELECT ORDERID + FROM {{ ref('orders_fact') }} + WHERE REVENUE < 0 \ No newline at end of file