How to select team email based on caller id? need advice please
This request will show all the team of the caller id
SELECT t FROM lnkPersonToTeam AS lpt JOIN Team AS t ON lpt.team_id = t.id WHERE lpt.person_id = :this->caller_id
wow I've tested, thank you very much :) it's work :)
Log in to post a comment.
How to select team email based on caller id? need advice please
This request will show all the team of the caller id
wow I've tested, thank you very much :) it's work :)