Posts by Rodnei • 13 points
1 post
-
1
votes1
answer67
viewsQ: List<> getResults returns list with equal elements
Hello. I have the following table in mysql: create table resultado( data varchar(10), premio varchar(3), loteria varchar(5), milhar varchar(10), primary key(data, premio, loteria) ); The class that…