I have a question, I do not remember the conditions in Mysql, I'm doing consultations with Inner join and reserved words.
SELECT (Nombre_empresa) FROM (empresa)
INNER JOIN (lucha)
ON (id_empresa=id_lucha)
WHERE condiciones_para_cualquier_campo_de_cualquier_tabla
Thanks! I'm waiting for an answer.