home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / ingres / 2202 < prev    next >
Encoding:
Text File  |  1993-01-08  |  817 b   |  23 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!psinntp!news.columbia.edu!usenet
  3. From: alan@curta.cc.columbia.edu (Alan Crosswell)
  4. Subject: Re: problem with "DESC" as column name in Windows4GL
  5. Message-ID: <1993Jan8.204316.3958@news.columbia.edu>
  6. Sender: usenet@news.columbia.edu (The Network News)
  7. Nntp-Posting-Host: curta.cc.columbia.edu
  8. Organization: Columbia University
  9. References: <leath.16.726515454@UPEI.CA>
  10. Distribution: comp
  11. Date: Fri, 8 Jan 1993 20:43:16 GMT
  12. Lines: 9
  13.  
  14. We found we were able to go into quel and define a view that renamed the
  15. SQL-only keywords and then reference that view from sql.  So, for example,
  16. we had a table named 'user.'  In quel we did
  17.  
  18.     define view userview(user.all)
  19.  
  20. and then could use it fine from SQL with the exception that the "secret"
  21. tid column is no longer there.
  22. /a
  23.