Posts by Jokerby • 9 points
5 posts
-
0
votes3
answers193
viewsQ: Select only first place in the first half - SQL Server Code
I made this code for SQL Server to select how many times the driver "Asdovolante" came first in the first half of 2017. But it doesn’t work. What may be wrong? SELECT P.Data, Nm.Nome,…
-
0
votes1
answer98
viewsQ: Question for SQL Server - Code
What are the names of the pilots who did less than '1:12' in the 1st round of the 2nd race? How can I make the times of every turn? I’ll have to make a new table? The SQL Server tables created were…
-
0
votes1
answer69
viewsQ: SQL Server Code for Question
After 1 hour back of this question I cannot solve the code for it. Can anyone help me? Question: "Indicate the number of drivers per brand of car" The SQL Server tables created were the following:…
-
0
votes2
answers860
viewsQ: Local and Session Storage for Login and Registration
I have tried to do over two weeks in javascript and Html5, a registration and login form. After several unsuccessful attempts, I’ve come to ask for your help in solving this headache :( Here’s the…
-
0
votes0
answers56
viewsQ: "Use Strict" - Waypoints
When making the code in jQuery for a website I came across the error "use strict". This error happens more exactly on line 2 "Missing 'use strict'" not letting it run. Needed help in solving it if…