Home > database >  The stored procedure can return an array in mysql?
The stored procedure can return an array in mysql?

Time:09-28

Normally only through the select result set, is there any method returns an array

CodePudding user response:

Delimited string, customers themselves split

CodePudding user response:

Don't support data types, so can't return the array

CodePudding user response:

Can't return an array type,
  • Related