Thanks guys for the help. but my problem seems to stand unsolved.
________________________________ From: Johan De Meersman <[email protected]> To: Halász Sándor <[email protected]> Cc: [email protected] Sent: Friday, August 26, 2011 7:04 PM Subject: Re: Arrays ----- Original Message ----- > From: "Halász Sándor" <[email protected]> > > Hi, I would like to create a function in Mysql that returns an Array > of Numbers. I am trying to run a big amount of stream of data on > Mysql and I can't afford the time to store the data into a table and > retrieve it later. <<<<<<<< > Are there any arrays at all in MySQL? Arrays; no. Functions can return simple numeric/string values; I'm not sure wether or not you can return a recordset from a stored procedure. -- Bier met grenadyn Is als mosterd by den wyn Sy die't drinkt, is eene kwezel Hy die't drinkt, is ras een ezel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[email protected]
