我有一个简单的查询,但它失败了ParseException
select * from apachelog
where split(regexp_extract(cookie, 'PHPSESSID.*?\;', 0), '=')[1]='7nsi2pj4icv875sdfdcoj90bv6;'
and day='2015-10-01' limit 10;
FAILED: ParseException line 2:91 character '<EOF>' not supported here
我在哪里犯了一些愚蠢的错误?