7 Replies Latest reply on Nov 19, 2010 9:58 AM by rareddy

    Can I ignore some of the column when defining the view models?

    jalen

      For example, I have a base table named "object" which has 3 column "C1, C2".

       

      Can I write "select t.C1 as cc1 from <table> as t"? That means I only use column "C1" and leave "C2" empty. That will be comvenient if I only need some of the column values.

       

      Teiid designer always displays that: "The number of transformation output symbols does not match the number of target attributes"