[AccessD] complex query!!

Bob Hall rjhjr at cox.net
Wed Jan 12 09:53:23 CST 2005


On Wed, Jan 12, 2005 at 10:39:48AM -0500, Bob Hall wrote:
> SELECT Avg(group1.First + group2.Second) AS Mean
> >From group1, group2;

My MUA is helpfully editing my posts to make sure I don't have two From
headers. That should read:
	SELECT Avg(group1.First + group2.Second) AS Mean
	FROM group1, group2; 
 
Bob Hall



More information about the AccessD mailing list