@@ -924,8 +924,7 @@ ORDER BY s2.aircraft_code;
924
924
SELECT a.airport_code as code,
925
925
a.airport_name,
926
926
a.city,
927
- a.coordinates,
928
- a.timezone
927
+ a.coordinates
929
928
FROM airports a
930
929
WHERE a.city IN (
931
930
SELECT aa.city
@@ -936,17 +935,17 @@ WHERE a.city IN (
936
935
ORDER BY a.city, a.airport_code;
937
936
</programlisting>
938
937
<screen>
939
- code | airport_name | city | coordinates | timezone
940
- ------+------------------------------------+-----------+-------------------------------------+---
941
- DME | Domodedovo | Moscow | (37.9062995910645,55.4087982177734) | Europe/Moscow
942
- | International Airport | | |
943
- SVO | Sheremetyevo | Moscow | (37.4146,55.972599) | Europe/Moscow
944
- | International Airport | | |
945
- VKO | Vnukovo | Moscow | (37.2615013123,55.5914993286) | Europe/Moscow
946
- | International Airport | | |
947
- ULV | Ulyanovsk | Ulyanovsk | (48.2266998291,54.2682991028) | Europe/Samara
948
- | Baratayevka Airport | | |
949
- ULY | Ulyanovsk East Airport | Ulyanovsk | (48.8027000427246,54.4010009765625) | Europe/Samara
938
+ code | airport_name | city | coordinates
939
+ ------+------------------------------------+-----------+-------------------------
940
+ DME | Domodedovo | Moscow | (37.9062995910645,55.4087982177734)
941
+ | International Airport | |
942
+ SVO | Sheremetyevo | Moscow | (37.4146,55.972599)
943
+ | International Airport | |
944
+ VKO | Vnukovo | Moscow | (37.2615013123,55.5914993286)
945
+ | International Airport | |
946
+ ULV | Ulyanovsk | Ulyanovsk | (48.2266998291,54.2682991028)
947
+ | Baratayevka Airport | |
948
+ ULY | Ulyanovsk East Airport | Ulyanovsk | (48.8027000427246,54.4010009765625)
950
949
(5 rows)
951
950
</screen>
952
951
</para>
0 commit comments