Posts by Kallebhalf • 13 points
3 posts
-
0
votes1
answer115
viewsA: Read multiple variables in the same line (Scala)
I decided here guys, but if anyone has a less verbose and/ or more sophisticated solution and you do not need to call a library I would be grateful to know. Follows the code: import…
-
0
votes1
answer115
viewsQ: Read multiple variables in the same line (Scala)
I need to read three variables in the same line in Scala, I read an answer in English but the method did not work, "readline" and "toInt" are not recognized. Follow my code. If anyone knows a way…
-
1
votes2
answers69
viewsQ: Query with more than one view field
I have doubts about how to perform the query displaying two fields, with only one. I have the Clients Table (id, name, date of birth) and the Transactions table (id_trans, id_clien, valor_trans). I…