Hi
I wonder how I do to remove usersid from 1915 to 1945 for example in MS Sql?
Delete from [dbo].[user] where user ID = 1915 to userID 1945
When i add that i get this message:
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'to'.
Msg 156, Level 15, State 1, Line 3
Incorrect syntax near the keyword 'to'.
Can someone please tell me what is wrong?