Posts by João Pedro • 9 points
2 posts
-
-1
votes1
answer40
viewsQ: SQL queries with multiple tables
I am studying SQL and needed to make a query, which for me is more complex. I have the following tables: Tabela Ativo: id, tipo_ativo Tabela Carteira: id, nome.. Tabela Movimento: id, ativo_id,…
-
0
votes0
answers32
viewsQ: Using the filter method with Kotlin
I have the class Posicao and in it I have an attribute data: LocalDate. I have an Array of FaixaPreco which contains 12 objects, 1 for each month of the year. Based on the position date, I wanted to…
kotlinasked João Pedro 9