Comments - temporary tables on mariadb 10.2.8
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Hi,team, I am writing stored procedures on marialdb. I create a temporary table, and insert some records in a while statement. After exit the while statement, an error to view the temporary table occurs . Is it a limitation for marialdb?