: BETWEEN AND : Comparison Functions Operators MySQL TUTORIALS
Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
MySQL TUTORIALS
»
Comparison Functions Operators
»
BETWEEN AND
»
262.1 .
COALESCE(value,...) returns the first non-NULL value in the list, or NULL if there are no non-NULL values
Hits: 1200
262.2 .
SELECT 2 BETWEEN 2 AND 'x-3';
Hits: 1091
262.3 .
SELECT 2 BETWEEN 2 AND '3';
Hits: 1081
262.4 .
SELECT 'b' BETWEEN 'a' AND 'c';
Hits: 1124
262.5 .
expr BETWEEN min AND max
Hits: 1265
MySQL TUTORIALS
Comparison Functions Operators
»
BETWEEN AND
Introduction
INTERVAL
BETWEEN AND
IS NULL ISNULL
COALESCE
IS
Equal
LEAST
Greater than
Less than
GREATEST
Not equal
IN
NULL safe equal
Aggregate Functions
Cast Functions Operators
Comparison Functions Operators
Control Flow Functions
Cursor
Data Dictionary
Data Types
Database
Date Time Functions
Encryption Compression Functions
Information Functions
Insert Update Delete
Introduction
Logic Operator
Math Numeric Functions
Miscellaneous Functions
MySQL Utilities
Privilege
Procedure Function
Regular Expressions
Select Query
String Functions
Subquery
Table
Table Join
Trigger
View