Serkan Sonmez's Diary
ASP.NET, C#, Delphi, MS-SQL, T/SQL , Tiger, Logo Object Designer, Web Service
How to change postgresql Sequence number?
In general you can use the code below to set the value. (similar to
"ALTER TABLE XTable AUTO_INCREMENT = 311" in MsSQL database)
SELECT setval('schemaname.sequencename', 1467);
Hiç yorum yok:
Yorum Gönder
‹
›
Ana Sayfa
Web sürümünü görüntüle
Hiç yorum yok:
Yorum Gönder