![]() |
Hey.... i`m a bit confised now :(
i need to select all posts knowking just forumid IN 1 QUERE... postid->threadid->forumid any ideas? |
Code:
SELECT * FROM post |
cool, respect....... tnx
|
i have it more complicated
i have a table called xxx where is a column with postid.... i need a query which select data from table xxx using forumid :( |
Code:
SELECT * FROM xxx LEFT JOIN post USING (postid) LEFT JOIN thread USING (post.threadid) WHERE thread.forumid=2 |
Code:
SELECT * FROM xxx |
All times are GMT. The time now is 04:44 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|