2022-05-02 23:41:28 +08:00
{
"data" : {
"question" : {
"questionId" : "2382" ,
"questionFrontendId" : "2253" ,
"categoryTitle" : "Database" ,
"boundTopicId" : 1447404 ,
"title" : "Dynamic Unpivoting of a Table" ,
"titleSlug" : "dynamic-unpivoting-of-a-table" ,
"content" : null ,
2023-12-09 18:42:21 +08:00
"translatedTitle" : "动态取消表的旋转" ,
2022-05-02 23:41:28 +08:00
"translatedContent" : null ,
"isPaidOnly" : true ,
"difficulty" : "Hard" ,
2023-12-09 18:42:21 +08:00
"likes" : 5 ,
2022-05-02 23:41:28 +08:00
"dislikes" : 0 ,
"isLiked" : null ,
"similarQuestions" : "[]" ,
"contributors" : [ ] ,
"langToValidPlayground" : null ,
2023-12-09 18:42:21 +08:00
"topicTags" : [
{
"name" : "Database" ,
"slug" : "database" ,
"translatedName" : "数据库" ,
"__typename" : "TopicTagNode"
}
] ,
2022-05-02 23:41:28 +08:00
"companyTagStats" : null ,
"codeSnippets" : null ,
2023-12-09 18:42:21 +08:00
"stats" : "{\"totalAccepted\": \"323\", \"totalSubmission\": \"469\", \"totalAcceptedRaw\": 323, \"totalSubmissionRaw\": 469, \"acRate\": \"68.9%\"}" ,
2022-05-02 23:41:28 +08:00
"hints" : [ ] ,
"solution" : null ,
"status" : null ,
"sampleTestCase" : "{\"headers\": {\"Products\": [\"product_id\", \"LC_Store\", \"Nozama\", \"Shop\", \"Souq\"]}, \"rows\": {\"Products\": [[1, 100, null, 110, null], [2, null, 200, null, 190], [3, null, null, 1000, 1900]]}}" ,
2023-12-09 18:42:21 +08:00
"metaData" : "{\"mysql\": [], \"mssql\": [], \"oraclesql\": [], \"database\": true, \"manual\": true, \"name\": \"dynamic_unpivoting_of_a_table\"}" ,
2022-05-02 23:41:28 +08:00
"judgerAvailable" : true ,
"judgeType" : "large" ,
"mysqlSchemas" : [
"Truncate table Products" ,
"insert into Products (product_id, LC_Store, Nozama, Shop, Souq) values ('1', '100', 'None', '110', 'None')" ,
"insert into Products (product_id, LC_Store, Nozama, Shop, Souq) values ('2', 'None', '200', 'None', '190')" ,
"insert into Products (product_id, LC_Store, Nozama, Shop, Souq) values ('3', 'None', 'None', '1000', '1900')"
] ,
"enableRunCode" : true ,
2023-12-09 18:42:21 +08:00
"envInfo" : "{\"mysql\":[\"MySQL\",\"<p>\\u7248\\u672c\\uff1a<code>MySQL 8.0<\\/code><\\/p>\"],\"mssql\":[\"MS SQL Server\",\"<p>mssql server 2019.<\\/p>\"],\"oraclesql\":[\"Oracle\",\"<p>Oracle Sql 11.2.<\\/p>\"],\"pythondata\":[\"Pandas\",\"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0<\\/p>\"]}" ,
2022-05-02 23:41:28 +08:00
"book" : null ,
"isSubscribed" : false ,
"isDailyQuestion" : false ,
"dailyRecordStatus" : null ,
"editorType" : "CKEDITOR" ,
"ugcQuestionId" : null ,
"style" : "LEETCODE" ,
"exampleTestcases" : "{\"headers\": {\"Products\": [\"product_id\", \"LC_Store\", \"Nozama\", \"Shop\", \"Souq\"]}, \"rows\": {\"Products\": [[1, 100, null, 110, null], [2, null, 200, null, 190], [3, null, null, 1000, 1900]]}}" ,
"__typename" : "QuestionNode"
}
}
}