Size of expressions  Relational and logical expressions

Chapter 4: Expressions, Identifiers, and Wildcard Characters

Arithmetic and character expressions

The general pattern for arithmetic and character expressions is:

{constant | column_name | function | (subquery) 
	| (case_expression)}
		[{arithmetic_operator | bitwise_operator |
		string_operator | comparison_operator } 
	{constant | column_name | function | (subquery) 
	| case_expression}]...




Copyright © 2005. Sybase Inc. All rights reserved. Relational and logical expressions

View this book as PDF