CCL Expressions

CCL expressions are combinations of literals, column names, operators, and functions that evaluate to a single value.

Here are some examples of possible expressions:

price > 80.00 
symbol = 'DELL' 
volume * price 
SQRT(StockTrades.volume) 
(temperature - 32) * 5 / 9 
volume IS NOT NULL 


Created March 8, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com