Combine two rows of same table as single row based upon date derived from timestamp and other columns values – Postgresql
I have a table in postgresql table which contains IN / OUT timestamp of several employees. I want to derive a table with IN and OUT timestamp of the day for each employee in same rows with null value if…