ij Commands and Errors Reference
Page 22 of 39

MaximumDisplayWidth

Syntax

MAXIMUMDISPLAYWIDTH integer_value

Description

Sets the display width for column to the specified value.

Examples

ij> maximumdisplaywidth 3;
ij> VALUES 'NOW IS THE TIME!';
SQ&
---
NO&
ij> maximumdisplaywidth 30;
ij> VALUES 'NOW IS THE TIME!';
SQLCol1
----------------
NOW IS THE TIME!