Posts by Diogo Neves • 19 points
2 posts
-
0
votes1
answer236
viewsQ: Convert String to INT
How to convert variable string fg in one whole? if (connectionIsOpened) { String s = "INSERT INTO jogador(nome) VALUES " + "('" + this.playerName + "'" + ")"; connection.executeUpdate(s); String fg…
-
1
votes1
answer181
viewsQ: MYSQL Sub-Query (SELECT MIN)
I have this code, but what I want is the SELECT MIN "n_rowers" and only the min number. I wanted the club with fewer rowers. Help? :) SELECT (clube.nome) AS clube, COUNT(remadores.cod_remador) AS…
sqlasked Diogo Neves 19