Re: Upserting in batch into a column of all rows by concatenating multiple columns

2017-10-28 Thread Vaghawan Ojha
Thank you, Sorry for my poor reading, how I missed it. Thank you Vaghawan On Sat, Oct 28, 2017 at 11:01 PM, James Taylor wrote: > See http://phoenix.apache.org/language/index.html#upsert_select > > On Sat, Oct 28, 2017 at 4:25 AM Vaghawan Ojha >

Re: Upserting in batch into a column of all rows by concatenating multiple columns

2017-10-28 Thread James Taylor
See http://phoenix.apache.org/language/index.html#upsert_select On Sat, Oct 28, 2017 at 4:25 AM Vaghawan Ojha wrote: > Hi, > > I want to update a column's value in all rows by concatenating values from > the multiple columns of the rows. In plain sql it's possible to do

Upserting in batch into a column of all rows by concatenating multiple columns

2017-10-28 Thread Vaghawan Ojha
Hi, I want to update a column's value in all rows by concatenating values from the multiple columns of the rows. In plain sql it's possible to do that but I'm not sure if that can be done in Phoenix. For say I've four columns in a table: (id, product_id, price, store_id, bill_id) Now I already