Postgresql – Create a graph for the previous weeks using postgres
I have tables of assets(say 3 assets) which has following columns assetID status updated_date Now every week there will be a change in status of the few assets. So only changed ones will be populated into this table. So if…