Operator Index

CASE WHEN [condition] THEN result [WHEN [condition] THEN result ...] [ELSE result] END

Section 11.4, “Control Flow Functions”

CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END

Section 11.4, “Control Flow Functions”

CASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN result ...] [ELSE result] END

Section 11.4, “Control Flow Functions”

LIKE

Section 12.7.5.4, “SHOW CHARACTER SET Синтаксис”
Section 12.7.5.5, “SHOW COLLATION Синтаксис”
Section 12.7.5.6, “SHOW COLUMNS Синтаксис”
Section 12.7.5.15, “SHOW DATABASES Синтаксис”
Section 12.7.5.19, “SHOW EVENTS Синтаксис”
Section 12.7.5.25, “SHOW OPEN TABLES Синтаксис”
Section 12.7.5.29, “SHOW PROCEDURE STATUS Синтаксис”
Section 12.7.5.36, “SHOW STATUS Синтаксис”
Section 12.7.5.37, “SHOW TABLE STATUS Синтаксис”
Section 12.7.5.38, “SHOW TABLES Синтаксис”
Section 12.7.5.39, “SHOW TRIGGERS Синтаксис”
Section 12.7.5.40, “SHOW VARIABLES Синтаксис”
Section 9.1.9.3, “SHOW Statements and INFORMATION_SCHEMA
Section 5.4.5, “Access Control, Stage 2: Request Verification”
Section 11.10, “Cast Functions and Operators”
Section 7.3.8, “Comparison of B-Tree and Hash Indexes”
Section 20.2.3.2.1, “Event Pre-Filtering”
Section 19.32, “Extensions to SHOW Statements”
Section 7.3.1, “How MySQL Uses Indexes”
Section 1.8.4, “MySQL Extensions to Standard SQL”
Section 11.3.1, “Operator Precedence”
Section 3.3.4.7, “Pattern Matching”
Section 16.5.8, “Quick Reference: MySQL Cluster SQL Statements”
Section 15.1.3.3, “Replication Slave Options and Variables”
Section 5.4.3, “Specifying Account Names”
Section 11.5.1, “String Comparison Functions”
Section 8.1.1, “String Literals”
Section 5.1.4.1, “Structured System Variables”
Section 10.4.5, “The SET Type”
Section 7.13.1.2, “The Range Access Method for Multiple-Часть Indexes”
Section 7.13.1.1, “The Range Access Method for Single-Часть Indexes”
Section 5.1.4, “Using System Variables”

expr LIKE pat [ESCAPE 'escape_char']

Section 11.5.1, “String Comparison Functions”

expr NOT LIKE pat [ESCAPE 'escape_char']

Section 11.5.1, “String Comparison Functions”
    Поддержать сайт на родительском проекте КГБ