Quantcast
Channel: mysql – vegibit
Viewing all articles
Browse latest Browse all 33

What are MySQL Operators?

$
0
0

MySQL Operators

MySQL Operators are your friend in fact. In MySQL, just as in all programming languages, we have these nifty little things called operators. Operators are pretty darn important, as they allow us to perform meaningful operations on our data. Some of the MySQL operators include LIKE, LIKE%…%, NOT LIKE, =, !=, REGEXP, REGEXP^…$, NOT REGEXP, =”, !=”, IN(…), NOT IN(…), BETWEEN, NOT BETWEEN, IS NULL, and IS NOT NULL.…

The post What are MySQL Operators? appeared first on Vegibit.


Viewing all articles
Browse latest Browse all 33

Trending Articles