devxlogo

Customizing Column Name and Width

Customizing Column Name and Width

SQL*Plus uses column names as default column headings while displaying query results. You can customize your own column heading and width with the help of following commands.

To assign a new column heading, use the following command syntax:

 column  heading ;e.g. column ename heading EmpName;

To set the width of column to four characters, use the following command:

 Syntax: column  format a4; 

Use format a5; to set the width to five characters, format a3; to set the width of the column to three characters and so on.

See also  5 Ways to Improve Customer Experience
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist