How do I not save values in db where the primary_key setting and primary_key overlap in sql database? (Android) (Beginner)
Asked 2 years ago, Updated 2 years ago, 56 views
While using sql statements and inserting data into the database as insert statements, it is difficult to implement a way to move over data that overlaps the key without storing it in the database.
How should I code it?