I had MySQL: SELECT ost_ticket_thread.body, ost_ticket_thread.created, ost_ticket_thread.ticket_id FROM ost_ticket, ost_ticket_thread WHERE ost_ticket.lastresponse= ost_ticket_thread.createdResult: "Last Response" Can you guide me ? I want to add column Last Response of "Assigned To" when export csv fileThank you so much