jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.4k stars 394 forks source link

Update airline ASKY Airlines(KP/SKK) #522

Open dk3403 opened 8 years ago

dk3403 commented 8 years ago
UPDATE airlines 
SET name='ASKY Airlines'
    ,iata='KP'
    ,icao='SKK'
    ,callsign='ASKY AIRLINE'
    ,country='Togo'
    ,alias=null
    ,mode='F'
    ,active='Y'
    --,uid = null
WHERE alid=11799;

Existing Information:

SELECT      * 
FROM        airlines 
WHERE       (name LIKE 'ASKY%' OR alias LIKE 'ASKY%') AND
            mode='F' AND
            1=1 
ORDER BY    name 

{"name":"Asky","iata":null,"icao":null,"callsign":null,"country":null,"alid":"19336","alias":null,"mode":"F","active":"N","al_uid":"user","al_name":"Asky (Priv)"} 
{"name":"ASKY Airlines","iata":"","icao":null,"callsign":"","country":"Togo","alid":"11799","alias":"","mode":"F","active":"Y","al_uid":"user","al_name":"ASKY Airlines (Priv)"}

Wikipedia Data: https://en.wikipedia.org/wiki/ASKY_Airlines

BarScheeze commented 6 years ago

ASKY still listing as "Priv" and not with its proper codes.