Posted by carrajo on 10/19/06 18:41
Hi,
I'm try to do something like:
SELECT description FROM table WHERE {regularexpression to remove all
non-word} = 'WidgetLarge02'
I have a field called description. Description contains a value like
'Widget Large?>/~-02'. The value I have on hande is WidgetLarge02.
I guess I need to replace all non-word characters first then match
against the value I have. Any way I can do this?
[Back to original message]
|