home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!caen!uflorida!winnie!zach.fit.edu!rcs91900
- From: rcs91900@zach.fit.edu ( Charles Stockman /ADVISOR-Clutterham)
- Newsgroups: comp.databases
- Subject: How can select in variable attributes
- Message-ID: <4156@winnie.fit.edu>
- Date: 14 Aug 92 18:38:31 GMT
- Article-I.D.: winnie.4156
- Sender: usenet@winnie.fit.edu
- Organization: Florida Institute of Technology, Melbourne USA
- Lines: 12
-
- I am using sql in dbase4 and would like to handle this code from a .prs
- file
-
- a = "input1 input2"
- select a
- from test
-
- a = "input 1"
- select a
- from test
-
- Is there anyway put variable amount of attributes in a select statement
-