I have a table in PostGre whose Id field is of type Integer and primary key. As records are being saved, numbering ranges 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 respects? Thanks:)