I want a MySQL stored function to be able to return a dictionary-type object (something that holds key-value pairs and is extensible).
Right now, I'm thinking of returning a string in JSON format.
Is there any other way of doing this,开发者_Go百科 preferably something native to MySQL?
精彩评论