[tarantool-patches] Re: [PATCH v1 1/1] sql: added tests for TEMP and TEMPORARY clauses

n.pettik korablev at tarantool.org
Mon May 14 17:50:55 MSK 2018


> +		CREATE TEMP TABLE t1(col1 int, col2 int);
> +		CREATE TEMPORARY TABLE t1(col1 int, col2 int);

You can’t create table this way: you must specify primary key.





More information about the Tarantool-patches mailing list