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}]...