[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section describes how to write literal values in MySQL. These include
strings, numbers, hexadecimal values, boolean values, and NULL
. The section also
covers the various nuances and "gotchas" that
you may run into when dealing with these basic types in MySQL.
10.1.1 Strings | ||
10.1.2 Numbers | ||
10.1.3 Hexadecimal Values | ||
10.1.4 Boolean Values | ||
10.1.5 NULL Values |