Left Join in query ?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Left Join in query ?
Please take the time to learn SQL, the syntax of your query is probably not what you want.

Good reads:
http://dev.mysql.com/doc/refman/5.0/en/select.html
http://dev.mysql.com/doc/refman/5.0/en/join.html

I was thinking you might trip up on me not specifically putting in the fields you want (I only did the join), but right now I'm feeling incredibly nice at the moment:

SQL Code
SELECT u.username, u.email, u.regip, f.fid3 FROM mybb_users u LEFT JOIN mybb_userfields f ON u.uid=f.ufid


My Blog
08-23-2010 06:28 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Left Join in query ? - Imran - 08-23-2010, 09:48 AM
RE: Left Join in query ? - ZiNgA BuRgA - 08-23-2010, 12:28 PM
RE: Left Join in query ? - Imran - 08-23-2010, 06:11 PM
RE: Left Join in query ? - ZiNgA BuRgA - 08-23-2010 06:28 PM
RE: Left Join in query ? - Imran - 08-23-2010, 06:40 PM

 Standard Tools
Forum Jump: