[
https://issues.apache.org/jira/browse/IGNITE-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644709#comment-17644709
]
Vyacheslav Koptilin commented on IGNITE-18101:
----------------------------------------------
Hello [~ivan.gagarkin],
In general, this patch looks good to me. However, I agree with
[~aleksandr.pakhomov]'s comment.
> 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
> Assignee: Ivan Gagarkin
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)