Posts by Marco Aurélio • 23 points
1 post
-
2
votes1
answer337
viewsQ: INNER JOIN WITH OR CLAUSE
I have the following select: SELECT linha._id, linha.numero_onibus, linha.nome, percurso.nome FROM linha INNER JOIN percurso ON linha._id = percurso.id_linha AND (linha.numero_onibus LIKE ? OR…
sqliteasked Marco Aurélio 23