~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/alter_table.rst

  • Committer: Marisa Plumb
  • Date: 2010-12-04 02:38:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1984.
  • Revision ID: marisa.plumb@gmail.com-20101204023829-2khzxh30wxi256db
updates to a few sql docs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ALTER TABLE
2
2
===========
 
3
 
 
4
An ALTER statement in SQL changes the properties of an object inside Drizzle. The types of objects that can be altered depends on which RDBMS is being used. 
 
5
 
 
6
The ALTER TABLE statement is used to change a table definition by adding, modifying or dropping columns. 
 
7
 
 
8
The typical usage is:
 
9
ALTER objecttype objectname parameters.
 
 
b'\\ No newline at end of file'