vBulletin Modifications

Howto combine 2 tables in 1 query?

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > General vBulletin Support

Reply
 
LinkBack Thread Tools
Old 06-21-2004, 05:54 PM   #1
Charter Member
Join Date: Jun 2004
Hakkie is on a distinguished road

Default Howto combine 2 tables in 1 query?

Hi there, I'm trying to combine 2 tables like this:

I have 2 tables, postcount and user
postcount has field userid
user has field userid
user has field username

How do I combine these so I can display the username together with the postcount for each userid?

I tried to do:
[sql]
$postcountuser = $DB_site->query("
SELECT userid, user FROM postcount, user where user.username=postcount.username
order BY username");



[/sql]

But, mysql considers this ambigious.
What am I doing wrong here?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-07-2004, 01:23 PM   #2
Charter Member
Join Date: Jul 2004
Real Name: Bob
Location: New York
Dark_Wizard is on a distinguished road

Default

Quote:
Originally Posted by Hakkie
Hi there, I'm trying to combine 2 tables like this:

I have 2 tables, postcount and user
postcount has field userid
user has field userid
user has field username

How do I combine these so I can display the username together with the postcount for each userid?

I tried to do:
[sql]
$postcountuser = $DB_site->query("
SELECT userid, user FROM postcount, user where user.username=postcount.username
order BY username");



[/sql]

But, mysql considers this ambigious.
What am I doing wrong here?
Try this:

You must first be a registered member to view any code.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[How To] Run a Query Ken Iovino vBulletin Modification Tutorials 9 07-30-2008 02:29 AM
trigger query after user replys Hakkie General vBulletin Support 6 09-15-2005 12:44 PM
Default vb3 tables IceCube General vBulletin Support 3 05-12-2004 12:32 AM


All times are GMT -3. The time now is 06:27 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)