Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
trying to join to tables?
Old 09-11-2007, 02:54 PM trying to join to tables?
capetek's Avatar
Extreme Talker

Posts: 229
Location: Massachusetts
Trades: 0
Hello,

I have 2 tables with the following schema

listings_members
-bid
-member

listings_type
-bid
-type

I want to be able to select all bid's from listings_type but only if the bid is in listings_members and member is set to "Yes"

I know there is a way to do it but im having trouble writing the sql statement. Any help would be apprecated.

this is what i have


PHP Code:
$sql "SELECT bid.listings_type, bid.listings_members FROM listings_type,listings_members where type.listings_type = '$type' and bid.listings_members = 'Yes'"
Any help would be appreciated
__________________
Anthony LeBoeuf
Cape-Tek IT Solutions

Please login or register to view this content. Registration is FREE

Great hosting at affordable pricing!
capetek is offline
Reply With Quote
View Public Profile Visit capetek's homepage!
 
 
Register now for full access!
Old 09-11-2007, 03:05 PM Re: trying to join to tables?
capetek's Avatar
Extreme Talker

Posts: 229
Location: Massachusetts
Trades: 0
nevermind got it

PHP Code:
$sql "SELECT * FROM listings_type,listings_members  WHERE listings_type.bid=listings_members.bid and listings_type.type = '$type' and listings_members.member = 'Yes' "
__________________
Anthony LeBoeuf
Cape-Tek IT Solutions

Please login or register to view this content. Registration is FREE

Great hosting at affordable pricing!
capetek is offline
Reply With Quote
View Public Profile Visit capetek's homepage!
 
Reply     « Reply to trying to join to tables?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09841 seconds with 12 queries