灌水唠嗑区
其他
文章

每日一题

发表于2025-12-24 09:31:2420次浏览6个评论

如果只需要导出 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 指定表。

评论

登录后才可以发表评论
GBase用户31099发表于 7个月前
1
GBase用户31099发表于 7个月前
2
GBase用户31099发表于 7个月前
3
GBase用户31099发表于 7个月前
45
GBase用户31099发表于 7个月前
56
GBase用户51840发表于 2个月前
谢谢分享