New to confluence? Here's some quick tips to find your way around:
click here for further instructions
HideElements | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Not sure where to go next? Use the space shortcuts on the sidebar to the left. Click to open ACTS User Guides.
SQL Query | ||
---|---|---|
| ||
select top 10 CreatedDate, Subject
from ServiceDeskExtensions..Requests
where ServiceCategory = 'Internet'
and OrganisationName not in ('Pacific Adventist University')
order by CreatedDate desc |