Writings and ramblings on SharePoint for those who are addicted to it!
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