~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/variables.rst

  • Committer: Lee
  • Date: 2008-10-07 17:11:23 UTC
  • mto: (489.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: lbieber@lbieber-desktop-20081007171123-s6ex14jq8jfuql8e
breakĀ outĀ Field_longstr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
User Defined Variables
2
 
======================
3
 
 
4
 
Users can create local variables with the following syntax.
5
 
 
6
 
SET @variable = "some string";
7
 
 
8
 
Variables are session level only. They can be used in queries. The can be set
9
 
from queries.