sql-indent icon indicating copy to clipboard operation
sql-indent copied to clipboard

request: "case when then" keywords for hive sql?

Open cnglen opened this issue 9 years ago • 0 comments

I'd like a feature for hive sql syntax such as: SELECT y, ....CASE ........WHEN foo>5 THEN "great" .........WHEN foo=5 THEN "normal" .........ELSE "poor" ....END AS level FROM bar;

cnglen avatar Jun 22 '15 23:06 cnglen