mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 01:41:41 +08:00
批量更新数据
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
"data": {
|
||||
"question": {
|
||||
"questionId": "3339",
|
||||
"questionFrontendId": "100238",
|
||||
"questionFrontendId": "3055",
|
||||
"categoryTitle": "Database",
|
||||
"boundTopicId": 2653969,
|
||||
"title": "Top Percentile Fraud",
|
||||
"titleSlug": "top-percentile-fraud",
|
||||
"content": null,
|
||||
"translatedTitle": null,
|
||||
"translatedTitle": "最高欺诈百分位数",
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
@@ -18,10 +18,17 @@
|
||||
"similarQuestions": "[]",
|
||||
"contributors": [],
|
||||
"langToValidPlayground": null,
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Database",
|
||||
"slug": "database",
|
||||
"translatedName": "数据库",
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"12\", \"totalSubmission\": \"20\", \"totalAcceptedRaw\": 12, \"totalSubmissionRaw\": 20, \"acRate\": \"60.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"457\", \"totalSubmission\": \"767\", \"totalAcceptedRaw\": 457, \"totalSubmissionRaw\": 767, \"acRate\": \"59.6%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
@@ -48,7 +55,7 @@
|
||||
"insert into Fraud (policy_id, state, fraud_score) values ('14', 'Florida', '0.66')"
|
||||
],
|
||||
"enableRunCode": true,
|
||||
"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>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
|
||||
"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.2.2 and NumPy 1.26.4<\\/p>\"],\"postgresql\":[\"PostgreSQL\",\"<p>PostgreSQL 16<\\/p>\"]}",
|
||||
"book": null,
|
||||
"isSubscribed": false,
|
||||
"isDailyQuestion": false,
|
||||
|
Reference in New Issue
Block a user