~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/variables.rst

  • Committer: Brian Aker
  • Date: 2010-11-19 18:18:29 UTC
  • mfrom: (1939.1.3 quick)
  • Revision ID: brian@tangent.org-20101119181829-1k5oqsz3n2pwgt9t
Rollup merge for barrier patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
User Variables
2
 
==============
 
1
User Defined Variables
 
2
======================
 
3
 
 
4
Users can create local variables with the following syntax.
3
5
 
4
6
SET @variable = "some string";