~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
DROP TABLE
2
===========
3
4
DROP TABLE removes a table from a schema once all queries or DML have ceased
1945.3.4 by Marisa Plumb
SQL edits and rewrites
5
on the given table. :: 
1878.5.4 by Brian Aker
Update documentation.
6
1945.3.9 by Marisa Plumb
changes in cross-references
7
	DROP TABLE [ IF EXISTS ] table_name