home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a522 / 6.ddi / SRW_DR10.SQL < prev    next >
Encoding:
Text File  |  1990-05-08  |  800 b   |  21 lines

  1. rem  +------------------------------------------------------------------+
  2. rem  |  SRW_DR10 -- SCRIPT TO DROP SQL*ReportWriter V1.0 TABLES         |
  3. rem  |                                                                  |
  4. rem  |  After a user has converted his reports to Version 1.1 tables,   |
  5. rem  |  this script may be used to drop the old tables.  It is advised  |
  6. rem  |  that the tables be exported prior to dropping them.             |
  7. rem  +------------------------------------------------------------------+
  8.  
  9. drop table fr_maxima;
  10. drop table fr_report;
  11. drop table fr_query;
  12. drop table fr_group;
  13. drop table fr_field;
  14. drop table fr_summary;
  15. drop table fr_text_long;
  16. drop table fr_text;
  17. drop table fr_fkey;
  18. drop table fr_ste;
  19. drop table fr_param;
  20. drop view  fr_text_count;
  21.