{ "data": { "question": { "questionId": "2440", "questionFrontendId": "2298", "boundTopicId": null, "title": "Tasks Count in the Weekend", "titleSlug": "tasks-count-in-the-weekend", "content": null, "translatedTitle": null, "translatedContent": null, "isPaidOnly": true, "difficulty": "Medium", "likes": 6, "dislikes": 2, "isLiked": null, "similarQuestions": "[]", "exampleTestcases": null, "categoryTitle": "Database", "contributors": [], "topicTags": [ { "name": "Database", "slug": "database", "translatedName": null, "__typename": "TopicTagNode" } ], "companyTagStats": null, "codeSnippets": null, "stats": "{\"totalAccepted\": \"255\", \"totalSubmission\": \"314\", \"totalAcceptedRaw\": 255, \"totalSubmissionRaw\": 314, \"acRate\": \"81.2%\"}", "hints": [], "solution": null, "status": null, "sampleTestCase": "{\"headers\": {\"Tasks\": [\"task_id\", \"assignee_id\", \"submit_date\"]}, \"rows\": {\"Tasks\": [[1, 1, \"2022-06-13\"], [2, 6, \"2022-06-14\"], [3, 6, \"2022-06-15\"], [4, 3, \"2022-06-18\"], [5, 5, \"2022-06-19\"], [6, 7, \"2022-06-19\"]]}}", "metaData": "{\n \"mysql\": [\n \"Create table If Not Exists Tasks (task_id int, assignee_id int, submit_date date)\"\n ],\n \"mssql\": [\n \"Create table Tasks (task_id int, assignee_id int, submit_date date)\"\n ],\n \"oraclesql\": [\n \"Create table Tasks (task_id int, assignee_id int, submit_date date)\",\n \"ALTER SESSION SET nls_date_format='YYYY-MM-DD'\"\n ],\n \"database\": true\n}", "judgerAvailable": true, "judgeType": "large", "mysqlSchemas": [ "Create table If Not Exists Tasks (task_id int, assignee_id int, submit_date date)", "Truncate table Tasks", "insert into Tasks (task_id, assignee_id, submit_date) values ('1', '1', '2022-06-13')", "insert into Tasks (task_id, assignee_id, submit_date) values ('2', '6', '2022-06-14')", "insert into Tasks (task_id, assignee_id, submit_date) values ('3', '6', '2022-06-15')", "insert into Tasks (task_id, assignee_id, submit_date) values ('4', '3', '2022-06-18')", "insert into Tasks (task_id, assignee_id, submit_date) values ('5', '5', '2022-06-19')", "insert into Tasks (task_id, assignee_id, submit_date) values ('6', '7', '2022-06-19')" ], "enableRunCode": true, "enableTestMode": false, "enableDebugger": false, "envInfo": "{\"mysql\": [\"MySQL\", \"
MySQL 8.0
.
mssql server 2019
.
Oracle Sql 11.2
.