CSPs and system procedures have both optional and required parameters. Required parameters must have values supplied; optional parameters default to predefined values.
The following rules apply to CSP and system procedure parameters:
Both positional and named parameters are supported, but not in the same statement.
Parameter values can be enclosed in double quotes. Parameter values enclosed in quotes must be in the correct case for the target.
Object names (table names, column names, and index names) can be created using lowercase letters. The target database automatically converts object names to uppercase unless the object names are enclosed in double quotes.
Copyright © 2005. Sybase Inc. All rights reserved. |