Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5949151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:12:31+00:00 2026-05-22T17:12:31+00:00

The INSERT OR UPDATE statements are available in Oracle if i am not wrong.

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:12:31+00:00Added an answer on May 22, 2026 at 5:12 pm

    MySQL:

    INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]
        [INTO] tbl_name [(col_name,...)]
        {VALUES | VALUE} ({expr | DEFAULT},...),(...),...
        [ ON DUPLICATE KEY UPDATE
          col_name=expr
            [, col_name=expr] ... ]
    

    For SQLite, you would use ON CONFLICT REPLACE

    onconflict – See http://www.sqlite.org/lang_conflict.html

    REPLACE When a UNIQUE constraint
    violation occurs, the REPLACE
    algorithm deletes pre-existing rows
    that are causing the constraint
    violation prior to inserting or
    updating the current row and the
    command continues executing normally.
    If a NOT NULL constraint violation
    occurs, the REPLACE conflict
    resolution replaces the NULL value
    with he default value for that column,
    or if the column has no default value,
    then the ABORT algorithm is used. If a
    CHECK constraint violation occurs, the
    REPLACE conflict resolution algorithm
    always works like ABORT.

    When the REPLACE conflict resolution
    strategy deletes rows in order to
    satisfy a constraint, delete triggers
    fire if and only if recursive triggers
    are enabled.

    The update hook is not invoked for
    rows that are deleted by the REPLACE
    conflict resolution strategy. Nor does
    REPLACE increment the change counter.
    The exceptional behaviors defined in
    this paragraph might change in a
    future release.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I utilized the wizard to create Insert Edit Update and Delete statements. Problem is
I am considering adding validation on some insert and update statements for MS SQL
i saw this In MySQL, joins work for INSERT, UPDATE, and DELETE statements. It's
I'm trying to do a single row insert/update on a table but all the
I've got the following trigger; CREATE TRIGGER trFLightAndDestination ON checkin_flight AFTER INSERT,UPDATE AS BEGIN
I have to export an Oracle table as INSERT STATEMENTS. But the INSERT STATEMENTS
I use try catch statements in almost every one of my insert or update
Is it possible to Execute 2 insert or Update Statements using cfquery ? If
I have a lot of SQL insert/update/delete statements of which some are redundant. For
I have a dotnet applicaton that executes a set of insert,update,delete statements in transactionaly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.