You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"metaData": "{\n\"mysql\": [\n\"Create table If Not Exists Person (person_id int, name varchar(30), profession ENUM('Doctor','Singer','Actor','Player','Engineer','Lawyer'))\"\n ],\n\"mssql\": [\n\"Create table Person (person_id int, name varchar(30), profession varchar(8) not null check(profession in ('Doctor','Singer','Actor','Player','Engineer','Lawyer')))\"\n ],\n\"oraclesql\": [\n\"Create table Person (person_id int, name varchar(30), profession varchar(8) not null check(profession in ('Doctor','Singer','Actor','Player','Engineer','Lawyer')))\"\n ],\n\"database\": true\n}",
30
+
"judgerAvailable": true,
31
+
"judgeType": "large",
32
+
"mysqlSchemas": [
33
+
"Create table If Not Exists Person (person_id int, name varchar(30), profession ENUM('Doctor','Singer','Actor','Player','Engineer','Lawyer'))",
34
+
"Truncate table Person",
35
+
"insert into Person (person_id, name, profession) values ('1', 'Alex', 'Singer')",
36
+
"insert into Person (person_id, name, profession) values ('3', 'Alice', 'Actor')",
37
+
"insert into Person (person_id, name, profession) values ('2', 'Bob', 'Player')",
38
+
"insert into Person (person_id, name, profession) values ('4', 'Messi', 'Doctor')",
39
+
"insert into Person (person_id, name, profession) values ('6', 'Tyson', 'Engineer')",
40
+
"insert into Person (person_id, name, profession) values ('5', 'Meir', 'Lawyer')"
41
+
],
42
+
"enableRunCode": true,
43
+
"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>\"]}",
0 commit comments