blob: 2df1d8a78ed13caabbb5d00a9fc2afeb4fcc6e63 [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') t limit 0;