blob: 562a80fe73d020f3ce4e10b49db2af1f4c21bf1c [file] [log] [blame]
explain plan for select * from (
select cast(s.twocf.age as integer) as age, cast(s.threecf.gpa as float) as gpa from student s where s.row_key <= '800' and s.row_key > '750') t limit 0;