hai all,
table : country
primary key: country_id (identity not set)
my question is.
i want to change country_id property to set identity, and insert a record and then i want to release identity (identity set=off).
how to write a query for it?
thanx in advance.
Regards Nirmal
table : country
primary key: country_id (identity not set)
my question is.
i want to change country_id property to set identity, and insert a record and then i want to release identity (identity set=off).
how to write a query for it?
thanx in advance.
Regards Nirmal
Comment