should these expressions yield the same result? u.creation_date < '2019-02-01' vs. u.creation_date <= '2019-01-31'
I am doing SQL exercise at Kaggle (Exercise: JOINs and UNIONs, 3) Initial questions and answers, Part 2) working with stackoverflow database.