This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: insert mutiple rows in to a view tablerareddy Oct 16, 2015 8:57 AM (in response to prashanthi1)Can "table2Field" be an array on the view? 
- 
        2. Re: insert mutiple rows in to a view tableprashanthi1 Oct 16, 2015 10:44 AM (in response to rareddy)how do i make it an array on the view? i am doing an inner join for select transformation, will my select also change? 
- 
        3. Re: insert mutiple rows in to a view tablerareddy Oct 16, 2015 12:47 PM (in response to prashanthi1)You can use "string[]" as the data type, and then your select transformation use "ARRAY_AGG" to create an array value. 
 
    