Operator : Operator : Introduction 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
»
Introduction
»
Operator
»
Operator
Name
Description
AND, &&
Logical AND
BINARY
Cast a string to a binary string
&
Bitwise AND
|
Bitwise OR
^
Bitwise XOR
/
Division operator
DIV
Integer division
NULL-safe equal to operator
=
Equal operator
>=
Greater than or equal operator
>
Greater than operator
IS NULL
NULL value test
IS
Test a value against a boolean
Left shift
Less than or equal operator
Less than operator
LIKE
Simple pattern matching
-
Minus operator
%
Modulo operator
!=,
Not equal operator
NOT LIKE
Negation of simple pattern matching
NOT REGEXP
Negation of REGEXP
NOT, !
Negates value
||, OR
Logical OR
+
Addition operator
REGEXP
Pattern matching using regular expressions
>>
Right shift
RLIKE
Synonym for REGEXP
SOUNDS LIKE
Compare sounds
~
Invert bits
*
Times operator
-
Change the sign of the argument
XOR
Logical XOR
Related Scripts with Example Source Code in same category :
Operator precedences
To override this order and group terms explicitly, use parentheses.
Leave a Comment / Note
Name (required)
email (will not be published) (required)
Website
Vérification
Refresh
Enter code
Verification is used to prevent unwanted posts (spam). .
MySQL TUTORIALS
Introduction
»
Operator
Introduction
Operator
Command
Semicolon
Comments
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