How would you Update the rows which are divisible by 10,
given a set of numbers in column?
Answer Posted / bala
update <table> set <col> = <value> where round(<col>/10,0)
= (<col>/10)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we store videos inside the sql server table?
Why are you getting errors when creating a new odbc dsn?
Can a database be shrunk to 0 bytes, if not, why?
How to delete existing rows in a table?
What is user-defined multi-statement table-valued function?
How to change the name of a database user?
What are synonyms?
Do you have any idea about the tcl commands?
What is a recursive stored procedure in sql server?
Explain index in sql server?
What is an expensive query?
What is the default port for SQL Server over a firewall?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
Explain nested trigger in sql?
how to trace the traffic hitting a sql server? : Sql server database administration