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

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

     [ https://issues.apache.org/jira/browse/IGNITE-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Gagarkin reassigned IGNITE-18101:
--------------------------------------

    Assignee: Ivan Gagarkin

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