Posts by Linkon Louvison • 37 points
3 posts
-
1
votes3
answers2562
viewsQ: Sum the values of a Count(*) in sql
I’m new in sql and I’m having a hard time making the sum total of the values of a Count, follows below the code: SELECT A.Pais, count(*) from Aeroportos A left join Estacoes E on A.Sigla = E.ICAO…
-
2
votes3
answers1544
viewsQ: How to go to the next field( an Edittext) without having to press Next on android?
I am doing a crossword and each field is an Edittext as in the example below : // GRIDLAYOUT USADO PARA ORGANIZAR OS EDIT TEXT EM UMA MATRIZ <GridLayout android:layout_width="match_parent"…
androidasked Linkon Louvison 37 -
0
votes1
answer906
viewsQ: How to create backups of a project in Android Studio?
I did not find an option to save as and tried to copy the entire folder but as the project generates files with very big name ends up giving error in windows at the time I copy by Ctrl C Ctrl V of…