how do i join fields from 3 or more tables....please give me a sample code...thanks

select a.*,b.*,c.* from a join b on a.x=b.x join c on b.x=c.x

or

select a.*,b.*,c.* from a join b on a.x=b.x join c on a.x=c.x
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.