
DB
iteye_1163
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Create a remote node in DB2
Thie is the command in DB2 CLP, db2 catalog tcpip node [NodeName] remote [URL] server [Port Number] db2 catalog database [database name] at node [node name] with '[comment]'原创 2010-07-06 15:22:11 · 144 阅读 · 0 评论 -
Import data from word into db2
Copy data from word into Excel. Edit data in Excel, and Save as CSV. Directly Import the data from csv in Control Center . Generate the SQL script from the csv file in Java. pu...2010-07-08 13:27:02 · 107 阅读 · 0 评论 -
Several DB2 command
db2 list application db2 list db directory show all database db2 list active databases show all active database db2 list tables for all show all tables...2010-07-13 13:37:43 · 110 阅读 · 0 评论