SparkSQL功能中,where条件应该怎么写?reason的值是sucess,怎么筛选出reason的值是sucess的记录??
SparkSQL常用语法
SparkSQL语法要求很严谨的,尽量别用*,select t.字段 from JSON解析 t
where t.reason='success';