在本示例中,f_table1 表使用 staging_db_two 数据库。在数据库级别指定的 staging_db_one 数据库被覆盖。f_table2 表使用在数据库级别指定的 staging_db_one 数据库。
<database selection="unselected"> <name>DBName</name> <source_staging_database> <name>staging_db_one</name> </source_staging_database> <table selection="included"> <name>f_table1</name> <use_source_staging_table>TRUE</use_source_staging_table> <source_staging_database> <name>staging_db_two</name> </source_staging_database> </table> <table selection="included"> <name>f_table2</name> <use_source_staging_table>TRUE</use_source_staging_table> </table> </database>