Table of Contents

OWB - Constant Operator

About

The Constant operator enables you to define constant values in any:

Properties of a field

It's really useful with sysdate, strings, numbers and fixed dates. It's for performance improvement in large row counts.

sysdate nasty side effects : sysdate comes from a plsql constant it will have the same sysdate for all rows, whereas you use it directly in the insert statement but it can differ, especially when inserting loads of rows

Constant Operator

Documentation / Reference