Dayue, It's working with double quotes, thanks a lot. On Wed, Jun 8, 2016 at 2:54 PM, Dayue <[email protected]> wrote:
> Hi VaibhaV, > > please try quote keyword using double quotes, such as > > > select sum(sales_value) as "sum" from sales; > > Best Regards, > Dayue > > > 在 2016年6月8日,下午1:53,Vaibhav Taro <[email protected]> 写道: > > > > It's not possible to run a query with a keyword in it, for ex. > > > > select sum(sales_value) as sum from sales; > > > > Above query gives an error (Encountered "as sum" at...), Is there any > > workaround for this or any plan to support this in near future? > > > > -- > > Regards, > > VaibhaV > > > -- Regards, VaibhaV
