Hi, I am making use of Flink SQL for processing my data. And I would like to compute TOP counts, for many of the parameters in a row. Is there any better way to do this as i can see that LIMIT is not supported in Batch Queries.
Any help is appreciated. Thanks,