Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to replace an invalid character in the column data?

Status
Not open for further replies.

manohars

Programmer
Feb 28, 2004
97
US
How to replace a an invalid character(as per business rules) in the column data using a query? For example, in our application, the following characters are valid.

'[^-\^_<>`~{} :[",#$%&!?;+0-9a-zA-Z@/*().]'

I want to replace all the characters, which don't belong to this character set, with empty string.

How is this possible?

Thanks in Advance,
Manohar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top