How to correctly specify a quantifier for a group of words? – Mysql
Table has field containing the list of IDs separated by "-". Example: 559-3319-3537-4345-29923 I need to check rows that use at least 4 of the specified identifiers using regex Example: before inserting to the db, I need to check the…