Posts by Luvazera • 93 points
3 posts
-
0
votes1
answer126
viewsQ: Group by error of a query in db2 SQL
The Consultation: Select ITEMNFS.Recnum, ITEMNFS.ITEM, sum(ITEMNFS.VL_TOTAL), sum(ITEMNFS.QTDE_FATUR), ITEM.PER_IPI from ITEMNFS inner join ITEM on ITEMNFS.ITEM = ITEM.ITEM inner join NFS on…
-
7
votes2
answers1249
views -
2
votes2
answers1221
viewsQ: C: error in srand(time(NULL);
I’m playing a little game in C(college project) and I’m finding an error in main, follow: int main () { int x, y, i, j, linha, cnt=1, jl=0, jc=0, jogada_a=0, jogada_b=0; char coluna, jogador;…