Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / mechinenirao

update <tablename>
set Phno = '0' + phno

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the command-line tool SQLCMD?

1144


What is the significance of master, tempdb and model databases?

1128


What is executereader?

1000


What is openxml in sql server?

1219


What is self contained scalar sub query?

1014


how to create “alternate row colour”?

152


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

1107


how you can get the list of largest tables in a database? : Sql server administration

1098


What is store procedure? How do they work?

1068


What is user defined datatypes and when you should go for them?

1066


How to select an exiting database using mssql_select_db()?

1048


How do I debug a stored procedure in sql server?

1174


What is the difference between a primary key and a unique key? Are they the same?

1119


What is a benefit of using an after insert trigger over using a before insert trigger?

1032


Other than truncate statement, which other command can by-pass the trigger on the tables?

1182