|
13 | 13 | "sqlKeywordCase": "upper",
|
14 | 14 | "overrides": [
|
15 | 15 | {
|
16 |
| - "files": [ |
17 |
| - "solution/0100-0199/0180.Consecutive Numbers/Solution.sql", |
18 |
| - "solution/0500-0599/0550.Game Play Analysis IV/Solution.sql", |
19 |
| - "solution/0500-0599/0578.Get Highest Answer Rate Question/Solution.sql", |
20 |
| - "solution/0600-0699/0610.Triangle Judgement/Solution.sql", |
21 |
| - "solution/0600-0699/0618.Students Report By Geography/Solution.sql", |
22 |
| - "solution/0600-0699/0626.Exchange Seats/Solution.sql", |
23 |
| - "solution/0600-0699/0627.Swap Salary/Solution.sql", |
24 |
| - "solution/1000-1099/1097.Game Play Analysis V/Solution.sql", |
25 |
| - "solution/1000-1099/1098.Unpopular Books/Solution.sql", |
26 |
| - "solution/1100-1199/1113.Reported Posts/Solution.sql", |
27 |
| - "solution/1100-1199/1127.User Purchase Platform/Solution.sql", |
28 |
| - "solution/1100-1199/1174.Immediate Food Delivery II/Solution.sql", |
29 |
| - "solution/1100-1199/1193.Monthly Transactions I/Solution.sql", |
30 |
| - "solution/1200-1299/1205.Monthly Transactions II/Solution.sql", |
31 |
| - "solution/1200-1299/1285.Find the Start and End Number of Continuous Ranges/Solution.sql", |
32 |
| - "solution/1300-1399/1384.Total Sales Amount by Year/Solution.sql", |
33 |
| - "solution/1300-1399/1322.Ads Performance/Solution.sql", |
34 |
| - "solution/1300-1399/1393.Capital GainLoss/Solution.sql", |
35 |
| - "solution/1300-1399/1398.Customers Who Bought Products A and B but Not C/Solution.sql", |
36 |
| - "solution/1400-1499/1445.Apples & Oranges/Solution.sql", |
37 |
| - "solution/1400-1499/1479.Sales by Day of the Week/Solution.sql", |
38 |
| - "solution/1500-1599/1501.Countries You Can Safely Invest In/Solution.sql", |
39 |
| - "solution/1500-1599/1511.Customer Order Frequency/Solution.sql", |
40 |
| - "solution/1500-1599/1555.Bank Account Summary/Solution.sql", |
41 |
| - "solution/1600-1699/1661.Average Time of Process per Machine/Solution.sql", |
42 |
| - "solution/1600-1699/1667.Fix Names in a Table/Solution.sql", |
43 |
| - "solution/1600-1699/1699.Number of Calls Between Two Persons/Solution.sql", |
44 |
| - "solution/1700-1799/1777.Product's Price for Each Store/Solution.sql", |
45 |
| - "solution/1900-1999/1934.Confirmation Rate/Solution.sql", |
46 |
| - "solution/1900-1999/1972.First and Last Call On the Same Day/Solution.sql", |
47 |
| - "solution/2000-2099/2066.Account Balance/Solution.sql", |
48 |
| - "solution/2200-2299/2230.The Users That Are Eligible for Discount/Solution.sql", |
49 |
| - "solution/2600-2699/2686.Immediate Food Delivery III/Solution.sql", |
50 |
| - "solution/2400-2499/2494.Merge Overlapping Events in the Same Hall/Solution.sql", |
51 |
| - "solution/2700-2799/2752.Customers with Maximum Number of Transactions on Consecutive Days/Solution.sql", |
52 |
| - "solution/2700-2799/2793.Status of Flight Tickets/Solution.sql", |
53 |
| - "solution/2900-2999/2994.Friday Purchases II/Solution.sql" |
54 |
| - ], |
55 |
| - "options": { |
56 |
| - "parser": "bigquery" |
57 |
| - } |
| 16 | + "files": ["*.sql"], |
| 17 | + "options": { "parser": "mysql" } |
58 | 18 | }
|
59 | 19 | ]
|
60 | 20 | }
|
0 commit comments