blob: 9d50f4d3139fa2455dd244dd7afa72bcbd6cd278 [file]
select substr(voter_id,1),substr(name, 3),substr(age,2),substr(registration,3),substr(contributions,4),substr(voterzone,4),substr(create_time,12),substr(isVote,2) from voter_csv_v where voter_id=10;