Originally posted by **novafire99** January 9, 2022
Trying to do a select with Medoo, but I want to pass mysql/mariadb "REGEXP_SUBSTR(msg, '[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]')" as one of the items of the select to extract an IP address from the txt record and return just that. Is it possible with Medoo? Works fine when I do it in the sql console. Maybe some way with the raw statement?
Discussed in https://github.com/catfan/Medoo/discussions/1031