我在PHP页面有$sql="create temporary table urlcount TYPE=HEAP SELECT * FROM AllURLCount where URL='$URL'"; 
mysql_query($sql) or die($sql.mysql_error());这个表简历成功了 我在页面上可以访问
但是为何我在mysql里边去查询这个表 提示
“#1146 - Table 'urlcount' doesn't exist ”