[firebase-br] Diferenca [inner + condição] ou [inner + where +condição] ?

Felix - SOL Informática felix em solsistemas.com
Sáb Jan 28 10:01:35 -03 2017


Senhores,

Existe diferenca tecnica, de velocidade ou ainda de boa pratica, em realizar:

select [campos] 
   from tabela1 t1 
   inner join tabela2 t2 on t1.chave=t2.chave 
   where t2.chave = valor

e

select [campos] 
   from tabela1 t1 
   inner join tabela2 t2 on t1.chave=t2.chave AND t2.chave = valor

?

Obrigado,

Francisco Felix





Mais detalhes sobre a lista de discussão lista