ReportDr00
IS-IT--Management
Hello
I have a field that contains data in below format
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000001576}
{FFFFFFFF-0000-0000-0000-000000001576}
{FFFFFFFF-0000-0000-0000-000000000606}
{FFFFFFFF-0000-0000-0000-000000000850}
{FFFFFFFF-0000-0000-0000-000000000850}
{FFFFFFFF-0000-0000-0000-000000001576}
and i would like to strip { and } from begining and end of the string and store the data.
How can i do this in a query?
Thanks
I have a field that contains data in below format
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000000463}
{FFFFFFFF-0000-0000-0000-000000001576}
{FFFFFFFF-0000-0000-0000-000000001576}
{FFFFFFFF-0000-0000-0000-000000000606}
{FFFFFFFF-0000-0000-0000-000000000850}
{FFFFFFFF-0000-0000-0000-000000000850}
{FFFFFFFF-0000-0000-0000-000000001576}
and i would like to strip { and } from begining and end of the string and store the data.
How can i do this in a query?
Thanks