>From documentation it looks like that Tajo doesn't support addition of new
rows in existing table. Just wanted to confirm, it is true?



On Sat, Nov 30, 2013 at 12:26 PM, Tarun Kumar <[email protected]> wrote:

> Hi,
>
> I couldn't locate anything on http://wiki.apache.org/tajo/QueryLanguagefor 
> inserting data into existing table directly (not from any other
> existing table).
>
> I tried :
>
> insert into table1 values(1);        // this table has only one column -
> id int
> insert overwrite into table1 values(1);
>
> None of these seem to work.
>
> Also, is there any way to alter table also?
>

Reply via email to