Revision 676
Added by berkley almost 24 years ago
src/clear.sql | ||
---|---|---|
1 |
#removing records from xml_index |
|
1 | 2 |
delete from xml_index; |
3 |
#removing records from xml_revisions; |
|
2 | 4 |
delete from xml_revisions; |
5 |
#removing records from xml_documents; |
|
3 | 6 |
delete from xml_documents; |
7 |
#removing records from xml_nodes; |
|
4 | 8 |
delete from xml_nodes; |
5 |
delete from xml_acc_numbers; |
|
6 | 9 |
commit; |
7 | 10 |
|
Also available in: Unified diff
added comments and removed xml_acc_numbers