2 INNER JOIN de uma vez
Preciso abrir alguns dados. Tenho uma tabela principal (LINKS) e duas de relacionamentos (LINKS2 e CATEGORIAS).
Vou colocar como tentei fazer, mas não deu certo:
SQL = "SELECT top 3 * FROM "SQL = SQL & "categorias inner join links ON categorias.id = links.idcategoria "SQL = SQL & "and links2 inner join links ON links2.id = links.n1 "
É possível fazer isso?
Discussão (15)
Carregando comentários...