SELECT customer.*,audit.* FROM customer LEFT JOIN audit ON customer.CustomerID = audit.CustomerID
SELECT customer.*,audit.* FROM customer,audit where customer.CustomerID = audit.CustomerID
Quote: First look at the definition of both INNER and LEFT JOIN. INNER JOIN The INNER JOIN keyword return rows when there is at least one match in both tables. LEFT JOIN The LEFT JOIN keyword returns all rows from the left table (Table-1), even if there are no matches in the right table (Table-2).
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง