Thread: Join
View Single Post
Old 02-12-2008, 11:07 PM   #3 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Lets us say for example you've the following

Table members
`id`
`username`
`password`

Table info
`info1`
`info2`
`user_id`

What would be a JOIN statement between the two? (I've looked at the examples on mysql and can't understand)

Ultimately I'd like to in the query fetch the hash from the row and concat it with the password and then md5 it.
TlcAndres is offline  
Reply With Quote