Single Table

Definition

  1. CREATE DEFAULT SINGLE TABLE RULE singleTableRuleDefinition
  2. ALTER DEFAULT SINGLE TABLE RULE singleTableRuleDefinition
  3. DROP DEFAULT SINGLE TABLE RULE
  4. singleTableRuleDefinition:
  5. RESOURCE = resourceName
  • RESOURCE needs to use data source resource managed by RDL

Example

Single Table Rule

  1. CREATE DEFAULT SINGLE TABLE RULE RESOURCE = ds_0
  2. ALTER DEFAULT SINGLE TABLE RULE RESOURCE = ds_1
  3. DROP DEFAULT SINGLE TABLE RULE