Posts by Caio Fernandes • 55 points
3 posts
-
1
votes1
answer34
viewsQ: Collapse in Boostrap 4 is not opening
body { font: 400 20px Times New Roman, Arial, Arial Nova Light, sans-serif; line-height: 1.8; color: #818181; } h4 { font-size: 19px; line-height: 1.375em; color: #303030; font-weight: 400;…
-
2
votes1
answer630
viewsQ: Nodejs query in SQL Server
Hello, guys I need to make a query filtered for days in SQL in a Nodejs application, but during the POST that’s when I filter the Nodejs accuses me of a value conversion error. When running get I…
-
2
votes0
answers59
viewsQ: Dead Lock with SQL SERVER PROCEDURE
I need to generate a table of games for four groups with 5 teams, for each day a total of games must be held, at the time that the PROCEDURE which executes the insertion starts is called the…