~linuxjedi/drizzle/trunk-bug-738024

1
2
3
4
5
6
7
8
9
10
11
User Defined Variables
======================

Users can create local variables with the following syntax.

.. code-block:: mysql

   SET @variable = "some string";

Variables are session level only. They can be used in queries. The can be set
from queries.