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