Never get the hang of a SQL parser? SQLLineage comes to the rescue. Given a SQL command, SQLLineage will tell you its source and target tables, without worrying about Tokens, Keyword, Identifier and ...
ALTER TABLE permissions RENAME COLUMN ura_number TO source_ura_number; ALTER TABLE permissions RENAME COLUMN category TO source_category; ALTER TABLE permissions ALTER COLUMN source_ura_number DROP ...