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 Elements (symbol varchar(2), type ENUM('Metal','Nonmetal','Noble'), electrons int)\"\n ],\n\"mssql\": [\n\"Create table Elements (symbol varchar(2), type varchar(8) not null check(type in ('Metal','Nonmetal','Noble')), electrons int)\\n\"\n ],\n\"oraclesql\": [\n\"Create table Elements (symbol varchar(2), type varchar(8) not null check(type in ('Metal','Nonmetal','Noble')), electrons int)\\n\"\n ],\n\"database\": true\n}",
30
+
"judgerAvailable": true,
31
+
"judgeType": "large",
32
+
"mysqlSchemas": [
33
+
"Create table If Not Exists Elements (symbol varchar(2), type ENUM('Metal','Nonmetal','Noble'), electrons int)",
34
+
"Truncate table Elements",
35
+
"insert into Elements (symbol, type, electrons) values ('He', 'Noble', '0')",
36
+
"insert into Elements (symbol, type, electrons) values ('Na', 'Metal', '1')",
37
+
"insert into Elements (symbol, type, electrons) values ('Ca', 'Metal', '2')",
38
+
"insert into Elements (symbol, type, electrons) values ('La', 'Metal', '3')",
39
+
"insert into Elements (symbol, type, electrons) values ('Cl', 'Nonmetal', '1')",
40
+
"insert into Elements (symbol, type, electrons) values ('O', 'Nonmetal', '2')",
41
+
"insert into Elements (symbol, type, electrons) values ('N', 'Nonmetal', '3')"
42
+
],
43
+
"enableRunCode": true,
44
+
"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