SQL
AخA
use commonswiki_p;
select *
from geo_tags
where gt_globe = "earth" and
((gt_lon between 139.131 and 146.030) and (gt_lat between 20.879 and 45.737)) or
((gt_lon between 131.199 and 139.131) and (gt_lat between 18.229 and 38.668)) or
((gt_lon between 129.023 and 131.199) and (gt_lat between 21.657 and 34.913)) or
((gt_lon between 122.739 and 129.023) and (gt_lat between 21.821 and 33.073))
limit 1000
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.