Posts by João Gabriel F. Marins • 13 points
2 posts
-
0
votes0
answers86
viewsQ: Delete duplicated postgresql lines
My code automatically inserts data into a database, making the BD too large and sometimes with repeated information. For this, I want to use the Slowly Changing Dimension (SCD) method so that: - A…
-
1
votes1
answer148
viewsQ: Delete duplicate lines with postgresql conditionals
My code takes information from the internet and inserts it into the database, however, it inserts the same information more than once a day. I need to leave only 1 record information per day, IE,…