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
Call by value and call by reference in procedure and function, with NOCOPY.
What is the full form of ddl?
Can group functions be mixed with non-group selection fields in ms sql server?
Who developed sql server?
What is the template in sql?
What is a cursor, index in sql?
What is importing utility?
What is a livelock?
What is the significance of master, tempdb and model databases?
How do I create a stored procedure in dbml?
How to send a ssrs report from ssis?
What does executeupdate return?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
How to create a local temporary stored procedure?
Can we delete data from a view?