SELECT activitypointer.subject, activitypointer.activitytypecode AS ActivityType, activitypointer.statecode AS ActivityStatus, activitypointer.prioritycode AS Priority, activitypointer.scheduledend AS DueDate FROM activitypointer LEFT OUTER JOIN owner AS owner_activitypointers ON activitypointer.ownerid = owner_activitypointers.ownerid WHERE (owner_activitypointers.name = 'Devart Corp' AND activitypointer.isregularactivity = True AND (activitypointer.statecode = 'Open' OR activitypointer.statecode = 'Scheduled')) ORDER BY activitypointer.subject
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!