Posts by Miguel Krug • 17 points
2 posts
-
-1
votes1
answer18
viewsQ: How can I count the number of Records in Mysql?
I have this Mysql code: SELECT COUNT( PEDIDO.COD_PEDIDO ) FROM PEDIDO JOIN PEDIDO P2 ON P2.COD_CLIENTE = PEDIDO.COD_CLIENTE AND DATE( PEDIDO.DT_PEDIDO ) = DATE( P2.DT_PEDIDO ) AND PEDIDO.COD_PEDIDO…
-
0
votes2
answers42
viewsQ: How can I draw an X number without repeating it in JS?
let user = require(`readline-sync`) let loteria = { totalNumeros: "", intervalo: "", numeros1: "", numeros: [], numeroexcluido: "", sortear: function () { this.totalNumeros =…
javascriptasked Miguel Krug 17