Created
October 3, 2018 14:41
-
-
Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select sensorname, sensorvalue, anomalyscore from YourInitial_bigdata.analytic_csv2parquet where anomalyscore > 2 limit 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment