本文做个加载数据的笔记。 注意里面的geo_mbr是Point类型,也就是点坐标。 123456789101112131415 create table tb_test( province_name string:index=true, province_code string:index=true, city_name string, city_code string, county_name string, county_code string, geo_mbr Point:index=true:srid=4326, hab_index double, work_index double, visit_index double, pop_index double, etl_date Date, version string) # 123 ``````sql 123 ``````sql 赞微海报分享
近期评论