Skip to content
Snippets Groups Projects
  1. Jan 24, 2002
  2. Dec 08, 2001
  3. Nov 07, 2001
  4. Oct 09, 2001
  5. Sep 14, 2001
    • Tatsuo Ishii's avatar
      Example rules do not work. · 479cba83
      Tatsuo Ishii authored
      CREATE RULE bad_rule_combination_1 AS
          ON SELECT TO emp
          DO INSTEAD
              SELECT * FROM toyemp;
      
      CREATE RULE bad_rule_combination_2 AS
          ON SELECT TO toyemp
          DO INSTEAD
              SELECT * FROM emp;
      
      	Tatsuo Ishii
      479cba83
  6. Sep 07, 2001
  7. Sep 03, 2001
  8. Jul 10, 2001
  9. May 27, 2001
  10. Jan 14, 2001
  11. Jan 06, 2001
  12. Dec 12, 2000
    • Bruce Momjian's avatar
      In 'Joins between classes' in Section 5 of the tutorial we have, in · 36da236e
      Bruce Momjian authored
      the first paragraph:
      
          As an example, say we wish to find all the records that
          are in the  temperature  range  of  other records. In
          effect, we need to compare the temp_lo and temp_hi
          attributes of each EMP instance to the temp_lo and
          temp_hi  attributes of all other EMP instances.
      
      I believe that EMP should read WEATHER, as the example query that
      follows joins WEATHER to itself.
      
      EMP is often used in Oracle examples.
      
      Regards,
      Graham
      
      Other RULE cleanups
      36da236e
  13. Oct 05, 2000
  14. Jul 22, 2000
  15. Jul 21, 2000
  16. May 20, 2000
  17. Apr 12, 2000
  18. Apr 07, 2000
  19. Jul 22, 1999
  20. Jul 06, 1999
  21. Feb 02, 1999
  22. Dec 29, 1998
  23. Oct 30, 1998
  24. Sep 16, 1998
  25. Sep 07, 1998
  26. Aug 15, 1998
  27. Jul 29, 1998
  28. Jul 14, 1998
Loading