Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Insert statement specifics on insertion location

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-11-07 : 13:11:44
Rob writes "When performing an insert statement, how do I control where in the table the information is being inserted, and can I control the location within the insert statement itself. I'm currently doing an insert and it keeps picking the middle of my table to insert the data. I'd like the newly inserted data to go at the bottom of the table each time.

Thanks -Rob"
   

- Advertisement -