MySQL Forums
Forum List  »  General

Using substr + SUBSTR MYSQL
Posted by: Marco Antonio borges
Date: November 11, 2021 02:15PM

I have a string:

Result":{"CreateDate":"2021-05-27T19:58:33","OrderKey":"6ea1eb40-bd80-4e8b-8e78-a7 ","OrderReference":"app_iheillyy_9816617_AF_e2002"}}

and I need to extract the position after "OrderKey" with some positions AFTER

and I thinking that will be bring to me the select something like that:

OrderKey":"6ea1eb40-bd80-4e8b-8e78-a7 ",

it's possible with two or more functions?

Options: ReplyQuote


Subject
Written By
Posted
Using substr + SUBSTR MYSQL
November 11, 2021 02:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.