Skip to content

Instantly share code, notes, and snippets.

@toagit
Created February 19, 2015 09:28
Show Gist options
  • Save toagit/7e2c916a39fe3da94a22 to your computer and use it in GitHub Desktop.
Save toagit/7e2c916a39fe3da94a22 to your computer and use it in GitHub Desktop.
DB2 for zOS テーブル情報取得(SHEMA、DB、TABLESPACE)
SELECT * FROM SYSIBM.SYSTABLES
WHERE NAME = 'tblName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment