Monday, September 26, 2022

SharePoint Search SQL Syntax

The following is a SharePoint dictionary word of the day:

SharePoint Search SQL syntax

The rules that govern the construction of an enterprise search SQL query. Such a format can create very complicated query sets.

Example:

SELECT <columns>

FROM <source>

WHERE <conditions>

ORDER BY <columns>


No comments:

Post a Comment