#postgresql
Read more stories on Hashnode
Articles with this tag
A good relational database model should avoid data duplicates. But sometimes you get working on a migration project. Maybe a project with a bad data...
Database: PostgreSQL +13 ยท From time to time I need random numbers produced in SQL and packed as an array. This is how it goes: --PostgreSQL --Random...