blob: 2c980a3bdbd000378f20a0d0f437e0e9d268eef1 [file] [log] [blame]
explain plan for select * from (
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') t limit 0;