I have to remove all "accounts" beginning with 00, 01, or 02 from the "allowedAccounts" column.
However, these multiple accounts exists for one record.
example of one record.
id allowedAccounts
--- ----------------
001 00_Report234, 01_Report393, 03_Report59
Can someone show me an example of how to do this?
Thanks.
However, these multiple accounts exists for one record.
example of one record.
id allowedAccounts
--- ----------------
001 00_Report234, 01_Report393, 03_Report59
Can someone show me an example of how to do this?
Thanks.