mysql-udf Questions
13
Solved
I have a table with ~500k rows; varchar(255) UTF8 column filename contains a file name;
I'm trying to strip out various strange characters out of the filename - thought I'd use a character class: ...
2
How can I efficiently search json data in a mysql database?
I installed the extract_json udf from labs.mysql.com and played around with a test table with 2.750.000 entries.
CREATE TABLE `testdb`....
Flexor asked 31/10, 2014 at 8:10
1
Situation:
I want to create a mysql function named XMLify, that takes in a string and an expression that will return a set
XMLify(string, expr)
The function should wrap each returned field of ea...
1
© 2022 - 2024 — McMap. All rights reserved.