How to restart the value of an identity column.
ALTER TABLE <table_name> ALTER COLUMN <identity_column_name> RESTART WITH <counter_value>
How to restart the value of an identity column.
ALTER TABLE <table_name> ALTER COLUMN <identity_column_name> RESTART WITH <counter_value>
For further actions, you may consider blocking this person and/or reporting abuse
MD ARIFUL HAQUE -
Ikoh Sylva -
Technophile -
ANIRUDDHA ADAK -
Top comments (0)