blob: 7fbade0651555235b2f580e8e8ddab9a7472e9ef [file] [log] [blame]
explain plan for select * from (
select cast(voter.twocf.age as integer)/cast(row_key as int) from voter where row_key=10) t limit 0;