灌水唠嗑区
其他
文章

试题

发表于2025-12-23 10:18:277次浏览1个评论

如果只需要导出 schema1、schema2,只导出 schema1.table1,需要指定下面哪个参数?

A. -n schema1 -n schema2 -t schema1.table1
B. -N schema1 -n schema2 -T schema1.table1
C. -n schema1 -n schema2 -T schema1.table1
D. -N schema1 -n schema2 -t schema1.table1
正确答案: A

解析: -n 指定 schema,-t 指定表。

评论

登录后才可以发表评论
用户头像
柒柒天晴发表于 3个月前
11