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