l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
October 7: Social Gathering
Next Installfest:
Sat. Nov. 8th [TENTATIVE]
Latest News:
Sep. 25: Installfest this Saturday
Page last updated:
2004 Jan 02 21:16
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox-tech mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
[vox-tech] MySQL 3.x subqueries question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vox-tech] MySQL 3.x subqueries question



I have two SQL queries that I'm trying to combine using subqueries.

These are part of a web app lets people vote on the relative importance of a bunch of hypotheses

The one that will be the parent query gets all the hypotheses in a selected category. The query that I'd like to make the subquery looks up all the priority ratings that people have entered and averages them. I'd like to combine them so that I can sort by this averaged importance value.

FWIW, I'm using MySQL 3.23

[Parent]
select distinct Hypoth.ID , Hypoth.ShortName , Hypoth.Priority
from Hypoth , HypSubCats
where HypSubCats.SubCatID = <dtml-sqlvar SubCatID type=int>
and HypSubCats.HypID = Hypoth.ID
and Hypoth.ShortName !='';

[child]
select avg(Priority) as Priority
from HypImpact
where HypID = <dtml-sqlvar hid type=int>;

(note: the hid variable is returned by the first query)

Here is the concept for the combined query:

select distinct Hypoth.ID , Hypoth.ShortName , Hypoth.Priority (select avg(Priority) as Priority from HypImpact where HypID = Hypoth.ID)
from Hypoth , HypSubCats
where HypSubCats.SubCatID = <dtml-sqlvar SubCatID type=int>
and HypSubCats.HypID = Hypoth.ID
and Hypoth.ShortName !='';

Can anyone point me in the right direction?

Thanks!
--
David




_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech



Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
nerdbooks.com
For numerous book donations.