FROM Clause in Windows SharePoint Services Search SQL Syntax

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Following the SELECT statement, you use the FROM clause to specify where to search for matching documents.

…FROM SCOPE()…

Remarks

In Search in Windows SharePoint Services, for the scope name, you can only specify SCOPE().

Note

This is not case-sensitive, so you can use SCOPE(), scope(), or Scope().

See Also

Concepts

Windows SharePoint Services Search SQL Syntax