这只是一个由两列构成的基本的表,以模板名作为主键,所以任何两个模板都不能具有相同的名称。
This is just a basic two-column table with the template name as the primary key, so no two templates can have the same name.
您可以在相同的模板上执行这个操作,但是我选择创建另一个模板,然后传递这个列变量来查找列名,如 清单 6 所示。
You could do so in the same template, but I choose to create a second template and send the column variable to find the name of the column, as in Listing 6.
为了使用基于时间的复制,在定义模板之前,必须设置表,使之有影子列。
To use time-based replication, you must set up the tables to have shadow columns before defining the templates.
应用推荐