Posts by Felipe Eleoterio • 11 points
2 posts
-
0
votes2
answers108
viewsA: Account with received data and mysql data
Hello, If the $row["preco"] is returning the correct value, tries to change the assignment order of: $row["preco"] = $preco; for: $preco = $row["preco"]; If the $row["preco"] is not returning, there…
-
1
votes2
answers392
viewsA: Error in Trigger - Mysql
Ola, according to the documentation of Mariadb: https://mariadb.com/kb/en/library/create-trigger/#examples the Creation of this Rigger is incorrect, as it changes the orders of the initial…