You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2019. It is now read-only.
SELECT DISTINCT ida FROM Distances WHERE ida NOT IN (SELECT a_3 FROM continents) ORDER BY ida SELECT DISTINCT * FROM continents WHERE a_3 NOT IN (SELECT DISTINCT ida FROM Distances) ORDER BY a_3
SELECT DISTINCT ida FROM Distances ORDER BY ida SELECT DISTINCT a_3 FROM continents ORDER BY a_3
SELECT * FROM continents ORDER BY a_3
SELECT * FROM countryInfo ORDER BY FIFA SELECT DISTINCT ida FROM Distances ORDER BY ida
SELECT * FROM countryInfo WHERE IOC = 'AAB'
SELECT * FROM Distances
INSERT INTO continents (a_3)
SELECT DISTINCT ida FROM Distances WHERE ida NOT IN (SELECT a_3 FROM continents)
select * from continents where cc IS NULL
select * from distances where ida = 'AAB'
update continents set cc = 'EU' where a_3 in ( 'DEN','FRN','IRE','SER','SPN','YUG')
update continents set cc = 'NA' where a_3 in ( 'BHM')
update continents set cc = 'SA' where a_3 in ( 'CAM','SUD','TRI')
update continents set cc = 'AF' where a_3 in ( 'LEB','LIB','NIG','NIR','SWA','TAJ','TAW','TAZ','ZAM','ZAN','ZIM')
update continents set cc = 'AS' where a_3 in ( 'KUW','KZK','LAT','MAL','UAE')