"sampleTestCase":"{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}",
"Create table If Not Exists Tweets(tweet_id int, content varchar(50))",
"Truncate table Tweets",
"insert into Tweets (tweet_id, content) values ('1', 'Vote for Biden')",
"insert into Tweets (tweet_id, content) values ('2', 'Let us make America great again!')"
],
"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>\"]}",
"book":null,
"isSubscribed":false,
"isDailyQuestion":false,
"dailyRecordStatus":null,
"editorType":"CKEDITOR",
"ugcQuestionId":null,
"style":"LEETCODE",
"exampleTestcases":"{\"headers\":{\"Tweets\":[\"tweet_id\",\"content\"]},\"rows\":{\"Tweets\":[[1,\"Vote for Biden\"],[2,\"Let us make America great again!\"]]}}",