https://bugs.documentfoundation.org/show_bug.cgi?id=146432
--- Comment #6 from Alex Thurgood <[email protected]> --- Testing with Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 1d21a51d814b39711cb1cc7f925b0c620b42eaa7 CPU threads: 8; OS: Mac OS X 10.16; UI render: Skia/Metal; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded on a mysql table that only contains a single field "rpath" in a "urls" table, with no primary key defined, I get the following error message when I enter the following query into the Query UI using "Create Query in SQL View" : The data content could not be loaded. SQL Status: 42000 Error code: 1305 FUNCTION test.REGEXP_REPLACE does not exist The SQL command leading to this error is: SELECT REGEXP_REPLACE( rpath, '/[^/]*$', '' ) FROM urls I guess my version of mysql doesn't support the REGEXP_REPLACE function, sorry. Just checked : MySQL 5.7.15 indeed doesn't appear to have this function. -- You are receiving this mail because: You are the assignee for the bug.
