I have table id, title, showCount.
I need get TOP 10 row from table and set to showCount +1.
How do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can not understand your purpose, but you can try this
Also, you need to understand that in this example
TOP 10rows will be updated in random order.You can find how to CREATE PROCEDURE in Books OnLine (F1).