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
现在的数据库结构缓存只包括所有表名称和含有的字段,只有支持包含字段的类型,和字段注释,才能在提供SQL的时候错误率降低。
用户问题:查询用户表的年龄分布 数据库上下文:
No response
High
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Description
现在的数据库结构缓存只包括所有表名称和含有的字段,只有支持包含字段的类型,和字段注释,才能在提供SQL的时候错误率降低。
Use case
用户问题:查询用户表的年龄分布
数据库上下文:
id (INT, 主键)
name (VARCHAR(50), 用户姓名)
age (INT, 用户年龄)
Related issues
No response
Feature Priority
High
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: