本文为您介绍如何使用查询结果创建数据表。 teledb=# insert into t values(1,'teledb'); INSERT 0 1 teledb=# create table t_as as select * from t; INSERT 0 1 teledb=# select * from t_as; id | mc ----+---------- 1 | teledb (1 row)查看表结构。
本页介绍天翼云TeleDB数据库文件缺失类问题。 clog(xact)文件缺失问题 问题描述 执行SQL、或节点启动报错: "could not access status of transaction xxx", "Could not open file ""pg_xact/xxxx"": No such file or directory. 可能影响 部分SQL报错; 节点启动失败。