Skip to content

Instantly share code, notes, and snippets.

@monimiller
Created August 4, 2022 00:39
Show Gist options
  • Save monimiller/bf913a986a87949405b07e426371f807 to your computer and use it in GitHub Desktop.
Save monimiller/bf913a986a87949405b07e426371f807 to your computer and use it in GitHub Desktop.
ALTER TABLE <GALAXY_DESTINATION_TABLE_NAME>
    DROP COLUMN <NEW_COLUMN_NAME>;
    
-- Example:
ALTER TABLE test_table
    DROP COLUMN new_column;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment