parser/parser_test: add a compile fail test.
This commit is contained in:
@ -293,6 +293,7 @@ func (s *testParserSuite) TestParser0(c *C) {
|
||||
{"SELECT 1 > SOME (select 1)", true},
|
||||
|
||||
// For exists subquery
|
||||
{"SELECT EXISTS select 1", false},
|
||||
{"SELECT EXISTS (select 1)", true},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user