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 / goutham
update <table name>
set column = '0' + ph no:
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How can i Relate Tables in SSIS
How to Update from select query in sql server?
Which is better statement or preparedstatement?
How to use wildcard characters in like operations in ms sql server?
Is it possible to update the views? If yes, how, if not, why?
What is a livelock?
What are diverse clauses that form a part of sql?
How will you find out if there are expensive SQL statements running or not?
how to invoke a trigger on demand? : Sql server database administration
What are the different types of replication are there in sql server 2000?
What is importing utility?
Explain what is “asynchronous” communication in sql server service broker?
How to create user defined functions with parameters?
What are the tool windows in sql server management studio? : sql server management studio
How do I find the default sql server instance?