Hello friends I'm trying to make a query where I get elements from different tables, in this case, it's only for 2, I guess I can use a Inner Join but from what I understand this I It serves to relate tables. This is more or less what I want ...
select e.razon ,l.conf from eventos e
join listainvitados l
where idlistainvitados = 1