|
|
|
ผมจะเลือกตารางฐานข้อมูลมากกว่าหนึ่งได้อย่างไรครับ |
|
|
|
|
|
|
|
Join table ครับ
|
|
|
|
|
Date :
7 ต.ค. 2548 14:11:10 |
By :
phissanuch |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select t1.*,t2.* from table1 as t1,table2 as t2
where 1
and t1.field=t2.field
|
|
|
|
|
Date :
7 ต.ค. 2548 17:29:59 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
student subject และ campus
select student.stdId,subject,subname,campus.campusName from student,subject,campus where student.subId = subject.subId
แล้วก็ใส่เงื่อนไข files ที่ตารางมัน join กัน ประมาณนี้อ่ะครับ การอ้างฟิลด์ใช้ ชื่อตาราง.ชื่อฟิลด์ จบข่าว
|
|
|
|
|
Date :
11 ต.ค. 2548 22:48:52 |
By :
zero |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|