Posts by Ronaldo Gaston • 21 points
2 posts
-
-1
votes1
answer38
viewsQ: Java - How to read a String after a certain character
I have a string that contains the following text "DRINKS/SODA", as I do to read only the word "SODA"? In my code "txtDescGroup.setText(Entity.getDescGrupo1());" Entity.getDescGroup 1() = Is what is…
-
1
votes1
answer45
viewsQ: How to make a select where the order "Group" is shown after "Child Groups"
As it is a system that contains registration of Product Groups. I want to know how to make a select that brings me the information in the following order inside SQL and ordering everything…