SELECT Calls.name AS Subject, Calls.status, Calls.date_entered AS "Date Created", calls_assigned_user.user_name AS "Assigned User" FROM Calls LEFT OUTER JOIN Users AS calls_assigned_user ON Calls.assigned_user_id = calls_assigned_user.id WHERE (Calls.date_start >= '2014-01-01 00:00:00' AND (Calls.status = 'Planned' OR Calls.status = 'Not held'))
Skyvia Query allows you to run SQL queries against databases and cloud applications from web browser. Access and manage your data from anywhere, build reports, arrange your data in the most informative way and simplify your decision-making process easily!