finding the minimal date_time within a window of time using sql
Im trying to model some data using sql, the column i would like to generate is date_started – all others is given. date_started = the minimal date_created with the same id1 and id2 in range […]