[
https://issues.apache.org/jira/browse/IGNITE-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633678#comment-17633678
]
Aleksandr commented on IGNITE-18101:
------------------------------------
Better solution: get information out of
org.apache.ignite.internal.sql.engine.sql. Maybe we could fetch grammar rules
right out of implementation. That it will be constructed automatically and be
always up to date.
> Add help for SQL commands
> -------------------------
>
> Key: IGNITE-18101
> URL: https://issues.apache.org/jira/browse/IGNITE-18101
> Project: Ignite
> Issue Type: Improvement
> Components: cli
> Reporter: Yury Yudin
> Priority: Major
> Labels: ignite-3
>
> help in SQL REPL should actually give details about the syntax of SQL
> commands.
> like:
> > help create table
> {color:#000000}CREATE TABLE _table_name_ (
> \{_}column1 datatype{_},
> \{_}column2 datatype{_},
> \{_}column3 datatype{_},
> ....
> ); {color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)