Hello,
I?m looking for logic like this:
INSERT data
ON CONFLICT oldrow.col1 += oldrow.col2
Does SQLite have anything that would make this simpler than:
1) UPDATE
2) if 0 rows updated, then INSERT
Thank you!
??
-FG
Hello,
I?m looking for logic like this:
INSERT data
ON CONFLICT oldrow.col1 += oldrow.col2
Does SQLite have anything that would make this simpler than:
1) UPDATE
2) if 0 rows updated, then INSERT
Thank you!
??
-FG