Jump to content

problem with query


superman69

Recommended Posts

cousins:

I dont think MySQL is power enough to do this one but give it a try:

select * from [table] where mother_id = ( select id from [same table] where mother_id = (select mother_id from [table] where id = ( select mother_id from [table] where id = [id for person you want cousins of] )))

 

grandmother:

select * from [table] where id = ( select mother_id from [table] where id = ( select mother_id from [table] where id = [id for person you want grandparents of]))

 

 

newphes:

and i dont think MySQL is power enough to do this one either:

select * from [table] where mother_id = ( select id from [table] where mother_id = ( select mother_id from [table] where id = select mother_id from [table] where id = [id for person you'd like newphews of]))

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/145807-problem-with-query/#findComment-767148
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.