blob: c2d427e0ae4a50ac449a81a0d37f497099bc663a [file] [log] [blame]
select cast(s.twocf.age as integer)-cast(s.threecf.gpa as float) from student s where s.row_key <= '800' and s.row_key >= '750';