blob: a689bf8ac1542f86f519d9fc1f777adf27ec6bca [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;