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


Please Help Members By Posting Answers For Below Questions

How many joins in sql server?

519


What is the difference between Normalization and De-normalization?

568


Do you know the isolation level that sql server support?

530


What is store procedure? When do you use?

530


what is the maximum size of a row? : Sql server database administration

539






Explain what is the difference between a local and a global temporary table?

517


What is the process of normalising?

592


What is the maximum rows in sql server table?

516


What is sql server programming?

558


What are the differences between lost updates and uncommitted dependencies?

547


Where can you find the error log information? : sql server database administration

569


Can you explain what is indexed view? How to create it?

534


How many types of objects are there?

511


How to create a simple stored procedure in ms sql server?

523


What is constraints and its types?

504