home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1849 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sdd.hp.com!nobody
  2. From: kurt@sdd.hp.com (Kurt Andersen)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: buggy ROWID
  5. Date: 1 Sep 1992 07:45:23 -0700
  6. Organization: Hewlett Packard, San Diego Division
  7. Lines: 20
  8. Sender: kurt@hpsdid.sdd.hp.com
  9. Message-ID: <17vvm3INNc31@hpsdde.sdd.hp.com>
  10. References: <9429@emory.mathcs.emory.edu>
  11. NNTP-Posting-Host: hpsdde.sdd.hp.com
  12. Summary: Yet another result
  13.  
  14. On the other hand, using 4.1 ISQL and the 5.0 SE engine on HP 9000/series 300
  15. I found the following behaviour:
  16.  
  17. > select a.rowid arow, b.rowid brow, a.k ak, b.k bk from b, a where a.k = b.k
  18. > select a.rowid arow, b.rowid brow, a.k ak, b.k bk from a, b where a.k = b.k
  19. both generated:
  20.     arow   brow  ak  bk
  21.      3      3    1   1
  22.      3      3    3   3
  23.  
  24. The only way to get the expected result was to use "b, outer a" in the 
  25. table specification.
  26.  
  27. Cheers,
  28.   Kurt
  29. -- 
  30.                           kurt@hpsdid.sdd.hp.com
  31.                   619/592-4373 (voice); 619/592-8191 (FAX)
  32.              16399 W. Bernardo Dr. MS 61U65/San Diego, CA 92127
  33. -----Standard disclaimer stuff applies for all of the standard reasons-----
  34.