You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2022/11/14 10:20:00 UTC

[jira] [Commented] (IGNITE-18101) Add help for SQL commands

    [ https://issues.apache.org/jira/browse/IGNITE-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633658#comment-17633658 ] 

Aleksandr commented on IGNITE-18101:
------------------------------------

As a first iteration, the web documentation could be used 
https://ignite.apache.org/docs/3.0.0-alpha/sql-reference/ddl

> 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)