I have a table in which phno is one of the columns.i do have
some values in tht phno column.i need to update phno column
values with 0(zero) as prefix.give me a correct solution plz...
Answer Posted / rajshekar
update <tablename>
set phno=cast (0 as datatype(1))+phno
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of commit?
Explain user defined functions?
How many types of objects are there?
Does full backup break log chain?
What types of replication are supported in sql server?
What do you need to connect php to sql server?
What is fill factor and pad index?
explain declarative management framework (dmf) in sql server 2008?
What are the differences between having and where clause.
Explain the usage of floor function in sql server.
What do you do in data exploration
What is the dbcc command and why is it used?
how to overcome kernel isssues
Explain time data type in sal server 2008?
Explain about SQL server 2005?