I've found strange behavior of temporary table in a FUNCTION and I suspect it being a bug. I have a temporary table, created outside the function. Inside the function, I do a SELECT without alias. Then I do a second SELECT on the same table, but with alias. ...
I woke up this morning and went to work on a website I'm developing and cannot insert or select data from the database. I cannot even view the table schemas in workbench. I'm getting the following error when trying to do a select: ...