We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DESCRIBE
This query can be parsed without error:
DESCRIBE project.model.1
but this raise error
DESCRIBE project.model.1.attr
error is
SQL statement cannot be parsed by mindsdb_sql - describe project.model.1.attr: Syntax error at token FLOAT: "1."
as temp workaround escape symbols may be used:
DESCRIBE project.model.`1`.attr
The text was updated successfully, but these errors were encountered:
fix describe model.version.attribute
ec67e69
#326
StpMax
ea-rus
Successfully merging a pull request may close this issue.
This query can be parsed without error:
but this raise error
error is
as temp workaround escape symbols may be used:
The text was updated successfully, but these errors were encountered: