Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 202 Bytes

db2.md

File metadata and controls

8 lines (8 loc) · 202 Bytes

create explain tables

CALL SYSPROC.SYSINSTALLOBJECTS('EXPLAIN', 'C', '', CURRENT USER)

drop explain tables

CALL SYSPROC.SYSINSTALLOBJECTS('EXPLAIN', 'D', '', CURRENT USER)