View Single Post
  #9 (permalink)  
Old 10-10-2004, 03:03 PM
Gemp-X's Avatar
Gemp-X Gemp-X is offline
Novice Webmaster
 
Join Date: Apr 2002
Location: kuantan, pahang
Posts: 58
Rep Power: 83
Gemp-X is on a distinguished road
Send a message via Yahoo to Gemp-X
tah le, aku tak biasae guna join2 nih, download mysql manual ade dia cite pasal LEFT JOIN, INNER JOIN etc nih

Quote:
The NATURAL [left] JOIN of two tables is defined to be semantically equivalent to an INNER JOIN or a LEFT JOIN with a USING clause that names all columns that exist in both tables.

INNER JOIN and , (comma) are semantically equivalent. Both do a full join between the tables used. Normally, you specify how the tables should be linked in the WHERE condition.
baik pakai koma je (SELECT * FROM table1,table 2 WHERE .....), simple sket
__________________
http://sidik.org/

Last edited by Gemp-X; 10-10-2004 at 03:10 PM.
Reply With Quote