SQL Plus
From: 25994-kelly <mjk_at_froot.cc.bellcore.com>
Date: 1995/04/12
Message-ID: <3mgvh8$pev_at_athos.cc.bellcore.com>#1/1
Date: 1995/04/12
Message-ID: <3mgvh8$pev_at_athos.cc.bellcore.com>#1/1
I an attempting to use the column command with little luc k
my sqlplus look s like:
column one heading my-heading
select one from tab1;
the output looks like
one
---
1
rather than what I expected :
my-headering
---
1
Received on Wed Apr 12 1995 - 00:00:00 CEST