Posts by Gabriel Moura • 16 points
2 posts
-
0
votes1
answer279
viewsA: Repository on Github
In the projectX folder you give a git init, after the one git commit -m "escreve um comentario" then add your repository git remote add origin https://github.com/seu_usuario/nome_do_repositorio.git…
githubanswered Gabriel Moura 16 -
0
votes1
answer28
viewsA: mysql foreign key
I believe it’s something like that. select count(ac.id_aluno), ac.id_cusos from aluno_cursos as ac join aluno as al on (al.id = ac.id_aluno and al.cidade = 2) group by ac.id_cursos…