Last active
June 29, 2020 12:43
-
-
Save vvgsrk/d8ccb22ceedf816233e23b2e35c351b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE db_dev.revenue.od_forecast_booking( | |
depature_airport VARCHAR, | |
arrival_airport VARCHAR, | |
depature_date DATE, | |
airline_code VARCHAR, | |
flight_number VARCHAR, | |
flight_cabin VARCHAR, | |
booking_class VARCHAR | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment