Yury Yudin created IGNITE-18101:
-----------------------------------
Summary: 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
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)