A function that allows grouping multiple columns. For columns C1, C2, ... with the types T1, T2, ..., it returns a named Tuple(C1 T1, C2 T2, ...) type tuple containing these columns if their names are ...
@TarantoolBot document Title: Return a tuple result from SQL SQL insert/update/delete requests would return table with processed tuples. It is default behavior. tarantool> box.sql.execute("CREATE ...