Skip to content

Instantly share code, notes, and snippets.

View jsranko's full-sized avatar

Juraj Sranko jsranko

View GitHub Profile
@jsranko
jsranko / VIEWDEPS.sql
Last active June 8, 2020 10:49
Get View dependencies (DB2 for IBM i)
-- UDTF:VIEW_DEPENDENCIES determines view dependencies
Create or Replace Function SI_VIEW_DEPENDENCIES(File Varchar(10),
Library Varchar(10))
Returns Table (Level Integer,
File Varchar(10),
Library Varchar(10))
Language Sql
Specific SIVWDEPS