Thread: SQL Joine
View Single Post
Team Leader
21May2009,21:59  
pradeep's Avatar
Code: SQL
SELECT * FROM table_a AS a INNER JOIN table_b AS b ON a.primary_key=b.foreign_key