Posts by Neeryck • 1 point
1 post
-
0
votes0
answers33
viewsQ: How to find the increased amount each month?
http://sqlfiddle.com/#! 17/5184a5/3/0 Dice: create table x (id int8 primary key, fk int8, date date, qty int4); insert into x values (292203, 10679, '2019-06-15', 65) ,(300207, 10679, '2019-06-22',…