Hi,
I have a field with text that is partly uppercase & partly lowercase. I'm trying to select only the uppercase part of the field.
for ex. a field with long description for products. Each description has a part that is not applicable- which is lowercase. I only want the uppercase part of each description.
Any ideas? I am mostly familiar with SQL so solutions in SQL would also be helpful. Thanks.
I have a field with text that is partly uppercase & partly lowercase. I'm trying to select only the uppercase part of the field.
for ex. a field with long description for products. Each description has a part that is not applicable- which is lowercase. I only want the uppercase part of each description.
Any ideas? I am mostly familiar with SQL so solutions in SQL would also be helpful. Thanks.
Comment