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 / a
update <table_name> set phno = Convert(int, '0' +
Convert(varchar(10),phno))
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
Does sql server 2000 full-text search support clustering?
How to backup SQL Server Reporting Services ?
How do I delete a sql server database?
What is full outer join in sql server joins?
What do you mean by cardinality?
Explain what is the difference between union and union all?
What are scalar functions in sql?
What is query parameter in ssrs?
What is normalization and what are the advantages of it?
How to create a dml trigger using create trigger statements?
Explain about Views?
How many categories of data types used by sql server?
How to concatenate two character strings together?
What is triggers in ms sql server?