Hi,
I've a table with first column declared as serial type. In my INSERT statement, im using 0 to insert value to this field.
The problem is when i delete the records from this table and when i do insert from the scratch, this serial value is not getting reintitated to 1 whereas it is continuing from the last insert statement value.
Please can anyone let me know how to set this to start from 1.
Thanks.