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...

in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it

Answer Posted / Aman Kumar Chaudhary

You can achieve this by using the SQL REPLACE function. In SQL Server, you can use this query: SELECT REPLACE(REPLACE(REPLACE(k, 'manikanta', ''), 'sivananda', ''), 'muralidhar', '') as new_name FROM your_table; Replace 'your_table' with the name of your table.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why and when do stored procedure recompile?

1042


What are the source of constraints?

994


Why should you use or avoid select * statements?

1094


What is the difference between for xml raw and for xml auto?

1095


Where can you add custom error messages to sql server?

1190


How raid can influence database performance?

1093


What are the kinds of subquery?

1087


What is sql or structured query language?

1206


How to connect php with different port numbers?

1159


How to convert numeric expression data types using the cast() function?

1135


What is clustered index

1069


What is acid mean in sql server?

1218


Can you index views?

946


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1177


How can you append an identity column to a temporary table?

1051