DISC

Contents | What's New | Quick Links

 

SQL Commands

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

SELECT

 

SELECT statement [ON [CURSOR] cursor] [WITH options]

 

The SELECT command, like a standard SQL Select statement, selects and retrieves rows from a database based on the given criteria. Standard SQL syntax is supported for the SELECT command, along with the Omnidex extensions to the SQL standard.

 

Syntax

Examples

QUALIFY

SQL Reference

Commands

Functions

 

Syntax

SELECT statement [ON [CURSOR] cursor] [WITH options]

SELECT

Required

statement

Required.

ON [CURSOR] cursor

Optional - Specify which cursor to perform this command on.

[WITH options]

Optional - Specify options to be used for this command.

See SELECT Statement Syntax for details about valid statements.

 

top

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

DISC | Documentation Home