Posts by Diogo Pacheco • 3 points
2 posts
-
0
votes1
answer37
viewsQ: How to use SUM in a multi-return code?
I did it in a code where it makes a sum of data entered in the months, but I don’t know how to make the AS become a array. The Code I made: DECLARE @I INT = 1; WHILE @I < 12 BEGIN SELECT…
-
-1
votes0
answers13
viewsQ: Shared Preferences does not work
I’m making an application where in the database makes a summation, along with an innerjoin After running this selection, I want it to save the values in a Shared preferences. But always when I try…