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