Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Using TDBISAMQuery instead of table name?
Thu, Feb 12 2009 10:51 AMPermanent Link

Ed Jones
I know I can do a SELECT * FROM TABLENAME but can I also do a SELECT * FROM QUERY where query is the result of a previous
TDISAMQuery?

Regards


Ed Jones
Thu, Feb 12 2009 1:07 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Ed


No, but you can SELECT INTO a memory table and then use that.

Roy Lambert [Team Elevate]
Fri, Feb 13 2009 5:57 AMPermanent Link

Ed Jones
Excellent - thanks for the quick reponse, that does the trick!


Ed

---------------------------
Roy Lambert wrote:

Ed


No, but you can SELECT INTO a memory table and then use that.

Roy Lambert [Team Elevate]
Image