Formats a column name according to the format specified.
column_name:
The column name or column alias used in the query.
format_spec:
Either string with the Format to use to format the column values
or a cell from which the formats are taken.
Note that Excel formats are used.
Examples:
column empno format "00000";
column hiredate format "dd/mm/yyyy hh";
column sal format "£###,##0.00";
column ename format D12;
Look in Format|Cells|Custom for more examples.
COLUMN column_name HEADING heading_spec;
Specify which string you wish to use as column heading.
Copyright (C) 1995-2007 Linker IT
Software BV. All Rights Reserved. Oracle is a registered trademark of
Oracle corporation. Excel and Office are registered trademarks of
Microsoft corporation. Other names appearing on the site may be trademarks
of their respective owners. Software,
files, documents, articles and other material are provided
"as is" and without warranties as to performance or mechantability or
any other warranties whether expressed or implied. No
warranty of fitness for a particular purpose is offered.
sitemap