Posts by Gustavo Alexandre • 1 point
4 posts
-
0
votes0
answers93
viewsQ: How to change the color of the mat-label in a mat-form-field
I need to change the color of my mat-label, but when I change by css using the "! Important", I lose the red color when my field is invalid.. how to change the color of my label without losing the…
-
0
votes1
answer43
viewsQ: Problem with SQL return
I have the following 3 tables: Clients, Requests, Requests: Customers: Solicitations: requeca_description The request table links to the client table(cliente_id = id[client table]) and linked to the…
-
-1
votes1
answer28
viewsQ: Problem with SQL return
I have a table that connects two other tables. "Request" it links "Customers" and "Solitation_description" It has the cliente_id link columns and request_descricao_id, I need to return clients who…
-
0
votes1
answer87
viewsQ: I need the GROUP BY clause read after HAVING
My problem is the following, the distance is the crucial information for my research, and I need to use also GROUP by not to appear several equal products! Then as the group by comes before the…