Josh Highley
05/04/2021, 7:29 PMselect sum(a+b), * from my_table
pinot query browser gives an error when I try this -- is there another way without specifically listing all the columns?Jackie
05/04/2021, 7:47 PMJackie
05/04/2021, 7:48 PMXiang Fu
Jackie
05/04/2021, 10:04 PMselect a + b, * from myTable
is valid