Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Can I select from 2 tables when using htdb mode? > > > HTDBList select postid from forum.post > > At the end of HTDBDoc can I put something like this: > > FROM forum.post, forum.thread where post.threadid=thread.threadid and >post.postid='$1' > > Will this work? >
It should. There is no difference how many tables are joined in the query. HTDB retrival system even doesn't know about tables number. The only thing that HTDBList must return a list of URLs. So in HTDBList you can write whatever you want, which can generates a list of URLs. Reply: <http://www.mnogosearch.org/board/message.php?id=4270> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
