You can certainly _use_ a temporary memory table from inside a stored function but you should create the table earlier before calling the stored function and you may want to truncate the table at the start/end of the function.
Just need to know if we can place a temporary table inside the stored function ?
_______________________________________________
discuss mailing list -- discuss@lists.mariadb.org
To unsubscribe send an email to discuss-leave@lists.mariadb.org