Venting
Posted on February 20th, 2007 by Flywheel
It took a while to figure out that MySQL’s Query Browser doesn’t support doing a select on a temporary table created within the same query. It’s a known problem, having something to do with creating a new connection on the fly (thereby leaving the temp table session), but I don’t have the link right now.
In [...]
No Comments »
Filed under: Development Chronicles