|
-
Apr 15th, 2010, 02:56 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Multiple Replace Function Order
I want to do a multiple replace on one field in a table. I want to replace apos; and ampapos;. What would the order have to be to first replace ampapos;?
Do I do replace(replace(description, 'apos;', ''''),'ampapos;', '''') or
replace(replace(description, 'ampapos;', ''''),'apos;', '''')
thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|