DISC

Contents | What's New | Quick Links

 

SQL Functions

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

$PROPER

 

The $PROPER function shifts the first letter of each word in a string to upper case and all other letters in the string to lower case. Words are delimited by white space (tabs, newlines, blanks) or punctuation (: ; , . ! ?).

See also: LOWER, UPPER

Syntax

Example

SQL Reference

Commands

Functions

 

Syntax

$PROPER(string)

$PROPER()

Required.

string

Required. A string or scalar_expression that evaluates to a string.

top

 

Example

select $proper(company), upper(company), lower(company) from customers where company='systems'

$PROPER: Dynamic Information Systems Corporation
UPPER: DYNAMIC INFORMATION SYSTEMS CORPORATION
LOWER: dynamic information systems corporation

 

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home