Combinaciones SQL explícitas vs implícitas
¿Hay alguna diferencia de eficiencia en una combinación interna explícita vs implícita? Por ejemplo:
SELECT * FROM
table a INNER JOIN table b
ON a.id = b.id;
Vs.
SELECT a.*, b.*
FROM table a, table b
WHERE a.id = b.id;
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52