• Stars
    star
    125
  • Rank 277,577 (Top 6 %)
  • Language TSQL
  • Created over 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Database for Saudi cities and districts with location information 'GIS Data'

Saudi_GIS_Data

قائمة باسماء المدن و الاحياء السعودية مع معلومات حدود الاحياء الجغرافية.

for more info @usef_ksa on Twitter

mysql -u root -p

CREATE DATABASE test;

use test;

source /path/sa_regions.sql

show tables;

select * from sa_regions limit 3;

Check this repo too: https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts