[advanced search]
Results from the most recent live auction are here.
21 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Domain Name Industry Newsletter
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 05-28-2006, 10:19 PM   · #1
cashboy
NamePros Member
 
Name: Steve
Location: NY
Trader Rating: (0)
Join Date: Apr 2006
Posts: 32
NP$: 0.00 (Donate)
cashboy is an unknown quantity at this point
Question sql joins

I have 2 different mysql tables.. and I want to get data from both of them through only one query.. I know it can be done using joins.. but dont know how...

can anyone help me?


Please register or log-in into NamePros to hide ads
__________________
- Steve
cashboy is offline   Reply With Quote
Old 05-28-2006, 11:38 PM   · #2
BidNo
NamePros Regular
 
Trader Rating: (1)
Join Date: May 2006
Posts: 243
NP$: 5.00 (Donate)
BidNo has a spectacular aura aboutBidNo has a spectacular aura about
They have to have one or more fields in common for the join. Let's say they have two fields in common; field1 and field2. Then to join the two tables (t1 and t2) together on these fields use:

SELECT *
FROM
t1
INNER JOIN
t2
ON t2.field1 = t1.field AND t2.field2 = t1.field2

An INNER JOIN returns rows from t1 and t2 where both tables have matching fields (i.e. field1 and field2).

Lots of online help around. If this doesn't help, search on yahoo for "SQL JOIN".

Cheers,
BidNo
__________________
BidNo from HighEndNames.com
Looking for Domain Sales History? See DNSalePrice.com
BidNo is offline   Reply With Quote
Old 05-29-2006, 12:23 AM   · #3
SecondVersion
while ($awake){ code(); }
 
SecondVersion's Avatar
 
Name: Eric
Location: Kentucky
Trader Rating: (142)
Join Date: Mar 2005
Posts: 4,268
NP$: 1152.00 (Donate)
SecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond repute
Member of the Month
MOTM September 2005 Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Cancer Alzheimer's Protect Our Planet
__________________

SecondVersion.com - The Personal Blog of SecondVersion
Domain Name Portfolio - Get your free copy. - Version 1.0.3 now available!!
SecondVersion is offline   Reply With Quote
Old 05-29-2006, 05:22 PM   · #4
cashboy
NamePros Member
 
Name: Steve
Location: NY
Trader Rating: (0)
Join Date: Apr 2006
Posts: 32
NP$: 0.00 (Donate)
cashboy is an unknown quantity at this point
thx BidNo for the code.... and 2ndver for the links....

ill let ya guys know if i find frther problems....
__________________
- Steve
cashboy is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Arcade Script RealTechNetwork Pimps/RPG Game Script
Advertise your business at NamePros
All times are GMT -7. The time now is 10:11 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0