Untitled
MySQL Operator Precedence
Division (
/
), Multiplication (*),`` and Modulus (
%
)
Addition (
+
) and Subtraction (-)``
Comparison (
=
,
>
,
<
,
<=
,
>=
,
!=
,
LIKE
)
NOT (
!
)
AND (
&&
)
OR (
||
)
SQL Injection
Untitled