Equi join in Mysql : Mysql Joins
Posted by Raj
Equi join in Mysql:
Equi Join is used to combine records from two tables.In equi join we have to use only '=' operator.
Example:
SELECT <column_name>
FROM <Table1> , <Table2>
where Table1.column = Table2.column
Equi Join is used to combine records from two tables.In equi join we have to use only '=' operator.
Example:
SELECT <column_name>
FROM <Table1> , <Table2>
where Table1.column = Table2.column
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
equi join,
equi join example,
equi join in sql,
equi join sql,
equi joins,
mysql equi join,
mysql equi join example
.You can leave a response, or trackback from your own site.