Posts by Renato Souza Figueira • 3 points
2 posts
-
0
votes0
answers25
viewsQ: Sum of accounts received by date column
I am unable to add values from the second column per date. The query returns repeated dates. select dtlancamento, sum(vrlancamento) as Total_contas_recebidas from cashier Inner Join person on…
postgresqlasked Renato Souza Figueira 3 -
0
votes1
answer63
viewsQ: How to select from 2 id to bring Different Name
I’m having trouble making a SELECT on Postgres, as follows. Tabela -> Pessoa In this table, are stored data of Customers, suppliers, Exporters, Manufacturer, There is no table for each type of…