1
I have a table in Postgre whose Id field is Integer type and primary key. As records are saved, the numbering goes from 1 to how much?
I’m used to the Dataflex database, where table records (by default) start from 1 and go up to 999999.
Is there a difference between Postgre and SQL Server in these aspects? Thank you :)
Thank you @Fabricio!
– Master JR