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

 

 

$MOD

 

Returns "n modulus y". This is the remainder of n divided by y.

"n" and "y" may be a column , expression, or literal. The return value is INTEGER length 4.

Syntax

Example

SQL Reference

Commands

Functions

 

Syntax

$MOD( <column-spec | expression | constant >, <column-spec | expression | constant > )

$MOD()

Required.

n

Required. This can be a column, expression, or constant.

y

Required. This can be a column, expression, or constant.

top

 

Example

$MOD(1995, 4)

3

 

 

top

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

DISC | Documentation Home