~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/drop_table.rst

  • Committer: Marisa Plumb
  • Date: 2010-12-08 17:33:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1984.
  • Revision ID: marisa.plumb@gmail.com-20101208173349-t58zzgtmppdemzgt
changes in cross-references

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DROP TABLE removes a table from a schema once all queries or DML have ceased
5
5
on the given table. :: 
6
6
 
7
 
DROP TABLE table_name
 
7
        DROP TABLE [ IF EXISTS ] table_name
 
 
b'\\ No newline at end of file'