Examples Of Character Value Expressions - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Examples of Character Value Expressions

These are examples of character value expressions:
Expression
'ABILENE'
'ABILENE ' ||' TEXAS'
'ABILENE ' ||' TEXAS ' || x'55 53 41'
'Customer ' || custname
CAST (order_date AS CHAR(10))
256
SQL Language Elements
Description
Character string literal.
The concatenation of two string literals.
The concatenation of three string literals to form the literal:
'ABILENE TEXAS USA'
The concatenation of a string literal with the value in
column CUSTNAME.
CAST function applied to a DATE value.

Advertisement

Table of Contents
loading

Table of Contents