hi,
I was writing a blog post and preparing my examples with the 32bit version because I was offline so I had to use the local installation on my dev machine instead of our production setup.
seems that dev/var functions are not working on segmented tables?
select var val by date from `table
result is ’
select min val by date from `table
works as expected
Michael