Replies: 2 comments
-
版本问题,0.15不支持 lateral view。1.0.0才支持 #8549 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is only supported in version 1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
从官网复制下来的语句执行报错
mysql> select k1, e1 from example1 lateral view explode_split(k2, ',') tmp1 as e1 where k1 = 5 order by k1, e1;
ERROR 1064 (HY000): errCode = 2, detailMessage = Syntax error in line 1:
... e1 from example1 lateral view explode_split(k2, ',') ...
^
Encountered: VIEW
Expected: COMMA
mysql>
Beta Was this translation helpful? Give feedback.
All reactions