i have inherited a database application from someone else and there are a few tables that dont have any primary keys. I want to add a new column into an already existing table and have it autonumber (starting from 1). how would i go about doing this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
The SQL Server syntax is:
|
|||
|
|
|
"i need to delete a number of rows and the only way i can do it now is by using the timestamp field. It would be much easier if i could say "delete from tableA where id = 100"" And how would you decide which id's to delete ? |
|||
|