blob: 4f9f0f821a9d5769b266696da33c951e50411f76 [file] [log] [blame]
select cast(row_key as integer) student_id, cast(onecf['name'] as varchar(30)) name, cast(twocf['age'] as integer) age, cast(threecf['gpa'] as double) gpa, cast(fourcf['studentnum'] as bigint) student_num, cast(fivecf['create_date'] as timestamp) create_date from student where row_key < 800 and row_key > 750;