Using regular expression in MySQL to search for an exact number in a list of numbers
— This example searches for the exact number 23 in a list of numbers — under the “ids” key in a JSON object stored as a string. — Ensure collation of connection is same as database else setting of user — variables may yield “Illegal mix of collations” error, especially if — database uses case-sensitive …