home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / 6126 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  637 b 

  1. Path: sparky!uunet!ogicse!uwm.edu!caen!uflorida!winnie!zach.fit.edu!rcs91900
  2. From: rcs91900@zach.fit.edu ( Charles Stockman /ADVISOR-Clutterham)
  3. Newsgroups: comp.databases
  4. Subject: How can select in variable attributes
  5. Message-ID: <4156@winnie.fit.edu>
  6. Date: 14 Aug 92 18:38:31 GMT
  7. Article-I.D.: winnie.4156
  8. Sender: usenet@winnie.fit.edu
  9. Organization: Florida Institute of Technology, Melbourne USA
  10. Lines: 12
  11.  
  12. I am using sql in dbase4 and would like to handle this code from a .prs 
  13. file
  14.  
  15. a = "input1 input2"
  16. select a 
  17. from test
  18.  
  19. a = "input 1"
  20. select a 
  21. from test
  22.  
  23. Is there anyway put variable amount of attributes in a select statement
  24.