View Single Post
Old 11-15-2008, 04:27 AM   #4 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

the format is

select column from table1 inner join table2 on table1.column=table2.column (where table1.column = ....)

the stuff in the parenthesis is optional
__________________
no signature set
sarmenhb is offline  
Reply With Quote