Posts by Rodrigo Lima dos Santos • 17 points
3 posts
-
1
votes1
answer901
viewsQ: How to set values for an array attribute?
I have a java class representing an entity snack,follows below the class: public class Lanche { private String nome; private int id; private double preco; private String[] ingredientes; /*getters…
-
0
votes1
answer3898
viewsQ: How to generate a counter within a select (SQL server)
I need to make a select with a case, if the condition is true use a counter that will be a new column, otherwise the counter will be displayed without any change, but I’m not succeeding, I tried…
-
0
votes1
answer201
viewsQ: Select case with expression and setting the Else result
Personal someone can help me with a select case problem, I need to make a select of an expression and if that expression gives a negative result, it shows me the value, if positive the value has to…