I have to extract timeStamp column from this Array in HIVE? [{"timeStamp":1506411499989,"status":"BROADCASTED"}]
how can I extract single column from Array <String> in HIVE???
553 Views Asked by Etisha At
2
I have to extract timeStamp column from this Array in HIVE? [{"timeStamp":1506411499989,"status":"BROADCASTED"}]
Use explode function and then select the timestamp from the exploded table/view