Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field SQL causing problems
Message
From
21/09/2006 15:58:15
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Memo Field SQL causing problems
Miscellaneous
Thread ID:
01156178
Message ID:
01156178
Views:
71
Lots of records in iAccts with a unique field of Acct_ID. I need to get the four fields from the other tables, but only if they are contained in the iAccts table. The Disclosure field is a memo. The SQL will not allow me to use DISTINCT or GROUP BY. Do I need to do a nested SQL to get this? Sometimes I hate the ENGINEBEHAVIOR 80, but I have to use it.
SELECT DISTINCT ;
	00000 AS FootNote, ;
	FundDisclosures.DiscID, ;
	DisclosureList.disctitle, ;
	DisclosureList.disclosure ;
	FROM D:\Development\2434_Disclaimer\iAccts ;
	JOIN D:\Development\2434_Disclaimer\FundDisclosures ON FundDisclosures.Acct_ID == iAccts.Acct_ID ;
	JOIN D:\Development\2434_Disclaimer\DisclosureList ON DisclosureList.discid == FundDisclosures.discid ;
	INTO CURSOR crsFundDisclaimers READWRITE
Next
Reply
Map
View

Click here to load this message in the networking platform