"metaData":"{\n \"mysql\": [\n \"Create Table If Not Exists Point (x int not null)\"\n ],\n \"mssql\": [\n \"Create Table Point (x int not null)\"\n ],\n \"oraclesql\": [\n \"Create Table Point (x int not null)\"\n ],\n \"database\": true\n}",
"judgerAvailable":true,
"judgeType":"large",
"mysqlSchemas":[
"Create Table If Not Exists Point (x int not null)",
"Truncate table Point",
"insert into Point (x) values ('-1')",
"insert into Point (x) values ('0')",
"insert into Point (x) values ('2')"
],
"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>\"]}",