georgia-tech-db/evadb

Give a list of columns and suggest columns when the user types in a column that does not exist in the table.

xzdandy opened this issue · 0 comments

Search before asking

  • I have searched the EvaDB issues and found no similar feature requests.

Description

SELECT wrong_column FROM some_table;

We want do provide a more informative error message: Do you mean correct_column? The available columns are [a,b,c,d].

Use case

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!