Posts by d0x75 • 19 points
3 posts
- 
		-1 votes1 answer55 viewsA: how to group an sqlGood afternoon, pretty boy? Try to group in a generic way, as I do in several cases here.. Example : select i.ref, r.nome,n.qtde,sum(n.vlr_tot) from geitens as i inner join gerefer as r on r.cod =… 
- 
		0 votes2 answers81 viewsA: What does the "retn" statement mean with an argument?You can see: It is common to have this instruction at the end of the Epilogue of the function. When used, always changes the ESP and EIP. It is sometimes used to exit the "Current segment" I will… 
- 
		-1 votes3 answers376 viewsA: MYSQL Insert into com Where not existsEai dear beauty? I’ve come across a similar situation, I don’t have the source to look at how it was resolved at the time.. more in the SQL part, I remember something like this solved : select if (…