Thread
:
join help
View Single Post
04-24-2007, 01:05 AM
#
2
(
permalink
)
DJMaze
Senior Contributor
Join Date: Mar 2005
Posts: 704
Code:
select n.text, a.title, f.f_id from n, f left join a on a.f_id=f.f_id where n.n_id=f.n_id
Some databases need the relation in the select.
The "inner join" of n+f makes sure that both n and f exist
__________________
UT: Ultra-kill... God like!
DJMaze
View Public Profile
Find More Posts by DJMaze