Search before asking
Version
3.x 4.x
MySQL [(none)]> select split_by_string("",',');
+-------------------------+
| split_by_string("",',') |
+-------------------------+
| [] |
+-------------------------+
What's Wrong?
select split_by_string("",',') returns []
What You Expected?
select split_by_string("",',') shall return ['']
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
3.x 4.x
MySQL [(none)]> select split_by_string("",',');
+-------------------------+
| split_by_string("",',') |
+-------------------------+
| [] |
+-------------------------+
What's Wrong?
select split_by_string("",',') returns []
What You Expected?
select split_by_string("",',') shall return ['']
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct