I am attempting to split a calculation between a number of q instances
working off of the same partitioned table. Is there a way to read
only a specific subset of rows in a partitioned table? Both “table
[i;]” and “select from table where i=x” don’t work for partitioned
tables, so any help would be appreciated.
Thanks.