You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT columnName、ORDER BY columnName、SORT BY columnName、GROUP BY columnName 等使用到 columnName 的地方,有些使用了 expression,不好提示,不好在使用 expression 的地方都提示 columnName。
Topic
Enhance existing features
Description
SparkSQL、HiveSQL and MySQL, and others
like
SELECT col1 FROM t1 WHERE col2 = 'any';
The text was updated successfully, but these errors were encountered: