create schema Temperature(place string, temperature double);
create window HallTemperature.win:length(2) as Temperature;
insert into HallTemperature select * from Temperature(place='hall');
create window BedroomTemperature.win:length(2) as Temperature;
insert into BedroomTemperature select * from Temperature(place='bedroom');
Created
November 28, 2015 18:13
-
-
Save toff63/1cf24a89fc1b46f424cb to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You remind me of my time when i was at University