If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Recursion in MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-04-05, 10:00
gurpreets gurpreets is offline
Registered User
 
Join Date: Sep 2005
Posts: 2
Recursion in MySQL

How can I fetch recursive data from two seperate tables using single mysql 5 query (without using stored procedures)?
See Example attached (as image), how a source has multiple notes and notes can have multiple sources:

This event has a source and two notes. The source (Book of Tel Aviv Memorials in this case) and there is a note on that source (This is a great book) and a source on that note (Interview with George Singh). There are also one note on the source - Interview with George Singh (Note: It isn't certain that he was really born in 1928), which further has source related to it (Source: [+] Interview with Jeremiah Quizzle)
Attached Images
File Type: jpg recursion.jpg (22.2 KB, 263 views)

Last edited by gurpreets; 10-04-05 at 10:11.
Reply With Quote
  #2 (permalink)  
Old 10-04-05, 11:07
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by gurpreets
How can I fetch recursive data from two seperate tables using single mysql 5 query (without using stored procedures)?
unless you can hard-code the maximum number of self-joins (i.e. the tree has a maximum depth), you can't do this with one query
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On