Revision 677
Added by berkley almost 24 years ago
src/clear.sql | ||
---|---|---|
1 |
#removing records from xml_index |
|
1 |
set echo off; |
|
2 |
/* removing records from xml_index */ |
|
2 | 3 |
delete from xml_index; |
3 |
#removing records from xml_revisions;
|
|
4 |
/* removing records from xml_revisions; */
|
|
4 | 5 |
delete from xml_revisions; |
5 |
#removing records from xml_documents;
|
|
6 |
/* removing records from xml_documents; */
|
|
6 | 7 |
delete from xml_documents; |
7 |
#removing records from xml_nodes;
|
|
8 |
/* removing records from xml_nodes; */
|
|
8 | 9 |
delete from xml_nodes; |
9 | 10 |
commit; |
10 | 11 |
|
Also available in: Unified diff
fixed comments