ygerzhedovich commented on code in PR #4599: URL: https://github.com/apache/ignite-3/pull/4599#discussion_r1808935320
########## docs/_docs/sql-reference/ddl.adoc: ########## @@ -97,18 +94,7 @@ CREATE TABLE IF NOT EXISTS Person ( name varchar, age int, company varchar -) WITH PRIMARY_ZONE=`MYZONE` ----- - -Creates a Person table where the records expire at timestamps in the `ttl` column: - -[source,sql] ----- -CREATE TABLE IF NOT EXISTS Person ( - id int PRIMARY KEY, - name varchar, - ttl timestamp -) EXPIRE AT ttl +) ZONE=`MYZONE` Review Comment: sign `=` will be removed anyway ) -- 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