ygerzhedovich commented on code in PR #4398:
URL: https://github.com/apache/ignite-3/pull/4398#discussion_r1761111974


##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/sql/help/IgniteSqlCommand.java:
##########
@@ -50,8 +50,8 @@ public enum IgniteSqlCommand {
     CREATE_TABLE("CREATE TABLE",
             "CREATE TABLE [IF NOT EXISTS] tableName (tableColumn [, 
tableColumn]...)\n"
                     + "[COLOCATE [BY] (columnName [, columnName]...)]\n"
-                    + "[ENGINE engineName]\n"
                     + "[WITH paramName=paramValue 
[,paramName=paramValue]...]\n"
+                    + "[EXPIRE AT columnName]"

Review Comment:
   ```suggestion
                       + "[EXPIRE AT columnName]\n"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to