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 a periodical index?
What is outer join in sql server joins?
What is forward - only cursors / read only cursor?
Explain SSRS Architecture?
How to implement service broker?
What is a scheduled job or what is a scheduled task?
What are the advantages of sql azure?
Does sql server 2016 have ssms?
What are Row versions of DataRow?
How to create a simple user defined function in ms sql server?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
Can you get second highest salary from the table?
How do I edit a stored procedure in sql server?
How to achieve Paging of records in SQL SERVER?
Is sql server implemented as a service or an application? : Sql server database administration