Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » SQL Anywhere Plug-in Help » Introduction to SQL Anywhere property sheets

Article property sheet: Columns tab Next Page

Article property sheet: WHERE Clause tab


Articles defined for MobiLink and SQL Remote publications can use a WHERE clause to define a subset of rows of a table to be included in an article. UltraLite applications can use row subsets by supplying a WHERE clause, with one exception: articles in UltraLite publications governing HotSync synchronization cannot use a WHERE clause.

The WHERE Clause tab only appears if the publication that contains the articles has a type of log scan.

The WHERE Clause tab of the Article property sheet has the following components:

This article has the following WHERE clause    You can edit the WHERE clause in the window to restrict the table rows that are included in the article.

For example, to include only the rows that contain a salary of more than $50000, type:

WHERE Salary > 50000
See also