The “INSERT OR UPDATE” statements are available in Oracle if i am not wrong. The possibility to create a new row if the primary key doesn’t exists or update that row otherwise. Or is it only possible using some Stored Procedure or Stored Function?
Share
MySQL:
For SQLite, you would use ON CONFLICT REPLACE