Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

SQL Workbench no result return #784

Open
penghuo opened this issue Oct 16, 2020 · 0 comments
Open

SQL Workbench no result return #784

penghuo opened this issue Oct 16, 2020 · 0 comments
Labels
bug Something isn't working Workbench

Comments

@penghuo
Copy link
Contributor

penghuo commented Oct 16, 2020

The following query works fine.

select sum(DistanceMiles), FlightNum from kibana_sample_data_flights
group by FlightNum
limit 6660

but when change limit to 6661, there is no response.

select sum(DistanceMiles), FlightNum from kibana_sample_data_flights
group by FlightNum
limit 6661
@penghuo penghuo added Workbench bug Something isn't working labels Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Workbench
Projects
None yet
Development

No branches or pull requests

1 participant