Posts by Marcelino • 1 point
2 posts
-
0
votes1
answer39
viewsQ: As popular SELECT from a modal created with JQUERY
I have a Modal that creates dynamically when the user clicks on a link, as the link opens a different modal. I would like to popular a Select that is within that modal. I have tried only with a…
-
0
votes1
answer152
viewsQ: SQL query to add Rows and display in two Columns in MYSQL
I would like to display the sum of several rows, only in two columns. All information is in the same table. Only the criteria change. Ex: I want the SUM of a column with WHERE and I want the SUM of…