当我们希望只导表的某一部分时,可以用query参数来导。其实就是query加where语句的条件部分,但前提是类似于select * from tab where .....
命令格式如下:
exp table.'s owner/passwd@service_name tables=(table_names) query="where....."
不知道为什么格式显示不出来,应该在等号后面先写一个反斜杠,接着是双引号,然后是where子句,再斜杠,最后以双引号结尾。
这是在windows格式下的,注意一下query后的格式。
[@more@]exp table.'s owner/passwd@service_name tables=(table_names) query="where..."