This content has been marked as final. 
    
Show                 1 reply
    
- 
        
1. Re: Bulk insert in Teiid
shawkins May 3, 2013 4:19 PM (in response to jane_lj)Just to make sure I understand correctly, what do you mean you have to set the column value one by one?
Generally you would want to create a temporary table, then do an insert based upon a select from the temp table.
Otherwise we should support multiple values via the VALUES, but haven't added that feature yet.