Posts by Bruno Pereira • 68 points
2 posts
-
3
votes1
answer45
viewsQ: Insert line number in SQL Manager
Hello! I’m trying to see the number of rows on the side of my SQL Manager query, but I can’t find where to put, could anyone help me? I’m getting an error in my query and it informs the line, but…
-
2
votes1
answer4019
viewsA: Pq ta giving this error -> error: expected ?;' before ?)' token
In your for use ; instead of a comma. So: for(i = n; i >= 0; i--){ if (n%i == 0){ divisivel =divisivel + 1; } }