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 / khalid moin

update <tablename>
set <column name>='0'||<coulmn name>;

this query will update the values present in column with
prefix 'o'

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql server english query?

1196


How to connect of datebase with sql express.?

1143


What is normalization? Explain its different types?

1149


How can I tell if sql server is 32 or 64 bit?

1010


What happens to a trigger with multiple affected rows?

993


What is the process of normalising?

1042


what is spatial nonclustered index

1035


What is updatable resultset?

1070


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

1098


Explain what is cte (common table expression)?

1183


Do you know the isolation level that sql server support?

1001


How can I check that whether automatic statistic update is enabled or not?

1091


What are window functions in sql server?

1065


i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.

1935


How you provide security to cube? : sql server analysis services, ssas

1008