home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8976 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  2.3 KB

  1. Xref: sparky comp.databases:8976 comp.unix.questions:15394
  2. Newsgroups: comp.databases,comp.unix.questions
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!udel!gvls1!jabber!candle!root
  4. From: root@candle.uucp (Bruce Momjian)
  5. Subject: shql version 1.1 finally released
  6. Organization: a consultant's basement
  7. Date: Sun, 10 Jan 1993 18:42:47 GMT
  8. Message-ID: <1993Jan10.184247.1837@candle.uucp>
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Lines: 44
  11.  
  12. Xref: candle comp.databases:10661 comp.unix.questions:18245
  13. Newsgroups: comp.databases,comp.unix.questions
  14. Path: candle!root
  15. From: root@candle.uucp (Bruce Momjian)
  16. Subject: shql version 1.1 finally released
  17. Organization: a consultant's basement
  18. Date: Sun, 10 Jan 1993 18:36:55 GMT
  19. Message-ID: <1993Jan10.183655.1535@candle.uucp>
  20. X-Newsreader: TIN [version 1.1 PL6]
  21.  
  22.  
  23. I have finally released shql, version 1.1, and it appeared in
  24. comp.sources.misc on Thursday, Jan 7, 1993.
  25.  
  26. Those of you migrating from version 1.0, please read the CHANGES file
  27. for changes.
  28.  
  29. If your news software has already expired shql, it is Volume 34, Issue
  30. 91.  Check the archives.  If you need to know how to get
  31. comp.sources.misc archives, see the FAQ of comp.sources.wanted.  Sending
  32. e-mail with subject, 'help', to netlib@uunet is also possible.
  33.  
  34. The source is 34k shar'ed.  I would say, "I will mail you a copy," but I
  35. start to feel like a mail-server.  Please only ask me to mail you a copy
  36. if you are stuck.
  37.  
  38. Attached is the description of what shql does.
  39. ------------------------------------------------------------------------
  40.  
  41. Here is shql, version 1.1.  It has two added features, the ability to do
  42. SELECT's with multiple tables, and support for aggregates like AVG(),
  43. and SUM().
  44.  
  45. SHQL is an interactive SQL database engine.  Written as a Unix shell
  46. script, SHQL interprets SQL commands and manipulates flat files based on
  47. those commands.  SHQL is limited in its understanding of SQL constructs.
  48. All this is outlined in the README file contained in the distribution. 
  49. A demo file is also included to show some examples.
  50.  
  51. -- 
  52. Bruce Momjian                          |  830 Blythe Avenue
  53. root%candle.uucp@bts.com               |  Drexel Hill, Pennsylvania 19026 
  54.   +  If your life is a hard drive,     |  (215) 353-9879(w) 
  55.   +  Christ can be your backup.        |  (215) 853-3000(h)
  56.