[mythtv] MythVideo - multiple parts to a movie

thor mythtv at lamedomainname.com
Fri Jul 25 20:54:01 EDT 2003


On Friday 25 July 2003 07:34 pm, DanM wrote:

>
> select * from blah where parentID = someNumber;
> vs.
> select * from blah where childID = someOtherNumber;

	If it's done with a child value, you don't need another select at all. You've 
already loaded data about this movie, so you know if it has a child. 

	Pluss, if you do it as a parent, what if your select call returns multiple 
rows?

- thor




More information about the mythtv-dev mailing list