Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- TypeScript
- useEffect
- custom hook
- JDBC
- react
- IBM
- codewar
- codewars
- java api
- react hook
- manifest.json
- type
- DB2
- TABLESPACE
- isSquare
- Debug
- descendingOrder
Archives
- Today
- Total
taesik
7.tablespace - default tablespace 본문
example >
$login <instance user>
$db2 create db <db name>
$db2 connect to <db name>
$db2 "select * from table(mon_get_tablespace('',-2)) as t"
$db2 "select * from table(mon_get_container('',-2)) as t"
'Concepts > DB2 (IBM RDBMS)' 카테고리의 다른 글
| 7. tablespace (0) | 2022.07.26 |
|---|