-
Couldn't load subscription status.
- Fork 322
docs: optimize keywords.md and identifiers.md and make them one file- keywords_and _identifier.md #2960
New issue
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
base: main
Are you sure you want to change the base?
Conversation
| 和很多关系型数据库系统不同,`SELECT` 命令在离线模式下默认为异步执行,如需设置为同步执行,参考[设置离线模式下命令的同步执行](https://openmldb.ai/docs/zh/main/openmldb_sql/ddl/SET_STATEMENT.html#id4)。在离线特征开发阶段,如果使用异步执行,强烈建议使用 `SELECT INTO` 语句进行开发调试,可以将结果导出到文件,方便查看。 | ||
| ::: | ||
|
|
||
| 用于特征方案部署的命令 `DEPLOY` 也在离线模式下执行。其规范可以参阅 [OpenMLDB SQL 上线规范和要求](../openmldb_sql/deployment_manage/ONLINE_REQUEST_REQUIREMENTS.md)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not change
| ## 关键字汇总 | ||
| 以下列出了 OpenMLDB 中所有的关键字。其中保留字用 `(R)` 来标识。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
many keywords does not has semantic meanings in openmldb, I doubt it's useful
|
@selenachenjingxin could you update the doc to resolve the conflict? |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?