Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 DB2 Control Center 中直观地创建了一个表。在创建表之后,DB2 中是否有方法或命令显示创建表的 SQL 源代码?
有一个名为 db2look(命令行)的 DB2 工具可以生成用于创建所有数据库对象(表、视图、约束...)的 DDL 脚本。查看命令选项以使其仅创建 1 个表及其约束的 DDL。
db2look -d YourDatabaseName -e -t YourTableName -o YourTableName.sql