Is "select * from funcA()" impossible in MySQL?

169 Views Asked by At

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.

0

There are 0 best solutions below