再びBlog
ホーム » Postgresql » Postgresqlのシーケンス値設定
カレントの値を設定 NEXTVALは設定した値+1 [code] SELECT setval(‘シ-ケンス名’, 値); [/code]