Skip to content
Logo LogoCUBRID 11.0 User Manual
Home Release Note Index Q&A
Downloads
⌘ K
KO
Logo LogoCUBRID 11.0 User Manual
Home Release Note Index Q&A
  • Introduction to Manual
  • Introduction to CUBRID
  • Installing and Upgrading
  • Getting Started
  • CSQL Interpreter
  • CUBRID SQL
    • Writing Rules
    • Data Types
    • Data Definition Statements
    • Operators and Functions
    • Data Manipulation Statements
    • Query Optimization
    • Partitioning
    • Globalization
    • Transaction and Lock
    • Trigger
    • Java Stored Function/Procedure
    • Method
    • Class Inheritance
    • Database Administration
    • System Catalog
  • CUBRID Management
  • CUBRID HA
  • CUBRID Security
  • API Reference
  • Release Notes
CUBRID 11.0 User Manual
/
CUBRID SQL
/
Data Manipulation Statements

Data Manipulation Statements

  • SELECT
    • FROM Clause
    • WHERE Clause
    • GROUP BY … HAVING Clause
    • ORDER BY Clause
    • LIMIT Clause
    • Join Query
    • Subquery
    • VALUES
    • FOR UPDATE
  • Hierarchical Query
    • START WITH Clause
    • CONNECT BY Clause
    • Hierarchical Query Execution
    • Pseudo Columns for Hierarchical Query
    • Operators for Hierarchical Query
    • Functions for Hierarchical Query
    • Examples of Hierarchical Query
    • Performance of Hierarchical Query
  • INSERT
    • INSERT … SELECT Statement
    • ON DUPLICATE KEY UPDATE Clause
  • UPDATE
  • REPLACE
  • DELETE
  • MERGE
  • TRUNCATE
  • PREPARED STATEMENT
    • PREPARE Statement
    • EXECUTE Statement
    • DEALLOCATE PREPARE/DROP PREPARE Statements
  • DO
  • CTE
    • CTE column names
    • RECURSIVE clause
    • CTE Usage in DMLs and CREATE
Other functions
SELECT

© 2016, CUBRID Corparation Last updated: Dec 11, 2025.