Postgresql – The problem of extracting consecutive dates in SQL query
There is a table of customers with purchases made in a certain month. It happens that a customer did not buy anything in a certain month, so this month is skipped. Task: I need to extract only those lines where…