Re: update table

2020-10-26 Thread ling miao
7; where siteid=5; > > > > > > throws exception (see below) > > > > > > I checked Doris FAQ and documentation but no reference to the update > table. > > > > > > Please, help me to understand and how to update table values? > > >

Re: update table

2020-10-26 Thread Zhao Chun
aster branch and running the following query > > update table1 set username='muru' where siteid=5; > > > throws exception (see below) > > > I checked Doris FAQ and documentation but no reference to the update table. > > > Please, help me to understand and h

update table

2020-10-26 Thread Murugan Muthusamy
Hi, I am using Master branch and running the following query update table1 set username='muru' where siteid=5; throws exception (see below) I checked Doris FAQ and documentation but no reference to the update table. Please, help me to understand and how to update table values