|
|
|
สอบถามการใช้ syntax ของ mysql ครับ(ขอคำแนะนำด้วยครับ) |
|
|
|
|
|
|
|
select b.cid,b.hn,
a.lab_order_number,a.order_date,
lab_items_name_ref,
lab_order_result
from lab_head a
left outer join vn_stat b on a.vn=b.vn
left outer join lab_order c on a.lab_order_number=c.lab_order_number
where b.vstdate between"2020-01-01"and"2020-10-30"
and c.lab_items_code in(3205,3049,3559)
จะสอบถามว่าถ้าผมจะกำหนดค่าในการแสดงออกมาให้ในตารางให้ c.lab_items_code in(3205,3049,3559) ตรงส่วนนี้ค่า 3205 เป็น H แล้วก็ 3559 เป็น V ในตารางจะสามารถทำได้ไหมครับ แล้วต้องใช้การกำหนดเงื่อนไขไหมครับขอบคุณครับ
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2020-10-21 10:10:04 |
By :
punza2020 |
View :
567 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|