Rah*_*oni 0 postgresql
截断表并插入任何数据后,但在表中,表 id 不以 1 开头
截断表源;
小智 5
假设您的id列定义为identity或serial使用以下restart identity选项:
id
identity
serial
restart identity
truncate table source restart identity;
归档时间:
7 年,3 月 前
查看次数:
3538 次
最近记录: