Posts by Rafael Fernandes • 1 point
2 posts
-
0
votes3
answers2295
viewsA: Doubt when using ON DUPLICATE KEY UPDATE
I think simple quotation marks are missing from on Uplicate key update. ON DUPLICATE KEY UPDATE (cod_produto='$cod_produto', dsc_produto='$dsc_produto')"
-
0
votes0
answers189
viewsQ: How to display the result of a search in mysql where returns more than 10mil result without crashing the browser?
I am currently using the table jquery to display the results, but it takes a long time to display all the results and while the search is not finished the browser sometimes hangs. has some better…