MySQL Forums
Forum List  »  General

Re: How to update string in mysql
Posted by: Peter Brawley
Date: January 07, 2016 11:19AM

Your JSON string has several values for "available". In MySQL 5.7.8 or later use one of the new JSON functions. Otherwise you'll need to parse the string manually.

Options: ReplyQuote


Subject
Written By
Posted
January 05, 2016 09:11PM
Re: How to update string in mysql
January 07, 2016 11:19AM


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.