Posts by Gabriel Bueno Rodrigues • 31 points
3 posts
-
0
votes2
answers284
viewsA: SQL Oracle - Clob to Number
Good afternoon, I thank everyone who answered, but after so much hitting my head I managed to solve my problem as follows. It’s not something beautiful, but it’s working as I expected.…
-
0
votes2
answers284
viewsQ: SQL Oracle - Clob to Number
I have a table which does not have to be remodeled, it is composed by a CLOB field which has decimal values separated by point ex:(123.12) I need this field to be returned to me in the result as a…
-
2
votes2
answers165
viewsQ: How to take the first character of a String and make it uppercase by storing it in a variable?
String user,newUser,newPassword, password, resposta, user1,pass1; user = "admin"; password = "123"; Console.WriteLine("LOGIN\n"); body: Console.WriteLine("Ja possui…