query? “Is there a SQL query to check for gaps in Postgresql entries for each day?”
I have a log table "table1" with values appended every day and need to find "column3" values and dates from "column1", for which the data wasn't recorded. For example, my table looks like this: column1 column2 column3 2022-07-14 274,5 markus…