+ Reply to Thread
Results 1 to 3 of 3

Thread: geomapping sql table

  1. #1
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403

    geomapping sql table

    In SQL, the geomapping table contains all countries, but I only need Hungary. How can I delete the rest?
    I'm busy instead of a lot. There are 166,000 lines of it.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    You can run this sql request:

    Code:
    Only registered members can view the code.

  3. #3
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Thanks. It worked.

+ Reply to Thread