create temporary table temp_t(id int primary key, a int, b int, index(b))engine=innodb;
insert into temp_t select * from t2 where b>=1 and b<=2000;
select * from t1 join temp_t on (t1.b=temp_t.b);
Golden Software的BLN文件一种ASCII格式文件,用于存储包括多边形、多段线和点在内的地理信息。空间信息只关心空间中的对象的位置(即它们的坐标),而不是它们的属性(例如,行或填充样式,使用的标记符号,文本标签等等)。尽…