Posts by EP Criação • 1 point
2 posts
-
0
votes2
answers48
viewsQ: Mysql - Add values from a column and also bring value from each row
I have a certain column and need to return both the sum of the values of the same, as well as the individual values of each row. I did a test with UNION and even worked, the first line returned to…
-
0
votes1
answer50
viewsQ: lastInsertId returns 0 (zero)
I need to get the ID of my last INSERT in the database, however the function lastInsertId() only returns me 0. This is my class that connects to the bank: <?php namespace App\model; class…