How would you Update the rows which are divisible by 10,
given a set of numbers in column?
Answer Posted / picture12345
select * from TableName where ColumnName%10=0
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What does ss stand for sexually?
How to rename databases in ms sql server?
How to call stored procedure using http soap?
Can you tell me some of the common replication dmv's and their use? : sql server replication
How to find related tables in sql server?
What are the common performance issues in sql server?
How does a profiler work?
How to verify a user name with sqlcmd tool?
Tell me the phases a transaction has to undergo?
What are different types of statement?
Can we take the full database backup in log shipping?
Explain few of the new features of sql server 2008 management studio
What is create statement?
Explain magic tables in sql server?
What are the system database in sql server 2008?