X
  • Search
  • Products
  • Services
  • Resources
  • About
  • Contact
  • Login

Copyright © 2025 MariaDB. All rights reserved.

The Ultimate Guide to High Availability with MariaDB
Download Now
  • Knowledge Base
  • Contact
  • Login
  • Search
  • Products
  • Solutions
  • Resources
  • Company
  • Pricing
  • Download
Knowledge Base » MariaDB Server Documentation » Using MariaDB Server » SQL Statements & Structure » SQL Statements » Data Manipulation » Changing & Deleting Data
  • Home
  • Open Questions
  • MariaDB Server
  • MariaDB MaxScale
  • MariaDB ColumnStore
  • Connectors
Ask a question here
Product Versions

Changing & Deleting Data

  • 3

    DELETE

    Delete rows from one or more tables.
  • HIGH_PRIORITY and LOW_PRIORITY

    Modifying statement priority in storage engines supporting table-level locks.
  • IGNORE

    under: » MariaDB Server Documentation » Using MariaDB Server » SQL Statements & Structure » SQL Statements » Data Manipulation » Inserting & Loading Data
    Suppress errors while trying to violate a UNIQUE constraint.
  • 1

    REPLACE

    Equivalent to DELETE + INSERT, or just an INSERT if no rows are returned.
  • REPLACE...RETURNING

    Returns a resultset of the replaced rows.
  • TRUNCATE TABLE

    under: » MariaDB Server Documentation » Using MariaDB Server » SQL Statements & Structure » SQL Statements » Table Statements
    DROP and re-CREATE a table.
  • 2

    UPDATE

    Modify rows in one or more tables.
  • ← Inserting & Loading Data
  • ↑ Data Manipulation ↑
  • Server Constraints →
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
  • ↑ Data Manipulation ↑
  • Selecting Data
  • Inserting & Loading Data
  • Changing & Deleting Data
  • Server Constraints
  • Products
  • Solutions
  • Resources
  • Company
  • Pricing
  • Download MariaDB
Subscribe to our newsletter!
  • Legal
  • Privacy Policy
  • Cookie Policy

Copyright © 2025 MariaDB. All rights reserved.