After defining a table-valued function in SQL Server, select * from funcA() is possible.
But in MySQL it seems impossible. Is that correct?
How can I do it in MySQL? If this is not possible with a function, is there a similar way? I want to split a string and bring it into a table to create the data I want.