SQL
AخA
use commonswiki_p;
select *
from geo_tags
where
((gt_lat between 139.1310000 and 146.0300000) and (gt_lon between 20.8790000 and 45.7370000))/* or
((gt_lat between 131.1990000 and 139.1310000) and (gt_lon between 18.2290000 and 38.6680000)) or
((gt_lat between 129.0230000 and 131.1990000) and (gt_lon between 21.6570000 and 34.9130000)) or
((gt_lat between 122.7390000 and 129.0230000) and (gt_lon between 21.8210000 and 33.0730000))*/
limit 1
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.