คือว่าจะเอาข้อมูลที่ทำการคิวรี่มาแล้วไปใส่ลงตารางแต่ไม่เข้าใจน่ะคะ หัวตารางคือไอ้ตัวสีแดงๆอ่ะค่ะ ไม่รู้ว่าจะเขียนยังไง เหนเค้า
select date_start as วันที่รับเรื่อง
from complaint_operation แต่ก็งงๆเพราะอันนี้มันมีจอยเข้ามาด้วยน่ะค่ะ ใครว่างๆฝากเขียนทีน่ะค่ะ หรือสอนก็ได้ค่ะ
Code
Select
date_startวันรับเรื่อง,date_endวันยุติเรื่อง,type_codeประเภทเรื่อง,status_2สถานะ,sender_byผู้รับเรือง,operation_byผู้ขอ
From complaint_operation a left outer join complaint_solve b
ON a.fiscal_yearปี = b.fiscal_year and a.complaint_no เลขที่ร้องเรียน = b.complaint_no and b.status_2 = '1'
where left(a.date_start,6)<='255501' and b.operation_by = '00ต'