Posts by luiz_vitorr • 45 points
4 posts
-
1
votes2
answers112
viewsQ: Changing table values using UPDATE CASE
hello, I have a table of this template: +-------------------------------+ | participacao | +----+--------+------+----------+ | id | nome | equipe | ativo | +----+--------+--------+--------+ | 1 |…
-
-1
votes2
answers701
viewsQ: Update table of duplicate records with conditions
hello friends I have a table and I would like to update the records in order to take the NAMES that repeat and put as ACTIVE = 0 only which DATA_CADASTRO are old! table:…
-
2
votes2
answers708
viewsQ: Transform into strings numbers containing semicolons
I’m making an AJAX call and it’s returning me an array of objects as follows: [ { "area": "607,55" }, { "area": "2.415,67" }, { "area": "280,53" }, { "area": "203,05" }, { "area": "296,13" } ] I…
javascriptasked luiz_vitorr 45 -
-4
votes3
answers311
viewsA: Help escape special characters php
ola amigo may be problem at the time of creating the bank checks how this UTF-8 encoding usually and the default, if it is sending in another format that does not match the bank may occur this…
phpanswered luiz_vitorr 45