Find the row with the smallest value in column [a] with the condition [a] < 3, in the table ({[a = 2, b = 2], [a = 0, b = 0], [a = 6, b = 4]})
. Remember the rows are sorted before the filter is applied.
Find the row with the largest value in column a with the condition a > 0, in the table ({[a = 2, b = 4], a = 0, b = 0], a ...
Find the row with the largest value in column a with the condition a > 0, in the table. The rows are sorted before the filter ...
Find the row with the largest value in column a with the condition b > 0, in the table ({[a = 2, b = 4], a = 8, b = 0], a ...
Find the row with the largest value in column a with the condition b > 0, in the table. The rows are sorted before the filter ...
Find the row with the smallest value in column a with the condition a < 3, in the table ({[a = 2, b = 2], a = 0, b = 0], ...
Find the row with the smallest value in column a with the condition a < 3, in the table. The rows are sorted before the filter ...
Find the row with the smallest value in column a with the condition b < 0, in the table ({[a = 2, b = 4], a = 8, b = 0], ...
Find the row with the smallest value in column a with the condition b < 0, in the table. The rows are sorted before the filter ...
Finished compressing segment %d{segment/} of column '%{IMBIColumnId/}' for the '%{IMBITableId/}' table '%{IMBIPartitionId/}' ...