+1 This is a valuable and most required feature. It makes Doris a fully
qualified SQL supported data warehouse DB.
On Wed, Jan 20, 2021 at 1:57 AM 王博 <506340...@qq.com> wrote:
> I think the desgin ideas is weird;
> Why update statement should be converted into a query and insert statement?
> As f
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?
Thanks,
Mu