blob: 59f099e0e23901372db0431e2f6ce2181880bb8f [file] [log] [blame]
explain plan for select * from (
select concat(cast(voter.twocf.age as integer),convert_from(voter.onecf.name, 'UTF8'),cast(voter.twocf.registration as varchar(20)),cast(voter.threecf.contributions as double)) from voter where row_key=102) t limit 0;