Skip to content

Instantly share code, notes, and snippets.

@VikramVasudevan
Created January 1, 2020 07:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
table_columns_stg AS (SELECT c.table_name,
t.trigger_sql,
c.column_name,
column_id
FROM prm_input t, user_tab_columns c
WHERE t.table_name = c.table_name),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment