Posts by Cris e Rafa Gonçalves • 41 points
2 posts
-
2
votes0
answers69
viewsQ: Doubt mysql SELECT
Guys I’m having a question, follow the SELECT down below: SELECT o.matricula, v.cd_operador, o.hora, c.nm_nome, COALESCE(SUM(o.quantidade), 0) AS sacolax, v.sas03 AS sas03,…
-
2
votes1
answer229
viewsQ: How do I use a variable instead of the Array key?
I’m new to JSON manipulation. have an Array: let json = [ { "id": 111111, "name": "nome1" },{ "id": 222222, "name": "nome2" } ] How do I pass the key name as a function parameter? Example: teste =…