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

Microsoft Excel on Mac adds a semicolon at the end of query #603

Closed
rupal-bq opened this issue Jul 21, 2020 · 1 comment
Closed

Microsoft Excel on Mac adds a semicolon at the end of query #603

rupal-bq opened this issue Jul 21, 2020 · 1 comment
Labels
enhancement New feature or request SQL

Comments

@rupal-bq
Copy link
Contributor

Microsoft Excel creates queries with semicolon which fails on SQL plugin.

image

@rupal-bq
Copy link
Contributor Author

The error returned by SQL plugin:

{
  "error": {
    "reason": "Invalid SQL query",
    "details": "Failed to parse query due to offending symbol [;] at: 'SELECT * FROM kibana_sample_data_flights;' <--- HERE... More details: extraneous input ';' expecting <EOF>",
    "type": "SyntaxAnalysisException"
  },
  "status": 400
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

2 participants