SQL*Plus column format not working

From: Calvin Crumrine <Calvin_Crumrine_at_dced.state.ak.us>
Date: Thu, 26 Apr 2001 15:09:42 -0800
Message-ID: <3AE8AAB5.B7401698_at_dced.state.ak.us>


[Quoted] [Quoted] OK-I've obviously forgotten something, can somebody remind me what it [Quoted] is? I have a field (Field_1) defined as Number(2). I want the column to be only 2 or 3 characters wide.

COL Field_1 FORMAT 99
SELECT Field_1 FROM Table_1;

               11
               22
               33

What's wrong? Thanks. Received on Fri Apr 27 2001 - 01:09:42 CEST

Original text of this message