Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
Describe the bug
Leetcode-183的SQL答案在本地提交控制台报错,在LeetCode官网提交显示成功.
> 2022/12/30 14:19:42 运行失败: Line 1: error: class, interface, enum, or record expected select Customers.Name as 'Customers' ^ Line 1: error: unclosed character literal select Customers.Name as 'Customers' ^ Line 1: error: illegal line end in character literal select Customers.Name as 'Customers' ^ 3 errors
To Reproduce
Steps to reproduce the behavior:
打开SQL提
输入SQL回答
select Customers.Name as 'Customers' from Customers where Customers.Id not in ( select CustomerId from Orders)
点击运行按钮
控制台提示报错:
> 2022/12/30 14:19:42 运行失败: Line 1: error: class, interface, enum, or record expected select Customers.Name as 'Customers' ^ Line 1: error: unclosed character literal select Customers.Name as 'Customers' ^ Line 1: error: illegal line end in character literal select Customers.Name as 'Customers' ^ 3 errors
Describe the bug Leetcode-183的SQL答案在本地提交控制台报错,在LeetCode官网提交显示成功.
> 2022/12/30 14:19:42 运行失败: Line 1: error: class, interface, enum, or record expected select Customers.Name as 'Customers' ^ Line 1: error: unclosed character literal select Customers.Name as 'Customers' ^ Line 1: error: illegal line end in character literal select Customers.Name as 'Customers' ^ 3 errors
To Reproduce Steps to reproduce the behavior:
select Customers.Name as 'Customers' from Customers where Customers.Id not in ( select CustomerId from Orders)
> 2022/12/30 14:19:42 运行失败: Line 1: error: class, interface, enum, or record expected select Customers.Name as 'Customers' ^ Line 1: error: unclosed character literal select Customers.Name as 'Customers' ^ Line 1: error: illegal line end in character literal select Customers.Name as 'Customers' ^ 3 errors
Software versions(Help -> About)