Query syntax

Queries may contain any valid SQL statements.

The only restriction on queries is that the database user specified by the corresponding sybaseSQLQueryControlUsername object must have sufficient database privileges to execute all statements contained in the query, otherwise the query will return an error.

Attention: Exercise caution when creating queries because SQL statements such as drop may result in the loss of important data if used inappropriately.